X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=JackStahl.pde;h=3b69815f92a4cbc6bb5472be00a134d8c3b92faf;hp=4299543b63119b222062060b6c4b9cd5f4651367;hb=dde759833df1c0190d9d3a982a90c0a4f8d76a26;hpb=4749563ed0cc35bde6bdd13eecdfc6e361d5320b diff --git a/JackStahl.pde b/JackStahl.pde index 4299543..3b69815 100644 --- a/JackStahl.pde +++ b/JackStahl.pde @@ -21,8 +21,8 @@ class Swim extends SCPattern { final BasicParameter hueScale = new BasicParameter("HUE", 0.3); - public Swim(GLucose glucose) { - super(glucose); + public Swim(LX lx) { + super(lx); projection = new LXProjection(model); addParameter(hueScale); addParameter(crazyParam); @@ -108,8 +108,8 @@ class Balance extends SCPattern { private final float centerX, centerY, centerZ, modelHeight, modelWidth, modelDepth; SinLFO heightMod = new SinLFO(0.8, 1.9, 17298); - public Balance(GLucose glucose) { - super(glucose); + public Balance(LX lx) { + super(lx); projection = new LXProjection(model);