From 19bdcec2b69aff8b75d5c9c6c4d0cb4d0d9ec5c3 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 12 Feb 2025 16:10:26 -0800 Subject: fix normal bugs, add normal shadowing going to remove normal shadowing, it's not worth the complexity --- features.cginc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index c586f4a..ab02784 100644 --- a/features.cginc +++ b/features.cginc @@ -2,10 +2,13 @@ #define __FEATURES_INC //ifex _Wrapped_Lighting_Enabled==0 -#pragma shader_feature _WRAPPED_LIGHTING +#pragma shader_feature_local _WRAPPED_LIGHTING //endex -//ifex _Outline_Mask_Enabled==1 -#pragma shader_feature _OUTLINE_MASK +//ifex _Outline_Mask_Enabled==0 +#pragma shader_feature_local _OUTLINE_MASK +//endex +//ifex _Bump_Shadows_Enabled==0 +#pragma shader_feature_local _BUMP_SHADOWS //endex #endif // __FEATURES_INC -- cgit v1.2.3