20 while (get_num_characters() > 0) {
24 while (get_num_vehicles() > 0) {
28 while (get_num_constraints() > 0) {
32 while (get_num_rigid_bodies() > 0) {
36 while (get_num_soft_bodies() > 0) {
40 while (get_num_ghosts() > 0) {
44 _info.m_sparsesdf.Reset();
48 delete _configuration;
57 get_debug_node()
const {
65 INLINE
bool BulletWorld::
66 has_debug_node()
const {
68 return _debug !=
nullptr;
74 INLINE btDynamicsWorld *BulletWorld::
83 INLINE btBroadphaseInterface *BulletWorld::
84 get_broadphase()
const {
92 INLINE btDispatcher *BulletWorld::
93 get_dispatcher()
const {
void remove_soft_body(BulletSoftBodyNode *node)
Deprecated.
void remove_vehicle(BulletVehicle *vehicle)
Deprecated.
void remove_ghost(BulletGhostNode *node)
Deprecated.
void remove_rigid_body(BulletRigidBodyNode *node)
Deprecated.
void remove_character(BulletBaseCharacterControllerNode *node)
Deprecated.
void remove_constraint(BulletConstraint *constraint)
Deprecated.