vx_bevy
vx_bevy copied to clipboard
add third-person view camera & player box
In preparation for physics, it is useful to have an actual player model & a third-person camera to watch.
I'm not sure how physics will integrate quite yet, but I imagine it replaces the rotation slerp with an angular acceleration.