Skip to content

acesToneMapping()

ts
function acesToneMapping(params?: ToneMappingParams): EffectPass<{
  uExposure: number;
  uConvertToSRGB: boolean;
}>;

Creates an ACES Filmic tone mapping effect. Standard filmic tone mapping used in professional cinema and high-end games.

Parameters

params?

ToneMappingParams

Configuration for the ACES tone mapping.

Returns

EffectPass<{ uExposure: number; uConvertToSRGB: boolean; }>

Released under the MIT License.