X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=bbc0d33148c73f262ac3aa37a0b0ab37a1e0c031;hp=b56b518adb64c05ae01c3d801b7c556562932d7d;hb=23af718f229454e7e231cbe7e0a852d8c7bbcb20;hpb=cc01320b8824eb601505dc5cdb101cfe8b7d1271;ds=sidebyside diff --git a/scene.c b/scene.c index b56b518..bbc0d33 100644 --- a/scene.c +++ b/scene.c @@ -390,11 +390,17 @@ void display() { glRotatef(camAngle*camAngleFactor, 1.0, 0.0, 0.0); // Set camera angle upward /* Reposition the light source 0. */ - lightObjs[0].position[0] = 12; + lightObjs[0].position[0] = 9*cos(45); lightObjs[0].position[1] = 5; - lightObjs[0].position[2] = 12; + lightObjs[0].position[2] = 9*sin(45); lightObjs[0].position[3] = 0.0; + /* Reposition the light source 1. */ + lightObjs[1].position[0] = 9*cos(45 + 200); + lightObjs[1].position[1] = 5; + lightObjs[1].position[2] = 9*sin(45 + 200); + lightObjs[1].position[3] = 0.0; + //direction0[0] = lightPosition0[0]; //direction0[2] = lightPosition0[2];