bepu / bepuphysics2

Pure C# 3D real time physics simulation library, now with a higher version number.
Apache License 2.0
2.25k stars 261 forks source link

Possible capsule-triangle determinism failure #188

Closed RossNordby closed 2 years ago

RossNordby commented 2 years ago

There appears to be a determinism failure arising only in the presence of capsules and triangles. Likely some conditional codepath is set up incorrectly.

RossNordby commented 2 years ago

It's not capsule-triangle. Likely sleeper related.

RossNordby commented 2 years ago

Turns out it was static property change awakenings failing to sort query results!