PistonDevelopers / wavefront_obj

A parser written in rust for the wavefront .obj file format.
MIT License
27 stars 18 forks source link

Support parsing emissive color for .mtl files #45

Closed overdrivenpotato closed 8 years ago

overdrivenpotato commented 8 years ago

Ran into this issue while parsing some blender-exported files.

Reference: http://cgkit.sourceforge.net/doc2/objmaterial.html

bvssvni commented 8 years ago

Thanks!