I am doing a project in which I use meshlab with meshlabxml. Our scanner is producing a .txt file looking like this:
27.031334;20.715153;134.196397;
27.031334;20.715153;134.050344;
26.746812;20.426882;134.038013;
Every line represents a point. In meshlab importing a mesh from .txt file is possible and works great. I do not know how to import a mesh using meshlabxml. I know that the purpose of meshlabxml is to process filter files but I am not an expert. Is there any other library that can do the same thing?