godot/scene/3d
Rémi Verschelde 34f8441434
Merge pull request #22047 from DualMatrix/better_nav_2D
Better heuristic for the shortest path algorithm for navigation2D
2018-09-20 22:31:22 +02:00
..
area.cpp Improve ClassDB information for some some signal parameters 2018-09-01 18:05:51 +08:00
area.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
arvr_nodes.cpp
arvr_nodes.h
audio_stream_player_3d.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_stream_player_3d.h Improved stream paused fade code 2018-07-09 21:58:33 -03:00
baked_lightmap.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
baked_lightmap.h
bone_attachment.cpp
bone_attachment.h
camera.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
camera.h Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability to choose between bodies and areas when colliding. 2018-08-21 15:31:23 -03:00
collision_object.cpp Improve ClassDB information for some some signal parameters 2018-09-01 18:05:51 +08:00
collision_object.h Implemented Soft body 2018-07-23 20:50:23 +02:00
collision_polygon.cpp
collision_polygon.h
collision_shape.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
collision_shape.h Implemented Soft body 2018-07-23 20:50:23 +02:00
cpu_particles.cpp Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
cpu_particles.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
gi_probe.cpp Ability to disable scale in nodes, closes #19927 2018-07-18 13:48:09 -03:00
gi_probe.h
immediate_geometry.cpp
immediate_geometry.h
interpolated_camera.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
interpolated_camera.h
light.cpp Merge pull request #21847 from Calinou/light-gizmo-update-inspector 2018-09-13 16:32:54 +02:00
light.h
listener.cpp
listener.h
mesh_instance.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mesh_instance.h Implemented Soft body 2018-07-23 20:50:23 +02:00
multimesh_instance.cpp
multimesh_instance.h
navigation_mesh.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
navigation_mesh.h
navigation.cpp Better heuristic for the shortest path algorithm for navigation2D and navigation. 2018-09-20 21:23:17 +02:00
navigation.h Better heuristic for the shortest path algorithm for navigation2D and navigation. 2018-09-20 21:23:17 +02:00
particles.cpp Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
particles.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
path.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
path.h
physics_body.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_body.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_joint.cpp Added possibility to create joints with only one body 2018-08-16 08:23:08 +02:00
physics_joint.h
portal.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
portal.h
position_3d.cpp
position_3d.h
proximity_group.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
proximity_group.h
ray_cast.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
ray_cast.h Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability to choose between bodies and areas when colliding. 2018-08-21 15:31:23 -03:00
reflection_probe.cpp Ability to disable scale in nodes, closes #19927 2018-07-18 13:48:09 -03:00
reflection_probe.h
remote_transform.cpp Switched AnimatedTexture to a readers-writers lock, solves a race condition and fixes #20221 2018-08-23 13:28:36 -03:00
remote_transform.h
room_instance.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
room_instance.h
scenario_fx.cpp
scenario_fx.h
SCsub
skeleton.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
skeleton.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
soft_body.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
soft_body.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
spatial_velocity_tracker.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
spatial_velocity_tracker.h
spatial.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
spatial.h Add a function to force transform update, fixes #17628 2018-09-06 20:38:16 -03:00
spring_arm.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
spring_arm.h added spring arm node. 2018-08-18 14:34:42 +02:00
sprite_3d.cpp Merge pull request #21502 from Web-eWorks/atlasfixes 2018-09-14 15:02:23 +02:00
sprite_3d.h
vehicle_body.cpp Misc. typos 2018-09-12 21:39:17 -04:00
vehicle_body.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
visibility_notifier.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
visibility_notifier.h
visual_instance.cpp Add extra functions to toggle bits in visualinstance and camera, same as physics. Helps with #6685 2018-07-29 20:05:16 -03:00
visual_instance.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
voxel_light_baker.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
voxel_light_baker.h