From 5460dbc62fe6f404cb244410af949864cce286f5 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 25 Feb 2026 19:19:55 -0800 Subject: Add second matcap slot --- 3ner.shader | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to '3ner.shader') 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 -- cgit v1.2.3