From 7cdf39f51b47553af89c3de5b86d33ded4b5cdd2 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 8 Aug 2025 19:14:38 -0700 Subject: Add cloth lobe & IBL DFG LUTs - add monte carlo integrator to produce the luts - fix layer energy integration; should be multiplicative, not additive --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index e6de1c1..705939c 100644 --- a/features.cginc +++ b/features.cginc @@ -19,4 +19,8 @@ #pragma shader_feature_local _CLEARCOAT //endex +//ifex _Cloth_Sheen_Enabled==0 +#pragma shader_feature_local _CLOTH_SHEEN +//endex + #endif // __FEATURES_INC -- cgit v1.2.3