UNPKG

solution

Version:

An animation library for different types of liquids.

10 lines (8 loc) 219 B
/** * Compilation of post processing effects and scene renderers. * * @module solution * @submodule passes */ export { DistortionPass } from "./distortion"; export { ReflectionPass } from "./reflection";