Increased box size in CubicGridRetained

This commit is contained in:
codeanticode
2012-05-31 00:57:10 +00:00
parent 8684479594
commit 87fa075f5b
@@ -1,4 +1,4 @@
float boxSize = 40;
float boxSize = 50;
float margin = boxSize*2;
float depth = 400;
color boxFill;