From 33209b34e2d6b9af2fbc3cd0886a3eb76479a9d2 Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 2 Nov 2024 18:10:15 -0700 Subject: Fog uses interleaved gradient noise instead of white noise This lets us use a much higher step size before noise becomes too gross to look at. --- pbr.cginc | 1 + 1 file changed, 1 insertion(+) (limited to 'pbr.cginc') diff --git a/pbr.cginc b/pbr.cginc index 002c387..be485d5 100644 --- a/pbr.cginc +++ b/pbr.cginc @@ -1,3 +1,4 @@ +#include "atrix256.cginc" #include "globals.cginc" #include "filament_math.cginc" #include "globals.cginc" -- cgit v1.2.3