diff options
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 |
