Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 5, 2005, 2:05:31 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: enhanced graphics initialisation. minor change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/environment.cc

    r3309 r3336  
    2929Environment::Environment () : WorldEntity()
    3030{
    31   //this->model = new Object("reaplow.obj");
     31  this->model = new Object("reaplow.obj");
    3232}
    3333
     
    3636Environment::~Environment ()
    3737{
    38   //delete this->model;
     38  delete this->model;
    3939}
    4040
     
    5959 
    6060  glMatrixMode(GL_MODELVIEW);
    61   // this->model->draw();
     61  this->model->draw();
    6262}
    6363
Note: See TracChangeset for help on using the changeset viewer.