Textures displaying incorrectly
in
Programming Questions
•
7 months ago
I'm trying to load a simple textured cube .obj file that I created with Wings 3D, but the textures are not displaying correctly.
Here's a copy of the .mtl file
Here's a copy of the .mtl file
- # Exported from Wings 3D 1.4.1
newmtl Metal_Steel_Textured_White
Ns 100.0
d 1.0
illum 2
Kd 0.74902 0.74902 0.74902
Ka 0.74902 0.74902 0.74902
Ks 0.333 0.333 0.333
Ke 0.0 0.0 0.0
map_Kd Metal_Steel_Textured_White.PNG
Do I need to include some more specific information about how to draw objects other than what is included in the mtl file?
1