Fix unicode
This commit is contained in:
@@ -41,7 +41,7 @@ namespace ModelLoader {
|
|||||||
|
|
||||||
// ─── Helpers ──────────────────────────────────────────────────────────────────
|
// ─── Helpers ──────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
// Convert an Assimp row-major 4×4 matrix to GLM column-major.
|
// Convert an Assimp row-major 4x4 matrix to GLM column-major.
|
||||||
static glm::mat4 ToGLM(const aiMatrix4x4& m) {
|
static glm::mat4 ToGLM(const aiMatrix4x4& m) {
|
||||||
return glm::transpose(glm::make_mat4(&m.a1));
|
return glm::transpose(glm::make_mat4(&m.a1));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user