Open GoogleCodeExporter opened 8 years ago
Does your model contain texture mappings? Please check these:
1. Your obj model file should has an attaching mtl file;
2. At least one material in your mtl defines textures. mtl uses map_Kd command
to specify texture images, such as 'map_Kd iphone.png';
3. The obj file, mtl files and the image files should be placed in the same
directory;
4. URLs are case sensitive. So if your texture definition is 'map_Kd
iphone.png' but the actual image file name is Iphone.png, this won't work
correctly in network environment.
Original comment by Humu2...@gmail.com
on 3 Jul 2013 at 1:20
Original issue reported on code.google.com by
dsmrosh...@gmail.com
on 3 Jul 2013 at 6:31