New Update
[0.5.21] - 2024-11-09
Two new rotation methods have been added, deprecating the previous method:
Object::set_rotatation
is deprecated (yes I just realized the typo)Object::set_rotation
now statically sets a rotation, does not keep moving the objectObject::rotate
now dynamically rotates the object every time it's called, similar to translation.RotateAmount
is a new enum that lets you define the rotation amount in Radians or Degrees (previously only degrees)
Full Changelog: v0.5.20...v0.5.21