From 900637fddb09fe7e3dda4e2da5fe7c7a8970f91a Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 12 Apr 2026 17:21:23 -0700 Subject: aperiodic: apply normal filtering to smoothness --- pbr.cginc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbr.cginc') diff --git a/pbr.cginc b/pbr.cginc index 2d01472..91c22f4 100755 --- a/pbr.cginc +++ b/pbr.cginc @@ -287,7 +287,7 @@ Pbr getPbr(v2f i) { apply_burley_tiling(pbr, normal_tangent); apply_triplanar_layers(i.worldPos, i.normal, pbr, normal_tangent); apply_custom31_world(i, pbr, normal_tangent); - apply_aperiodic_tiling(i.uv01.xy, pbr.albedo.xyz, normal_tangent); + apply_aperiodic_tiling(i.uv01.xy, pbr.albedo.xyz, pbr.smoothness, normal_tangent); applyDecals(i, pbr, normal_tangent); -- cgit v1.2.3