Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2005, 2:28:27 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new Collision-detection algorithm, checking for framerate-increase now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/objectmanager/src/story_entities/world.cc

    r6121 r6124  
    235235
    236236  GraphicsEngine::getInstance()->displayFPS(true);
    237 
    238   CDEngine::getInstance()->setEntityList( this->entities);
    239237}
    240238
     
    776774void World::collide()
    777775{
    778   CDEngine::getInstance()->checkCollisions();
     776  CDEngine::getInstance()->checkCollisions(this->objectManager.getObjectList(OM_GROUP_00), this->objectManager.getObjectList(OM_GROUP_01_PROJ));
    779777}
    780778
Note: See TracChangeset for help on using the changeset viewer.