Home Reference Source
import {DualContouring} from 'rabbit-hole'
public class | source

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

Contours the given volume data.

Static Public Methods

public static run(svo: SparseVoxelOctree): Isosurface source

Contours the given volume data.

Params:

NameTypeAttributeDescription
svo SparseVoxelOctree

A voxel octree.

Return:

Isosurface

The generated isosurface or null if no data was generated.