OpenGL ES SDK for Android
ARM Developer Center
|
#include <model3d.h>
Public Member Functions | |
Keyframe () | |
~Keyframe () | |
Public Attributes | |
float * | m_time |
Keyframe time in seconds for the all the bones. More... | |
float * | m_transforms |
Transformations for all the bones in the current keyframe. More... | |
Objects of Keyframe class contains transformation data for each bone in the model for a specific time. This is also called "keyframe" in 3d authoring tools like studio max or maya.
Model3D::Keyframe::Keyframe | ( | ) |
Default constructor sets all pointers to NULL
Definition at line 93 of file model3d.cpp.
Model3D::Keyframe::~Keyframe | ( | ) |
Default destructor sets all pointers to NULL
Definition at line 99 of file model3d.cpp.
float* Model3D::Keyframe::m_time |
float* Model3D::Keyframe::m_transforms |