-
-
Notifications
You must be signed in to change notification settings - Fork 227
Implement LensFlareEffect #581
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
Comments
Leaving this here as a reference for a nice and customizable LensFlare postprocessing pass created by @ektogamat and @N8python. |
Thanks @kitaedesigns . This one is very performance oriented. It is not relying on raycasters to detect occlusion. Support more than a 100 instances without changing the fps |
Hello! I recently created a lens flare effect based on the article mentioned, although it lacks starburst and anamorphism. I’d happy to contribute if it’s relevant to this issue and aligns with your performance and feature goals. |
Fantastic work @shotamatsuda !!! Congratulations! |
That looks great 👍 @shotamatsuda Feel free to send a PR for v6 since it's already in that format. We can port it to v7 later. |
Got it. It’ll take some time to refactor and bring it in line with the other codes, but I’ll be sure to make a PR for this. (Glad because I was looking for a good place to integrate a pure post-processing effect.) 🌟 |
@shotamatsuda FYI: please only create a new v6 manual demo for testing purposes. The older v6 demos are obsolete. (Background info: #324 (comment)) |
Description
Implement a
LensFlareEffect
.References:
Tasks
LensFlareEffect
.lens-flare
demo.Implementation Details
See #616 regarding flare/glare.
The text was updated successfully, but these errors were encountered: