Changeset 7983 for code/branches/kicklib/src/external/bullet/BulletDynamics/Character/btCharacterControllerInterface.h
- Timestamp:
- Feb 27, 2011, 7:43:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/src/external/bullet/BulletDynamics/Character/btCharacterControllerInterface.h
r5781 r7983 31 31 32 32 virtual void setWalkDirection(const btVector3& walkDirection) = 0; 33 virtual void setVelocityForTimeInterval(const btVector3& velocity, btScalar timeInterval) = 0; 33 34 virtual void reset () = 0; 34 35 virtual void warp (const btVector3& origin) = 0;
Note: See TracChangeset
for help on using the changeset viewer.