Import
LUTPass is an addon, and must be imported explicitly, see Installation#Addons.
import { LUTPass } from 'three/addons/postprocessing/LUTPass.js';
Constructor
new LUTPass( options : Object )
Constructs a LUT pass.
| options |
The pass options. Default is |
Properties
.intensity : number
The intensity.
Default is 1.
.lut : Data3DTexture
The LUT as a 3D texture.
Default is null.