Function AssetAnimation.convertAIMatrix

Converts an aiMatrix to a mat4

Prototype

gl3n.linalg.Matrix!(float,4,4) convertAIMatrix(
  derelict.assimp3.types.aiMatrix4x4 aiMatrix
);

Parameters

NameDescription
aiMatrix Matrix to be converted

Returns

The matrix in mat4 format

Authors

Copyright

License