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

    Interface AreaLightInfo

    interface AreaLightInfo {
        colors: Float32Array;
        height: Float32Array;
        ltcTexture1: Texture<TextureImageSource> | null;
        ltcTexture2: Texture<TextureImageSource> | null;
        poses: Float32Array;
        width: Float32Array;
    }
    Index
    colors: Float32Array
    height: Float32Array
    ltcTexture1: Texture<TextureImageSource> | null
    ltcTexture2: Texture<TextureImageSource> | null
    poses: Float32Array
    width: Float32Array