Year: 2020

Godot Engine – Rotating a character with transform.basis.slerp

Last Updated on 6. February 2022 by Victor Karp rotation_degrees, transform.basis and quaternions If you want to rotate a character towards a point, there are three popular methods you can use: modifying the character’s rotation_degrees.y value, changing the transform.basis or using quaternions. This tutorial will show you how the transform.basis approach works. The transform.basis property […]

Scroll to top