Changeset 6487 in orxonox.OLD for branches/powerups/src/world_entities/power_ups/power_up.cc
- Timestamp:
- Jan 11, 2006, 4:18:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/powerups/src/world_entities/power_ups/power_up.cc
r6424 r6487 65 65 void PowerUp::draw() const 66 66 { 67 glMatrixMode(GL_MODELVIEW); 67 this->sphereMaterial->select(); 68 WorldEntity::draw(); 69 /*glMatrixMode(GL_MODELVIEW); 68 70 glPushMatrix(); 69 71 70 /* translate */71 72 glTranslatef (this->getAbsCoor ().x, 72 73 this->getAbsCoor ().y, … … 78 79 this->getModel(0)->draw(); 79 80 80 glPopMatrix();81 glPopMatrix();*/ 81 82 } 82 83
Note: See TracChangeset
for help on using the changeset viewer.