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

    Interface GroundTruthAmbientOcclusionOptions

    Production controls for ground-truth ambient occlusion.

    interface GroundTruthAmbientOcclusionOptions {
        depthThreshold?: number;
        directionCount?: 4 | 8 | 6;
        falloffStart?: number;
        historyWeight?: number;
        power?: number;
        radius?: number;
        resolutionScale?: number;
        stepCount?: 3 | 4 | 5 | 6;
        thickness?: number;
    }
    Index
    depthThreshold?: number

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

    directionCount?: 4 | 8 | 6

    Number of rotated horizon slices per pixel. Defaults to 6.

    falloffStart?: number

    Fraction of the radius at which distance falloff begins. Defaults to 0.6.

    historyWeight?: number

    Maximum accepted temporal contribution. Defaults to 0.9.

    power?: number

    Contrast applied to the physically normalized visibility. Defaults to 1.2.

    radius?: number

    View-space horizon-search radius. Defaults to 2.

    resolutionScale?: number

    Internal AO resolution relative to opaque rendering. Defaults to 0.5.

    stepCount?: 3 | 4 | 5 | 6

    Samples evaluated on each side of a horizon slice. Defaults to 4.

    thickness?: number

    Thin-surface tolerance in view-space units. Defaults to 0.05.