removed a surviving UpdateFlags::FaceProjection that should have been deleted a few month ago...

This commit is contained in:
Paolo Cignoni 2012-02-13 23:03:38 +00:00
parent 1def190868
commit 0464c9f822
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ int main(int argc,char ** argv)
tri::UpdateNormals<MyMesh>::PerFaceNormalized(m);
tri::UpdateNormals<MyMesh>::PerVertexAngleWeighted(m);
tri::UpdateNormals<MyMesh>::NormalizeVertex(m);
tri::UpdateFlags<MyMesh>::FaceProjection(m);
// Create a static grid (for fast indexing) and fill it
TriMeshGrid static_grid;
static_grid.Set(m.face.begin(), m.face.end());