Marchingcubes is a Python library using the popular marching cubes algorithm to generate a 3-D Shape from 3-D noise on a chosen surface-level. A
For changes, please open an issue to discuss what you would like to change.
- Polygonising a scalar field (Paul Bourke)
- Marching Cubes: A High Resolution 3D Surface Construction Algorithm (PDF)
- Generating Complex Procedural Terrains Using the GPU (Nvidia)
- Coding Adventure: Marching Cubes - Sebastian Lague (YouTube)
- Vertex and edge indices:
- All marching cube triangulation cases:

