StandardColorationShader

StandardColorationShader

The default coloration shader used by standard rendering and animations. A fragment shader which creates a light source.

Constructor

new StandardColorationShader()

Implements:

Members

defaultUniforms :object

Implements:

The default uniform values for the shader. A subclass of AbstractBaseShader must implement the defaultUniforms static field.

Type:
  • object

fragmentShader :string

Implements:

The fragment shader which renders this source. A subclass of AbstractBaseShader must implement the fragmentShader static field.

Type:
  • string