Here is my problem. I have a model that i am loading into away3D via COLLADA. i need to apply transformations per vertex to the model (without using bones). I would like to use animator for this but i can’t create a AS3 class for each of the frames.
Esentially what i am doing is I have a piece of video and am tracking/ match moving it to a model. This produces per vertex transformation data, i need to be able to load that data externally via XML or some other format and apply it to the verticies of the COLLADA model, again without any bones. Animator seems to be able to do this, but I don’t know how to format the data since the only i have seen are using this as3 export idea.
