From aacad28954ceb792ecc7ebd90338466b9f70d456 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 24 Feb 2026 18:11:03 -0800 Subject: Implement wrapped lighting (direct & IBL diffuse) --- 3ner.shader | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '3ner.shader') diff --git a/3ner.shader b/3ner.shader index aaf0dd0..d08f2c7 100755 --- a/3ner.shader +++ b/3ner.shader @@ -86,6 +86,14 @@ Shader "yum_food/3ner" _Brightness_Clamp_Max("Max", Range(0, 10)) = 10 [HideInInspector] m_end_Brightness_Clamp("Brightness Clamp", Float) = 0 //endex + + //ifex _Wrapped_Lighting_Enabled==0 + [HideInInspector] m_start_Wrapped_Lighting("Wrapped Lighting", Float) = 0 + [ThryToggle(_WRAPPED_LIGHTING)] _Wrapped_Lighting_Enabled("Enable", Float) = 0 + _Wrapped_Lighting_Amount("Amount", Range(0, 1)) = 0.5 + [HideInInspector] m_end_Wrapped_Lighting("Wrapped Lighting", Float) = 0 + //endex + [HideInInspector] m_end_Main("Main", Float) = 0 [HideInInspector] m_start_Gimmicks("Gimmicks", Float) = 0 -- cgit v1.2.3