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

    Invisibility effect filter for placeables.

    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 InvisibilityFilter

    Accessors

    • get defaultUniforms(): { color: number[]; uSampler: null }

      Returns { color: number[]; uSampler: null }

    Methods

    • Returns string