efficient-marching-cubes icon indicating copy to clipboard operation
efficient-marching-cubes copied to clipboard

Implementation of Efficient implementation of Marching Cubes’ cases with topological guarantees

Results 2 efficient-marching-cubes issues
Sort by recently updated
recently updated
newest added

Thanks for this! I think the code [here](https://github.com/weshoke/efficient-marching-cubes/blob/master/src/MarchingCubes.cpp#L122) is busted though. It's using local `i` `j` `k` but I think it should be using the instance vars `_i` `_j` `_k`....