Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 15, 2005, 8:59:02 PM (19 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/obb_tree.h

    r5026 r5028  
    2828    virtual void flushTree();
    2929
    30     virtual void collideWith(BVTree* tree, PNode* nodeA, PNode* nodeB);
     30    virtual void collideWith(BVTree* tree, WorldEntity* nodeA, WorldEntity* nodeB);
    3131    virtual void collideWith(WorldEntity* entity1, WorldEntity* entity2);
    3232
Note: See TracChangeset for help on using the changeset viewer.