Closed
Description
Please implement a readout for one of the main loops in the CGAL process, so that a program using it can find "number of vertices processed" "number of triangles processed " " number of primitives processed " IT WOULD BE SO COOL!
Sometimes CGAL takes 3 hours on my pc, until that time it just locks up without any signs of life. For such a long process it would be very wonderful to have a single Debug.Log line in the main loop which updates a string with VTX info's, and anything at all that could be used to guess on the status of the CGAL processing.
Thankyou.