Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5994 in orxonox.OLD for trunk/src/world_entities/terrain.cc


Ignore:
Timestamp:
Dec 9, 2005, 10:43:31 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: much cleaner Model Loading unloading, model is now private to WorldEntity (not protected)

File:
1 edited

Legend:

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

    r5750 r5994  
    138138  if (this->objectList)
    139139    glCallList(this->objectList);
    140   else if (this->model)
    141     this->model->draw();
     140  else if (this->getModel())
     141    this->getModel()->draw();
    142142  if (this->vegetation)
    143143    this->vegetation->draw();
Note: See TracChangeset for help on using the changeset viewer.