summaryrefslogtreecommitdiffstats
path: root/3ner.shader
diff options
context:
space:
mode:
Diffstat (limited to '3ner.shader')
-rw-r--r--3ner.shader3
1 files changed, 3 insertions, 0 deletions
diff --git a/3ner.shader b/3ner.shader
index 94a41e1..c2ece89 100644
--- a/3ner.shader
+++ b/3ner.shader
@@ -386,6 +386,8 @@ Shader "yum_food/3ner"
_Impostors_Depth_Atlas("Depth Atlas", 2D) = "white" {}
_Impostors_Grid_Resolution("Grid Resolution", Int) = 5
_Impostors_Sphere_Radius("Sphere Radius", Float) = 1.0
+ _Impostors_Near_Clip("Near clip distance", Float) = 0.01
+ _Impostors_Far_Clip("Far clip distance", Float) = 1.0
_Impostors_Cutoff("Alpha Cutoff", Range(0, 1)) = 0.5
_Impostors_Parallax("Parallax Strength", Range(0, 1)) = 1
@@ -416,6 +418,7 @@ Shader "yum_food/3ner"
[ThryToggle(_DEBUG_VIEW_UNLIT)] _Debug_View_Unlit("Unlit", Float) = 0
[ThryToggle(_DEBUG_VIEW_WORLD_SPACE_NORMALS)] _Debug_View_World_Space_Normals("World space normals", Float) = 0
[ThryToggle(_DEBUG_VIEW_METALLIC_GLOSS)] _Debug_View_Metallic_Gloss("Metallic gloss", Float) = 0
+ [ThryToggle(_DEBUG_VIEW_DEPTH)] _Debug_View_Depth("Depth", Float) = 0
[HideInInspector] m_end_Debug_Views("Debug Views", Float) = 0
[DoNotAnimate][HideInInspector] Instancing ("Instancing", Float) = 0