findAndRemovePhysicsBody(obj)
Find the physics body associated with the given object and remove it.
Parameters:
Name | Type | Description |
---|---|---|
obj |
v3d.Object3D | Object. |
Name | Type | Description |
---|---|---|
obj |
v3d.Object3D | Object. |
Name | Type | Description |
---|---|---|
obj1 |
v3d.Object3D | The object having the constraint. |
obj2 |
v3d.Object3D | The other object having the constraint. |
Name | Type | Description |
---|---|---|
body |
Ammo.btRigidBody | The physics body. |
Name | Type | Description |
---|---|---|
body |
Ammo.btRigidBody | The physics body. |
obj |
Object3D | The scene object. |