X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=scene.c;h=8e62d328e64214b06cbd8844a247d39d57496eab;hb=9563daa4fab8bac500f476f06c0513c5438335e4;hp=0f78831abc9d1b20d555f769edaf0e3e79ba4af0;hpb=439ec62d3f2d9c9824b5c3e0cfbd2311853af1df;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 0f78831..8e62d32 100644 --- a/scene.c +++ b/scene.c @@ -492,7 +492,7 @@ void display() { glTranslatef(0.0f,0.0f,-4.0f); // Move Left 1.5 Units And Into The Screen 6.0 - glutSolidTeapot(10.0); + glutSolidTeapot(1); glutSwapBuffers(); }