three-cad-viewer
    Preparing search index...

    Interface StudioModeOptions

    Studio mode options (environment, tone mapping, edges)

    interface StudioModeOptions {
        studio4kEnvMaps?: boolean;
        studioAOIntensity?: number;
        studioBackground?: StudioBackground;
        studioEnvIntensity?: number;
        studioEnvironment?: string;
        studioEnvRotation?: number;
        studioExposure?: number;
        studioShadowIntensity?: number;
        studioShadowSoftness?: number;
        studioTextureMapping?: StudioTextureMapping;
        studioToneMapping?: StudioToneMapping;
    }

    Hierarchy (View Summary)

    Index

    Properties

    studio4kEnvMaps?: boolean

    Use 4K environment maps instead of 2K (default: false)

    studioAOIntensity?: number

    Ambient occlusion intensity, 0-3.0 (default: 0 = off)

    studioBackground?: StudioBackground

    Background mode (default: "environment")

    studioEnvIntensity?: number

    Environment map intensity, 0-1 (default: 0.5)

    studioEnvironment?: string

    Environment preset or custom HDR URL (default: "studio")

    studioEnvRotation?: number

    Environment map rotation in degrees, 0-360 (default: 0)

    studioExposure?: number

    Tone mapping exposure, 0-2 (default: 1.0)

    studioShadowIntensity?: number

    Shadow intensity, 0-1 (default: 0 = off)

    studioShadowSoftness?: number

    Shadow softness, 0-1 (default: 0.3)

    studioTextureMapping?: StudioTextureMapping

    Texture mapping mode: triplanar projection or parametric UVs (default: "triplanar")

    studioToneMapping?: StudioToneMapping

    Tone mapping algorithm (default: "neutral")