Skip to main content

@novorender/api / TonemappingMode

Enumeration: TonemappingMode

Defined in: @novorender/src/core3d/state/index.ts:730

Used to visualize internal render buffers.

Default Value

TonemappingMode.color.

Enumeration Members

Enumeration MemberValueDescriptionDefined in
color0Render the regular color output using HDR tone-mapping.@novorender/src/core3d/state/index.ts:732
depth2Visualize the normal buffer.@novorender/src/core3d/state/index.ts:736
deviation4Visualize the deviation buffer, if any.@novorender/src/core3d/state/index.ts:740
normal1Visualize the normal buffer.@novorender/src/core3d/state/index.ts:734
objectId3Visualize the object id/index buffer.@novorender/src/core3d/state/index.ts:738
zbuffer5Visualize the z-buffer.@novorender/src/core3d/state/index.ts:742