module:extras/waterpaintshader

Back to documentation index.

### module:extras/waterpaintshader()

The extras/waterpaintshader.js module. To import all symbols in this module, either of the following can be used:

import * from "extras/waterpaintshader.js";
// -- or --
import * as CustomModuleName from "extras/waterpaintshader.js";

Members

### module:extras/waterpaintshader.waterpaintShader (constant)

GLSL shader code for TODO: Not documented yet. The shader program takes the following uniforms:<ul>

  • "sampler" - TODO: Not documented yet.
  • "textureSize" - TODO: Not documented yet.</ul> [Back to documentation index.](index.html)