godot/scene/3d
Rémi Verschelde 4859f8090f
Merge pull request #85455 from xiongyaohua/fix_CSGPolygon_not_following_Path3D
Notify CSGPolygon about transform changes in Path3D
2024-02-15 15:44:39 +01:00
..
area_3d.cpp
area_3d.h
audio_listener_3d.cpp
audio_listener_3d.h
audio_stream_player_3d.compat.inc Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const 2024-02-08 13:01:50 -06:00
audio_stream_player_3d.cpp Fix member names of AudioFrame to match extension 2024-02-13 15:37:09 +01:00
audio_stream_player_3d.h Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const 2024-02-08 13:01:50 -06:00
bone_attachment_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
bone_attachment_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
camera_3d.cpp
camera_3d.h
collision_object_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_object_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_polygon_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_polygon_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_shape_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_shape_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
cpu_particles_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
cpu_particles_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
decal.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
decal.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
fog_volume.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
fog_volume.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
gpu_particles_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
gpu_particles_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
gpu_particles_collision_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
gpu_particles_collision_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
importer_mesh_instance_3d.cpp
importer_mesh_instance_3d.h
joint_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
joint_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
label_3d.cpp
label_3d.h
light_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
light_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
lightmap_gi.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
lightmap_gi.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
lightmap_probe.cpp
lightmap_probe.h
lightmapper.cpp
lightmapper.h
marker_3d.cpp
marker_3d.h
mesh_instance_3d.cpp
mesh_instance_3d.h
multimesh_instance_3d.cpp
multimesh_instance_3d.h
navigation_agent_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
navigation_agent_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
navigation_link_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
navigation_link_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
navigation_obstacle_3d.cpp
navigation_obstacle_3d.h
navigation_region_3d.cpp Fix NavigationRegion errors from signal changes 2024-02-10 03:04:24 +01:00
navigation_region_3d.h Fix NavigationRegion errors from signal changes 2024-02-10 03:04:24 +01:00
node_3d.cpp Merge pull request #84643 from rsburke4/top-level-problem-fix 2024-02-02 12:01:25 +01:00
node_3d.h
occluder_instance_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
occluder_instance_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
path_3d.cpp Merge pull request #85455 from xiongyaohua/fix_CSGPolygon_not_following_Path3D 2024-02-15 15:44:39 +01:00
path_3d.h Merge pull request #85455 from xiongyaohua/fix_CSGPolygon_not_following_Path3D 2024-02-15 15:44:39 +01:00
physics_body_3d.cpp Merge pull request #88019 from mihe/wrong-contact-count 2024-02-14 10:59:45 +01:00
physics_body_3d.h Merge pull request #88019 from mihe/wrong-contact-count 2024-02-14 10:59:45 +01:00
ray_cast_3d.cpp
ray_cast_3d.h
reflection_probe.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
reflection_probe.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
remote_transform_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
remote_transform_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
SCsub
shape_cast_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
shape_cast_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
skeleton_3d.cpp Merge pull request #87050 from nikitalita/convert-3.x-skeletons 2024-01-22 20:38:51 +01:00
skeleton_3d.h
skeleton_ik_3d.cpp
skeleton_ik_3d.h
soft_body_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
soft_body_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
spring_arm_3d.cpp
spring_arm_3d.h
sprite_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
sprite_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
vehicle_body_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
vehicle_body_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
velocity_tracker_3d.cpp
velocity_tracker_3d.h
visible_on_screen_notifier_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
visible_on_screen_notifier_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
visual_instance_3d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
visual_instance_3d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
voxel_gi.cpp Replace error checks against size with is_empty 2024-02-09 12:50:15 +01:00
voxel_gi.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
voxelizer.cpp
voxelizer.h
world_environment.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
world_environment.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
xr_nodes.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
xr_nodes.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00