Open GoogleCodeExporter opened 8 years ago
Okay guys, I figured it out. If you are having trouble with your 3D model not
showing any texture, the issue is in the mtl file.
When you open up its code (NotePad is fine), you have to delete all the
characters between map_Kd to your image file.
Example:
Change "map_Kd ../images/texture0.jpg" to
"map_Kd texture0.jpg"
Credit: https://processing.org/discourse/beta/num_1260273167.html
Original comment by Homare.T...@gmail.com
on 19 Jan 2015 at 8:13
Original issue reported on code.google.com by
Homare.T...@gmail.com
on 18 Jan 2015 at 8:42Attachments: