Skip to content

Commit

Permalink
Make VTK PLY readers happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Apr 23, 2019
1 parent 725683c commit 1de2f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void writePly(const std::string &filename){
<< "property float y" << std::endl
<< "property float z" << std::endl
<< "element face " << Simplify::triangles.size() << std::endl
<< "property list uint8 uint32 vertex_indices" << std::endl
<< "property list uchar int vertex_indices" << std::endl
<< "end_header" << std::endl;

for(Simplify::Vertex &v : Simplify::vertices){
Expand Down

0 comments on commit 1de2f3d

Please sign in to comment.