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
/
isosurfaces
/
index.js
9 lines
(7 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * A compilation of isosurface algorithms. * *
@module
rabbithole
*
@submodule
isosurfaces
*/
export
{
SurfaceNet
}
from
"./surface-net"
;