mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
rigid body on rigid body reactions
This commit is contained in:
parent
d8f889f840
commit
6a930f3da1
3 changed files with 10 additions and 4 deletions
|
|
@ -188,7 +188,6 @@ class RigidShape: public ShapeBase
|
|||
|
||||
CollisionList mCollisionList;
|
||||
CollisionList mContacts;
|
||||
Rigid mRigid;
|
||||
ShapeBaseConvex mConvex;
|
||||
S32 restCount;
|
||||
|
||||
|
|
@ -233,6 +232,7 @@ class RigidShape: public ShapeBase
|
|||
public:
|
||||
// Test code...
|
||||
static ClippedPolyList* sPolyList;
|
||||
Rigid mRigid;
|
||||
|
||||
//
|
||||
RigidShape();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue