patrikhuber / eos

A lightweight 3D Morphable Face Model library in modern C++
Apache License 2.0
1.89k stars 596 forks source link

Remove no longer needed `interpolate_black_line(...)` #298

Closed patrikhuber closed 4 years ago

patrikhuber commented 4 years ago

As written in #4, the "black line" in the isomap bug was properly found and fixed in 6875e08b6678046e9c04fc5860383f39d22edd4f, so I should remove the eos::render::detail::interpolate_black_line(...) function.

patrikhuber commented 4 years ago

35abed899f15bdebb68b44a648c60309aaf68a5c removes the function.