Havok collision callback: how to interpret provided collision info

Oh, previously there was a bug where collision ended events weren’t being reported, but it was fixed, but to not interfer with existing code, we added the collision ended events on a separate plugin observable: Collision Finished Issue | Babylon.js Playground (babylonjs-playground.com)

Currently there’s no corresponding collision ended observable on the body itself, but we can add it if needed :slight_smile:

4 Likes