diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-24 18:11:03 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-24 18:11:03 -0800 |
| commit | aacad28954ceb792ecc7ebd90338466b9f70d456 (patch) | |
| tree | 8a9a7b793caa594728d322646d4f3417f9b532bb /3ner.shader | |
| parent | 142805d05c999ab1c36cdecffcc305c66dd15feb (diff) | |
Implement wrapped lighting (direct & IBL diffuse)
Diffstat (limited to '3ner.shader')
| -rwxr-xr-x | 3ner.shader | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
