Changeset 10746 in orxonox.OLD
- Timestamp:
- Jun 20, 2007, 9:41:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/plasma_pulse.cc
r10745 r10746 133 133 { 134 134 glPushMatrix(); 135 glPushAttrib(GL_ENABLE_BIT); 135 136 glEnable( GL_ALPHA_TEST); 136 137 glAlphaFunc( GL_GEQUAL, .5); 137 138 this->grid->draw(); 138 139 // this->blink->draw(); 140 glPopAttrib(); 139 141 glPopMatrix(); 140 142
Note: See TracChangeset
for help on using the changeset viewer.