Evaluating Animation
•
FbxAnimEvaluator
–
use when you need to evaluate the animation in a
scene
–
creates a
FbxAnimEvalClassic
object
•
•
FbxAnimEvaluator
*
mySceneEvaluator
=
MyScene
-
>
GetEvaluator
();
–
–
27