diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-23 16:56:44 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-23 16:56:44 -0800 |
| commit | a4d1ade709ee0f16383698809004763bdc798002 (patch) | |
| tree | e001347dfc7466ba4427d205477b6a4aeff9d520 /globals.cginc | |
| parent | f57d761e414774081740b489b748cbfe60c11c1f (diff) | |
Drop cloth for now
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/globals.cginc b/globals.cginc index d3a4b8e..0c4917d 100755 --- a/globals.cginc +++ b/globals.cginc @@ -69,12 +69,6 @@ float4 _DetailMask_ST; int _Details_UV_Channel; #endif // _DETAILS -#if defined(_CLOTH_SHEEN) -float _Cloth_Sheen_Strength; -float3 _Cloth_Sheen_Color; -texture2D _Cloth_Sheen_DFG_LUT; -#endif // _CLOTH_SHEEN - #if defined(_UV_SCROLL) float2 _UV_Scroll_Speed; #endif // _UV_SCROLL |
