NcStudios / NcEngine

NcEngine: 3D game engine written in modern C++ and Vulkan
https://ncstudios.itch.io/
MIT License
36 stars 2 forks source link

Investigate velocity W components #634

Open McCallisterRomer opened 1 month ago

McCallisterRomer commented 1 month ago

PhysicsBody::ApplyVelocities() is getting called with velocities that have garbage W components. We'd expect this to be 0. Find the offending code (probably a Transform where we should TransformCoord).

McCallisterRomer commented 1 month ago

There's a related todo in PhysicsBody.cpp