ToneMappingNode

Last modified: Jun 30, 2024

This node represents a tone mapping operation.

Constructor

new ToneMappingNode(toneMapping, exposureNode?, colorNode?)
ParameterTypeDefault Value
toneMappingnumber
exposureNode?NodetoneMappingExposure
colorNode?Nodenull

Constructs a new tone mapping node.

AccessorType

Properties

PropertyTypeDefault Value
_toneMappingnumber
exposureNodeNode
colorNodenull | Node
MethodType

Extends

TempNode

toneMapping

TSL function for creating a tone mapping node.

ParameterTypeDefault Value
mappingnumber
exposureany
colorany

Returns

ToneMappingNode<vec3>

toneMappingExposure

TSL object that represents the global tone mapping exposure of the renderer.

Type

RendererReferenceNode<vec3>