Page 1 of 1

btMultiBody with multiDof = false does not work

Posted: Wed Nov 04, 2015 9:15 pm
by se210
If you create a btMultiBody with multiDof = false, it fails to finalizeMultiDof() because of assert on btAssert(m_isMultiDof);. If you skip finalizeMultiDof(), then it will crash in processDeltaVeeMultiDof2() because m_deltaV has not been sized properly.

Re: btMultiBody with multiDof = false does not work

Posted: Fri Nov 06, 2015 2:52 am
by Erwin Coumans
The non-multidof path of btMultiBody is obsolete/unmaintained, I'll remove it to avoid confusion.