From: Ash Tyndall Date: Fri, 21 Oct 2011 12:21:42 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=e8087a7fdcdb4e8bd8304bdba1d311a4f33e8e92 --- diff --git a/scene.c b/scene.c index 1d9868c..87e0f00 100644 --- a/scene.c +++ b/scene.c @@ -389,7 +389,7 @@ void display() { SceneObject so = sceneObjs[i]; // Apply rotation vector - vector* rv = so.rotation.vect; + /*vector* rv = so.rotation.vect; glRotatef(so.rotation.parameter, *rv[0], *rv[1], *rv[2]); // Apply scaling vector @@ -406,7 +406,7 @@ void display() { } else { glBindTexture(GL_TEXTURE_2D, 0); } - +*/ // Draw actual object if ( so.mesh > 0 ) { // drawMesh();