module:extras/shaders/marbleshader

Back to documentation index.

### module:extras/shaders/marbleshader()

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

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

Members

### module:extras/shaders/marbleshader.marbleShader (constant)

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

  • "u_time" - A time-based variable, which is a float.</ul> [Back to documentation index.](index.html)