diff options
| author | yum <yum.food.vr@gmail.com> | 2025-08-08 19:14:38 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-08-08 19:14:38 -0700 |
| commit | 7cdf39f51b47553af89c3de5b86d33ded4b5cdd2 (patch) | |
| tree | 47fdf40b13ada0ea52b545b941b0acc29066e448 /features.cginc | |
| parent | 310dbc3a5393635e08faf78ddf47c57a37524d4b (diff) | |
Add cloth lobe & IBL DFG LUTs
- add monte carlo integrator to produce the luts
- fix layer energy integration; should be multiplicative, not additive
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 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 |
