From a4d1ade709ee0f16383698809004763bdc798002 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 23 Feb 2026 16:56:44 -0800 Subject: Drop cloth for now --- pbr.cginc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pbr.cginc') diff --git a/pbr.cginc b/pbr.cginc index c8e58c8..d7d51b9 100755 --- a/pbr.cginc +++ b/pbr.cginc @@ -20,10 +20,6 @@ struct Pbr { float cc_roughness; float cc_strength; #endif -#if defined(_CLOTH_SHEEN) - float cl_strength; - float3 cl_color; -#endif #if defined(_IMPOSTORS_DEPTH) float3 objPos; float debug; // TODO rm @@ -198,10 +194,6 @@ Pbr getPbr(v2f i) { #if defined(_CLEARCOAT) pbr.cc_roughness = _Clearcoat_Roughness; pbr.cc_strength = _Clearcoat_Strength; -#endif -#if defined(_CLOTH_SHEEN) - pbr.cl_strength = _Cloth_Sheen_Strength; - pbr.cl_color = _Cloth_Sheen_Color; #endif propagateSmoothness(pbr); -- cgit v1.2.3