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

Data structure for a matrix key. More...

Public Attributes

double dTime
 Current time. More...
 
aiMatrix4x4 matrix
 Matrix at this time. More...
 
aiMatrix4x4 matrixAbsolute
 Absolute transformation matrix. More...
 
aiVector3D vPos
 Position. More...
 
aiVector3D vRot
 Rotation (euler angles) More...
 

Detailed Description

Data structure for a matrix key.

Member Data Documentation

double Assimp::SMD::Bone::Animation::MatrixKey::dTime

Current time.

may be negative, this will be fixed later

aiMatrix4x4 Assimp::SMD::Bone::Animation::MatrixKey::matrix

Matrix at this time.

aiMatrix4x4 Assimp::SMD::Bone::Animation::MatrixKey::matrixAbsolute

Absolute transformation matrix.

aiVector3D Assimp::SMD::Bone::Animation::MatrixKey::vPos

Position.

aiVector3D Assimp::SMD::Bone::Animation::MatrixKey::vRot

Rotation (euler angles)


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