How to texture mesh in 3ds file?

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
Serg Nechaeff
Posts: 162
Joined: Wed Nov 26, 2003 5:24 pm
Location: Europe

How to texture mesh in 3ds file?

Post by Serg Nechaeff »

Irrlicht doesn't texture it and I do it manually, but I have a 3ds made of 30 meshes. How can I get each mesh inside my .3ds? A kind of GETENTITY(mesh, index)?
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Just put the texture into the directory where your mesh is (or the current directory), Irrlicht will look into both and try to load them for you automaticly.
Post Reply