Commit 00ea198
[css-color-4] Correction to ray trace to avoid throwing off our intersection calculation
The suggested fix via #10579 (comment)
was not the ideal fix and artificially limited `tnear`. This is a
numerical instability issue and should be addressed as such by using an
epsilon compare to prevent rays that are too small.
Related #105791 parent 8b60dd2 commit 00ea198
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6155 | 6155 | | |
6156 | 6156 | | |
6157 | 6157 | | |
6158 | | - | |
| 6158 | + | |
6159 | 6159 | | |
6160 | 6160 | | |
6161 | 6161 | | |
| |||
6185 | 6185 | | |
6186 | 6186 | | |
6187 | 6187 | | |
6188 | | - | |
| 6188 | + | |
6189 | 6189 | | |
6190 | 6190 | | |
6191 | 6191 | | |
| |||
0 commit comments