Skeletal animation

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
Guest

Skeletal animation

Post by Guest »

Hello !

What is the code to load a Skeletal animation (.ms3d milkshape) ?
Give me a clue ! :)

Thanks !

Sam.
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

There is nothing special about it. Just load the file like any other one. For example instead of writing getMesh("yourFile.md2") you write getMesh("yourFile.ms3d").
Post Reply