Options accepted by paintStudio.

interface PaintStudioOptions {
    floor?: boolean;
    panels?: boolean;
    softboxes?: boolean;
    sun?: boolean;
}

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.

sun?: boolean

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