diff options
| author | yum <yum.food.vr@gmail.com> | 2025-11-07 18:50:45 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-11-07 18:50:45 -0800 |
| commit | e7008baac77c82d2865e0d54928269528be034d2 (patch) | |
| tree | 32e1f427a7b84102e8d7aea969517b1836d34381 /2ner.cginc | |
| parent | 0e0641580d9b492c90e6257baad4d28670d0bae2 (diff) | |
meow
Diffstat (limited to '2ner.cginc')
| -rw-r--r-- | 2ner.cginc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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;
|
