Class | Description |
---|---|
BoundaryFaces |
This class containing the algorithms for generating quad meshes from
boolean voxel data.
|
Isosurface |
A class containing the algorithms for generating triangular meshes from
float voxel data.
|
MarchingCube |
A class implementing the classic marching cube algorithm with look-up tables.
|
MarchingSquare |
An implementation of the marching squares using look-up tables.
|
Mesh |
A class to generate meshes from voxel data, render and save them
in .stl (sterolithography) binary format.
|
Enum | Description |
---|---|
MarchingSquare.Winding |
Processing Library voxellib by Pablo Miranda Carranza. (c) 2017