bfops / playform

Voxel sandbox project in Rust
http://playformdev.blogspot.ca/
MIT License
212 stars 24 forks source link

Look at other isosurface extraction algorithms #158

Open bfops opened 8 years ago

bfops commented 8 years ago

E.g. dual marching cubes, which seems to generate fewer polys for the same space.

https://swiftcoder.wordpress.com/planets/isosurface-extraction/