Changeset 5500 in orxonox.OLD for trunk/src/world_entities/satellite.cc
- Timestamp:
- Nov 8, 2005, 12:03:18 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/satellite.cc
r5357 r5500 70 70 This is a central function of an entity: call it to let the entity painted to the screen. Just override this function with whatever you want to be drawn. 71 71 */ 72 void Satellite::draw() 72 void Satellite::draw() const 73 73 { 74 74 glMatrixMode(GL_MODELVIEW);
Note: See TracChangeset
for help on using the changeset viewer.