Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5500 in orxonox.OLD for trunk/src/world_entities/satellite.cc


Ignore:
Timestamp:
Nov 8, 2005, 12:03:18 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: all the WorldEntities now have a const function to draw themselves

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/satellite.cc

    r5357 r5500  
    7070   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.
    7171*/
    72 void Satellite::draw()
     72void Satellite::draw() const
    7373{
    7474  glMatrixMode(GL_MODELVIEW);
Note: See TracChangeset for help on using the changeset viewer.