Assimp
v3.1.1 (June 2014)
|
Data structure for a LWO animation keyframe. More...
Public Member Functions | |
Key () | |
operator double () | |
Public Attributes | |
InterpolationType | inter |
How to interpolate this key with previous key? More... | |
float | params [5] |
Interpolation parameters. More... | |
double | time |
Current time. More... | |
float | value |
Current value. More... | |
Data structure for a LWO animation keyframe.
|
inline |
|
inline |
InterpolationType Assimp::LWO::Key::inter |
How to interpolate this key with previous key?
float Assimp::LWO::Key::params[5] |
Interpolation parameters.
double Assimp::LWO::Key::time |
Current time.
float Assimp::LWO::Key::value |
Current value.