Models without .jpg, .bmp

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
PredaNoob
Posts: 12
Joined: Mon Sep 12, 2011 2:59 pm

Models without .jpg, .bmp

Post by PredaNoob »

I'm downloaded a couple of 3d models to test out. However I noticed they don't come with the textures required to paint them. And when I render them they are without any texture (with the exception of .x files)
Is there any way to obtain the textures?
eagletree
Posts: 28
Joined: Mon Jul 26, 2010 11:55 pm

Re: Models without .jpg, .bmp

Post by eagletree »

Have you checked the guts of the model files to see if the texture files are listed, and if they are, are they listed with a path appropriate to the path of the model itself. For specific answers, you would have to say what sort of file they are (e.g., obj). Some formats may have the textures archived within the file but many don't. I'm guessing your x files work because they came with textures and a path that points to the same directory your x file is in. That isn't automatically the case though.
Post Reply