X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=cf969764d25b892d4d766b92d800c07819d656be;hp=0251439ca2796b485987d7a6ecc6a3f7552e6151;hb=bf419bc7b47235edddd11094230ed0f02cf5d8c7;hpb=2931dc8f8168076f7cceed66414ad44969bf9e4b diff --git a/scene.c b/scene.c index 0251439..cf96976 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(so.scale[0], so.scale[1], so.scale[2]); // Apply translation vector //glTranslatef(so.x, so.y, so.z);