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

    Type Alias PointLightParameters

    PointLightParameters: Omit<ShadowCastingLightParameters, "shadow"> & {
        shadow?: PointLightShadowOptions | null;
    }