DelimiterShader

DelimiterShader

A fragment shader which draws a delimiting boundary between areas of dim and bright light.

Constructor

new DelimiterShader()

Implements:

Members

defaultUniforms :object

Inherited From:
Implements:

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

Type:
  • object

fragmentShader :string

Inherited From:
Implements:

The raw fragment shader used by this class. A subclass of AbstractBaseShader must implement the fragmentShader static field.

Type:
  • string

SHADER_HEADER :string

Memory allocations for the Adaptive Illumination Shader

Type:
  • string

vertexShader :string

Overrides:
Implements:

The raw vertex shader used by this class. A subclass of AbstractBaseShader must implement the fragmentShader static field.

Type:
  • string