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-e03cc46cb475master
parent
f3927d5cc2
commit
0c4a4ea53c
|
@ -186,7 +186,6 @@ void CSkinnedMesh::buildAll_LocalAnimatedMatrices()
|
||||||
m1[9] *= joint->Animatedscale.Z;
|
m1[9] *= joint->Animatedscale.Z;
|
||||||
m1[10] *= joint->Animatedscale.Z;
|
m1[10] *= joint->Animatedscale.Z;
|
||||||
m1[11] *= joint->Animatedscale.Z;
|
m1[11] *= joint->Animatedscale.Z;
|
||||||
m1[12] *= joint->Animatedscale.X;
|
|
||||||
// -----------------------------------
|
// -----------------------------------
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue