yuehaowang / convex_hull_3d

Incremental Convex Hull Algorithm and SAT Collision Detection for 3D Objects.
15 stars 2 forks source link

Failed to load huge .STL file #2

Open jiapei-nexera opened 2 years ago

jiapei-nexera commented 2 years ago

I'm testing this file:

astronaut.stl at https://www.thingiverse.com/thing:5423136/files .

It's NEVER finish loading:


python convex_hull.py --file ......astronaut.stl --vis                   

Loaded mesh file ......astronaut.stl
#vertices: 1971995
#faces: 678510
Is edge manifold: True
^C^C^Z
``
yuehaowang commented 2 years ago

According to the log, the loading finished but the program is stuck at checking self-intersection. How about removing this line?