Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface PostProcessRenderPipelineOptions

    Turnkey HDR forward/post-processing pipeline configuration.

    interface PostProcessRenderPipelineOptions {
        bloom?: false | Readonly<BloomOptions>;
        colorUber?: Readonly<ColorUberOptions>;
        features?: readonly ForwardRenderPipelineFeature[];
        opaqueTexture?: boolean;
    }
    Index
    bloom?: false | Readonly<BloomOptions>

    Bloom settings, or false to omit bloom. Bloom is enabled by default.

    colorUber?: Readonly<ColorUberOptions>

    Final color grading/tone mapping settings.

    features?: readonly ForwardRenderPipelineFeature[]

    Additional ordered forward features inserted after the built-in features.

    opaqueTexture?: boolean

    Capture opaque scene color for transmission and volume. Defaults to true.