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 /pbr.cginc | |
| parent | f57d761e414774081740b489b748cbfe60c11c1f (diff) | |
Drop cloth for now
Diffstat (limited to 'pbr.cginc')
| -rwxr-xr-x | pbr.cginc | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 @@ -199,10 +195,6 @@ Pbr getPbr(v2f i) { 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); return pbr; |
