Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5035 in orxonox.OLD


Ignore:
Timestamp:
Aug 15, 2005, 10:15:37 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: no cd checking anymore for now.

Location:
orxonox/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/cd_engine.cc

    r5033 r5035  
    6666void CDEngine::checkCollisions()
    6767{
    68   this->checkCollisionObjects();
     68  //this->checkCollisionObjects();
    6969  this->checkCollisionGround();
    7070}
  • orxonox/trunk/src/story_entities/world.cc

    r5034 r5035  
    921921  WorldEntity* entity;
    922922  glLoadIdentity();
    923   //entity = this->entities->enumerate();
    924923  tIterator<WorldEntity>* iterator = this->entities->getIterator();
    925924  entity = iterator->nextElement();
     
    927926  {
    928927    if( entity->isVisible() ) entity->draw();
    929     entity->drawBVTree(2, 226);
    930       //entity = this->entities->nextElement();
     928    //entity->drawBVTree(2, 226);
    931929    entity = iterator->nextElement();
    932930  }
Note: See TracChangeset for help on using the changeset viewer.