solution
Version:
An animation library for different types of liquids.
14 lines (12 loc) • 405 B
JavaScript
/**
* Compilation of shader materials.
*
* @module solution
* @submodule materials
*/
export { DistortionMaterial } from "./distortion";
export { DropletNoiseMaterial } from "./droplet-noise";
export { LavaMaterial } from "./lava";
//export { OceanMaterial } from "./water/oceanic-water";
export { WaterMaterial } from "./planar-water";
export { WaterfallMaterial } from "./waterfall";