amerkoleci / JoltPhysicsSharp

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

Add JPH_BodyInterface_GetPositionAndRotation; #77

Closed bjornbytes closed 5 months ago

bjornbytes commented 5 months ago

Added a small method that allows querying the position/rotation of a body with 1 lock instead of 2.

amerkoleci commented 5 months ago

Thanks!