From 22cb1606e32aac75561f2ad477bb2d9aa13531cf Mon Sep 17 00:00:00 2001 From: Alexander Green Date: Wed, 30 Oct 2013 19:46:35 -0700 Subject: [PATCH] adding projection to cathedrals but not working quite right yet --- DanHorwitz.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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