diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-25 19:19:55 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-25 19:19:55 -0800 |
| commit | 5460dbc62fe6f404cb244410af949864cce286f5 (patch) | |
| tree | 9060baaf132d5b12714e9fc7fc91015050af8624 /3ner.shader | |
| parent | 69dded4f94ab2f7e99b4959793a9eaf1f19aef07 (diff) | |
Add second matcap slot
Diffstat (limited to '3ner.shader')
| -rwxr-xr-x | 3ner.shader | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/3ner.shader b/3ner.shader index 7386ba7..be4a19b 100755 --- a/3ner.shader +++ b/3ner.shader @@ -80,6 +80,30 @@ Shader "yum_food/3ner" //endex [HideInInspector] m_end_Matcap0("Matcap 0", Float) = 0 //endex + + //ifex _Matcap1_Enabled==0 + [HideInInspector] m_start_Matcap1("Matcap 1", Float) = 0 + [ThryToggle(_MATCAP1)] _Matcap1_Enabled("Enable", Float) = 0 + _Matcap1("Matcap", 2D) = "white" {} + _Matcap1_Strength("Strength", Range(0, 10)) = 1 + [ThryWideEnum(Replace, 0, Add, 1, Multiply, 2, Subtract, 3, Add Product, 4)] _Matcap1_Mode("Mode", Int) = 0 + [Toggle] _Matcap1_Invert("Invert", Float) = 0 + + //ifex _Matcap1_Quantization_Enabled==0 + [HideInInspector] m_start_Matcap1_Quantization("Quantization", Float) = 0 + [ThryToggle(_MATCAP1_QUANTIZATION)] _Matcap1_Quantization_Enabled("Enable", Float) = 0 + [IntRange] _Matcap1_Quantization_Steps("Steps", Range(1, 32)) = 8 + [HideInInspector] m_end_Matcap1_Quantization("Quantization", Float) = 0 + //endex + + //ifex _Matcap1_Mask_Enabled==0 + [HideInInspector] m_start_Matcap1_Mask("Mask", Float) = 0 + [ThryToggle(_MATCAP1_MASK)] _Matcap1_Mask_Enabled("Enable", Float) = 0 + _Matcap1_Mask("Mask", 2D) = "white" {} + [HideInInspector] m_end_Matcap1_Mask("Mask", Float) = 0 + //endex + [HideInInspector] m_end_Matcap1("Matcap 1", Float) = 0 + //endex [HideInInspector] m_end_Matcaps("Matcaps", Float) = 0 [HideInInspector] m_start_Rim_Lightings("Rim Lighting", Float) = 0 |
