module:extras/waveshader

Back to documentation index.

module:extras/waveshader()

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

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

Members

module:extras/waveshader.waveShader (constant)

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

Back to documentation index.