Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2006, 6:41:08 PM (18 years ago)
Author:
bottac
Message:

collision detection.

File:
1 edited

Legend:

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

    r7221 r7833  
    6262
    6363  virtual void collidesWith (WorldEntity* entity, const Vector& location);
     64  virtual void collidesWithGround(const Vector& location);
     65  virtual void collidesWithGround(const Vector& feet, const Vector& ray_1, const Vector& ray_2);
    6466  void drawBVTree(unsigned int depth, int drawMode) const;
    6567
Note: See TracChangeset for help on using the changeset viewer.