Ported TriangleMesh->size

This commit is contained in:
Alessandro Ranellucci 2013-08-05 19:39:10 +02:00
parent 9d50616c7d
commit 9402898c58
5 changed files with 32 additions and 3 deletions

View file

@ -42,6 +42,8 @@ void TriangleMesh::ReadFromPerl(SV* vertices, SV* facets)
stl.facet_start[i] = facet;
}
stl_get_size(&(this->stl));
}
void