Strata - v1.4.10
    Preparing search index...

    Interface RealisticEffectsProps

    Props for the RealisticEffects component.

    interface RealisticEffectsProps {
        bloomIntensity?: number;
        enabled?: boolean;
        multisampling?: number;
        ssao?: boolean;
        ssaoIntensity?: number;
        toneMappingMode?: ToneMappingMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bloomIntensity?: number

    Subtle bloom for light highlights. Default: 0.5.

    enabled?: boolean

    Whether the effect is active. Default: true.

    multisampling?: number

    Anti-aliasing quality. Default: 8.

    ssao?: boolean

    Whether to enable Screen Space Ambient Occlusion. Default: true.

    ssaoIntensity?: number

    Intensity of AO shadows. Default: 1.0.

    toneMappingMode?: ToneMappingMode

    Tone mapping algorithm. Default: ACES_FILMIC.