Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2005, 10:43:31 AM (18 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/space_ships/space_ship.cc

    r5982 r5994  
    250250  Vector tmpRot = this->getAbsDir().getSpacialAxis();
    251251  glRotatef (this->getAbsDir().getSpacialAxisAngle(), tmpRot.x, tmpRot.y, tmpRot.z );
    252   this->model->draw();
     252  this->getModel()->draw();
    253253  glPopMatrix();
    254254
Note: See TracChangeset for help on using the changeset viewer.