virtualx-engine/scene/resources
lawnjelly 3c2df49832 Fix Occluder to properly share resources
In order to properly support the resource sharing paradigm, Occluders are split into Instances and Resources in the VisualServer. Instances are owned by a Scenario, and Resources are global. OccluderShape resources can now correctly be shared by multiple OccluderInstances.
2022-02-16 09:55:11 +00:00
..
default_theme Improve completion scroll bar visibility in the script editor (3.x) 2022-02-14 14:54:35 +01:00
animation.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
animation.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
audio_stream_sample.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
audio_stream_sample.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
bit_map.cpp Expose BitMap's convert_to_image and resize methods to GDScript 2022-01-25 18:55:52 +01:00
bit_map.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
box_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
box_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
capsule_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
capsule_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
capsule_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
capsule_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
circle_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
circle_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
concave_polygon_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
concave_polygon_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
concave_polygon_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
concave_polygon_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
convex_polygon_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
convex_polygon_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
convex_polygon_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
convex_polygon_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
curve.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
curve.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
cylinder_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
cylinder_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dynamic_font.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dynamic_font.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
environment.cpp Clamp environment light sky contribution to the [0.0; 1.0] range 2022-02-14 17:15:06 +01:00
environment.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
font.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
font.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gradient.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gradient.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
height_map_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
height_map_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
line_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
line_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
material.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
material.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mesh.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mesh.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mesh_data_tool.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mesh_data_tool.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mesh_library.cpp Make sure MeshLibrary shape array has correct number of elements 2022-01-25 18:55:52 +01:00
mesh_library.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
multimesh.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
multimesh.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_mesh.cpp Fix navigation merge errors, fixes #56786 2022-02-02 23:52:29 +01:00
navigation_mesh.h Ensure that NavMesh baking updates the inspector 2022-01-26 01:16:50 +03:00
occluder_shape.cpp Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
occluder_shape.h Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
occluder_shape_polygon.cpp Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
occluder_shape_polygon.h Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
packed_scene.cpp Removed redundant ClassDB::is_class_enabled() and moved second dynamic_cast inside worst case if 2022-01-19 16:04:16 +01:00
packed_scene.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
particles_material.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
particles_material.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_material.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_material.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
plane_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
plane_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
polygon_path_finder.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
polygon_path_finder.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
primitive_meshes.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
primitive_meshes.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
ray_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
ray_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rectangle_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rectangle_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
resource_format_text.cpp Fix typos with codespell 2022-02-11 09:50:59 +01:00
resource_format_text.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
segment_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
segment_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
skin.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
skin.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
sky.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
sky.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
sphere_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
sphere_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
style_box.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
style_box.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
surface_tool.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
surface_tool.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
text_file.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
text_file.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture.cpp Fix AtlasTexture nesting 2022-01-15 00:11:02 +01:00
texture.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
theme.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
theme.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tile_set.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tile_set.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
video_stream.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_shader.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_shader.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_shader_nodes.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_shader_nodes.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
world.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
world.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
world_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
world_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00