-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Next v8 - Filters #400
Next v8 - Filters #400
Conversation
In v8 we are moving Pixi to be a single package with sub package exports. I wonder if we should do the same thing with filters. Would eliminate having to manage and publish multiple packages. |
Thanks for the raise @bigtimebuddy ! @Zyie has noted and created a ticket for this: https://github.com/orgs/pixijs/projects/2/views/4?pane=issue&itemId=49264154 |
Chore: update to use named exports
- Color Replace
- Glow
- Simple Lightmap
- Outline
- + a few others that has single color options
- UPDATE: Reverted back to use Float32Array for vec3 colors as changing pixi color does not reflect the value changes correctly on the uniforms.
Displacement filter issue