Am using the Panda exporter for 3DMax, I have no problems with my animated file, it is working.
I want to create a simple animated character which already idles but now I want it to be controlled by moving, how can I set the node to change the animation state?
I can see an issue with the set of animations I have, let me explain you what assets do I have and how they are organized.
The artist started creating the idle, is the only one that includes an skinned mesh, the rest of the animations (located in separated model files) only have the skeleton. For the engine he used those assets, it was assumed the skinned mesh is taken from the first and applied to rest. Is it possible to work like that with Irrlicht re-using the skinned mesh and changing the skeletal animation?
Or is it easier that everything must be in one file using different key ranges for each movement? I guess this way one can select the keyframe range using the instruction, that sounds a waay easier
Code: Select all
node->setFrameLoop(10, 50);