From 7a63472ea29db5d7555016d98e6a45c48fbf3157 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 8 Apr 2010 16:46:21 +0200 Subject: Reimplemented matrix inversion. --- assimp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assimp.cpp') diff --git a/assimp.cpp b/assimp.cpp index e50532d..828baf3 100755 --- a/assimp.cpp +++ b/assimp.cpp @@ -105,7 +105,7 @@ class FiskPattern : public Pattern { if(patt_id2 == marker_info[j].id) { arGetTransMat(&marker_info[j], patt_center, patt_width, m2_mat.m); m2_visible = true; - m2_vec = m1_mat.inverse() * m2_mat.getTranslation(); + m2_vec = m1_mat.invtr() * m2_mat.getTranslation(); } } -- cgit v1.2.3