-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
When a PLY file with list of vertex indices as for defining a face is fed for the online demo I get the following error:
The header of the file is the following:
ply
format binary_little_endian 1.0
element vertex 10
property double x
property double y
property double z
property uchar r
property uchar g
property uchar b
element edge 2
property int vertex1
property int vertex2
property double w1
property double w2
element face 10
property list int int vertex_index
property uchar red
property uchar green
property uchar blue
property double v
end_header
Same file can is readable with both Blender and MeshLab.
Metadata
Metadata
Assignees
Labels
No labels
