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

    Interface PointLightShadowOptions

    interface PointLightShadowOptions {
        cameraInfo?: PointShadowCameraParameters;
        debug?: boolean;
        height?: number;
        maxBias?: number;
        minBias?: number;
        width?: number;
    }

    Hierarchy

    Index

    Point shadows keep canonical 90-degree cube faces; only clipping planes are configurable.

    debug?: boolean

    Display the shadow camera helper; it does not draw the shadow texture over the scene.

    height?: number
    maxBias?: number
    minBias?: number
    width?: number