From 338413cc7fab6242b61dce729a5ca96ed5f5fd37 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Sat, 16 Sep 2006 17:43:17 +0000 Subject: [PATCH] Erased one previously commented line. --- src/obj/NiSkinData.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/obj/NiSkinData.cpp b/src/obj/NiSkinData.cpp index 39e35950..3d338f4f 100644 --- a/src/obj/NiSkinData.cpp +++ b/src/obj/NiSkinData.cpp @@ -109,12 +109,9 @@ NiSkinData::NiSkinData( const Ref<NiTriBasedGeom> & owner ) NI_SKIN_DATA_CONSTRU //Get bone world position bone_mat = bone_nodes[i]->GetWorldTransform(); - //bone_mat = bone_mat * sr_world; - //Multiply NiTriBasedGeom matrix with inversed bone matrix res_mat = owner_mat * bone_mat.Inverse(); - //Store result res_mat.Decompose( boneList[i].translation, boneList[i].rotation, boneList[i].scale ); } -- GitLab