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

    Class AbstractBaseFilterAbstract

    An abstract filter which provides a framework for reusable definition

    BaseShaderMixin

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • OptionalvertexSrc: string

        The source of the vertex shader.

      • OptionalfragmentSrc: string

        The source of the fragment shader.

      • Optionaluniforms: Dict<any>

        Custom uniforms to use to augment the built-in ones.

      Returns AbstractBaseFilter

    Methods