(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:41:08 +0000 (20:41 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:41:08 +0000 (20:41 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 1bafde5..e3004ee 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -675,9 +675,9 @@ void init() {
     );    \r
 \r
 \r
-GLfloat diffuse0[] = {1.0, 0.0, 0.0, 1.0};\r
-GLfloat ambient0[] = {1.0, 0.0, 0.0, 1.0};\r
-GLfloat specular0[] = {1.0, 0.0, 0.0, 1.0};\r
+GLfloat diffuse0[] = {1.0, 1.0, 1.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 light0_pos[] ={ 1.0, 2.0, 3,0, 1.0};\r
 \r
 glEnable(GL_LIGHT0);\r

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