Page 1 of 1

No Textures When Importing Obj File

Posted: 13 Apr 2017, 22:24
by TopGunEli
Hello,

I'm Having A hard time with this, when I import my obj model. the textures don't want to load at all I don't know what to do?

Hope you Can help Me soon

Re: No Textures When Importing Obj File

Posted: 14 Apr 2017, 10:22
by CaptainGalax
TopGunEli wrote: 13 Apr 2017, 22:24 Hello,

I'm Having A hard time with this, when I import my obj model. the textures don't want to load at all I don't know what to do?

Hope you Can help Me soon
Does your OBJ have a Material (MTL) file? Object (OBJ) files need this Material file, things like STL WRL etc don“t need it.

Re: No Textures When Importing Obj File

Posted: 14 Apr 2017, 17:25
by TopGunEli
Yes I do I have a mtl

Re: No Textures When Importing Obj File

Posted: 15 Apr 2017, 21:39
by CaptainGalax
TopGunEli wrote: 14 Apr 2017, 17:25 Yes I do I have a mtl
What about texture? Can you send the code from your mtl?:)

Re: No Textures When Importing Obj File

Posted: 17 Apr 2017, 09:50
by Sphax
Your model must have the following files: OBJ + MTL + PNG(s)

If that doesn't work with those files, open your MTL file with notepad and verify that the path to PNG files are correct (absolute or relative paths)