From: Ash Tyndall Date: Fri, 21 Oct 2011 12:42:30 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=978c1b7a8041e274db1840ef60071c622198f356 --- diff --git a/scene.c b/scene.c index cf96976..b1c4e88 100644 --- 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]); // Apply scaling vector - //glScalef(so.scale[0], so.scale[1], so.scale[2]); + glScalef(1, 1, 1); // Apply translation vector //glTranslatef(so.x, so.y, so.z);