(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:23:04 +0000 (20:23 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:23:04 +0000 (20:23 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 9d71579..a74a6df 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -509,7 +509,7 @@ void windowReshape(int w, int h) {
  */\r
 /*void mouse(int btn, int state, int x, int y) {\r
   \r
-}*//*\r
+}*/\r
 static void\r
 mouse(int button, int state, int x, int y)\r
 {\r
@@ -552,7 +552,7 @@ motion(int x, int y)
     lightStartY = y;\r
     glutPostRedisplay();\r
   }\r
-}*/\r
+}\r
 \r
 void idle() {\r
   angle = (int)(angle + 10) % 360;\r
@@ -723,9 +723,9 @@ int main(int argc, char **argv) {
 \r
   glutReshapeFunc(windowReshape);\r
   glutDisplayFunc(display);\r
-  //glutMouseFunc(mouse);\r
-  //glutMotionFunc(motion);\r
-  glutIdleFunc(idle);\r
+  glutMouseFunc(mouse);\r
+  glutMotionFunc(motion);\r
+  //glutIdleFunc(idle);\r
 \r
   makeMenu();\r
 \r

UCC git Repository :: git.ucc.asn.au