#include <pandabase.h>
#include "animControl.h"
#include "animControlCollection.h"
Go to the source code of this file.
Functions | |
BEGIN_PUBLISH EXPCL_PANDA void | auto_bind (PandaNode *root_node, AnimControlCollection &controls, int hierarchy_match_flags=0) |
Walks the scene graph or subgraph beginning at the indicated node, and attempts to bind any AnimBundles found to their matching PartBundles, when possible. |
Definition in file auto_bind.h.
|
Walks the scene graph or subgraph beginning at the indicated node, and attempts to bind any AnimBundles found to their matching PartBundles, when possible. The list of all resulting AnimControls created is filled into controls. Definition at line 149 of file auto_bind.cxx. |