I'm trying to simplify 120k triangle mesh to 9k with code in tridecimator.cpp sample.
Approximately at 70k triangles it runs very slow, so it will take maybe some hours to obtain result.
Have compiled with Intel c++ 17.0 & O3 & openMP support & ocf types. Windows 10.
Meshlab returns result approximately in 10 seconds.
Whats wrong?
I'm trying to simplify 120k triangle mesh to 9k with code in tridecimator.cpp sample. Approximately at 70k triangles it runs very slow, so it will take maybe some hours to obtain result. Have compiled with Intel c++ 17.0 & O3 & openMP support & ocf types. Windows 10. Meshlab returns result approximately in 10 seconds. Whats wrong?