bepu / bepuphysics2

Pure C# 3D real time physics simulation library, now with a higher version number.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initializing big compound with only 1 member results in some weird internal tree error.

emelrad12 opened this issue · comments

This is running bepu in debug mode, so alll assertions are on.
I would suggest either making it throw mor sensible exception when there is only 1 item, or if possible making it work with a single one.
Here a screenshot of the error and callstack.
image

Just a bug in the new binned builder's corner case; fixed in 299ed89. Thanks for the report!

Works great, thanks for fixing it so fast.