Structure representing the data of a 3D model keyframe. More...
#include <model.h>
Public Attributes | ||
union { | ||
vec3 value | ||
versor r_value | ||
}; | ||
f32 | time | |
Structure representing the data of a 3D model keyframe.
This structure holds the transformation matrix and time of a keyframe.
vec3 ModelKeyframe::value |
Value of the keyframe
versor ModelKeyframe::r_value |
Rotation of the keyframe
union { ... } ModelKeyframe |
f32 ModelKeyframe::time |
Time of the keyframe