\r
/* Time varying or user-controled variables. */\r
static float jump = 0.0;\r
-static float lightAngle = 0.0, lightHeight = 40;\r
+static float lightAngle = 0.0, lightHeight = 5;\r
GLfloat angle = -150; /* in degrees */\r
GLfloat angle2 = 30; /* in degrees */\r
\r
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);\r
glLoadIdentity();\r
gluLookAt(\r
- 0.0, 0.0, 80.0, /* eye is at (x,y,z) */\r
+ 0.0, 0.0, 10.0, /* eye is at (x,y,z) */\r
0.0, 0.0, 0.0, /* center is at (x,y,z) */\r
0.0, 1.0, 0.0 /* up is in postivie Y direction */\r
);\r