diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-13 15:47:31 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-23 01:13:01 -0700 |
| commit | 91f89f5cbeed39cfa02ce5c4e7d9d75ce37625ff (patch) | |
| tree | 644fa430d774bc6797c774d1af2091138f696908 /features.cginc | |
| parent | 6576484d1f9f1407fc40d36a1d46f5232869926c (diff) | |
ssao now applies to basecolor instead of lighting
also add toggle to consider l1 spherical harmonics. off by default for
toon look.
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
