animation data More...
Classes | |
struct | QuatKey |
key frame for Quaternion. More... | |
struct | Vec3Key |
key frame for vec3. More... | |
Public Member Functions | |
Animation3DData () | |
Constructor. | |
Animation3DData () | |
Constructor. | |
Animation3DData (const Animation3DData &other) | |
Copy constructor. | |
Animation3DData ( var other) | |
Copy constructor. | |
Animation3DData ( local other) | |
Copy constructor. | |
void | resetData () |
reset data. | |
Public Attributes | |
std::map< std::string, std::vector< Vec3Key > > | _translationKeys |
translation key frame. | |
std::map< std::string, std::vector< QuatKey > > | _rotationKeys |
rotation key frame. | |
std::map< std::string, std::vector< Vec3Key > > | _scaleKeys |
scale key frame. | |
var | _scaleKeys |
scale key frame. | |
local | _scaleKeys |
scale key frame. | |
float | _totalTime |
total time of animation data. | |
var | _totalTime |
total time of animation data. | |
local | _totalTime |
total time of animation data. | |
animation data