Pathfinder 1e for Foundry VTT
    Preparing search index...

    Class MaskOutlineFilter

    Hierarchy

    • OutlineOverlayFilter
      • MaskOutlineFilter
    Index

    Constructors

    Properties

    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 MaskOutlineFilter

    Properties

    defaultUniforms: { fillColor: number[] } = ...

    Methods

    • Fragment shader that masks the base with a black base color and then displays a ripple and outline effect on top.

      Returns string