File: Lut3DNode.md | Updated: 11/15/2025
A post processing node for color grading via lookup tables.
Lut3DNode is an addon, and must be imported explicitly, see Installation#Addons.
import { lut3D } from 'three/addons/tsl/display/Lut3DNode.js';
Constructs a new LUT node.
inputNode | The node that represents the input of the effect.
---|---
lutNode | A texture node that represents the lookup table.
size | The size of the lookup table.
intensityNode | Controls the intensity of the effect.
The node that represents the input of the effect.
Controls the intensity of the effect.
A texture node that represents the lookup table.
The size of the lookup table.
This method is used to setup the effect's TSL code.
builder | The current node builder.
---|---
Overrides: TempNode#setup