Small World Engine API Reference - v0.76.20
    Preparing search index...

    Interface FrostglassMaterialOptions

    interface FrostglassMaterialOptions {
        blurRadius?: number;
        clarityPulseCenter?: Vector3D;
        clarityPulseRadius?: number;
        color?: Color;
        metallic?: number;
        normalMap?: Texture;
        roughness?: number;
        transmission?: number;
    }
    Index
    blurRadius?: number
    clarityPulseCenter?: Vector3D
    clarityPulseRadius?: number
    color?: Color
    metallic?: number
    normalMap?: Texture
    roughness?: number
    transmission?: number