load mesh as scene

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
marian.ek
Posts: 6
Joined: Mon Oct 13, 2008 3:28 pm
Location: Poland

load mesh as scene

Post by marian.ek »

I need load mesh (*.x or *.dfm) as irrlicht scene.
How load mesh from X-file and get individually access for objects from file?
It is possible?
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

This is not currently possible. However, you can move objects around using the joints/frames defined in the mesh. If there are no skin weights then each object is added to a separate mesh buffer, which can be split and added back into meshes manually
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply