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:
bf419bc
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:42:30 +0000
(20:42 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:42:30 +0000
(20:42 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
cf96976
..
b1c4e88
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-393,7
+393,7
@@
void display() {
//glRotatef(so.rotation.amount, so.rotation.vector[0], so.rotation.vector[1], so.rotation.vector[2]);
\r
\r
// Apply scaling vector
\r
-
//glScalef(so.scale[0], so.scale[1], so.scale[2]
);
\r
+
glScalef(1, 1, 1
);
\r
\r
// Apply translation vector
\r
//glTranslatef(so.x, so.y, so.z);
\r
UCC
git Repository :: git.ucc.asn.au