virtualx-engine/scene/3d
smix8 d87f124768 Add NavigationLink helper functions for global positions
Adds helper functions to set the links start and end position with global positions or get them as global positions.

Adds global start and end position for the navigation link to the 'link_reached' signal of NavigationAgent. That signal gets emitted when a navigation link waypoint is reached. Requires that 'owner' meta data is enabled on the NavigationAgent.
2023-02-14 21:56:58 +01:00
..
area_3d.cpp Replace Area gravity point distance scale with unit distance 2023-01-29 22:12:00 -06:00
area_3d.h Replace Area gravity point distance scale with unit distance 2023-01-29 22:12:00 -06:00
audio_listener_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_listener_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_player_3d.cpp Some code simplifications 2023-02-07 14:30:16 +01:00
audio_stream_player_3d.h Implement blending audio feature to AnimationTree 2023-01-28 20:08:29 +09:00
bone_attachment_3d.cpp BoneAttachment3D: Remove duplicate override_pose 2023-01-31 03:31:47 -08:00
bone_attachment_3d.h Remove SkeletonModificationStack3D, and Skeleton3D api cleanup 2023-01-12 12:04:53 -08:00
camera_3d.cpp Changed Camera3D Ortho Size Limit 2023-01-24 13:20:17 -08:00
camera_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_object_3d.cpp Merge pull request #67847 from rburing/warn_non-uniformists 2023-01-23 10:32:06 +01:00
collision_object_3d.h Error when removing a phycics node during a physics callback 2023-01-07 12:57:24 +01:00
collision_polygon_3d.cpp Merge pull request #67847 from rburing/warn_non-uniformists 2023-01-23 10:32:06 +01:00
collision_polygon_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_shape_3d.cpp Improve some editor strings for localization 2023-02-09 19:32:02 +08:00
collision_shape_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cpu_particles_3d.cpp Merge pull request #70716 from Calinou/particles-tweak-animation-offset-property-hint 2023-01-10 11:01:14 +01:00
cpu_particles_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
decal.cpp Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
decal.h Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
fog_volume.cpp Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
fog_volume.h Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
gpu_particles_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_collision_3d.cpp Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
gpu_particles_collision_3d.h Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
importer_mesh_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
importer_mesh_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joint_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joint_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
label_3d.cpp Merge pull request #72225 from MinusKube/shaped_text_invalidated_bug 2023-02-13 09:13:27 +01:00
label_3d.h [Sprite3D/Label3D] Expose alpha antialiasing properties. 2023-01-31 10:46:38 +02:00
light_3d.cpp Fix some SpotLight3D issues (clustering artifacts, light leak) 2023-01-24 01:08:32 +01:00
light_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_gi.cpp Set Default compression to VRAM uncompressed for LightmapGI 2023-02-11 16:26:09 -08:00
lightmap_gi.h Disable navmesh, lightmap, and VoxelGI generation on foreign data 2023-01-06 08:39:27 -08:00
lightmap_probe.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_probe.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmapper.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmapper.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
marker_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
marker_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multimesh_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multimesh_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_agent_3d.cpp Add NavigationLink helper functions for global positions 2023-02-14 21:56:58 +01:00
navigation_agent_3d.h Fix NavigationAgent debug functions bindings in release builds 2023-02-08 21:49:04 +01:00
navigation_link_3d.cpp Add NavigationLink helper functions for global positions 2023-02-14 21:56:58 +01:00
navigation_link_3d.h Add NavigationLink helper functions for global positions 2023-02-14 21:56:58 +01:00
navigation_obstacle_3d.cpp Improve consistency of NavigationAgent setters 2023-02-02 22:51:37 -08:00
navigation_obstacle_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_region_3d.cpp Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
navigation_region_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
node_3d.cpp Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
node_3d.h Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
occluder_instance_3d.cpp meshoptimizer: Sync with upstream commit 4a287848f 2023-01-31 22:27:49 -08:00
occluder_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_body_3d.cpp Fix AnimatableBody3D not being movable in editor 2023-01-31 23:41:40 +02:00
physics_body_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ray_cast_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ray_cast_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
reflection_probe.cpp Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
reflection_probe.h Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
remote_transform_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_transform_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Disable Node3D when compiling without 3D and fix disable_3d option 2021-08-13 08:59:48 -05:00
shape_cast_3d.cpp Fix style issue in ShapeCast3D after #68409 2023-01-12 19:28:58 +01:00
shape_cast_3d.h Merge pull request #68409 from Jasuse/shapecast3d_dbg_shape_fix 2023-01-12 17:19:20 +01:00
skeleton_3d.cpp Remove SkeletonModificationStack3D, and Skeleton3D api cleanup 2023-01-12 12:04:53 -08:00
skeleton_3d.h Remove SkeletonModificationStack3D, and Skeleton3D api cleanup 2023-01-12 12:04:53 -08:00
skeleton_ik_3d.cpp Remove SkeletonModificationStack3D, and Skeleton3D api cleanup 2023-01-12 12:04:53 -08:00
skeleton_ik_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
soft_body_3d.cpp Merge pull request #67847 from rburing/warn_non-uniformists 2023-01-23 10:32:06 +01:00
soft_body_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
spring_arm_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
spring_arm_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
sprite_3d.cpp [Sprite3D/Label3D] Expose alpha antialiasing properties. 2023-01-31 10:46:38 +02:00
sprite_3d.h [Sprite3D/Label3D] Expose alpha antialiasing properties. 2023-01-31 10:46:38 +02:00
vehicle_body_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
vehicle_body_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
velocity_tracker_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
velocity_tracker_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visible_on_screen_notifier_3d.cpp Merge pull request #69809 from KoBeWi/runtime_enabler_2d 2023-01-08 22:38:29 +01:00
visible_on_screen_notifier_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visual_instance_3d.cpp Sort decals and lights based on camera origin 2023-01-20 09:58:17 -08:00
visual_instance_3d.h Sort decals and lights based on camera origin 2023-01-20 09:58:17 -08:00
voxel_gi.cpp Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
voxel_gi.h Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
voxelizer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxelizer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
world_environment.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
world_environment.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xr_nodes.cpp Rename getters and signals on XR nodes to be consistant with input types 2023-01-23 11:26:12 +11:00
xr_nodes.h Rename getters and signals on XR nodes to be consistant with input types 2023-01-23 11:26:12 +11:00