Description
Implement a LUT3DEffect based on the implementation in v6.
References:
Tasks
Implementation Details
- The implementation requires minimal adjustments.
- WebGL 2 is now required which means that 3D textures can be assumed to be available.
- Support for 2D LUTs should be removed.
LookupTexture must be updated accordingly.
Description
Implement a
LUT3DEffectbased on the implementation in v6.References:
Tasks
LUT3DEffect.lutdemo.Implementation Details
LookupTexturemust be updated accordingly.