Changeset 9979 in orxonox.OLD for branches/playability/src/world_entities/test_entity2.cc
- Timestamp:
- Nov 29, 2006, 10:30:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/test_entity2.cc
r9978 r9979 100 100 { 101 101 102 glPushAttrib(GL_ENABLE_BIT); 103 glDisable(GL_LIGHTING); 102 104 103 105 glPushMatrix(); … … 113 115 114 116 //PRINTF(0)("axis: %f\n", axis); 117 118 115 119 glDisable(GL_TEXTURE_2D); 116 120 this->material->select(); … … 228 232 229 233 glPopMatrix(); 230 //glPopAttrib();234 glPopAttrib(); 231 235 } 232 236
Note: See TracChangeset
for help on using the changeset viewer.