Last active
September 11, 2017 13:32
-
-
Save junkdog/eb6ab09e9a6e2f556bfcf64ac56fefca 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
// https://twitter.com/Donzanoid/status/903424376707657730 | |
vec3 Geoffrey(float t) { | |
vec3 r = t * 2.1 - vec3(1.8, 1.14, 0.3); | |
return 1.0 - r * r; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment