diff options
| author | yum <yum.food.vr@gmail.com> | 2026-04-10 17:43:37 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-04-10 17:43:43 -0700 |
| commit | fb85bd97b4b1f033deb1f5d9e5e7e1921410ae2e (patch) | |
| tree | fc037e633448cf4cc1afc3e552a6246f95f00d19 /pbr.cginc | |
| parent | 2e499c581dcd307c894014539514a07a4ee7808c (diff) | |
begin work on aperiodic tilings
Diffstat (limited to 'pbr.cginc')
| -rwxr-xr-x | pbr.cginc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
