From fb85bd97b4b1f033deb1f5d9e5e7e1921410ae2e Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 10 Apr 2026 17:43:37 -0700 Subject: begin work on aperiodic tilings --- pbr.cginc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pbr.cginc') diff --git a/pbr.cginc b/pbr.cginc index 38fd59b..8326ccf 100755 --- a/pbr.cginc +++ b/pbr.cginc @@ -1,6 +1,7 @@ #ifndef __PBR_INC #define __PBR_INC +#include "aperiodic_tiling.cginc" #include "burley.cginc" #include "custom31.cginc" #include "data.cginc" @@ -286,6 +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); applyDecals(i, pbr, normal_tangent); -- cgit v1.2.3