-class SineSphere extends SCPattern {
- private SinLFO yrot = new SinLFO(0, TWO_PI, 2000);
+class SineSphere extends DPat {
+ private SawLFO yrot = new SawLFO(0, TWO_PI, 3000);
public final Projection sinespin;
+ private BasicParameter rotation = new BasicParameter("rotation", 0);
float modelrad = sqrt((model.xMax)*(model.xMax) + (model.yMax)*(model.yMax) + (model.zMax)*(model.zMax));
Pick Sshape;
+ public final PVector P = new PVector();
class Sphery {
float f1xcenter, f1ycenter, f1zcenter, f2xcenter , f2ycenter, f2zcenter; //second three are for an ellipse with two foci