btDeformableRigidWorld now inherits from btMultiBodyDynamicsWorld instead of btSoftRigidDynamicsWorld

This commit is contained in:
Xuchen Han
2019-07-09 15:27:17 -07:00
parent 13d4e1cc2b
commit c4e316f005
6 changed files with 86 additions and 38 deletions

View File

@@ -35,7 +35,7 @@ enum btDynamicsWorldType
BT_SOFT_RIGID_DYNAMICS_WORLD = 4,
BT_GPU_DYNAMICS_WORLD = 5,
BT_SOFT_MULTIBODY_DYNAMICS_WORLD = 6,
BT_DEFORMABLE_RIGID_DYNAMICS_WORLD = 7
BT_DEFORMABLE_MULTIBODY_DYNAMICS_WORLD = 7
};
///The btDynamicsWorld is the interface class for several dynamics implementation, basic, discrete, parallel, and continuous etc.