Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 15, 2005, 8:59:02 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: changed the collision detection interface again slightly to make it more useable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/bv_tree.h

    r5026 r5028  
    4242  virtual void flushTree() = NULL;
    4343
    44   virtual void collideWith(BVTree* tree, PNode* nodeA, PNode* nodeB) = NULL;
     44  virtual void collideWith(BVTree* tree, WorldEntity* nodeA, WorldEntity* nodeB) = NULL;
    4545  virtual void collideWith(WorldEntity* entity1, WorldEntity* entity2) = NULL;
    4646
Note: See TracChangeset for help on using the changeset viewer.