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:
ea48dd7
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 02:56:26 +0000
(10:56 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 02:56:26 +0000
(10:56 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
a529c62
..
f544aae
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-319,7
+319,7
@@
void display() {
glPushMatrix();
\r
\r
/* Perform scene rotations based on user mouse/keyboard input. */
\r
- glRotatef(rotateFactor*0.
2
, 0.0, 1.0, 0.0);
\r
+ glRotatef(rotateFactor*0.
5
, 0.0, 1.0, 0.0);
\r
//glTranslatef(camx, camy, camz);
\r
//glRotatef(rot, 1.0, 0.0, 0.0);
\r
\r
UCC
git Repository :: git.ucc.asn.au