Initial traversal of the heirarchy

This commit is contained in:
MitchellHansen
2017-02-22 18:36:14 -08:00
parent 0c9ef2ae6a
commit 043eeecb80
3 changed files with 28 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ int main() {
Map _map(sf::Vector3i(0, 0, 0));
_map.generate_octree();
_map.a.get_voxel(sf::Vector3i(0, 0, 0));
_map.a.get_voxel(sf::Vector3i(5, 5, 0));
// =============================
return 0;