From 01eeb68639ee4e3a5aeacf321c35a46c7dfe5c3d Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 20 Feb 2025 17:58:06 -0800 Subject: Add metallic+gloss map --- 2ner.shader | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '2ner.shader') 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 -- cgit v1.2.3