git.ucc.asn.au
/
atyndall
/
cits2231.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e621bfb
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 05:38:51 +0000
(13:38 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 05:38:51 +0000
(13:38 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
5b3f3a8
..
8e8677e
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-287,7
+287,7
@@
void makeMenu() {
int mainMenu = glutCreateMenu(processMainEvents);
\r
\r
glutAddMenuEntry("Rotate/Move Camera", ROTATE_MOVE_CAMERA);
\r
- //Add object
\r
+ glutAddSubMenu("Add object", addObjectMenu);
\r
glutAddMenuEntry("Position/Scale", POSITION_SCALE);
\r
glutAddMenuEntry("Rotation/Texture Scale", ROTATION_TEXTURE_SCALE);
\r
//material
\r
UCC
git Repository :: git.ucc.asn.au