Hi,
In MED under "Manage Frames" you can export animation to an ASCII format. Is there documentation somewhere for this format? I've searched the manual and the forum and have come up empty.
I've tried to just read the file and guess at what the numbers mean, but I'm not getting very far. The lines look like this:
"__LAnkle" -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 m:{1.0 -0.000716 0.000002 0.0 0.000716 1.0 -0.000134 0.0 -0.000002 0.000134 1.0 0.0 -0.003191 -0.001992 0.000604 1.0 }
Here are my guesses:
"__LAnkle" is obviously the bone name.
-0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 not really sure what these numbers are but I would hazard that this is the bind pose? Only that there are too many triplets of numbers. What do these stand for besides translation, rotation, and scale?
m:{1.0 -0.000716 0.000002 0.0 0.000716 1.0 -0.000134 0.0 -0.000002 0.000134 1.0 0.0 -0.003191 -0.001992 0.000604 1.0 }
I'd guess that this is the actual animation frame data but again there are too many numbers.
Could anyone point me to some documentation please? This would really help me troubleshoot some things. Thanks.