ply export: face quality type fixed
This commit is contained in:
parent
fdfb58cf7e
commit
e6c18ff6d3
|
@ -265,7 +265,7 @@ namespace vcg {
|
|||
|
||||
if( HasPerFaceQuality(m) && (pi.mask & Mask::IOM_FACEQUALITY) )
|
||||
{
|
||||
const char* fqtp = vcg::tri::io::Precision<typename SaveMeshType::FaceType::ScalarType>::typeName();
|
||||
const char* fqtp = vcg::tri::io::Precision<typename SaveMeshType::FaceType::QualityType>::typeName();
|
||||
fprintf(fpout,"property %s quality\n",fqtp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue