Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4924 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Jul 21, 2005, 4:46:41 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the last cleanups, now the classes look better

File:
1 edited

Legend:

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

    r4912 r4924  
    4040
    4141  this->ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f);
    42 // //   delete ssp;
    4342}
    4443
     
    9493  this->objectList = 0;
    9594}
     95
    9696
    9797void Terrain::loadParams(const TiXmlElement* root)
     
    122122  glPopMatrix();
    123123
     124  /* THIS IS ONLY FOR DEBUGGING INFORMATION */
    124125  this->ssp->drawQuadtree();
    125126}
Note: See TracChangeset for help on using the changeset viewer.