patrikhuber / eos

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

add reading of mesh texture coordinate indices #273

Open kanonet opened 4 years ago

kanonet commented 4 years ago

texture coord indices were not stored properly. So meshs with different tti than tvi got messed up. This PR adds the missing handling of tti. Please review, but take your time. :)