|
Assimp
v4.1. (December 2018)
|
Inherits glTF::Object.
Classes | |
| struct | AnimChannel |
| struct | AnimParameters |
| struct | AnimSampler |
Public Member Functions | |
| Animation () | |
| void | Read (Value &obj, Asset &r) |
Public Member Functions inherited from glTF::Object | |
| virtual bool | IsSpecial () const |
| Objects marked as special are not exported (used to emulate the binary body buffer) More... | |
| virtual | ~Object () |
Public Attributes | |
| std::vector< AnimChannel > | Channels |
| Connect the output values of the key-frame animation to a specific node in the hierarchy. More... | |
| AnimParameters | Parameters |
| The samplers that interpolate between the key-frames. More... | |
| std::vector< AnimSampler > | Samplers |
| The parameterized inputs representing the key-frame data. More... | |
Public Attributes inherited from glTF::Object | |
| std::string | id |
| The globally unique ID used to reference this object. More... | |
| std::string | name |
| The user-defined name of this object. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from glTF::Object | |
| static const char * | TranslateId (Asset &, const char *id) |
| Maps special IDs to another ID, where needed. Subclasses may override it (statically) More... | |
|
inline |
| std::vector<AnimChannel> glTF::Animation::Channels |
Connect the output values of the key-frame animation to a specific node in the hierarchy.
| AnimParameters glTF::Animation::Parameters |
The samplers that interpolate between the key-frames.
| std::vector<AnimSampler> glTF::Animation::Samplers |
The parameterized inputs representing the key-frame data.