UNPKG
rabbit-hole
Version:
latest (0.0.0)
0.0.0
A volumetric terrain engine for three.js.
github.com/vanruesc/rabbit-hole
vanruesc/rabbit-hole
rabbit-hole
/
src
/
index.js
12 lines
(8 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Exposure of the library components. * *
@module
rabbithole
*/
export
{
HeightField
}
from
"./heightfield"
;
export
{
HeightFieldMaterial
}
from
"./materials"
;
export
{
SurfaceNet
}
from
"./isosurfaces"
;