Hello, thank you in advance.
I am working on a three.js project and Unity3D project. The project from Unity3D is focus on design the model as well as the materials and make it run correctly. To the project in three.js, It imports the model from Unity3D and use the method MTLLoader to load the .mtl file converted from .mat file in Unity3D. Now my problem is how to convert the .mat file to .mtl file in the materials from Unity3D?
↧