X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=f50337d5a2795007d2bacbf495301cedf373ec96;hb=0caf4431d37041d8c7444860f4cf97619e26e3c7;hp=0f78831abc9d1b20d555f769edaf0e3e79ba4af0;hpb=439ec62d3f2d9c9824b5c3e0cfbd2311853af1df;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 0f78831..f50337d 100644 --- a/scene.c +++ b/scene.c @@ -490,9 +490,9 @@ void display() { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glLoadIdentity(); - glTranslatef(0.0f,0.0f,-4.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(10.0); + glutSolidTeapot(1); glutSwapBuffers(); }