Skip to main content

enumeration.TonemappingMode

API > TonemappingMode

Enumeration: TonemappingMode

Used to visualize internal render buffers.

Default Value

TonemappingMode.color.

Enumeration Members

color

color: 0

Render the regular color output using HDR tone-mapping.

Source

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


depth

depth: 2

Visualize the normal buffer.

Source

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


deviation

deviation: 4

Visualize the deviation buffer, if any.

Source

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


normal

normal: 1

Visualize the normal buffer.

Source

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


objectId

objectId: 3

Visualize the object id/index buffer.

Source

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


zbuffer

zbuffer: 5

Visualize the z-buffer.

Source

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