Files
godot/servers
reduz d03b7fbe09 Refactored Node3D rotation modes
* Made the Basis euler orders indexed via enum.
* Node3D has a new rotation_order property to choose Euler rotation order.
* Node3D has also a rotation_mode property to choose between Euler, Quaternion and Basis

Exposing these modes as well as the order makes Godot a lot friendlier for animators, which can choose the best way to interpolate rotations.
The new *Basis* mode makes the (exposed) transform property obsolete, so it was removed (can still be accessed by code of course).
2021-10-25 14:34:00 -03:00
..
2021-10-21 18:44:25 +01:00
2021-10-25 16:11:32 +02:00
2021-07-18 21:20:02 -03:00
2021-06-11 18:48:42 +02:00
2021-10-23 15:50:01 +02:00
2021-10-17 12:12:20 +11:00