btMultiSapBroadphase::destroyProxy ASSERT

AndyZ
Posts: 1
Joined: Sun Sep 02, 2007 11:20 pm

btMultiSapBroadphase::destroyProxy ASSERT

Post by AndyZ »

I'm new to Bullet and I noticed the assert in btMultiSapBroadphase::destroyProxy() is hit if you turn on CHECK_MEMORY_LEAKS in the AppBasicDemo.
Is this bit of code unfinished or is the demo app wrong?
Thanks
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: btMultiSapBroadphase::destroyProxy ASSERT

Post by Erwin Coumans »

The btMultiSapBroadphase is unfinished work in progress. It is targetting extremely large worlds.

For now, please use btAxis3Sweep or btSimpleBroadphase instead.
Thanks,
Erwin