how to export the .Mat files into .Mtl files to load in three.js?
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?
Your answer
Follow this Question
Related Questions
Why are my materials turning white? 1 Answer
3d Model from Asset Store only appears as outline 1 Answer
Same material looks different in different projects 2 Answers
Unity 2017.1.0f3 - Asset Material Causing Texture Issue! Need Help ASAP!!! 0 Answers
How to put JavaScript in your assets and NOT have it compiled? 2 Answers