how to make wavefrom MTL work, driving me crazy, looking for help~
Posted by
Ususuus on
Aug 20, 2017; 1:21pm
URL: https://forum.jogamp.org/how-to-make-wavefrom-MTL-work-driving-me-crazy-looking-for-help-tp4038157.html
my code link is:
https://github.com/ususuus/JOGL-Testi spent nearly two weeks to make a obj loader with VBO, finally with the help of gouessej ,V. Scott Gordon and dozens of samples from github, i was able to load the model. for now, my problem is, i have no idea how to load the MTL (i.e. how to make it work, it's easy to parse mtl).
the code is a combination from two samples, it may look odd. I went through these codes several times, i know why it does't work, but don't know how. guide me, please.