godot/scene/3d
2019-11-12 13:09:35 +01:00
..
area.cpp Removed unnecessary error from _area_inout 2019-04-20 20:25:40 +02:00
area.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
arvr_nodes.cpp Fix ARVRAnchor and ARVRController error spam 2019-11-12 13:09:35 +01:00
arvr_nodes.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_stream_player_3d.cpp Revert "Fix AudioStreams::stop possibly causing a small noise" 2019-07-03 13:19:40 +02:00
audio_stream_player_3d.h Revert "Fix AudioStreams::stop possibly causing a small noise" 2019-07-03 13:19:40 +02:00
baked_lightmap.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
baked_lightmap.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
bone_attachment.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
bone_attachment.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
camera.cpp Fixes to ClippedCamera 2019-11-12 11:22:14 +01:00
camera.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
collision_object.cpp Fix -Wimplicit-fallthrough warnings from GCC 8 2019-09-24 09:00:45 +02:00
collision_object.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
collision_polygon.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
collision_polygon.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
collision_shape.cpp Warn about plane shape usage, closes #26503 2019-03-04 10:12:03 -03:00
collision_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
cpu_particles.cpp fix CPU particles bug with local_coords and transform 2019-09-27 12:49:40 +02:00
cpu_particles.h fix CPU particles bug with local_coords and transform 2019-09-27 12:49:40 +02:00
gi_probe.cpp add warning to GIProbe when using GLES2 2019-03-03 11:26:08 -08:00
gi_probe.h add warning to GIProbe when using GLES2 2019-03-03 11:26:08 -08:00
immediate_geometry.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
immediate_geometry.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
interpolated_camera.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
interpolated_camera.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
light.cpp hide hdr and shadow_contact in gles2 2019-03-02 19:01:26 -08:00
light.h hide hdr and shadow_contact in gles2 2019-03-02 19:01:26 -08:00
listener.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
listener.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh_instance.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh_instance.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
multimesh_instance.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
multimesh_instance.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
navigation.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
navigation.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
navigation_mesh.cpp Allow or_greater for most properties of NavMesh 2019-11-12 11:23:47 +01:00
navigation_mesh.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
particles.cpp allowing setting particles lifetime greater than 600 2019-02-18 10:46:41 -08:00
particles.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
path.cpp Remove copy and use instance material override in gizmos, fixes #23783 2019-02-23 20:20:54 -03:00
path.h Rename OrientedPathFollow to PathFollowOriented 2019-01-16 14:32:18 -02:00
physics_body.cpp Small fixes, mostly dupicated code 2019-09-24 09:00:45 +02:00
physics_body.h fix otherwise unitialized variables, found in #31694 2019-11-08 15:48:18 +01:00
physics_joint.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
physics_joint.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
portal.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
portal.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
position_3d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
position_3d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
proximity_group.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
proximity_group.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
ray_cast.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
ray_cast.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
reflection_probe.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
reflection_probe.h Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
remote_transform.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
remote_transform.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
room_instance.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
room_instance.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
skeleton.cpp Skeletons can now choose between using local or world coords for processing, fixes #26468 2019-03-03 12:24:00 -03:00
skeleton.h Skeletons can now choose between using local or world coords for processing, fixes #26468 2019-03-03 12:24:00 -03:00
soft_body.cpp Fix new GCC 9 warnings: -Wdeprecated-copy. 2019-04-20 22:04:25 +02:00
soft_body.h Fix new GCC 9 warnings: -Wdeprecated-copy. 2019-04-20 22:04:25 +02:00
spatial.cpp No longer crash due to wrongly requesting a gizmo, fixes #26735 2019-03-07 09:26:49 -03:00
spatial.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
spatial_velocity_tracker.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
spatial_velocity_tracker.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
spring_arm.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
spring_arm.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
sprite_3d.cpp Add frame support for Sprite3D with region enabled 2019-02-04 20:31:45 -02:00
sprite_3d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vehicle_body.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vehicle_body.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visibility_notifier.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visibility_notifier.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_instance.cpp Added bindings for methods related to obtaining base an instance from VisualInstance 2019-04-24 07:01:39 +02:00
visual_instance.h Added bindings for methods related to obtaining base an instance from VisualInstance 2019-04-24 07:01:39 +02:00
voxel_light_baker.cpp Fix -Wsign-compare warnings. 2019-02-27 07:45:57 +01:00
voxel_light_baker.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
world_environment.cpp Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
world_environment.h Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00