Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2006, 11:41:16 AM (19 years ago)
Author:
patrick
Message:

cr: extended the collisionevent and added the interface to the WE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/world_entities/world_entity.h

    r8169 r8182  
    2929class CollisionHandle;
    3030class Collision;
     31class Plane;
    3132
    3233
     
    8182
    8283  bool registerCollision(WorldEntity* entityA, WorldEntity* entityB, BoundingVolume* bvA, BoundingVolume* bvB);
     84  bool registerCollision(WorldEntity* entity, Plane* plane, Vector position);
    8385  /** @return true if there is at least on collision reaction subscribed */
    8486  inline bool isReactive() const { return this->bReactive; }
Note: See TracChangeset for help on using the changeset viewer.