vcglib icon indicating copy to clipboard operation
vcglib copied to clipboard

Assertion failed: (*this).Base().MarkEnabled, file vcglib\vcg\simplex\vertex\component_ocf.h, line 411

Open KayChou opened this issue 4 years ago • 0 comments

When I do Qudric decimation using Meshlab CMeshO class, i failed in vcg::LocalOptimization<CMeshO> init() How can i fixed this problem?

here's my definition of CMeshO: class CMeshO : public vcg::tri::TriMesh< vcg::vertex::vector_ocf<CVertexO>, vcg::face::vector_ocf<CFaceO> >

KayChou avatar Apr 16 '20 07:04 KayChou