BRUS1NATOR / Unity3D-Terrain-BumpSnowShader

Custom Terrain bump snow (trails) shader with tessellation and 4+ textures for Unity3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity3D-Terrain-BumpSnowShader

Custom Terrain bump snow shader with tessellation and 4+ textures for Unity3D.

BUMP TERRAIN SHADER FOR TERRAIN 4+ TEXTURES

Due to DirectX 11 instructions such as "DECLARE_TEX2DARRAY" you can use up to 12 textures (12 * 4 = 48 - albedo, normal, mask, bump) for Unity terrain.
You can even try 16 textures, by editing shader by yourself.

LEAVE SNOW STEPS ON TERRAIN!

Snow steps are rendered with second render camera and trailrenderer attached to gameobject.

alt text alt text

CUSTOMIZABLE SNOW & TRACKS

alt text alt text

SETTINGS

alt text alt text

SUPPORT

Shader for Legacy pipeline, DirectX 11+.
No support for HDRP and LWRP etc.
Could be intergrated with Vegetation Studio PRO TouchReact camera for snow steps.

About

Custom Terrain bump snow (trails) shader with tessellation and 4+ textures for Unity3D


Languages

Language:C# 43.1%Language:GLSL 42.3%Language:ShaderLab 14.6%