Commit 3702373
authored
Fix solari GI shadow regression (#21919)
In #21649, I switched where
visibility rays get traced, and while it improved DI, it regressed GI.
I'm reverting the GI change to fix.
Before:
<img width="3206" height="1875" alt="image"
src="https://github.com/user-attachments/assets/379c613a-2a36-4fe0-81f1-9e278b28ca37"
/>
After:
<img width="3206" height="1875" alt="image"
src="https://github.com/user-attachments/assets/56f5c457-6639-4b48-9472-8cd2ad4936d8"
/>1 parent 054ce1e commit 3702373
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 70 | + | |
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
| |||
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
167 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments