valette / ACVD

Fast simplification of 3D surface meshes
https://www.creatis.insa-lyon.fr/~valette/public/project/acvd/
Other
264 stars 57 forks source link

This application has requested the Runtime to terminate it in an unusual way. #18

Closed airycanon closed 8 years ago

airycanon commented 8 years ago

I try to use ACVD to simplify a 500M obj,this is the command:

ACVD.exe 1.obj 70000 0

and this is the output message:

load : 1.obj
*****************************************************************************
Mesh with 6977920 polygons, 6977922 points, 13955840 edges
The mesh is made of 0 triangles, 6977920 quads and 0 other polygons
0 non-manifold edges and 0 boundary edges
The mesh has 1 connected components
 Valences entropy: 0.0056823
0 disconnected vertices, 6.97792e+006 connected vertices
99.9996 percent of irregular vertices
*****************************************************************************
Input mesh: 6977922 vertices    and     6977920 faces

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
valette commented 8 years ago

The mesh is made of 0 triangles, 6977920 quads and 0 other polygons

this mesh is made of quads, not triangles. We need to deal with this...

airycanon commented 8 years ago

To deal with quads, does it need more computing than triangles? My English is not so good, thanks for this nice application.