Constructor
new RenderOutputNode( colorNode : Node, toneMapping : number, outputColorSpace : string )
Constructs a new render output node.
| colorNode |
The color node to process. |
| toneMapping |
The tone mapping type. |
| outputColorSpace |
The output color space. |
Properties
.isRenderOutputNode : boolean (readonly)
This flag can be used for type testing.
Default is true.
.outputColorSpace : string
The output color space.
Methods
.getToneMapping() : number
Gets the tone mapping type.
- Returns: The tone mapping type.
.setToneMapping( value : number ) : ToneMappingNode
Sets the tone mapping type.
| value |
The tone mapping type. |
- Returns: A reference to this node.