[Meshlab-devel] assertion crashes
A processing system for 3D triangular meshes
Brought to you by:
cignoni,
granzuglia
From: skunkwerk <sku...@gm...> - 2008-08-01 18:50:00
|
i'm getting this error: meshlab: ../../../vcglib/vcg/complex/trimesh/update/flag.h:339: static void vcg::tri::UpdateFlags<UpdateMeshType>::FaceBorderFromNone(UpdateMeshType&) [with UpdateMeshType = CMeshO]: Assertion `p==e.end()' failed. from a call to GLA()->mm()->updateDataMask(req); the thing is, i haven't changed the mesh at all - I've just accessed its faces and vertices. so i'm not sure why this is happening.. any ideas? thanks, imran |