├── LICENSE ├── README.md └── assets └── gpu_noise_shaders ├── cellular2d.tres ├── cellular2x2.tres ├── cellular2x2x2.tres ├── cellular3d.tres ├── classic_perlin2d.tres ├── classic_perlin3d.tres ├── classic_perlin4d.tres ├── psrdnoise.tres ├── simplex2d.tres ├── simplex3d.tres ├── simplex3dgrad.tres └── simplex4d.tres /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/README.md -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/cellular2d.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/cellular2d.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/cellular2x2.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/cellular2x2.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/cellular2x2x2.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/cellular2x2x2.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/cellular3d.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/cellular3d.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/classic_perlin2d.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/classic_perlin2d.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/classic_perlin3d.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/classic_perlin3d.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/classic_perlin4d.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/classic_perlin4d.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/psrdnoise.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/psrdnoise.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/simplex2d.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/simplex2d.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/simplex3d.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/simplex3d.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/simplex3dgrad.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/simplex3dgrad.tres -------------------------------------------------------------------------------- /assets/gpu_noise_shaders/simplex4d.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/curly-brace/Godot-3.0-Noise-Shaders/HEAD/assets/gpu_noise_shaders/simplex4d.tres --------------------------------------------------------------------------------