Skip to content

Commit

Permalink
added the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRAgostinho committed Nov 28, 2015
1 parent 793ed4b commit a359b65
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/ply_benchmark.ply
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
ply
format ascii 1.0
element vertex 4
property float x
property float y
property float z
property uchar red
property uchar green
property uchar blue
property uchar alpha
element face 2
property list uchar int vertex_indices
end_header
4.23607 0 1.61803 255 0 0 255
2.61803 2.61803 2.61803 0 255 0 0
0 1.61803 4.23607 0 0 255 128
0 -1.61803 4.23607 255 255 255 128
3 0 1 2
3 1 2 3

0 comments on commit a359b65

Please sign in to comment.