Skip to content

Commit 96087ff

Browse files
committed
FaceGrid -> SparseFaceGrid
1 parent c0a99c8 commit 96087ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrap/io_trimesh/import_ply.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ static int Open( OpenMeshType &m, const char * filename, PlyInfo &pi )
949949
}
950950
}
951951
//qDebug("Completed the reading of %i indexes",RangeGridAuxVec.size());
952-
tri::FaceGrid(m, RangeGridAuxVec, RangeGridCols,RangeGridRows);
952+
tri::SparseFaceGrid(m, RangeGridAuxVec, RangeGridCols,RangeGridRows);
953953
}
954954
else
955955
{

0 commit comments

Comments
 (0)