(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 12:40:53 +0000 (20:40 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 12:40:53 +0000 (20:40 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 0251439..cf96976 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
         //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(so.scale[0], so.scale[1], so.scale[2]);\r
 \r
         // Apply translation vector\r
         //glTranslatef(so.x, so.y, so.z);\r
 \r
         // Apply translation vector\r
         //glTranslatef(so.x, so.y, so.z);\r

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