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:
f2df66f
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:21:42 +0000
(20:21 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:21:42 +0000
(20:21 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
1d9868c
..
87e0f00
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-389,7
+389,7
@@
void display() {
SceneObject so = sceneObjs[i];
\r
\r
// Apply rotation vector
\r
- vector* rv = so.rotation.vect;
\r
+
/*
vector* rv = so.rotation.vect;
\r
glRotatef(so.rotation.parameter, *rv[0], *rv[1], *rv[2]);
\r
\r
// Apply scaling vector
\r
@@
-406,7
+406,7
@@
void display() {
} else {
\r
glBindTexture(GL_TEXTURE_2D, 0);
\r
}
\r
-
\r
+*/
\r
// Draw actual object
\r
if ( so.mesh > 0 ) {
\r
// drawMesh();
\r
UCC
git Repository :: git.ucc.asn.au