diff UI code/3DboxGL.h @ 25:8eb530e0601b

textured hand moves correctly to 6 midi params.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 28 Oct 2014 15:19:22 +0000
parents b339acf124df
children 8d7ae43b2edd
line wrap: on
line diff
--- a/UI code/3DboxGL.h	Mon Oct 27 17:40:05 2014 +0000
+++ b/UI code/3DboxGL.h	Tue Oct 28 15:19:22 2014 +0000
@@ -52,7 +52,7 @@
         ofRotate( angleX, 1, 0, 0 );
         ofRotate( angleY, 0, 1, 0 );
 
-        setNormals(boxMesh);
+        
         ofSetColor(foregroundHi);
         boxMesh.draw();