@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 Member | Value | Description | Defined in |
---|---|---|---|
color | 0 | Render the regular color output using HDR tone-mapping. | @novorender/src/core3d/state/index.ts:732 |
depth | 2 | Visualize the normal buffer. | @novorender/src/core3d/state/index.ts:736 |
deviation | 4 | Visualize the deviation buffer, if any. | @novorender/src/core3d/state/index.ts:740 |
normal | 1 | Visualize the normal buffer. | @novorender/src/core3d/state/index.ts:734 |
objectId | 3 | Visualize the object id/index buffer. | @novorender/src/core3d/state/index.ts:738 |
zbuffer | 5 | Visualize the z-buffer. | @novorender/src/core3d/state/index.ts:742 |