UNPKG

rabbit-hole

Version:

A volumetric terrain engine for three.js.

9 lines (7 loc) 155 B
/** * A compilation of isosurface algorithms. * * @module rabbithole * @submodule isosurfaces */ export { SurfaceNet } from "./surface-net";