diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-12 16:22:50 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-12 16:22:50 -0800 |
| commit | 3087ea990dfea49c32a8a9d9f6ac9c1790817efc (patch) | |
| tree | de3106b1c774e1d3ed0f7cfddb45595a401f67b5 /2ner.shader | |
| parent | 19bdcec2b69aff8b75d5c9c6c4d0cb4d0d9ec5c3 (diff) | |
Remove normal shadowing feature
Diffstat (limited to '2ner.shader')
| -rw-r--r-- | 2ner.shader | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/2ner.shader b/2ner.shader index dbf4d2e..ace35f9 100644 --- a/2ner.shader +++ b/2ner.shader @@ -36,13 +36,6 @@ Shader "yum_food/2ner" _OcclusionMap("Ambient occlusion", 2D) = "white" {} _OcclusionStrength("Ambient occlusion", Range(0,1)) = 1 _Clip("Alpha Cuttoff", Range(0, 1.001)) = 0.5 - //ifex _Bump_Shadows_Enabled==0 - [HideInInspector] m_start_BumpShadows("Normal shadows", Float) = 0 - [ThryToggle(_BUMP_SHADOWS)]_Bump_Shadows_Enabled("Enable", Float) = 0 - _BumpShadowHeightScale("Height", Range(0, 1)) = 0.2 - _BumpShadowHardness("Hardness", Range(0, 100)) = 50 - [HideInInspector] m_end_BumpShadows("Metallics", Float) = 0 - //endex [HideInInspector] m_reflectionOptions("Reflections", Float) = 0 [HideInInspector] m_start_Metallic("Metallics", Float) = 0 |
