(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 00:50:50 +0000 (08:50 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 00:50:50 +0000 (08:50 +0800)
scene.c

diff --git a/scene.c b/scene.c
index ffa63dd..a1ff085 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -168,8 +168,8 @@ void makeMenu() {
   glutCreateMenu(processMainEvents);\r
   glutAddMenuEntry("Rotate/Move Camera", M_ROTATE_MOVE_CAMERA);\r
   glutAddSubMenu("Add object", objectMenu);\r
   glutCreateMenu(processMainEvents);\r
   glutAddMenuEntry("Rotate/Move Camera", M_ROTATE_MOVE_CAMERA);\r
   glutAddSubMenu("Add object", objectMenu);\r
-  //glutAddMenuEntry("Position/Scale", M_POSITION_SCALE);\r
-  //glutAddMenuEntry("Rotation/Texture Scale", M_ROTATION_TEXTURE_SCALE);\r
+  glutAddMenuEntry("Position/Scale", M_POSITION_SCALE);\r
+  glutAddMenuEntry("Rotation/Texture Scale", M_ROTATION_TEXTURE_SCALE);\r
   //glutAddSubMenu("Material", materialMenu);\r
   glutAddSubMenu("Texture", textureMenu);\r
   glutAddSubMenu("Ground texture", gTextureMenu);\r
   //glutAddSubMenu("Material", materialMenu);\r
   glutAddSubMenu("Texture", textureMenu);\r
   glutAddSubMenu("Ground texture", gTextureMenu);\r

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