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

    Interface SpotLightCookie

    Analytic projected cookie carried by the high-end clustered-light ABI.

    interface SpotLightCookie {
        intensity?: number;
        offset?: readonly [number, number];
        scale?: readonly [number, number];
        softness?: number;
    }
    Index
    intensity?: number

    Cookie multiplier. Defaults to one.

    offset?: readonly [number, number]

    Projected cookie-center offset.

    scale?: readonly [number, number]

    Projected half-extent on the light plane.

    softness?: number

    Edge transition as a fraction of the cookie extent. Defaults to 0.1.