@novorender/api / RenderStateTonemapping
Interface: RenderStateTonemapping
Defined in: @novorender/src/core3d/state/index.ts:829
Tone mapping related render state.
Remarks
Internally, the output image is rendered in a HDRI format. Before it can be displayed onto a regular screen, it needs to be tone mapped and truncated into a displayable format. Currently we use ACES filmic tone map approximation for this.
Properties
exposure
readonly exposure: number;
Defined in: @novorender/src/core3d/state/index.ts:835
Camera light exposure as stops of power of 2.
Remarks
Negative values darkens the image, while positive ones brightens it.
Default Value
0.0
mode
readonly mode: TonemappingMode;
Defined in: @novorender/src/core3d/state/index.ts:840
Debug/diagnostics option to display internal render buffers.
Default Value
TonemappingMode.color