Capítulo 463 de 859
This node is a special type of reference node which is intended for linking renderer properties with node values.
When changing renderer.toneMappingExposure, the node value of exposureNode will automatically be updated.
const exposureNode = rendererReference( 'toneMappingExposure', 'float', renderer );
Constructor
| Signature |
|---|
new RendererReferenceNode( property : string, inputType : string, renderer : Renderer ) |
Properties
| Property | Description |
|---|---|
.renderer : Renderer | The renderer the property belongs to. When no renderer is set, the node refers to the renderer of the current state. |
Methods
| Method | Description |
|---|---|
| `.updateReference( state : NodeFrame | NodeBuilder ) : Object` |