X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=f50337d5a2795007d2bacbf495301cedf373ec96;hb=17b2b9fab810ae14fa20185e406c8ec01e9d1152;hp=67e655a9f8ad6a068f2efdc0b6181d82633994b1;hpb=1ccf9b1a48f811a50d78978f5865942331e36d5f;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 67e655a..f50337d 100644 --- a/scene.c +++ b/scene.c @@ -490,7 +490,7 @@ void display() { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glLoadIdentity(); - glTranslatef(0.0f,0.0f,-10.0f); // Move Left 1.5 Units And Into The Screen 6.0 + glTranslatef(0.0f,0.0f,-10.0f); // Move into the Screen 10.0 glutSolidTeapot(1);