Animation ?

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Guest

Animation ?

Post by Guest »

How do I load an animated mesh and switch between the stored animations ? How do I copy/append animations from one mesh to another with a matching skeleton ? I can't even get meshes to animate apart from the .md2 that came with the irrlicht download :(

I'm using .X format meshes, though I can probably convert to another format if it works better.
pfo
Posts: 370
Joined: Mon Aug 29, 2005 10:54 pm
Location: http://web.utk.edu/~pfox1

Post by pfo »

How do I load an animated mesh and switch between the stored animations
Load the mesh as normal, use setFrameLoop();
How do I copy/append animations from one mesh to another with a matching skeleton
As far as I know, you cannot do this.
Locked