unibas-gravis / scalismo-faces

Scalable Image Analysis and Shape Modelling: Module to work with 2d images, with a focus on face images
Apache License 2.0
118 stars 27 forks source link

PLYWriter ignores normals of a transformed mesh #121

Open Ghazi-Bouabene opened 5 years ago

Ghazi-Bouabene commented 5 years ago

PLYWriter currently does not write the vertex normals of a transformed OptionalColorNormalMesh3D to file.

When reading the file again, this leads to unexpected errors, when, for example, trying to convert the read OptionalColorNormalMesh3D to a VertexColor3D mesh -> throws an exception.