virtualx-engine/scene
jfons cfb555a081 Node3D gizmo improvements
* Clean-up of node_3d_editor_plugin.{h,cpp}: removed unused code, fixed some bugs.
* Moved node_3d_editor_gizmos.{h,cpp} to editor/plugins.
* Added support for multiple gizmos per node. This means custom gizmos will no longer override the built-in ones and that multiple gizmos can be used in more complex nodes.
* Added support for handle IDs. When adding handles to a gizmo, an ID can be specified for each one, making it easier to work with gizmos that have a variable number of handles.
* Added support for subgizmos, selectable elements that can be transformed without needing a node of their own. By overriding _subgizmo_intersect_frustum() and/or _subgizmo_intersect_ray() gizmos can define which subgizmos should be selected on a region or click selection. Subgizmo transformations are applied using get/set/commit virtual methods, similar to how handles work.
2021-07-23 21:01:10 +02:00
..
2d Merge pull request #38317 from verdog/get-cam-2d-4.0 2021-07-20 22:19:06 +02:00
3d Node3D gizmo improvements 2021-07-23 21:01:10 +02:00
animation Use is_equal_approx in more places 2021-07-21 00:32:37 -04:00
audio Optimize StringName usage 2021-07-18 21:20:02 -03:00
debugger Increase the number of arguments accepted by UndoRedo methods 2021-07-06 18:52:28 +02:00
gui Merge pull request #50655 from JFonS/sname_opt 2021-07-20 21:49:32 +02:00
main Use the standard C INFINITY and NAN constants directly 2021-07-21 10:41:08 +02:00
resources Merge pull request #50605 from Calinou/tweak-shader-code-style 2021-07-20 10:05:13 +02:00
register_scene_types.cpp Rename Curve3Texture to CurveXYZTexture 2021-07-14 00:30:58 +02:00
register_scene_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_string_names.cpp Node3D gizmo improvements 2021-07-23 21:01:10 +02:00
scene_string_names.h Node3D gizmo improvements 2021-07-23 21:01:10 +02:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00