amerkoleci / JoltPhysicsSharp

JoltPhysics C# bindings
MIT License
238 stars 34 forks source link

Can't find PhysicsSettings #54

Closed PhilT closed 6 months ago

PhilT commented 8 months ago

Is there no interface to PhysicsSettings such as PenetrationSlop and TimeBeforeSleep?

(https://jrouwe.github.io/JoltPhysics/struct_physics_settings.html)

amerkoleci commented 8 months ago

Feel free to submit PR, otherwise I'll add it when I have some spare time.

bjornbytes commented 6 months ago

I added PhysicsSettings to the C API in #70, so now it just needs C# bindings.

amerkoleci commented 6 months ago

I added PhysicsSettings to the C API in #70, so now it just needs C# bindings.

Yup, I'll handle C# side, thanks again for PR

amerkoleci commented 6 months ago

This was added to version 2.5.0