X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=scene.c;h=87e0f00e165f6b9dea949dc2e53431313c8be967;hb=e8087a7fdcdb4e8bd8304bdba1d311a4f33e8e92;hp=1d9868cb934fe84ef090f4618ff0ebb4f5f8726b;hpb=f2df66fb3d50af50622b35e5fa51c904b5a32a3f;p=atyndall%2Fcits2231.git 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();