diff --git a/vcg/math/shot.h b/vcg/math/shot.h index 07705381..077b47e1 100644 --- a/vcg/math/shot.h +++ b/vcg/math/shot.h @@ -511,7 +511,7 @@ void Shot::ApplySimilarity( Matrix44 M) vcg::Matrix44 M2 = M; - M2 = M2 * scalefactor; // remove the rotation + M2 = M2 * scalefactor; // remove the scaling M2[3][3] = 1.0; M2[0][3] = M2[1][3] = M2[2][3] = 0; // remove the translation