Skip to content

Instantly share code, notes, and snippets.

@cgcostume
Created April 29, 2019 08:42
Show Gist options
  • Save cgcostume/7b3afa52964fc1cca1b92ec2f7c1bac9 to your computer and use it in GitHub Desktop.
Save cgcostume/7b3afa52964fc1cca1b92ec2f7c1bac9 to your computer and use it in GitHub Desktop.
from "The Book of Shaders" by Patricio Gonzalez Vivo & Jen Lowe (https://thebookofshaders.com/10/)
float r = fract(sin(dot(uv, vec2(12.9898,78.233))) * 43758.5453123);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment