Capítulo 497 de 859
This node represents a tone mapping operation.
Constructor
| Signature |
|---|
new ToneMappingNode( toneMapping : number, exposureNode : Node, colorNode : Node ) |
Properties
| Property | Description |
|---|---|
.colorNode : Node | Represents the color to process. |
.exposureNode : Node | The tone mapping exposure. |
Methods
| Method | Description |
|---|---|
.customCacheKey() : number | Overwrites the default customCacheKey() implementation by including the tone mapping type into the cache key. |
.getToneMapping() : number | Gets the tone mapping type. |
.setToneMapping( value : number ) : ToneMappingNode | Sets the tone mapping type. |