256^3 rendering at 15FPS WITHOUT THE TRAVERSAL ALGORITHM! This thing's gonna FLY!

This commit is contained in:
MitchellHansen
2017-10-12 00:15:56 -07:00
parent b9c1bef7bc
commit 77e283a4ce
4 changed files with 17 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ bool Application::init_clcaster() {
// Init the raycaster with a specified dimension and a pointer to the source
// array style data
octree = std::make_shared<Map>(128, map.get());
octree = std::make_shared<Map>(256, map.get());
raycaster->assign_octree(octree);