diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-30 16:31:49 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-30 16:53:14 -0700 |
| commit | 46265149d719c0ebb61b0b72d9884f8bb5a76f4b (patch) | |
| tree | a61da0218c810aefb9e65f4ebc225d72a5b4f281 /3ner.shader | |
| parent | 789ffb5a24550e24b540484a1d84b82cddc3a571 (diff) | |
Add tangent space normal debug view; rename gaussianize.py
Diffstat (limited to '3ner.shader')
| -rwxr-xr-x | 3ner.shader | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3ner.shader b/3ner.shader index 5cc10be..b656b26 100755 --- a/3ner.shader +++ b/3ner.shader @@ -1146,6 +1146,7 @@ Shader "yum_food/3ner" [HideInInspector] m_start_Debug_Views("Debug Views", Float) = 0 [ThryToggle(_DEBUG_VIEW_UNLIT)] _Debug_View_Unlit("Unlit", Float) = 0 + [ThryToggle(_DEBUG_VIEW_TANGENT_SPACE_NORMALS)] _Debug_View_Tangent_Space_Normals("Tangent space normals", Float) = 0 [ThryToggle(_DEBUG_VIEW_WORLD_SPACE_NORMALS)] _Debug_View_World_Space_Normals("World space normals", Float) = 0 [ThryToggle(_DEBUG_VIEW_OBJECT_SPACE_NORMALS)] _Debug_View_Object_Space_Normals("Object space normals", Float) = 0 [ThryToggle(_DEBUG_VIEW_METALLIC_GLOSS)] _Debug_View_Metallic_Gloss("Metallic gloss", Float) = 0 |
