Changeset 10617 in orxonox.OLD
- Timestamp:
- Apr 4, 2007, 11:27:23 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/lib/graphics/light.h
r9869 r10617 102 102 void setAmbientColor(GLfloat r, GLfloat g, GLfloat b); 103 103 // HACK: Assuming r = g = b values 104 inline GLfloat getAmbientColor() { return this->ambientColor[0]; } 104 // SOLVED: nobody uses it anyway 105 // inline GLfloat getAmbientColor() { return this->ambientColor[0]; } 105 106 106 107 Light* getLight(int lightNumber) const;
Note: See TracChangeset
for help on using the changeset viewer.