Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement LUT3DEffect #575

Closed
3 tasks done
Tracked by #600
vanruesc opened this issue Feb 15, 2024 · 0 comments
Closed
3 tasks done
Tracked by #600

Implement LUT3DEffect #575

vanruesc opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
feature Description for the implementation of a feature
Milestone

Comments

@vanruesc
Copy link
Member

vanruesc commented Feb 15, 2024

Description

Implement a LUT3DEffect based on the implementation in v6.

References:

Tasks

  • Create LUT3DEffect.
  • Create lut demo.
  • Add unit test.

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.
@vanruesc vanruesc added the feature Description for the implementation of a feature label Feb 15, 2024
@vanruesc vanruesc added this to the v7 milestone Feb 15, 2024
@vanruesc vanruesc mentioned this issue Feb 17, 2024
33 tasks
@vanruesc vanruesc self-assigned this Jul 27, 2024
vanruesc added a commit that referenced this issue Jul 28, 2024
vanruesc added a commit that referenced this issue Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Description for the implementation of a feature
Projects
None yet
Development

No branches or pull requests

1 participant