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
/
materials
/
index.js
9 lines
(7 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * A compilation of the shader materials. * *
@module
rabbithole
*
@submodule
materials
*/
export
{
HeightFieldMaterial
}
from
"./heightfield"
;