Assimp  v3.1.1 (June 2014)
Assimp::SMD::Bone::Animation Struct Reference

Animation of the bone. More...

Classes

struct  MatrixKey
 Data structure for a matrix key. More...
 

Public Member Functions

 Animation ()
 Public default constructor. More...
 

Public Attributes

std::vector< MatrixKeyasKeys
 Array of matrix keys. More...
 
uint32_t iFirstTimeKey
 Index of the key with the smallest time value. More...
 

Detailed Description

Animation of the bone.

Constructor & Destructor Documentation

◆ Animation()

Assimp::SMD::Bone::Animation::Animation ( )
inline

Public default constructor.

Member Data Documentation

◆ asKeys

std::vector<MatrixKey> Assimp::SMD::Bone::Animation::asKeys

Array of matrix keys.

◆ iFirstTimeKey

uint32_t Assimp::SMD::Bone::Animation::iFirstTimeKey

Index of the key with the smallest time value.


The documentation for this struct was generated from the following file: