removed a spurious debug exportply
This commit is contained in:
parent
ce859f666e
commit
85ac0b3c4b
|
@ -853,7 +853,7 @@ static void QuadricRelax(MeshType &m, std::vector<VertexType *> &seedVec, std::v
|
|||
}
|
||||
|
||||
tri::UpdateColor<MeshType>::PerVertexQualityRamp(m);
|
||||
tri::io::ExporterPLY<MeshType>::Save(m,"last.ply",tri::io::Mask::IOM_VERTCOLOR + tri::io::Mask::IOM_VERTQUALITY );
|
||||
// tri::io::ExporterPLY<MeshType>::Save(m,"last.ply",tri::io::Mask::IOM_VERTCOLOR + tri::io::Mask::IOM_VERTQUALITY );
|
||||
|
||||
// update the seedvector with the new maxima (For the vertex not selected)
|
||||
for(size_t i=0;i<m.vert.size();++i)
|
||||
|
|
Loading…
Reference in New Issue