![Smile :)](./images/smilies/icon_smile.gif)
I'm using irrlicht to make an animated storytelling game, where characters act out a scene and occasionally the player has a choice of how the story progresses. Unfortunately, I'm a complete amateur at programming/computer graphics and I'm having trouble with character animation.
Currently I'm using Blender to model, rig and animate my characters before exporting them to Blitz3D format. I can then display that animated character in irrlicht without any problems. However, this only lets me display a single looping animation.
Want I want to know is:
-How do I make a model so that it is has several animations in its file?
-How do I select between these animations in irrlicht so that I can make a character do one thing and then another different thing, rather than a single looping animation?
Apologies in advance if this is a dumb question or it's been asked before- I searched as thoroughly as I could before asking.