summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-11-11 17:41:17 -0800
committeryum <yum.food.vr@gmail.com>2025-11-11 17:41:17 -0800
commitc64b900801c963e5be3abb6f5c0ed3ff849e73d5 (patch)
treea1ba29520a376a516337ce97a4d1a712c7673df1
parentcb101b9bd1f0e9dbfcfe45d114d1a63af3e85d82 (diff)
remove redundant scope from details feature ui
-rw-r--r--3ner.shader12
1 files changed, 5 insertions, 7 deletions
diff --git a/3ner.shader b/3ner.shader
index 0fcf7a0..80d582e 100644
--- a/3ner.shader
+++ b/3ner.shader
@@ -40,13 +40,11 @@ Shader "yum_food/3ner"
//ifex _Details_Enabled==0
[HideInInspector] m_start_Details("Details", Float) = 0
- [HideInInspector] m_start_Details_Enabled("Details Enabled", Float) = 0
- [ThryToggle(_DETAILS)] _Details_Enabled("Enable", Float) = 0
- _DetailNormalMap("Normal", 2D) = "bump" {}
- _DetailNormalMapScale("Normal Scale", Float) = 1
- _DetailMask("Mask", 2D) = "white" {}
- [IntRange] _Details_UV_Channel("UV Channel", Range(0, 3)) = 0
- [HideInInspector] m_end_Details_Enabled("Details Enabled", Float) = 0
+ [ThryToggle(_DETAILS)] _Details_Enabled("Enable", Float) = 0
+ _DetailNormalMap("Normal", 2D) = "bump" {}
+ _DetailNormalMapScale("Normal Scale", Float) = 1
+ _DetailMask("Mask", 2D) = "white" {}
+ [IntRange] _Details_UV_Channel("UV Channel", Range(0, 3)) = 0
[HideInInspector] m_end_Details("Details", Float) = 0
//endex
[HideInInspector] m_end_Main("Main", Float) = 0