I have a file that I think represents a series of coordinates for a triangle mesh in 3D space. The first few lines look like this:
-0.000000,2.758621,12.413793 0.798542,2.443666,15.312572 2.584137,2.443666,12.413793
-0.000000,-18.758621,12.413793 2.090611,-18.443666,10.622249 2.090610,-18.443666,14.205337
-0.000000,2.758621,12.413793 2.584137,2.443666,12.413793 0.798542,2.443666,9.515014
-0.000000,2.758621,12.413793 0.798542,2.443666,9.515014 -2.090611,2.443666,10.622249
The rest of the file (over 47 kB) follows this pattern.
I want to be able to see the model represented by this data. Is there some text I can wrap the entire thing with to make it viewable in a program like MeshLab?
For the record: I wasn't sure if I should ask this here or on SuperUser.