pandemonium_engine/scene/3d
lawnjelly 91090ff296 Portals - defer setting active in VisualServer until enter tree
`set_portal_active()` was being called loading packed scenes prior to entering the tree, visual server portals had not been fully created at this point hence the call was being ignored with an error flagged.
This PR defers the call until after entering the tree.
2024-04-21 14:22:52 +02:00
..
area.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
area.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
audio_stream_player_3d.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
audio_stream_player_3d.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
camera.cpp Discrete Level of Detail 2024-04-06 12:06:01 +02:00
camera.h Discrete Level of Detail 2024-04-06 12:06:01 +02:00
collision_object.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
collision_object.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
collision_polygon.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
collision_polygon.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
collision_shape.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
collision_shape.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
cpu_particles.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
cpu_particles.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
cull_instance.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
cull_instance.h Portred: Add MergeGroup node to simplify merging Meshes at runtime. 2024-02-08 21:00:07 +01:00
immediate_geometry.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
immediate_geometry.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
importer_mesh_instance_3d.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
importer_mesh_instance_3d.h Fix small formatting inconsistencies. 2024-03-01 16:25:19 +01:00
interpolated_camera.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
interpolated_camera.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
label_3d.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
label_3d.h Fix small formatting inconsistencies. 2024-03-01 16:25:19 +01:00
light.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
light.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
listener.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
listener.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
lod_manager.cpp Discrete Level of Detail 2024-04-06 12:06:01 +02:00
lod_manager.h Discrete Level of Detail 2024-04-06 12:06:01 +02:00
lod.cpp Fix build. 2024-04-06 13:46:57 +02:00
lod.h Discrete Level of Detail 2024-04-06 12:06:01 +02:00
merge_group.cpp Portred: Add MergeGroup node to simplify merging Meshes at runtime. 2024-02-08 21:00:07 +01:00
merge_group.h Portred: Add MergeGroup node to simplify merging Meshes at runtime. 2024-02-08 21:00:07 +01:00
mesh_instance.cpp Portred: Add MergeGroup node to simplify merging Meshes at runtime. 2024-02-08 21:00:07 +01:00
mesh_instance.h Portred: Add MergeGroup node to simplify merging Meshes at runtime. 2024-02-08 21:00:07 +01:00
multimesh_instance.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
multimesh_instance.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation_agent.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation_agent.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation_geometry_parser_3d.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation_geometry_parser_3d.h Fix small formatting inconsistencies. 2024-03-01 16:25:19 +01:00
navigation_link_3d.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation_link_3d.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation_mesh_instance.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation_mesh_instance.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation_obstacle.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation_obstacle.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
navigation.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
occluder.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
occluder.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
path.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
path.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
physics_body.cpp Fix physics on_floor_body crash 2024-04-21 14:20:26 +02:00
physics_body.h Fix physics on_floor_body crash 2024-04-21 14:20:26 +02:00
physics_joint.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
physics_joint.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
portal.cpp Portals - defer setting active in VisualServer until enter tree 2024-04-21 14:22:52 +02:00
portal.h Portals - include in bound and special cases in start room 2024-02-08 15:10:00 +01:00
position_3d.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
position_3d.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
proximity_group.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
proximity_group.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
ray_cast.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
ray_cast.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
reflection_probe.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
reflection_probe.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
remote_transform.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
remote_transform.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
room_group.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
room_group.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
room_manager.cpp Portred: Add MergeGroup node to simplify merging Meshes at runtime. 2024-02-08 21:00:07 +01:00
room_manager.h Portals - Improve conversion logging 2024-02-08 15:12:23 +01:00
room.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
room.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
shape_cast.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
shape_cast.h Fix small formatting inconsistencies. 2024-03-01 16:25:19 +01:00
soft_body.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
soft_body.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
spatial_velocity_tracker.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
spatial_velocity_tracker.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
spring_arm.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
spring_arm.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
sprite_3d.cpp Make gizmo plugin handle SpriteBase3D instead of Sprite3D 2023-12-20 22:44:23 +01:00
sprite_3d.h Make gizmo plugin handle SpriteBase3D instead of Sprite3D 2023-12-20 22:44:23 +01:00
vehicle_body.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
vehicle_body.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
visibility_notifier.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
visibility_notifier.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
visual_instance.cpp Discrete Level of Detail 2024-04-06 12:06:01 +02:00
visual_instance.h Discrete Level of Detail 2024-04-06 12:06:01 +02:00
world_environment_3d.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
world_environment_3d.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00