Fiddling with the traversal algorithm and shoehorning in the DFS algo

This commit is contained in:
MitchellHansen
2017-07-13 22:14:29 -07:00
parent 316293a110
commit 4642ab8f0b
4 changed files with 50 additions and 67 deletions

View File

@@ -93,7 +93,7 @@ OctState Octree::GetVoxel(sf::Vector3i position) {
mask_index += 2;
// What is up with the binary operator on this one? TODO
// TODO What is up with the binary operator on this one?
state.idx_stack[state.scale] ^= idx_set_y_mask;
}