|
Assimp
v4.1. (December 2018)
|
Data structure for a LWO animation envelope. More...
Public Member Functions | |
| Envelope () | |
Public Attributes | |
| unsigned int | index |
| Index of this envelope. More... | |
| std::vector< Key > | keys |
| Keyframes for this envelope. More... | |
| size_t | old_first |
| size_t | old_last |
| PrePostBehaviour | post |
| PrePostBehaviour | pre |
| Pre and post-behaviour. More... | |
| EnvelopeType | type |
| Type of envelope. More... | |
Data structure for a LWO animation envelope.
|
inline |
| unsigned int Assimp::LWO::Envelope::index |
Index of this envelope.
| std::vector<Key> Assimp::LWO::Envelope::keys |
Keyframes for this envelope.
| size_t Assimp::LWO::Envelope::old_first |
| size_t Assimp::LWO::Envelope::old_last |
| PrePostBehaviour Assimp::LWO::Envelope::post |
| PrePostBehaviour Assimp::LWO::Envelope::pre |
Pre and post-behaviour.
| EnvelopeType Assimp::LWO::Envelope::type |
Type of envelope.