How to remove btRigidBody from world in example browser

Post Reply
benelot
Posts: 350
Joined: Sat Jul 04, 2015 10:33 am
Location: Bern, Switzerland
Contact:

How to remove btRigidBody from world in example browser

Post by benelot »

Hello,

I am implementing a bullet example browser demo which involves removing objects during runtime. The physical objects can be removed using removeRigidBody(...) , but the graphical object stays there. How do I remove it?
Post Reply