Skip to main content

interface.RenderStateTonemapping

API > RenderStateTonemapping

Interface: RenderStateTonemapping

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

Camera light exposure as stops of power of 2.

Remarks

Negative values darkens the image, while positive ones brightens it.

Default Value

0.0

Source

@novorender/core3d/state/index.ts:787


mode

readonly mode: TonemappingMode

Debug/diagnostics option to display internal render buffers.

Default Value

TonemappingMode.color

Source

@novorender/core3d/state/index.ts:792