Fixes up some bounding box stuff

This commit is contained in:
2024-10-12 08:05:55 -04:00
parent 59fda55356
commit 282a60e4b2
14 changed files with 232 additions and 64 deletions

View File

@@ -5,6 +5,7 @@
#include "engine/debug/profiling/counters.hpp"
#include "engine/math/literals/size.hpp"
#include "engine/memory/buffers/Buffer.hpp"
#include "engine/tree/octtree/OctTreeNode.hpp"
#include "safe_include.hpp"
namespace fgl::engine::gui
@@ -110,6 +111,8 @@ namespace fgl::engine::gui
drawMemoryStats();
}
imGuiOctTreeSettings( info );
ImGui::End();
}