Skip to content

PLY list of indices for face is not supported? #302

@ComicAddict

Description

@ComicAddict

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:

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions