![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
Functions | |
void | TransformMatrix (const aiMatrix4x4 &in, mat4< F32 > &out, const bool rowMajor) noexcept |
void | TransformMatrix (const mat4< F32 > &in, aiMatrix4x4 &out, const bool rowMajor) noexcept |
|
noexcept |
there is some type of alignment issue with my mat4 and the aimatrix4x4 class, so the copy must be done manually
Definition at line 9 of file AnimationUtils.cpp.
|
noexcept |
Definition at line 23 of file AnimationUtils.cpp.