meshrender icon indicating copy to clipboard operation
meshrender copied to clipboard

Getting Material properties from a .mtl file

Open vinaysannaiah opened this issue 6 years ago • 1 comments

Hello Team,

Thank you very much for putting up this library and it was very helpful to learn about object rendering. But I have a task in which i must be able to get the material properties from a .mtl file which will be referred in the .obj file. In your library I find that, It is yet to be implemented. Can i get some ideas, as in how we can get the material properties from a .mtl file to make my scene look realistic.

Any kind of help would be greatly appreciated.

Thanking you, Vinay

vinaysannaiah avatar Jul 31 '18 17:07 vinaysannaiah

@vinaysannaiah If you're still interested, we have a textured implementation here: https://github.com/mmatl/pyrender.

mmatl avatar Jan 24 '19 04:01 mmatl