(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 07:01:07 +0000 (15:01 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 07:01:07 +0000 (15:01 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 376da69..bc91a09 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -392,13 +392,13 @@ void display() {
   /* Reposition the light source 0. */\r
   lightObjs[0].position[0] = 4;\r
   lightObjs[0].position[1] = 5;\r
-  lightObjs[0].position[2] = 5;//12*sin(0);\r
+  lightObjs[0].position[2] = 6;//12*sin(0);\r
   lightObjs[0].position[3] = 0.0;\r
 \r
   /* Reposition the light source 1. */\r
   lightObjs[1].position[0] = -6;\r
   lightObjs[1].position[1] = 5;\r
-  lightObjs[1].position[2] = -5;//12*sin(90);\r
+  lightObjs[1].position[2] = -4;//12*sin(90);\r
   lightObjs[1].position[3] = 0.0;\r
 \r
   //direction0[0] = lightPosition0[0];\r

UCC git Repository :: git.ucc.asn.au