diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-17 14:43:18 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-17 15:11:56 -0800 |
| commit | c6923a553c98da7805407fe1fbfdb6c69c8d7530 (patch) | |
| tree | ad4a46d220fbb210cf82ffbe83b14ed05bab0a28 /3ner.shader | |
| parent | 02c32fcc30e753da96f0aa072ed1d74ca300979c (diff) | |
Impostors: continue work on depth
Diffstat (limited to '3ner.shader')
| -rw-r--r-- | 3ner.shader | 3 |
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 |
