Selva Compute API Reference - v2.1.0
    Preparing search index...

    Interface RenderPipelineOptions

    interface RenderPipelineOptions {
        aoIntensity?: number;
        toneMapping: ToneMapping;
        toneMappingExposure: number;
    }
    Index

    Properties

    aoIntensity?: number

    AO strength 0–1. Default 1.

    toneMapping: ToneMapping

    Tone mapping to apply in OutputPass (mirror the renderer's).

    toneMappingExposure: number