interface WeatherOcclusionMaskConfiguration {
    enabled: boolean;
    channelWeights: number[];
    reverse: boolean;
    texture: any;
}

Properties

enabled: boolean

Enable or disable this mask.

channelWeights: number[]

An RGBA array of channel weights applied to the mask texture.

reverse: boolean

If the mask should be reversed.

texture: any

A texture which defines the mask region.