Ok now i seem truly at a loss.
in away3d 3.6 prebroomstick, i set out to try and load up shape/morph/vertex animation from a collada file.
So i tried my hand on a couple of additions/changes to Collada.as so it would load up the vertex animation.
After many problems (probably related to my lack of skill) i’ve loaded up everything in the collada file and added it to a vertexanimator.
This means i’ve read the base vertices and added them with addVertex.
I’ve made a vector array for every frame (81) and added these with addFrame.
By now i have no more errors, can trace out these Vector3D values for the frames and vertices.
However when i try to follow the scarce tutorials out there on playing back the anim, nothing happens.
when i call mylovelycolladavertexanimation.play() , no error, no vertex animation.
Anyone around that can point me in a direction which will keep me from loosing the last of my hair.
Should i maybe use .update() instead of play() in this slightly newer version? I’d gladly share my alterations to the collada.as parser to set up the vertices etc.
Oh and happy new year folks!