Skip to content

Instantly share code, notes, and snippets.

@junkdog
Last active September 11, 2017 13:32
Show Gist options
  • Save junkdog/eb6ab09e9a6e2f556bfcf64ac56fefca to your computer and use it in GitHub Desktop.
Save junkdog/eb6ab09e9a6e2f556bfcf64ac56fefca to your computer and use it in GitHub Desktop.
// 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