From 681db6e5516907cb2770c5debc1c82b3dfbc3853 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 12 Jan 2020 22:35:14 +1100 Subject: [PATCH] fixed minor warning --- .../parametrization/tangent_field_operators.h | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/vcg/complex/algorithms/parametrization/tangent_field_operators.h b/vcg/complex/algorithms/parametrization/tangent_field_operators.h index 0b4474fa..28f557f9 100644 --- a/vcg/complex/algorithms/parametrization/tangent_field_operators.h +++ b/vcg/complex/algorithms/parametrization/tangent_field_operators.h @@ -88,7 +88,7 @@ vcg::Point3 InterpolateNRosy3D(const std::vector &TargetN) { typedef typename vcg::Point3 CoordType; - ///create a reference frame along TargetN + //create a reference frame along TargetN CoordType TargetZ=TargetN; TargetZ.Normalize(); CoordType U=CoordType(1,0,0); @@ -124,6 +124,13 @@ vcg::Point3 InterpolateNRosy3D(const std::vector::FaceFace(mesh); for (size_t i=0;i