module:extras/woodshader

Back to documentation index.

### module:extras/woodshader()

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

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

Members

### module:extras/woodshader.woodShader (constant)

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

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