Cleanup: Replace MVertTri type with C++ vector
Similar to 7c69c8827b. Remove more unused includes.
This commit is contained in:
@@ -10,8 +10,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct QuadriflowRemeshData {
|
||||
float *verts;
|
||||
int *faces;
|
||||
const float *verts;
|
||||
const int *faces;
|
||||
int totfaces;
|
||||
int totverts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user