From: Alexander Green Date: Thu, 31 Oct 2013 02:46:35 +0000 (-0700) Subject: adding projection to cathedrals but not working quite right yet X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=commitdiff_plain;h=22cb1606e32aac75561f2ad477bb2d9aa13531cf adding projection to cathedrals but not working quite right yet --- diff --git a/DanHorwitz.pde b/DanHorwitz.pde index 6c958e1..1bc3db4 100644 --- a/DanHorwitz.pde +++ b/DanHorwitz.pde @@ -460,7 +460,7 @@ class Worms extends SCPattern { addParameter(pEQ); addParameter(pConfusion); addParameter(pSpawn); addParameter(pColor); - middle = new PVector(model.cx, model.cy, 71); + middle = new PVector(1.5*model.cx, 1.5*model.cy, 71); if (lattice == null) lattice = new dLattice(); for (int i=0; i