virtualx-engine/servers/visual
lawnjelly 18d7d36b63 Eliminate collision checks between geometry in rendering BVH.
Later logic using the `pairable_mask` would catch cases preventing pairing callbacks between geometry. However the collision checks were still taking place, wasting performance.

Here we utilize the `tree_mask` feature of BVH to totally eliminate unnecessary collision checks between geometry.
2023-03-09 11:16:30 +00:00
..
portals One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
rasterizer.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
rasterizer.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
SCsub Portal occlusion culling 2021-07-14 11:43:23 +01:00
shader_language.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
shader_language.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
shader_types.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
shader_types.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_canvas.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_canvas.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_globals.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_globals.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_raster.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_raster.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_scene.cpp Eliminate collision checks between geometry in rendering BVH. 2023-03-09 11:16:30 +00:00
visual_server_scene.h Eliminate collision checks between geometry in rendering BVH. 2023-03-09 11:16:30 +00:00
visual_server_viewport.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_viewport.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_wrap_mt.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_wrap_mt.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00