Vertex Color Bug removed

This commit is contained in:
Paolo Cignoni cignoni 2009-03-17 14:25:25 +00:00
parent 13739b6c0c
commit 725fd17746

View File

@ -744,6 +744,7 @@ bool EpochIO::open(const QString &formatName, const QString &fileName, MeshModel
if (cb != NULL) (*cb)(100, "Done");
// vcg::tri::UpdateNormals<CMeshO>::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);