extract jit.gl.mesh coordinates as texts
Hi all
Does anyone know how to extract mesh points as texts? I kinda did it this way in this file but it is way too slow to jit.iter everything in coll object when there are up to 2 to 5 millions points, plus (actually its already very small with 500,000 points), I need to remove comma after index and the semicolon ";" at the end of each line in coll object, so my python patch can take it as list not stream, can anyway suggest a smarter way to do it?
i.e:
1, -0.873308 -0.995992;
to
1 -0.873308 -0.995992