educelab / volume-cartographer

Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
GNU General Public License v3.0
63 stars 21 forks source link

(PPMGenerator) Use barycentric normal interp from vc_core #53

Closed csparker247 closed 1 year ago

csparker247 commented 1 year ago

46 fixed interpolation in BarycentricNormalInterpolation, but PPMGenerator still used its own PhongNormal function. This removes PhongNormal in favor of the core library implementation.

Fixes #33, #43.