Engine API Reference - v2.7.3
    Preparing search index...

    Interface Bloom

    Properties related to the HDR bloom effect, a postprocessing technique that simulates the natural glow of bright light sources by spreading their intensity beyond their boundaries, creating a soft and realistic blooming effect.

    interface Bloom {
        blurLevel: number;
        intensity: number;
    }
    Index

    Properties

    Properties

    blurLevel: number

    The number of iterations for blurring the bloom effect, with each level doubling the blur size. Once the blur size matches the dimensions of the render target, further blur passes are skipped. The default value is 16.

    intensity: number

    The intensity of the bloom effect, 0-0.1 range. Defaults to 0, making it disabled.