I can't seem to get my fbx files to tween correctly. Instead of waiting to start the first frame, which is what happens when I use .dae, the animations are in super slow motion during the tween time.
PlayObjectAnimation( resource_objs[tree_i].ID, "", 1, 15, 0, .85 )
From the help files: "The tweentime parameter can be used to interpolate between the current bone positions and the start time of the animation so that there is no sudden jump in bone positions."
Instead of waiting .85 seconds, the animation begins, but the first .85 seconds are in super slow motion.
Is this a bug or am I missing something here?