.. |
area_3d.cpp
|
|
|
area_3d.h
|
Merge pull request #66221 from Mickeon/painstakingly-appending-ds-en-you-tea-es
|
2022-10-11 16:17:02 +02:00 |
audio_listener_3d.cpp
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2022-10-07 11:32:33 +03:00 |
audio_listener_3d.h
|
|
|
audio_stream_player_3d.cpp
|
Fix AudioStreamPlayer2D and 3D's playing not updating right away
|
2022-11-22 15:46:28 +01:00 |
audio_stream_player_3d.h
|
Merge pull request #64077 from Calinou/tweak-audiostreamplayer2d3d-default-panning
|
2022-11-15 22:29:23 +01:00 |
bone_attachment_3d.cpp
|
Improve BoneRenamer to avoid conflicting with original bone name
|
2022-11-16 16:36:33 +09:00 |
bone_attachment_3d.h
|
Improve BoneRenamer to avoid conflicting with original bone name
|
2022-11-16 16:36:33 +09:00 |
camera_3d.cpp
|
Make Camera3D gizmo the same aspect ratio as its viewport
|
2022-11-15 17:31:53 +08:00 |
camera_3d.h
|
|
|
collision_object_3d.cpp
|
Use a more specific type for Mesh create_(convex|trimesh)_shape
|
2022-11-25 11:43:11 -06:00 |
collision_object_3d.h
|
|
|
collision_polygon_3d.cpp
|
|
|
collision_polygon_3d.h
|
|
|
collision_shape_3d.cpp
|
Show warning when having a worldboundaryshape as a child of a rigidbody
|
2022-12-19 19:37:22 +01:00 |
collision_shape_3d.h
|
|
|
cpu_particles_3d.cpp
|
Remove redundant Variant-types initializations
|
2022-11-14 19:35:19 +01:00 |
cpu_particles_3d.h
|
Merge pull request #66720 from qarmin/unintialized_memory
|
2022-10-05 11:42:47 +02:00 |
decal.cpp
|
|
|
decal.h
|
|
|
fog_volume.cpp
|
|
|
fog_volume.h
|
|
|
gpu_particles_3d.cpp
|
Add GPUParticles to the OpenGL3 renderer.
|
2022-11-14 23:28:25 -08:00 |
gpu_particles_3d.h
|
Add GPUParticles to the OpenGL3 renderer.
|
2022-11-14 23:28:25 -08:00 |
gpu_particles_collision_3d.cpp
|
GPUParticlesCollisionSDF3D add null bake_step_function check
|
2022-11-28 00:36:14 -08:00 |
gpu_particles_collision_3d.h
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2022-10-07 11:32:33 +03:00 |
importer_mesh_instance_3d.cpp
|
|
|
importer_mesh_instance_3d.h
|
|
|
joint_3d.cpp
|
|
|
joint_3d.h
|
|
|
label_3d.cpp
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2022-10-07 11:32:33 +03:00 |
label_3d.h
|
|
|
light_3d.cpp
|
Tweak shadow bias defaults for DirectionalLight3D and OmniLight3D
|
2022-12-05 21:53:29 +01:00 |
light_3d.h
|
Tweak shadow bias defaults for DirectionalLight3D and OmniLight3D
|
2022-12-05 21:53:29 +01:00 |
lightmap_gi.cpp
|
Make some Image methods static
|
2022-10-14 14:34:15 +02:00 |
lightmap_gi.h
|
|
|
lightmap_probe.cpp
|
|
|
lightmap_probe.h
|
|
|
lightmapper.cpp
|
|
|
lightmapper.h
|
|
|
marker_3d.cpp
|
Make Marker3D gizmo resizable
|
2022-10-31 15:19:48 +08:00 |
marker_3d.h
|
Make Marker3D gizmo resizable
|
2022-10-31 15:19:48 +08:00 |
mesh_instance_3d.cpp
|
Switch surface indexing to start at 0 so string name matches integer index
|
2022-12-16 16:26:46 -08:00 |
mesh_instance_3d.h
|
Switch surface indexing to start at 0 so string name matches integer index
|
2022-12-16 16:26:46 -08:00 |
multimesh_instance_3d.cpp
|
|
|
multimesh_instance_3d.h
|
|
|
navigation_agent_3d.cpp
|
Fix Navigation API abbreviations inconsistency
|
2022-12-17 22:06:22 +01:00 |
navigation_agent_3d.h
|
Fix Navigation API abbreviations inconsistency
|
2022-12-17 22:06:22 +01:00 |
navigation_link_3d.cpp
|
Enable assigning an owner to navigation regions and links
|
2022-12-10 12:03:06 -08:00 |
navigation_link_3d.h
|
Remove redundant Variant-types initializations
|
2022-11-14 19:35:19 +01:00 |
navigation_obstacle_3d.cpp
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2022-10-07 11:32:33 +03:00 |
navigation_obstacle_3d.h
|
|
|
navigation_region_3d.cpp
|
Fix Navigation API abbreviations inconsistency
|
2022-12-17 22:06:22 +01:00 |
navigation_region_3d.h
|
Fix Navigation API abbreviations inconsistency
|
2022-12-17 22:06:22 +01:00 |
node_3d.cpp
|
Use ObjectID as argument when referred-calling _request_gizmo
|
2022-12-10 18:52:10 +08:00 |
node_3d.h
|
Unify Node3D RotationOrder with global EulerOrder
|
2022-11-02 17:46:03 -05:00 |
occluder_instance_3d.cpp
|
|
|
occluder_instance_3d.h
|
|
|
path_3d.cpp
|
Refactor Curv3D and PathFollow3D
|
2022-11-12 12:03:54 +08:00 |
path_3d.h
|
Refactor Curv3D and PathFollow3D
|
2022-11-12 12:03:54 +08:00 |
physics_body_3d.cpp
|
Merge pull request #68886 from timothyqiu/motion-distance
|
2022-11-20 11:43:32 +01:00 |
physics_body_3d.h
|
Revert move vector parameter name to motion
|
2022-11-19 20:19:50 +08:00 |
ray_cast_3d.cpp
|
Rename queue_delete => queue_free
|
2022-10-24 22:07:02 +01:00 |
ray_cast_3d.h
|
|
|
reflection_probe.cpp
|
|
|
reflection_probe.h
|
|
|
remote_transform_3d.cpp
|
Move EulerOrder enum to math_defs.h and global scope
|
2022-11-02 13:44:13 -05:00 |
remote_transform_3d.h
|
|
|
SCsub
|
|
|
shape_cast_3d.cpp
|
Add ShapeCast2D/3D::get_collider_rid method
|
2022-11-01 21:17:18 +01:00 |
shape_cast_3d.h
|
Add ShapeCast2D/3D::get_collider_rid method
|
2022-11-01 21:17:18 +01:00 |
skeleton_3d.cpp
|
Improve BoneRenamer to avoid conflicting with original bone name
|
2022-11-16 16:36:33 +09:00 |
skeleton_3d.h
|
|
|
skeleton_ik_3d.cpp
|
|
|
skeleton_ik_3d.h
|
|
|
soft_body_3d.cpp
|
Improve collision exception error messages for easier understanding
|
2022-11-19 17:35:44 +01:00 |
soft_body_3d.h
|
|
|
spring_arm_3d.cpp
|
Use a more specific type for Mesh create_(convex|trimesh)_shape
|
2022-11-25 11:43:11 -06:00 |
spring_arm_3d.h
|
|
|
sprite_3d.cpp
|
Remove extra range conversion in Sprite3D normal encoding
|
2022-12-14 15:41:43 -08:00 |
sprite_3d.h
|
|
|
vehicle_body_3d.cpp
|
|
|
vehicle_body_3d.h
|
|
|
velocity_tracker_3d.cpp
|
|
|
velocity_tracker_3d.h
|
|
|
visible_on_screen_notifier_3d.cpp
|
Fix spacing of few PROPERTY_HINT_ENUM hint_strings
|
2022-10-28 14:51:26 +02:00 |
visible_on_screen_notifier_3d.h
|
|
|
visual_instance_3d.cpp
|
Merge pull request #70114 from clayjohn/custom-aabb
|
2022-12-17 12:27:46 +01:00 |
visual_instance_3d.h
|
Expose GeometryInstance3D.custom_aabb property
|
2022-12-15 10:03:40 -08:00 |
voxel_gi.cpp
|
Make some Image methods static
|
2022-10-14 14:34:15 +02:00 |
voxel_gi.h
|
|
|
voxelizer.cpp
|
|
|
voxelizer.h
|
|
|
world_environment.cpp
|
|
|
world_environment.h
|
|
|
xr_nodes.cpp
|
Fix recurrense issue with setting current origin node
|
2022-12-05 08:18:51 +11:00 |
xr_nodes.h
|
Fix recurrense issue with setting current origin node
|
2022-12-05 08:18:51 +11:00 |