From ddc0e7fd3bc00afa33432ed594038dbb80c7fea3 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 17 Jun 2014 11:58:35 -0300 Subject: FineTune HDR and Other Stuff -=-=-=-=-=-=-=-=-=-=-=-=-=- -More parameters to ESM shadows -LightMap Octree now can bake to "hdr" (use HDR8 for now) -New resource PolygonPathFinder, polygon based pathfinder using A-star algorithm. (will add nodes to use it more easily soon) --- tools/editor/plugins/baked_light_editor_plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/editor/plugins/baked_light_editor_plugin.cpp') diff --git a/tools/editor/plugins/baked_light_editor_plugin.cpp b/tools/editor/plugins/baked_light_editor_plugin.cpp index 71f9671fd..a1383f22f 100644 --- a/tools/editor/plugins/baked_light_editor_plugin.cpp +++ b/tools/editor/plugins/baked_light_editor_plugin.cpp @@ -125,6 +125,8 @@ void BakedLightEditor::_notification(int p_option) { print_line("MSUPDATE: "+itos(OS::get_singleton()->get_ticks_msec()-t)); t=OS::get_singleton()->get_ticks_msec(); node->get_baked_light()->set_octree(octree_texture); + node->get_baked_light()->set_edited(true); + print_line("MSSET: "+itos(OS::get_singleton()->get_ticks_msec()-t)); -- cgit v1.2.3-70-g09d2