From 95e69075e4824fd0200d329b780a2690fcede8ce Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 19 Dec 2011 00:51:49 +0000 Subject: [PATCH] Yet another removal of the usage of the faceprojection flags --- vcg/complex/algorithms/point_sampling.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcg/complex/algorithms/point_sampling.h b/vcg/complex/algorithms/point_sampling.h index d774ebec..d8a39ba2 100644 --- a/vcg/complex/algorithms/point_sampling.h +++ b/vcg/complex/algorithms/point_sampling.h @@ -684,7 +684,6 @@ static void FaceSubdivision(MetroMesh & m, VertexSampler &ps,int sampleNum, bool std::vector faceVec; FillAndShuffleFacePointerVector(m,faceVec); vcg::tri::UpdateNormals::PerFaceNormalized(m); - vcg::tri::UpdateFlags::FaceProjection(m); double floatSampleNum = 0.0; int faceSampleNum; // Subdivision sampling. @@ -777,7 +776,6 @@ static void FaceSubdivisionOld(MetroMesh & m, VertexSampler &ps,int sampleNum, b std::vector faceVec; FillAndShuffleFacePointerVector(m,faceVec); tri::UpdateNormals::PerFaceNormalized(m); - tri::UpdateFlags::FaceProjection(m); double floatSampleNum = 0.0; int faceSampleNum; // Subdivision sampling.