How do I create a constraint with havok physics engine?
Here is a playground showing all the available constraints, and here are our docs explaining
Constraints | Babylon.js Documentation
In the playground exmple you can see havok is used as the plugin, but the constraints are from babylon (ex: BABYLON.BallAndSocketConstraint)
cc @Cedric
1 Like
Hey @TadKing42 , this may be of interest to you! Created tool for testing Havok physics constraints with Babylon.js | Rex Sandell posted on the topic | LinkedIn
This playground built by above community member Rex Sandell lets you test out the many havok physics constraints! Physics6DoFConstraint Joint Creation Tool | Babylon.js Playground
1 Like
There is also this post of mine:
All possible constraints are named and referenced.
1 Like