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

    This class defines an interface for masked custom filters

    Hierarchy (View Summary)

    Index

    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 AbstractBaseMaskFilter

    Methods

    • Parameters

      • filterManager: any
      • input: any
      • output: any
      • clear: any
      • currentState: any

      Returns void

    • Returns string