1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

work in progress global illumination

This commit is contained in:
Juan Linietsky
2016-12-20 00:21:07 -03:00
parent 22a90e8f2a
commit 075fde7f26
29 changed files with 5222 additions and 964 deletions

View File

@@ -90,9 +90,10 @@ void VisualServerRaster::draw(){
changes=0;
VSG::rasterizer->begin_frame();
VSG::scene->update_dirty_instances(); //update scene stuff
VSG::rasterizer->begin_frame();
VSG::viewport->draw_viewports();
VSG::scene->render_probes();
//_draw_cursors_and_margins();