changed a comment

This commit is contained in:
ganovelli 2012-07-09 15:12:56 +00:00
parent 7ffb878913
commit 924cf9a4ec
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ void Shot<S, RotationType>::ApplySimilarity( Matrix44<S> M)
vcg::Matrix44<S> 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