repositories
/
SugarCubes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef5a1bb
)
Moving helix down as slow for now
author
Ben Morrow
<childoftv@gmail.com>
Mon, 19 Aug 2013 04:11:42 +0000
(21:11 -0700)
committer
Ben Morrow
<childoftv@gmail.com>
Mon, 19 Aug 2013 04:11:42 +0000
(21:11 -0700)
SugarCubes.pde
patch
|
blob
|
blame
|
history
diff --git
a/SugarCubes.pde
b/SugarCubes.pde
index 004940dc3c487216cce721e7bff9079e201252c9..0f7be33856f3416c18d78c6b561d16e1af7cf7e8 100644
(file)
--- a/
SugarCubes.pde
+++ b/
SugarCubes.pde
@@
-25,7
+25,7
@@
LXPattern[] patterns(GLucose glucose) {
return new LXPattern[] {
- new HelixPattern(glucose),
+
new ShiftingPlane(glucose),
new AskewPlanes(glucose),
new Swarm(glucose),
@@
-65,6
+65,8
@@
LXPattern[] patterns(GLucose glucose) {
// new TestYPattern(glucose),
// new TestZPattern(glucose),
+ //slow for now, relegated to the bottom until faster!
+ new HelixPattern(glucose),
};
}