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

BlendLayers Shader Feature Updates #4

Merged
merged 3 commits into from
Mar 12, 2024
Merged

Conversation

yaRnMcDonuts
Copy link
Contributor

@yaRnMcDonuts yaRnMcDonuts commented Mar 11, 2024

Sorry it took a while, but I managed to get in a bunch of new features and fixed some previous issues.

I'll also make a video or another post with more details tomorrow when I have time, that way I can demonstrate the new features and show how to use all of the new params and apply effects to dynamic layers in the new TestCharacterEffect3 demo.

I also ran into an issue with the BloomFilter not working with emissive values from a blended layer, since the PBRGlow.frag shader uses the initial emissiveMap for bloom and ignores any changes to the final emissve value that get made by the blend layers in this shader. So that might require a unique fragment shader written for Bloom with this shader, but hopefully I can find an easier solution than that.

Let me know if anything looks wrong or if you have any issues merging this code, but I think I did it right this time so it should be consistent with your current master branch.

@capdevon
Copy link
Owner

Well done Ryan, the effects are really cool, keep up the good work. I will merge your PR and do a local code review.

@capdevon capdevon merged commit c277de0 into capdevon:main Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants