mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 22:35:37 +00:00
PhysicsShape applyForce function
This commit is contained in:
parent
8a39f5e7b6
commit
1559e7a3d3
7 changed files with 51 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue