|
Assimp
v4.1. (December 2018)
|
Data structure for a LWO animation keyframe. More...
Public Member Functions | |
| Key () AI_NO_EXCEPT | |
| 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.