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

    The filter used by the weather layer to mask weather above occluded roofs.

    Hierarchy (View Summary)

    Index

    Properties

    elevation: number = Infinity

    Elevation of this weather occlusion mask filter.

    Accessors

    • get defaultUniforms(): {
          depthElevation: number;
          occlusionTexture: null;
          occlusionWeights: number[];
          reverseOcclusion: boolean;
          reverseTerrain: boolean;
          sceneAnchor: number[];
          sceneDimensions: number[];
          terrainTexture: null;
          terrainUvMatrix: any;
          terrainWeights: number[];
          useOcclusion: boolean;
          useTerrain: boolean;
      }

      Returns {
          depthElevation: number;
          occlusionTexture: null;
          occlusionWeights: number[];
          reverseOcclusion: boolean;
          reverseTerrain: boolean;
          sceneAnchor: number[];
          sceneDimensions: number[];
          terrainTexture: null;
          terrainUvMatrix: any;
          terrainWeights: number[];
          useOcclusion: boolean;
          useTerrain: boolean;
      }

    Methods

    • Parameters

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

      Returns void

    • Returns string