Page MenuHome

Fix anisotropic Beckmann regression test failing on Metal
ClosedPublic

Authored by Weizhen Huang (weizhen) on Thu, Jan 19, 8:12 PM.

Details

Summary

The lookup table method on CPU and the numerical root finding method on
GPU give quite different results. This commit deletes the Beckmann lookup
table and uses numerical root finding on all devices. For the numerical
root finding, a combined bisection-Newton method with precision control
is used.

Diff Detail

Repository
rB Blender
Branch
master
Build Status
Buildable 25471
Build 25471: arc lint + arc unit