diff options
| author | yum <yum.food.vr@gmail.com> | 2026-04-05 15:41:21 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-04-05 15:41:25 -0700 |
| commit | 736de84c38db6c6f150daacc3c8d1a0f9c92ecbb (patch) | |
| tree | 71574e4975216f8f406d056f1eb364be07412840 /pbr.cginc | |
| parent | 69f273558ecfded1fcf7c89b238a241859dc625e (diff) | |
c31: Start sketching tangent space raymarcher
Diffstat (limited to 'pbr.cginc')
| -rwxr-xr-x | pbr.cginc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,10 @@ #ifndef __PBR_INC #define __PBR_INC +#include "burley.cginc" +#include "custom31.cginc" #include "data.cginc" #include "decal.cginc" -#include "burley.cginc" #include "filamented.cginc" #include "instancing.cginc" #include "interpolators.cginc" @@ -284,6 +285,7 @@ Pbr getPbr(v2f i) { apply_letter_grid(i, pbr); apply_burley_tiling(pbr, normal_tangent); apply_triplanar_layers(i.worldPos, i.normal, pbr, normal_tangent); + apply_custom31_world(i, pbr, normal_tangent); applyDecals(i, pbr, normal_tangent); |
