..
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
audio_listener_3d.h
audio_stream_player_3d.cpp
Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale
2023-02-17 14:06:55 +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
camera_3d.cpp
Changed Camera3D Ortho Size Limit
2023-01-24 13:20:17 -08:00
camera_3d.h
collision_object_3d.cpp
collision_object_3d.h
collision_polygon_3d.cpp
collision_polygon_3d.h
collision_shape_3d.cpp
Improve some editor strings for localization
2023-02-09 19:32:02 +08:00
collision_shape_3d.h
cpu_particles_3d.cpp
Fix buffer overrun in CPUParticles3D
2023-03-07 15:46:51 +01:00
cpu_particles_3d.h
decal.cpp
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08: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
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08: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
Update GPUParticles2D/3D speed scale on ENTER_TREE
2023-03-27 13:24:59 -07:00
gpu_particles_3d.h
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
importer_mesh_instance_3d.h
joint_3d.cpp
joint_3d.h
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
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08:00
light_3d.h
lightmap_gi.cpp
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08:00
lightmap_gi.h
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08:00
lightmap_probe.cpp
lightmap_probe.h
lightmapper.cpp
lightmapper.h
marker_3d.cpp
marker_3d.h
mesh_instance_3d.cpp
Fixed incorrect ERROR message when setting new PrimitiveMesh
2023-03-04 10:48:47 +01:00
mesh_instance_3d.h
multimesh_instance_3d.cpp
multimesh_instance_3d.h
navigation_agent_3d.cpp
Fix NavigationAgent3D debug path duplicated points
2023-03-16 09:19:04 +01:00
navigation_agent_3d.h
Tweak NavigationAgent3D defaults
2023-02-16 14:26:39 +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
navigation_region_3d.cpp
navigation_region_3d.h
node_3d.cpp
node_3d.h
occluder_instance_3d.cpp
meshoptimizer: Sync with upstream commit 4a287848f
2023-01-31 22:27:49 -08:00
occluder_instance_3d.h
path_3d.cpp
path_3d.h
physics_body_3d.cpp
Exposes the apply_floor_snap function to allow a snap to be made regardless of velocity.
2023-02-22 14:08:32 +01:00
physics_body_3d.h
Exposes the apply_floor_snap function to allow a snap to be made regardless of velocity.
2023-02-22 14:08:32 +01:00
ray_cast_3d.cpp
ray_cast_3d.h
reflection_probe.cpp
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08:00
reflection_probe.h
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08:00
remote_transform_3d.cpp
remote_transform_3d.h
SCsub
shape_cast_3d.cpp
Fix ShapeCast3D add and remove exception functions
2023-02-23 23:45:16 +01:00
shape_cast_3d.h
Fix ShapeCast3D add and remove exception functions
2023-02-23 23:45:16 +01:00
skeleton_3d.cpp
skeleton_3d.h
skeleton_ik_3d.cpp
skeleton_ik_3d.h
soft_body_3d.cpp
Fix crash when reparenting SoftBody3D with pinned points
2023-02-20 12:12:58 +01:00
soft_body_3d.h
Fix crash when reparenting SoftBody3D with pinned points
2023-02-20 12:12:58 +01:00
spring_arm_3d.cpp
spring_arm_3d.h
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
vehicle_body_3d.h
Set VehiculeWheel3D suspension_travel
default value to a resonable one
2023-03-18 16:33:33 -04:00
velocity_tracker_3d.cpp
velocity_tracker_3d.h
visible_on_screen_notifier_3d.cpp
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08:00
visible_on_screen_notifier_3d.h
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08:00
visual_instance_3d.cpp
visual_instance_3d.h
voxel_gi.cpp
Add warnings for unsupported features in mobile and gl_compatibility backends
2023-02-26 12:28:02 -08: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
Only include emission when enabled in material during VoxelGI bake
2023-02-16 14:29:17 -08:00
voxelizer.h
world_environment.cpp
world_environment.h
xr_nodes.cpp
xr_nodes.h