#include <cstdlib>
#include "BCAnimationCurve.h"
#include "DNA_action_types.h"
#include "DNA_armature_types.h"
#include "DNA_object_types.h"
#include "COLLADASWInputList.h"
#include "COLLADASWLibraryAnimations.h"
#include "COLLADASWSource.h"
#include "BCAnimationSampler.h"
#include <vector>
Go to the source code of this file.
◆ BC_animation_source_type
| Enumerator |
|---|
| BC_SOURCE_TYPE_VALUE | |
| BC_SOURCE_TYPE_ANGLE | |
| BC_SOURCE_TYPE_TIMEFRAME | |
Definition at line 23 of file AnimationExporter.h.
◆ BC_global_rotation_type
| Enumerator |
|---|
| BC_NO_ROTATION | |
| BC_OBJECT_ROTATION | |
| BC_DATA_ROTATION | |
Definition at line 29 of file AnimationExporter.h.