PhysicsShape applyForce function

This commit is contained in:
rextimmy 2017-01-05 10:38:05 +10:00
parent 8a39f5e7b6
commit 1559e7a3d3
7 changed files with 51 additions and 3 deletions

View file

@ -247,6 +247,7 @@ public:
void applyImpulse( const Point3F &pos, const VectorF &vec );
void applyRadialImpulse( const Point3F &origin, F32 radius, F32 magnitude );
void applyTorque( const Point3F &torque );
void applyForce( const Point3F &force );
void setScale(const VectorF & scale);
// GameBase