module:extras/marbleshader

Back to documentation index.

module:extras/marbleshader()

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

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

Members

module:extras/marbleshader.marbleShader (constant)

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

Back to documentation index.