Opening ply ascii .csv or .txt
Posted: Fri Nov 10, 2023 1:00 pm
Hello,
I am kindly asking for help. I'm trying to import ply file saved as .csv or .txt.
Header of the ascii format looks like:
ply
format ascii 1
comment VCGLIB generated
element vertex 153001
property float x
property float y
property float z
property uchar red
property uchar green
property uchar blue
property uchar alpha
property float quality
element face 302942
property list uchar int vertex_indices
end_header
After applying all the attributes from the Open Ascii FIle information window, CC imports only point cloud/vertices without Mesh faces. In order to visualise the 3D model with given RGB values, I have to reconstruct the surface. On contrary, if the same file is imported directly as .ply format, CC opens both, vertices and Mesh.
Is there anything I could change in the Open Ascii FIle information window that would open .csv or .txt file directly as a Mesh?
Thank you!
I am kindly asking for help. I'm trying to import ply file saved as .csv or .txt.
Header of the ascii format looks like:
ply
format ascii 1
comment VCGLIB generated
element vertex 153001
property float x
property float y
property float z
property uchar red
property uchar green
property uchar blue
property uchar alpha
property float quality
element face 302942
property list uchar int vertex_indices
end_header
After applying all the attributes from the Open Ascii FIle information window, CC imports only point cloud/vertices without Mesh faces. In order to visualise the 3D model with given RGB values, I have to reconstruct the surface. On contrary, if the same file is imported directly as .ply format, CC opens both, vertices and Mesh.
Is there anything I could change in the Open Ascii FIle information window that would open .csv or .txt file directly as a Mesh?
Thank you!