amerkoleci / JoltPhysicsSharp

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

Implement Get Shape #99

Closed captainkidd5 closed 3 weeks ago

captainkidd5 commented 3 weeks ago

Hi would it be possible to implement BodyInterface.GetShape(id) and BodyInterface.GetTransformedShape(id)?

seen in the API here

amerkoleci commented 3 weeks ago

GetShape was added, need to think about how to add GetTransformedShape

amerkoleci commented 3 weeks ago

Implemented in https://github.com/amerkoleci/JoltPhysicsSharp/commits/main/

captainkidd5 commented 3 weeks ago

get shape works great, thanks a ton. Haven't had a chance to test out GetTransformedShape but i'll report back when I do