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

diff --git a/scene.c b/scene.c
index 305f79e..4c6bcf9 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -675,7 +675,7 @@ void init() {
     );    \r
 \r
   glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, 1);\r
-  glLightfv(GL_LIGHT0, GL_AMBIENT, lightColor);\r
+  glLightfv(GL_LIGHT0, GL_AMBIENT|GL_SPECULAR|GL_DIFFUSE, lightColor);\r
   glLightf(GL_LIGHT0, GL_CONSTANT_ATTENUATION, 0.1);\r
   glLightf(GL_LIGHT0, GL_LINEAR_ATTENUATION, 0.05);\r
   glEnable(GL_LIGHT0);\r

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