From 924cf9a4eca8c054c228ccaf76bb980a61e02044 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 9 Jul 2012 15:12:56 +0000 Subject: [PATCH] changed a comment --- vcg/math/shot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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