#include <COLLADAMixer.h>
Inheritance diagram for CSLCOLLADAMixer:

Public Member Functions |
|
| CSLCOLLADAMixer (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual CSLAction * | AddAction () |
The animation mixer provides high-level control over animation. The mixer contains a database of short animations called action sources (CSLAction). An action source can be instantiated in the form of an action clip (CSLActionClip) in tracks (CSLTrack) to compose complex animation. You can create an animation mixer with the CSLModel::CreateMixer method.
| CSLCOLLADAMixer | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Pointer to the scene containing the mixer | |
| in_pModel | Pointer to the model containing the mixer | |
| in_pTemplate | Pointer to the CdotXSITemplate containing the mixer |
| virtual CSLAction* AddAction | ( | ) | [virtual] |