pmndrs / postprocessing

A post processing library for three.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement LUT1DEffect

vanruesc opened this issue · comments

Description

Implement a LUT1DEffect based on the implementation in v6.

References:

Tasks

  • Create LUT1DEffect.
  • Add unit test.

Implementation Details

  • The implementation requires minimal adjustments.