Created
June 11, 2017 14:45
-
-
Save arturoc/2e9e7823f2c6e19b2bcc363acc459b8b to your computer and use it in GitHub Desktop.
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
float m = 0; | |
float Q = 1.; | |
float a = 1.12; | |
vFragColor = asinh(a * Q * (color - m)) / Q; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment