diff options
| author | yum <yum.food.vr@gmail.com> | 2025-10-04 19:18:47 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-10-04 19:18:47 -0700 |
| commit | dc8a6dfb9d78316b8c58c587bc606468377b0fe3 (patch) | |
| tree | ca4994a0e552179b63a88ed7306fddc5984cd359 /3ner.shader | |
| parent | 42dbd067eb455d4b67d6ae8c57f1cbe4ec7dccfa (diff) | |
add unlit toggle, adjust IBL
Diffstat (limited to '3ner.shader')
| -rw-r--r-- | 3ner.shader | 38 |
1 files changed, 27 insertions, 11 deletions
diff --git a/3ner.shader b/3ner.shader index a3d64f7..d4954f5 100644 --- a/3ner.shader +++ b/3ner.shader @@ -40,16 +40,29 @@ Shader "yum_food/3ner" [HideInInspector] m_end_Main("Main", Float) = 0 [HideInInspector] m_start_Gimmicks("Gimmicks", Float) = 0 - //ifex _Marble_Enabled==0 - [HideInInspector] m_start_Marble("Marble", Float) = 0 - [ThryToggle(_MARBLE)] _Marble_Enabled("Enable", Float) = 0 - [Gradient] _Marble_U_Ramp("U Ramp", 2D) = "white" {} - [Gradient] _Marble_V_Ramp("V Ramp", 2D) = "white" {} - [Gradient] _Marble_W_Ramp("W Ramp", 2D) = "white" {} - _Marble_Scale("Scale", Vector) = (1, 1, 1, 0) - _Marble_Strength("Strength", Float) = 1 - _Marble_Octaves("Octaves", Range(1, 10)) = 3 - [HideInInspector] m_end_Marble("Marble", Float) = 0 + //ifex _Custom31_Enabled==0 + [HideInInspector] m_start_Custom31("Custom31", Float) = 0 + [ToggleUI] _Custom31_Enabled("Enable", Float) = 0 + + //ifex _Custom31_Tubes_Enabled==0 + [HideInInspector] m_start_Custom31_Tubes("Tubes", Float) = 0 + [ToggleUI] _Custom31_Tubes_Enabled("Enable", Float) = 0 + [HideInInspector] m_end_Custom31_Tubes("Tubes", Float) = 0 + //endex + + //ifex _Marble_Enabled==0 + [HideInInspector] m_start_Marble("Marble", Float) = 0 + [ThryToggle(_MARBLE)] _Marble_Enabled("Enable", Float) = 0 + [Gradient] _Marble_U_Ramp("U Ramp", 2D) = "white" {} + [Gradient] _Marble_V_Ramp("V Ramp", 2D) = "white" {} + [Gradient] _Marble_W_Ramp("W Ramp", 2D) = "white" {} + _Marble_Scale("Scale", Vector) = (1, 1, 1, 0) + _Marble_Strength("Strength", Float) = 1 + _Marble_Octaves("Octaves", Range(1, 10)) = 3 + [HideInInspector] m_end_Marble("Marble", Float) = 0 + //endex + + [HideInInspector] m_end_Custom31("Custom31", Float) = 0 //endex [HideInInspector] m_end_Gimmicks("Gimmicks", Float) = 0 @@ -69,6 +82,10 @@ 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_BRDF("BRDF", Float) = 0 _DFG_LUT("DFG LUT", 2D) = "white" {} _BRDF_Specular_Min_Denom("Specular minimum denominator", Float) = 0.000001 @@ -91,7 +108,6 @@ Shader "yum_food/3ner" _Cloth_Sheen_Color("Color", Color) = (1, 1, 1, 1) [HideInInspector] m_end_Cloth_Sheen("Cloth Sheen", Float) = 0 //endex - [HideInInspector] m_end_BRDF("BRDF", Float) = 0 [HideInInspector] m_start_blending ("Blending--{button_help:{text:Tutorial,action:{type:URL,data:https://www.poiyomi.com/rendering/blending},hover:Documentation}}", Float) = 0 |
