pc.AnimController
AnimContoller stores a set of animation clips and performs blending between them. It then applies the resulting transforms to the target nodes.
Summary
Details
Constructor
AnimController(graph)
Create a new animation controller.
Parameters
| graph | pc.GraphNode | root of the scene graph to control. |