diff --git a/vcg/complex/algorithms/update/normal.h b/vcg/complex/algorithms/update/normal.h index b8e1a70d..967669a2 100644 --- a/vcg/complex/algorithms/update/normal.h +++ b/vcg/complex/algorithms/update/normal.h @@ -352,7 +352,7 @@ static void PerVertexMatrix(ComputeMeshType &m, const Matrix44 &mat, if(remove_scaling){ scale = pow(mat33.Determinant(),(ScalarType)(1.0/3.0)); - Point3f scaleV(scale,scale,scale); + Point3 scaleV(scale,scale,scale); Matrix33 S; S.SetDiagonal(scaleV.V()); mat33*=S;