Created
February 17, 2020 13:48
-
-
Save sugi-cho/8f3716f9c524ccd527cda62b7a99ea61 to your computer and use it in GitHub Desktop.
blend additive with alpha blended
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c.rgb = lerp(a.rgb+b.rgb, b.rgb, b.a); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment