Skip to content
Snippets Groups Projects
Commit 338413cc authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Erased one previously commented line.

parent 3b1bb08a
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment