frenchtoast747 / webgl-obj-loader

A simple OBJ model loader to help facilitate the learning of WebGL.
http://frenchtoast747.github.io/webgl-obj-loader/
MIT License
281 stars 59 forks source link

Multiple textures #26

Closed thmundal closed 6 years ago

thmundal commented 8 years ago

How do I handle a model with multiple textures? Is there a way to know what texture-coordinates a specific texture should have on the model?

For example, a horse, where the tail is a seperate texture, or a man with a hat

qtip commented 8 years ago

I believe this would need mtl support which seems to be under development. @frenchtoast747 eta for mtl support?

frenchtoast747 commented 8 years ago

I apologize, @thmundal, there isn't support for that yet. But, as @qtip has said, I have started work for .mtl support which will provide the information needed. I'm not sure how long it will take me to complete as I can only work on it in my free time and I haven't had much of that lately.

frenchtoast747 commented 6 years ago

Once all issues with the mtl-support-v2 label are completed, this issue will be complete. I'm going to go ahead and close this issue since it will be completed as a part of several others.