ENH: writeOBJ faces - use face instead of lines

This commit is contained in:
Andrew Heather
2017-06-01 12:55:23 +01:00
parent 6e72ceddd0
commit 0a49f3efc7

View File

@ -49,7 +49,7 @@ void Foam::meshTools::writeOBJ
}
}
os << 'l';
os << 'f';
forAll(f, fp)
{
os << ' ' << foamToObj[f[fp]]+1;