Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface SpotLightIESProfile

    Compact axial fit for an imported IES photometric profile.

    interface SpotLightIESProfile {
        exponent?: number;
        intensity?: number;
    }
    Index
    exponent?: number

    Axial concentration exponent. Defaults to one.

    intensity?: number

    Candela multiplier after normalization. Defaults to one.