diff options
| author | yum <yum.food.vr@gmail.com> | 2025-03-06 19:45:42 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-03-06 19:45:42 -0800 |
| commit | 39f1d5d72d3395b4ee2ee6d0d2304a33674f2092 (patch) | |
| tree | 360d4f71a61552a9846a7b5cce45ea741ea802f8 /features.cginc | |
| parent | 6482b8edd3ecdbf136692e910258dc452f8be71b (diff) | |
add filament cloth brdf
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index b709a21..e6782f6 100644 --- a/features.cginc +++ b/features.cginc @@ -1,6 +1,11 @@ #ifndef __FEATURES_INC #define __FEATURES_INC +//ifex _Material_Type_Cloth_Enabled==0 +#pragma shader_feature_local _MATERIAL_TYPE_CLOTH +#pragma shader_feature_local _MATERIAL_TYPE_CLOTH_SUBSURFACE +//endex + //ifex _Alpha_Multiplier_Enabled==0 #pragma shader_feature_local _ALPHA_MULTIPLIER //endex |
