Options accepted by paintStudioHDR.

interface PaintStudioHDROptions {
    floor?: boolean;
    panels?: boolean;
    softboxes?: boolean;
    softboxIntensity?: number;
    sun?: boolean;
    sunIntensity?: number;
}

Hierarchy (View Summary)

Properties

floor?: boolean

Whether to paint the floor checkerboard in the lower half. Default true.

panels?: boolean

Whether to paint the coloured wall panels around the horizon. Default true.

softboxes?: boolean

Whether to paint the rectangular ceiling softboxes. Default true.

softboxIntensity?: number

Softbox core radiance multiplier. Default 5.0 — visible specular peaks on smooth metals; below the default bloom threshold so softboxes don't compete with the sun for glow.

sun?: boolean

Whether to paint the sun disc + glow in the upper-left of the sky band. Default true.

sunIntensity?: number

Sun core radiance multiplier. Default 20.0 — well above the SDK's default view.effects.bloom.threshold = 4.0 so the sun reliably triggers a tight bloom glow, while the SDK's default view.effects.tonemap.exposure = 0.5 keeps the rest of the scene from washing out around it.