summaryrefslogtreecommitdiffstats
path: root/2ner.shader
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-02-20 17:58:06 -0800
committeryum <yum.food.vr@gmail.com>2025-02-20 17:58:06 -0800
commit01eeb68639ee4e3a5aeacf321c35a46c7dfe5c3d (patch)
treea2f20ba0d81bdc9427eec155fe4fc5ed4209648a /2ner.shader
parent36bd33d973f54f91f881cee87a234994d3fbd4eb (diff)
Add metallic+gloss map
Diffstat (limited to '2ner.shader')
-rw-r--r--2ner.shader8
1 files changed, 6 insertions, 2 deletions
diff --git a/2ner.shader b/2ner.shader
index b3dd563..98afd23 100644
--- a/2ner.shader
+++ b/2ner.shader
@@ -42,12 +42,16 @@ Shader "yum_food/2ner"
[HideInInspector] m_end_AO("Metallics", Float) = 0
//endex
+ //ifex _Metallics_Enabled==0
[HideInInspector] m_reflectionOptions("Reflections", Float) = 0
- [HideInInspector] m_start_Metallic("Metallics", Float) = 0
+ [HideInInspector] m_start_Metallic("Metallics", Float) = 0
+ [ThryToggle(_METALLICS)]_Metallics_Enabled("Enable", Float) = 0
_MetallicMask("Metallic Mask", 2D) = "white" {}
_Metallic("Metallic", Range(0, 1)) = 0
_Smoothness("Smoothness", Range(0, 1)) = 0
- [HideInInspector] m_end_Metallic("Metallics", Float) = 0
+ _MetallicGlossMap("Metallic gloss map", 2D) = "white" {}
+ [HideInInspector] m_end_Metallic("Metallics", Float) = 0
+ //endex
[HideInInspector] m_gimmicks("Gimmicks", Float) = 0
//ifex _Outlines_Enabled==0