From e7008baac77c82d2865e0d54928269528be034d2 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 7 Nov 2025 18:50:45 -0800 Subject: meow --- 2ner.cginc | 6 ------ 1 file changed, 6 deletions(-) (limited to '2ner.cginc') diff --git a/2ner.cginc b/2ner.cginc index 112f12f..39d0fa8 100644 --- a/2ner.cginc +++ b/2ner.cginc @@ -494,12 +494,6 @@ float4 frag(v2f i, uint facing : SV_IsFrontFace float4 lit = YumBRDF(i, l, pbr); #endif - [branch] - if (_UdonLightVolumeEnabled) { - lit.rgb += LightVolumeSpecular(pbr.albedo, pbr.smoothness, pbr.metallic, - pbr.normal, l.view_dir, l.L00, l.L01r, l.L01g, l.L01b); - } - #if defined(_HARNACK_TRACING) pbr.albedo = harnack_output.color; pbr.smoothness = 0; -- cgit v1.2.3