loading .x and maya models with texture

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
paooolino
Posts: 50
Joined: Wed Dec 21, 2005 12:17 pm
Location: Brescia, Italy
Contact:

loading .x and maya models with texture

Post by paooolino »

Hi all,
I tried to find out an answer using the search within the forum, but I didn't find anything.

I have my 3d model with his texture done with Blender 2.40. When I export the model in .x, the texture will also be exported or I have to do the object with blender without texture and load it separately?

And the same thing for Maya.....
thanks a lot :shock:
ElementoY
Posts: 15
Joined: Sun Feb 05, 2006 3:40 am
Location: Brazil
Contact:

Re: loading .x and maya models with texture

Post by ElementoY »

paooolino wrote:When I export the model in .x, the texture will also be exported or I have to do the object with blender without texture and load it separately?
For blender, if you put the texture in the same directory of your model, or the same relative path of your original model (for exampled, if you modeled then textured it with a texture at ../tex/tex.png then you put the .x model at ./models and the texture at ./tex/tex.png) it works fine :D
don't know about maya though :roll:
paooolino
Posts: 50
Joined: Wed Dec 21, 2005 12:17 pm
Location: Brescia, Italy
Contact:

Post by paooolino »

ok thanks! :wink:
Another question: if define a material in Blender, i.e.: I'm modeling a tree and I set a green material for the leaves (without any extern texture), how do I export this material with the object?
Post Reply