Cleanup: Replace MVertTri type with C++ vector

Similar to 7c69c8827b. Remove more unused includes.
This commit is contained in:
Hans Goudey
2023-12-20 20:45:15 -05:00
parent b9b47088bc
commit 7132c7a53c
19 changed files with 235 additions and 279 deletions

View File

@@ -10,8 +10,8 @@ extern "C" {
#endif
typedef struct QuadriflowRemeshData {
float *verts;
int *faces;
const float *verts;
const int *faces;
int totfaces;
int totverts;