glsl-fractal-brownian-noise
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "glsl-fractal-brownian-noise", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "fractal brownian noise, glslify compatible", | ||
@@ -30,4 +30,4 @@ "main": "fbm.glsl", | ||
"dependencies": { | ||
"glsl-noise": "0.0.0" | ||
"glsl-noise": "^0.0.0" | ||
} | ||
} |
@@ -20,3 +20,3 @@ # glsl-fractal-brownian-noise | ||
implementations borrowed from shawn lawson: | ||
https://github.com/shawnlawson/The_Force/blob/gh-pages/shaders/header.frag#L259-L271 | ||
Implimentations adapted from: | ||
https://gist.github.com/patriciogonzalezvivo/670c22f3966e662d2f83 |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3558
6
22
Updatedglsl-noise@^0.0.0