jrouwe / JoltPhysics

A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
MIT License
6.42k stars 414 forks source link

[Question] I intergrate JoltPhysics into my project with exception thrown #1069

Closed ChivenZhang closed 4 months ago

ChivenZhang commented 4 months ago

I used jolt in my engine project, and when the capsule shape and box shape colliding, exception was thrown. This is my fatal info [happened in CollisionDispatch.sCollideShapeVsShape]: image This is how I initialize it: image I want to wonder what's wrong with my code. Thanks.

ChivenZhang commented 4 months ago

I forget to invoke "RegisterTypes()", sorry.