Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Class AbstractBaseShaderAbstract

    This class defines an interface which all shaders utilize.

    BaseShaderMixin

    Hierarchy (View Summary)

    Index

    Properties

    initialUniforms: object

    The initial values of the shader uniforms.

    Methods

    • Reset the shader uniforms back to their initial values.

      Returns void

    • Protected

      Perform operations which are required before binding the Shader to the Renderer.

      Parameters

      • _mesh: any
      • _renderer: any

      Returns void