repositories
/
SugarCubes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c36200
)
adding projection to cathedrals but not working quite right yet
author
Alexander Green
<alexandergreen22@gmail.com>
Thu, 31 Oct 2013 02:46:35 +0000
(19:46 -0700)
committer
Alexander Green
<alexandergreen22@gmail.com>
Thu, 31 Oct 2013 02:46:35 +0000
(19:46 -0700)
DanHorwitz.pde
patch
|
blob
|
blame
|
history
diff --git
a/DanHorwitz.pde
b/DanHorwitz.pde
index 6c958e1f04e41d47afbed30100b1919a564a1515..1bc3db42cea30473f705ee686832d7cd19ee1d6b 100644
(file)
--- 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<numCursors; i++) { dCursor c = new dCursor(); reset(c); cur.add(c); }
onParameterChanged(pEQ); setNewDest();