From 725fd17746b3bd6ba2df29dcb9f66c1ff44d642d Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Tue, 17 Mar 2009 14:25:25 +0000 Subject: [PATCH] Vertex Color Bug removed --- src/meshlabplugins/io_epoch/epoch_io.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshlabplugins/io_epoch/epoch_io.cpp b/src/meshlabplugins/io_epoch/epoch_io.cpp index 78eb83f72..347379238 100644 --- a/src/meshlabplugins/io_epoch/epoch_io.cpp +++ b/src/meshlabplugins/io_epoch/epoch_io.cpp @@ -744,6 +744,7 @@ bool EpochIO::open(const QString &formatName, const QString &fileName, MeshModel if (cb != NULL) (*cb)(100, "Done"); // vcg::tri::UpdateNormals::PerVertex(m.cm); // updates normals + m.updateDataMask(MeshModel::MM_VERTCOLOR); int t3=clock(); if(logFP) fprintf(logFP,"---------- Total Processing Time%i\n\n\n",t3-t0);