UNPKG

rabbit-hole

Version:

A volumetric terrain engine for three.js.

12 lines (8 loc) 226 B
/** * Exposure of the library components. * * @module rabbithole */ export { HeightField } from "./heightfield"; export { HeightFieldMaterial } from "./materials"; export { SurfaceNet } from "./isosurfaces";