UNPKG

rabbit-hole

Version:

A volumetric terrain engine for three.js.

9 lines (7 loc) 161 B
/** * A compilation of the shader materials. * * @module rabbithole * @submodule materials */ export { HeightFieldMaterial } from "./heightfield";