Capítulo 430 de 859
A post processing node for color grading via lookup tables.
import { lut3D } from 'three/addons/tsl/display/Lut3DNode.js';
Constructor
| Signature |
|---|
new Lut3DNode( inputNode : Node, lutNode : TextureNode, size : number, intensityNode : Node.<float> ) |
Properties
| Property | Description |
|---|---|
.inputNode : Node | The node that represents the input of the effect. |
.intensityNode : Node.<float> | Controls the intensity of the effect. |
.lutNode : TextureNode | A texture node that represents the lookup table. |
.size : UniformNode.<float> | The size of the lookup table. |
Methods
| Method | Description |
|---|---|
.setup( builder : NodeBuilder ) : ShaderCallNodeInternal | This method is used to setup the effect's TSL code. |