godot/scene/3d
Rémi Verschelde 21dc88bf74
Merge pull request #89727 from Malcolmnixon/fix-avatars-without-root-bone
Fix XRBodyModifier3D hip driving for avatars no Root bone
2024-03-24 01:22:50 +01:00
..
physics Merge pull request #89468 from MrPersonDev/increase-rigidbody-mass-precision 2024-03-14 22:35:16 +01:00
audio_listener_3d.cpp
audio_listener_3d.h
audio_stream_player_3d.compat.inc
audio_stream_player_3d.cpp Split monolithic physics class files 2024-02-27 11:18:16 +01:00
audio_stream_player_3d.h
bone_attachment_3d.cpp Fix BoneAttachment3D responding to only local transform changes 2024-02-26 12:59:57 -06:00
bone_attachment_3d.h
camera_3d.cpp Split monolithic physics class files 2024-02-27 11:18:16 +01:00
camera_3d.h
cpu_particles_3d.cpp
cpu_particles_3d.h
decal.cpp Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
decal.h
fog_volume.cpp Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
fog_volume.h
gpu_particles_3d.cpp
gpu_particles_3d.h Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
gpu_particles_collision_3d.cpp Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
gpu_particles_collision_3d.h
importer_mesh_instance_3d.cpp Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
importer_mesh_instance_3d.h Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
label_3d.cpp Fix Label3D, TextMesh & Font not following project default theme in editor 2024-03-09 17:35:48 +01:00
label_3d.h
light_3d.cpp
light_3d.h
lightmap_gi.cpp
lightmap_gi.h
lightmap_probe.cpp
lightmap_probe.h
lightmapper.cpp
lightmapper.h
marker_3d.cpp
marker_3d.h
mesh_instance_3d.cpp Split monolithic physics class files 2024-02-27 11:18:16 +01:00
mesh_instance_3d.h
multimesh_instance_3d.cpp
multimesh_instance_3d.h
navigation_agent_3d.cpp
navigation_agent_3d.h
navigation_link_3d.cpp
navigation_link_3d.h
navigation_obstacle_3d.cpp Add NavigationObstacle options to affect and carve navigation mesh 2024-03-15 01:45:44 +01:00
navigation_obstacle_3d.h Add NavigationObstacle options to affect and carve navigation mesh 2024-03-15 01:45:44 +01:00
navigation_region_3d.cpp
navigation_region_3d.h
node_3d.cpp Don't access Node3D/Node2D/Control global transform in reparent unless needed 2024-02-29 14:07:48 +01:00
node_3d.h Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
occluder_instance_3d.cpp Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
occluder_instance_3d.h
path_3d.cpp
path_3d.h
reflection_probe.cpp
reflection_probe.h
remote_transform_3d.cpp
remote_transform_3d.h
SCsub Split monolithic physics class files 2024-02-27 11:18:16 +01:00
skeleton_3d.compat.inc Make Skeleton3D::add_bone return the new bone index right away, instead of requiring an additional call to get_bone_count. 2024-02-25 05:24:48 -06:00
skeleton_3d.cpp Split monolithic physics class files 2024-02-27 11:18:16 +01:00
skeleton_3d.h Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
skeleton_ik_3d.cpp
skeleton_ik_3d.h
soft_body_3d.cpp Split monolithic physics class files 2024-02-27 11:18:16 +01:00
soft_body_3d.h
sprite_3d.cpp Optimise Object's get_argument_options 2024-02-29 18:00:54 +01:00
sprite_3d.h Optimise Object's get_argument_options 2024-02-29 18:00:54 +01:00
velocity_tracker_3d.cpp
velocity_tracker_3d.h
visible_on_screen_notifier_3d.cpp Implement VisibilityNotifier3D in the compatibility backend 2024-02-22 12:35:24 -08:00
visible_on_screen_notifier_3d.h Implement VisibilityNotifier3D in the compatibility backend 2024-02-22 12:35:24 -08:00
visual_instance_3d.cpp
visual_instance_3d.h
voxel_gi.cpp Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
voxel_gi.h
voxelizer.cpp
voxelizer.h
world_environment.cpp
world_environment.h
xr_body_modifier_3d.cpp Fix for avatars without a root bone. 2024-03-20 23:56:10 -04:00
xr_body_modifier_3d.h Add body tracking support. 2024-02-27 19:51:59 -05:00
xr_face_modifier_3d.cpp
xr_face_modifier_3d.h
xr_hand_modifier_3d.cpp Modify the XRHandModifier3D to scale appropriately with Skeleton3D.motion_scale and XRServer.world_scale 2024-03-05 19:26:15 -05:00
xr_hand_modifier_3d.h Provide generic interface for XR hand tracking 2024-02-23 12:20:22 -06:00
xr_nodes.cpp Improve warning when XR shaders are not enabled 2024-03-11 14:17:37 -07:00
xr_nodes.h Expose profile_changed signal to XRController3D 2024-03-06 16:48:25 -06:00