diff options
Diffstat (limited to '3ner.shader')
| -rw-r--r-- | 3ner.shader | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/3ner.shader b/3ner.shader index 70a5174..4818c08 100644 --- a/3ner.shader +++ b/3ner.shader @@ -395,9 +395,11 @@ Shader "yum_food/3ner" [HideInInspector] m_start_Rendering_Options("Rendering Options", Float) = 0 - //ifex _Unlit==0 - [ThryToggle(_UNLIT)] _Unlit("Unlit", Float) = 0 - //endex + [HideInInspector] m_start_Debug_Views("Debug Views", Float) = 0 + [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 + [HideInInspector] m_end_Debug_Views("Debug Views", Float) = 0 [DoNotAnimate][HideInInspector] Instancing ("Instancing", Float) = 0 //ifex Instancing==0 |
