PhysicsShape applyTorque function

This commit is contained in:
rextimmy 2017-01-04 13:23:36 +10:00
parent f42c9bd9b7
commit 55e9af9786
7 changed files with 42 additions and 2 deletions

View file

@ -246,6 +246,7 @@ public:
Point3F getVelocity() const { return mState.linVelocity; }
void applyImpulse( const Point3F &pos, const VectorF &vec );
void applyRadialImpulse( const Point3F &origin, F32 radius, F32 magnitude );
void applyTorque( const Point3F &torque );
void setScale(const VectorF & scale);
// GameBase