can i load mesh from a file and load animation from another.

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
seeking
Posts: 7
Joined: Sun May 02, 2010 7:02 am

can i load mesh from a file and load animation from another.

Post by seeking »

hi, guys!
there are different meshes with same skeleton animations, i don't want to create animation for every mesh file, because it's waste, can i load mesh from a file and load animation from another file.
ps. i use .x format.
thank you!
hybrid
Admin
Posts: 14144
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, use useAnimationFrom
seeking
Posts: 7
Joined: Sun May 02, 2010 7:02 am

Post by seeking »

wow, i got it, thank you very much
Post Reply