Created
April 29, 2019 08:42
-
-
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/)
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 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