Changeset 8266 in orxonox.OLD for branches/atmospheric_engine/src/world_entities/effects
- Timestamp:
- Jun 8, 2006, 4:26:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/world_entities/effects/billboard.cc
r8255 r8266 121 121 return; 122 122 123 glPushAttrib(GL_ENABLE_BIT); 124 glDisable(GL_LIGHTING); 125 glDisable(GL_FOG); 126 123 127 glPushMatrix(); 124 128 … … 164 168 165 169 glPopMatrix(); 170 171 glPopAttrib(); 166 172 }
Note: See TracChangeset
for help on using the changeset viewer.