Using non-binary ply export as default

This commit is contained in:
iasonmanolas 2022-03-31 19:08:31 +03:00
parent 86495cdb6f
commit 82a2d3fe00
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public:
static int Save(const SaveMeshType &m,
const char *filename,
int savemask,
bool binary = true,
bool binary = false,
CallBackPos *cb = 0)
{
PlyInfo pi;