From: Ash Tyndall Date: Tue, 18 Oct 2011 07:09:07 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=a337a7a5514f1346ee5c3d611b1ed14ea434f905 --- diff --git a/scene.c b/scene.c index d829def..d709f6b 100644 --- a/scene.c +++ b/scene.c @@ -595,7 +595,7 @@ void init() { 0.0, 1.0, 0.0 /* up is in postivie Y direction */ ); - glTranslatef( 0.0f, 0.0f, -25.0f); // Move into the Screen 10.0 + glTranslatef( 0.0f, 0.0f, -600.0f); // Move into the Screen 10.0 glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, 1); glLightfv(GL_LIGHT0, GL_DIFFUSE, lightColor);