(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index f3c4d2c..02033d9 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -137,10 +137,10 @@ int floorSize = 100;
 \r
 /* Light 0 parameters */\r
 GLfloat diffuse0[] = {1.0, 1.0, 1.0, 1.0};\r
-GLfloat ambient0[] = {0.0, 0.0, 0.0, 1.0};\r
+GLfloat ambient0[] = {1.0, 1.0, 1.0, 1.0};\r
 GLfloat specular0[] = {1.0, 1.0, 1.0, 1.0};\r
-GLfloat emission0[] = {0.0, 0.0, 0.0, 1.0};\r
-GLfloat light0_pos[] ={ 1.0, 1.0, 0,0, 1.0};\r
+GLfloat light0_pos[] ={ 1.0, 2.0, 3,0, 1.0};\r
+GLfloat emission0[] = {0.0, 0.0, 0.0, 0.0};\r
 \r
 \r
 /**\r

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