X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=fb50b44b09c1082534f5495b7799875b47e86829;hp=03f98169b3dc7a2b89d387bbcc5aa77a33e33b32;hb=532e038314bb33ff16314812c33f9549b449e4a0;hpb=a426259db2f0953878dd443d93ec9fc885a5abfd diff --git a/scene.c b/scene.c index 03f9816..fb50b44 100644 --- a/scene.c +++ b/scene.c @@ -390,9 +390,9 @@ void display() { glRotatef(camAngle*camAngleFactor, 1.0, 0.0, 0.0); // Set camera angle upward /* Reposition the light source 0. */ - lightObjs[0].position[0] = cos(45); + lightObjs[0].position[0] = 5; lightObjs[0].position[1] = 5; - lightObjs[0].position[2] = 0;//12*sin(0); + lightObjs[0].position[2] = 5;//12*sin(0); lightObjs[0].position[3] = 0.0; /* Reposition the light source 1. */