Atlas Engine
API Referenceatlas

LightBloomConfiguration

Brightness threshold, filter radius, and sample budget for light bloom.

Module: atlas

Brightness threshold, filter radius, and sample budget for light bloom.

Declaration

export type LightBloomConfiguration = {
        threshold: number;
        radius: number;
        maxSamples: number;
    };

Properties

threshold

threshold: number;

radius

radius: number;

maxSamples

maxSamples: number;

On this page