X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ShaheenGandhi.pde;h=f94e5e4992c2e519fcef2a71a1e6ffeb83470f3e;hb=9cdbec1a2ce1498975524e1ad102aa4d28f3b222;hp=0bfef321c8d9a7d059022867c2422a62c9302129;hpb=4c006f7b59a5e5547adf154dafb886b6148c0457;p=SugarCubes.git diff --git a/ShaheenGandhi.pde b/ShaheenGandhi.pde index 0bfef32..f94e5e4 100644 --- a/ShaheenGandhi.pde +++ b/ShaheenGandhi.pde @@ -159,14 +159,14 @@ class HelixPattern extends SCPattern { private final BasicParameter basePairsOn = new BasicParameter("BPON", 1); private static final float helixCoilPeriod = 100; - private static final float helixCoilRadius = 45; - private static final float helixCoilGirth = 20; - private static final float helixCoilRotationPeriod = 10000; + private static final float helixCoilRadius = 50; + private static final float helixCoilGirth = 30; + private static final float helixCoilRotationPeriod = 5000; private static final float spokePeriod = 40; - private static final float spokeGirth = 10; + private static final float spokeGirth = 20; private static final float spokePhase = 10; - private static final float spokeRadius = 35; // helixCoilRadius - helixCoilGirth*.5f; + private static final float spokeRadius = helixCoilRadius - helixCoilGirth*.5f; private static final float tMin = -200; private static final float tMax = 200;