diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-16 16:22:45 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-16 16:22:45 -0700 |
| commit | 0b42d463db23d2c6eb0b6651486912ffed2f8857 (patch) | |
| tree | 20fc0398a794429146b7875ae6f655b01ab414de /data.cginc | |
| parent | 1a35d85c623569dd2e61b821bfe3a7f03f99343f (diff) | |
Fix normal filtering, which fixes both IBL and direct lighting flashing
Diffstat (limited to 'data.cginc')
| -rw-r--r-- | data.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ struct Pbr { float4 albedo; + float3 geometric_normal; float3 normal; float3x3 tbn; float smoothness; |
