Hello.
I`m experimenting with Collada animations in Away3D.
I tried "Moving Mario" example it works fine.
I tried to add different module with animations, but can`t get
animation to work.
My module has multiple animations, how can I access them ?
skinAnimation = MarioModel1.animationLibrary.getAnimation
("default").animation as SkinAnimation;
As far as I can figure it out it loads first or something animation,
how can I load animation by name - Wave, Walk,Nod ... etc
Are there more detailed example of loading and handling Collada
objects in Away3D ?
Thank you.