From 96087ff8e5de0bcbde4341b7fb9f13a43fd42749 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Fri, 16 Dec 2016 23:57:38 +0100 Subject: [PATCH] FaceGrid -> SparseFaceGrid --- wrap/io_trimesh/import_ply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_ply.h b/wrap/io_trimesh/import_ply.h index 57edbfd0..5104b07d 100644 --- a/wrap/io_trimesh/import_ply.h +++ b/wrap/io_trimesh/import_ply.h @@ -949,7 +949,7 @@ static int Open( OpenMeshType &m, const char * filename, PlyInfo &pi ) } } //qDebug("Completed the reading of %i indexes",RangeGridAuxVec.size()); - tri::FaceGrid(m, RangeGridAuxVec, RangeGridCols,RangeGridRows); + tri::SparseFaceGrid(m, RangeGridAuxVec, RangeGridCols,RangeGridRows); } else {