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

    Interface ScreenSpaceReflectionsOptions

    Production controls for the WebGPU high-end hierarchical screen-space reflection path.

    interface ScreenSpaceReflectionsOptions {
        depthThreshold?: number;
        edgeFade?: number;
        historyWeight?: number;
        intensity?: number;
        maxRayDistance?: number;
        maxSteps?: number;
        resolutionScale?: number;
        roughnessCutoff?: number;
        stride?: number;
        thickness?: number;
    }
    Index
    depthThreshold?: number

    Maximum relative reprojected view-depth error. Defaults to 0.03.

    edgeFade?: number

    Width of the screen-edge confidence fade in normalized coordinates. Defaults to 0.08.

    historyWeight?: number

    Maximum accepted temporal history contribution. Defaults to 0.9.

    intensity?: number

    Linear HDR reflection multiplier. Defaults to 1.

    maxRayDistance?: number

    Maximum view-space ray length. Defaults to 80.

    maxSteps?: number

    Maximum hierarchical iterations per reflected pixel. Defaults to 64.

    resolutionScale?: number

    Reflection trace resolution relative to the internal scene. Defaults to 0.5.

    roughnessCutoff?: number

    Surfaces at or above this perceptual roughness stop tracing. Defaults to 0.85.

    stride?: number

    Minimum view-space distance advanced by the finest hierarchy level. Defaults to 0.12.

    thickness?: number

    View-space surface thickness accepted as a hit. Defaults to 0.2.