Page 1 of 1

Problem with btCompoundShape

Posted: Sun May 12, 2013 6:10 pm
by lad
Hello,

I have a question:

in the btCompoundShape I can add simple bodies: is there a function to remove simple bodies?

Otherwise I would introduce a mesh, but in case the code would be very heavy!!!!

Thanks!!!!!!

Re: Problem with btCompoundShape

Posted: Mon May 13, 2013 9:02 pm
by majestik666
check the fractureDemo, it does remove shapes from compounds based on impacts

Re: Problem with btCompoundShape

Posted: Wed May 15, 2013 7:30 pm
by lad
Thank you, I'll try it!