Adds optimization to octtree navigation

This commit is contained in:
2025-01-25 01:50:21 -05:00
parent e9affae3b3
commit 1ba02c6336
9 changed files with 138 additions and 14 deletions

View File

@@ -42,7 +42,6 @@ int main()
{
EngineContext engine_ctx {};
/*
EditorGuiContext editor_ctx { engine_ctx.getWindow() };
// We start by hooking into the imgui rendering.
@@ -90,7 +89,6 @@ int main()
}
engine_ctx.waitIdle();
*/
}
catch ( const vk::LayerNotPresentError& e )
{