DualContouring
Dual Contouring is an isosurface extraction technique that was originally presented by Tao Ju in 2002: http://www.cs.wustl.edu/~taoju/research/dualContour.pdf
Static Method Summary
Static Public Methods | ||
public static |
run(svo: SparseVoxelOctree): Isosurface Contours the given volume data. |
Static Public Methods
public static run(svo: SparseVoxelOctree): Isosurface source
Contours the given volume data.
Params:
Name | Type | Attribute | Description |
svo | SparseVoxelOctree | A voxel octree. |