Possible problem with scaling, reported by gbox here: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=30175

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1635 dfc29bdd-3216-0410-991c-e03cc46cb475
master
lukeph 2008-10-17 05:42:14 +00:00
parent f3927d5cc2
commit 0c4a4ea53c
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ void CSkinnedMesh::buildAll_LocalAnimatedMatrices()
m1[9] *= joint->Animatedscale.Z;
m1[10] *= joint->Animatedscale.Z;
m1[11] *= joint->Animatedscale.Z;
m1[12] *= joint->Animatedscale.X;
// -----------------------------------
}