diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-14 22:07:44 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-14 22:07:44 -0800 |
| commit | 0b2eeefb9dd4b333f3065ba9842535d91524a536 (patch) | |
| tree | 865d470c012cb3e70dee6a5734848563d316e3f2 /3ner.shader | |
| parent | 22dc9b8c81ca6b4d90e2a77e71c21945d15e3d0f (diff) | |
Impostors: baker now records albedo, normal, gloss, and depth
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 |
