not texture
Hello,
When i import model .obj with .mlt
i see my model but not my texture.
it say not found
My TETE.jpg is ok
Any suggestions?
Thanks
christophe
My .mtl
newmtl default
Ka 0.6 0.6 0.6
Kd 0.6 0.6 0.6
Ks 0.9 0.9 0.9
d 1.0
Ns 0.0
illum 2
map_Kd TETE.jpg
Hello Christophe,
'TETE.jpg' without specifying the full path should also be ok. Please check that 'TETE.jpg' is located in the same directory where your .mtl is.
Another thing to check:
When Balancer writes to log that 'TETE.jpg' is not found, it writes the full path. Please try to copy this full path and paste it to 'Address' of Explorer or Internet Explorer. If the path is correct the image should be displayed.
thank for reponse JackJack and Mabrown
yes i changing . My image display in IE
file:///C:/TETE/TETE.jpg
I change my path in .mtl
but not work
newmtl default
Ka 0.6 0.6 0.6
Kd 0.6 0.6 0.6
Ks 0.9 0.9 0.9
d 1.0
Ns 0.0
illum 2
map_Kd c:/TETE/TETE.jpg
In my Rep c:/TETE/ I have:
TETE.OBJ
TETE.mtl
TETE.JPG
I Find
I edidt .obj and the name
mtllib texture.mtl
I change it by TETE.mtl
it's ok
Hi Christophe,
Is your model and texture on the same path?
Have you tried changing the .mtl in a text editor to specify the full path to your texture?
Mark