Changeset 6764 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Jan 26, 2006, 11:08:20 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/light.cc
r6763 r6764 222 222 glEnable (GL_LIGHTING); 223 223 glEnable ( GL_COLOR_MATERIAL ) ; 224 glColorMaterial ( GL_FRONT _AND_BACK, GL_AMBIENT_AND_DIFFUSE ) ;224 glColorMaterial ( GL_FRONT, GL_DIFFUSE ) ; 225 225 226 226 this->setAmbientColor(.3, .3, .3);
Note: See TracChangeset
for help on using the changeset viewer.