From: Alexander Green Date: Sat, 9 Nov 2013 11:28:55 +0000 (-0800) Subject: Merge branch 'master' of https://github.com/sugarcubes/SugarCubes into alexgreen X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=commitdiff_plain;h=bdef287d097659a12c9573879d0e8a7e34cbdef6 Merge branch 'master' of https://github.com/sugarcubes/SugarCubes into alexgreen Conflicts: AlexGreen.pde --- bdef287d097659a12c9573879d0e8a7e34cbdef6 diff --cc AlexGreen.pde index 910371a,91677db..d2220b7 --- a/AlexGreen.pde +++ b/AlexGreen.pde @@@ -1,9 -1,9 +1,10 @@@ -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