godot/servers/visual
lawnjelly 2527067c4d Partially revert change to BVH render tree update method
Leaves in the bug fixes, but reverts the change to the update method.

Turns out the new update method of getting the scenarios was causing problems, I will need to consult with reduz on the best way of getting access to the scenarios for a single update per frame.

Doing multiple updates isn't terrible but it should be nicer to get a single update working, as it should be more efficient, and give a single point for pairing callbacks.
2021-01-20 19:15:07 +00:00
..
rasterizer.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rasterizer.h Implement new CPU lightmapper 2021-01-14 18:05:56 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
shader_language.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shader_language.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shader_types.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shader_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_server_canvas.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_server_canvas.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_server_globals.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_server_globals.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_server_raster.cpp Partially revert change to BVH render tree update method 2021-01-20 19:15:07 +00:00
visual_server_raster.h Implement new CPU lightmapper 2021-01-14 18:05:56 +01:00
visual_server_scene.cpp Partially revert change to BVH render tree update method 2021-01-20 19:15:07 +00:00
visual_server_scene.h Partially revert change to BVH render tree update method 2021-01-20 19:15:07 +00:00
visual_server_viewport.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_server_viewport.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_server_wrap_mt.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_server_wrap_mt.h Implement new CPU lightmapper 2021-01-14 18:05:56 +01:00