module:extras/mirrorshader

Back to documentation index.

module:extras/mirrorshader()

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

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

Members

module:extras/mirrorshader.mirrorShader (constant)

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

Back to documentation index.