to get you started you can use a dot product between the forward vector and velocity to give you an idea of what direction you’re moving and adjust by that.
1 Like
to get you started you can use a dot product between the forward vector and velocity to give you an idea of what direction you’re moving and adjust by that.