From ab0a5c95788cc18cffdcbe15bc6bbf440e5d13b5 Mon Sep 17 00:00:00 2001 From: Shaheen Gandhi Date: Tue, 20 Aug 2013 23:44:59 -0700 Subject: [PATCH 1/1] [Helix] Move the center back a bit to cover more of the rig --- ShaheenGandhi.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShaheenGandhi.pde b/ShaheenGandhi.pde index a6fbf55..2e9ead0 100644 --- a/ShaheenGandhi.pde +++ b/ShaheenGandhi.pde @@ -190,7 +190,7 @@ class HelixPattern extends SCPattern { addParameter(helix2On); addParameter(basePairsOn); - PVector origin = new PVector(100, 50, 45); + PVector origin = new PVector(100, 50, 55); PVector axis = new PVector(1,0,0); h1 = new Helix( -- 2.34.1