Tags: swiftcoder/isosurface
Tags
Merge pull request #10 from swiftcoder/0.1-alpha.0 Extended Marching Cubes and Dual Contouring
Add marching cubes using linear hashed octrees. Accompanying improvements: - Refactors common code out of the base marching cubes implementation. - Adds a 3 dimensional vector class to improve readability. - Apply rustfmt to entire codebase. - Main sample now can switch algorithms, shapes, and wireframe mode on the fly. - Samples can now all be exited by pressing the ESC key.