godot/modules/gdscript/tests/scripts/runtime/features
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
..
arrays_arent_shared.gd Zero Dictionary and Array variants when changing type with reset 2021-10-14 11:22:17 -03:00
arrays_arent_shared.out Zero Dictionary and Array variants when changing type with reset 2021-10-14 11:22:17 -03:00
assign_member_with_operation.gd GDScript: Fix member assignment with operation 2021-10-04 14:09:54 -03:00
assign_member_with_operation.out GDScript: Fix member assignment with operation 2021-10-04 14:09:54 -03:00
await_without_coroutine.gd GDScript: Properly return value with await on non-coroutine 2021-10-14 19:58:10 -03:00
await_without_coroutine.out GDScript: Properly return value with await on non-coroutine 2021-10-14 19:58:10 -03:00
compare-builtin-equals-null.gd Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-builtin-equals-null.out Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-builtin-not-equals-null.gd Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-builtin-not-equals-null.out Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-null-equals-builtin.gd Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-null-equals-builtin.out Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-null-not-equals-builtin.gd Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-null-not-equals-builtin.out Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
dictionaries_arent_shared.gd Zero Dictionary and Array variants when changing type with reset 2021-10-14 11:22:17 -03:00
dictionaries_arent_shared.out Zero Dictionary and Array variants when changing type with reset 2021-10-14 11:22:17 -03:00
lua_assign.gd Fix LUA-style assignment in Dictionary 2021-10-05 12:17:13 +02:00
lua_assign.out Fix LUA-style assignment in Dictionary 2021-10-05 12:17:13 +02:00
property_with_operator_assignment.gd GDScript: Fix assignment with operation for properties 2021-09-29 10:54:16 -03:00
property_with_operator_assignment.out GDScript: Fix assignment with operation for properties 2021-09-29 10:54:16 -03:00
recursion.gd
recursion.out
stringify.gd Refactored Node3D rotation modes 2021-10-25 14:34:00 -03:00
stringify.out Enhance and cleanup stringify for Vector 2021-10-09 06:19:25 +00:00