Assimp  v3.1.1 (June 2014)
animation.d File Reference

Classes

struct  assimp::animation::aiAnimation
 An animation consists of keyframe data for a number of nodes. More...
 
struct  assimp::animation::aiNodeAnim
 Describes the animation of a single node. More...
 
struct  assimp::animation::aiQuatKey
 A time-value pair specifying a rotation for the given time. More...
 
struct  assimp::animation::aiVectorKey
 A time-value pair specifying a certain 3D vector for the given time. More...
 

Namespaces

 assimp::animation
 The data structures which are used to store the imported animation data.
 

Enumerations

enum  assimp::animation::aiAnimBehaviour : uint { assimp::animation::DEFAULT = 0x0, assimp::animation::CONSTANT = 0x1, assimp::animation::LINEAR = 0x2, assimp::animation::REPEAT = 0x3 }
 Defines how an animation channel behaves outside the defined time range. More...