mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 17:44:36 +00:00
added management of face quality enabling. Caused a crash in the ply reader if a mesh with face quality was attempted to be read
This commit is contained in:
parent
8964687ebd
commit
912dec7198
@ -243,6 +243,7 @@ public:
|
||||
if( openingFileMask & vcg::tri::io::Mask::IOM_VERTRADIUS ) updateDataMask(MM_VERTRADIUS);
|
||||
if( openingFileMask & vcg::tri::io::Mask::IOM_CAMERA ) updateDataMask(MM_CAMERA);
|
||||
if( openingFileMask & vcg::tri::io::Mask::IOM_VERTQUALITY ) updateDataMask(MM_VERTQUALITY);
|
||||
if( openingFileMask & vcg::tri::io::Mask::IOM_FACEQUALITY ) updateDataMask(MM_FACEQUALITY);
|
||||
}
|
||||
|
||||
bool hasDataMask(int maskToBeTested)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user