godot/tests
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
..
data
SCsub
test_aabb.h
test_array.h
test_astar.h
test_basis.h Refactored Node3D rotation modes 2021-10-25 14:34:00 -03:00
test_class_db.h
test_code_edit.h Fix breakpointed_lines out of sync when removing lines above 2021-10-06 14:23:37 +01:00
test_color.h
test_command_queue.h
test_config_file.h
test_crypto.h
test_curve.h
test_dictionary.h
test_expression.h
test_file_access.h
test_geometry_2d.h
test_geometry_3d.h Swap args of Plane(point, normal) constructor 2021-10-15 20:49:42 -05:00
test_gradient.h
test_gui.cpp
test_gui.h
test_hashing_context.h
test_image.h
test_json.h
test_list.h
test_local_vector.h
test_lru.h
test_macros.cpp
test_macros.h
test_main.cpp Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
test_main.h
test_marshalls.h
test_math.cpp Use range iterators for Map 2021-09-30 15:09:12 -06:00
test_math.h
test_method_bind.h
test_node_path.h
test_oa_hash_map.cpp
test_oa_hash_map.h
test_object.h
test_ordered_hash_map.h
test_paged_array.h
test_path_3d.h
test_path_follow_2d.h
test_path_follow_3d.h
test_pck_packer.h
test_physics_2d.cpp
test_physics_2d.h
test_physics_3d.cpp
test_physics_3d.h
test_random_number_generator.h
test_rect2.h
test_render.cpp
test_render.h
test_resource.h
test_shader_lang.cpp Added support for uniform arrays in shaders 2021-10-04 13:57:44 +03:00
test_shader_lang.h
test_string.h
test_text_server.h Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
test_time.h
test_tools.h Implement toast notifications in the editor 2021-10-14 13:30:54 +02:00
test_translation.h Add tests for Translations 2021-09-29 10:39:20 +03:00
test_utils.cpp
test_utils.h
test_validate_testing.h
test_variant.h
test_vector.h Implement bsearch for Vector and Packed*Array 2021-09-30 23:57:26 +00:00
test_xml_parser.h