├── README.md └── Terrain (URP) ├── StochasticTerrain.mat ├── StochasticTerrain.shader ├── StochasticTerrainAdd.shader └── StochasticTerrainPasses.hlsl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JuniorDjjr/Unity-Procedural-Stochastic-Texture-Terrain-Shader/HEAD/README.md -------------------------------------------------------------------------------- /Terrain (URP)/StochasticTerrain.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JuniorDjjr/Unity-Procedural-Stochastic-Texture-Terrain-Shader/HEAD/Terrain (URP)/StochasticTerrain.mat -------------------------------------------------------------------------------- /Terrain (URP)/StochasticTerrain.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JuniorDjjr/Unity-Procedural-Stochastic-Texture-Terrain-Shader/HEAD/Terrain (URP)/StochasticTerrain.shader -------------------------------------------------------------------------------- /Terrain (URP)/StochasticTerrainAdd.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JuniorDjjr/Unity-Procedural-Stochastic-Texture-Terrain-Shader/HEAD/Terrain (URP)/StochasticTerrainAdd.shader -------------------------------------------------------------------------------- /Terrain (URP)/StochasticTerrainPasses.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JuniorDjjr/Unity-Procedural-Stochastic-Texture-Terrain-Shader/HEAD/Terrain (URP)/StochasticTerrainPasses.hlsl --------------------------------------------------------------------------------