Files
test2/source/blender
Weizhen Huang 8a735d0aa4 Fix: EEVEE: Incorrect GGX BRDF pdf and BTDF evaluation
* Using standard NDF and Smith shadowing-masking terms. The previous
`xxxx_opti()` functions were faster to evaluate, but confusing and
error-prone.
* After correcting the BRDF pdf, the prefiltered environment LOD bias
needs to be adjusted to avoid overblurred reflections.
* Corrected the half-vector computation in BTDF evaluation, added check
for invalid configuration due to total internal reflection or `eta == 1`.
* Use `saturate()` instead of `max()` when no division is needed because
the former is faster.
* Indirectly fixes EEVEE-Next refraction denoising.

Pull Request: https://projects.blender.org/blender/blender/pulls/111591
2023-08-27 20:51:32 +02:00
..
2023-08-25 11:46:37 +02:00
2023-08-25 09:40:42 +10:00
2023-08-18 08:56:12 +10:00
2023-08-21 10:05:45 +10:00
2023-08-25 09:40:42 +10:00
2023-08-23 13:30:55 +10:00
2023-08-24 11:38:41 +10:00