From 91f89f5cbeed39cfa02ce5c4e7d9d75ce37625ff Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 13 Jun 2025 15:47:31 -0700 Subject: ssao now applies to basecolor instead of lighting also add toggle to consider l1 spherical harmonics. off by default for toon look. --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 1e46f48..d0c3fd1 100644 --- a/features.cginc +++ b/features.cginc @@ -380,5 +380,9 @@ #pragma shader_feature_local _BAKERY_MONOSH //endex +//ifex _Spherical_Harmonics_L1_Enabled==0 +#pragma shader_feature_local _SPHERICAL_HARMONICS_L1 +//endex + #endif // __FEATURES_INC -- cgit v1.2.3