diff grid.mm @ 24:a4908ad8c78e

Top and bottom toolbars. Intro page.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 01 Feb 2013 11:16:56 +0000
parents 8c0783739337
children ae4d2c3ce5e0
line wrap: on
line diff
--- a/grid.mm	Fri Jan 25 17:42:47 2013 +0000
+++ b/grid.mm	Fri Feb 01 11:16:56 2013 +0000
@@ -33,7 +33,7 @@
     pixSize.setCoord(ofGetWidth(), ofGetHeight());
  
     //set scale and position to mid way
-    scale = pow(32.0,3.0);
+    scale = 5500.0;
     snapDist = TwoVector(9,9);
     snapped = false;
     
@@ -425,6 +425,7 @@
 }
 
 //--------------------------------------------------------------
+// would be advisable to only have one "mover" object that has permission to move the grid (?)
 void Grid::move(TwoVector moveP){
     // numspacing, pixelspacing stay the same