Skip to content

Commit a359b65

Browse files
added the test file
1 parent 793ed4b commit a359b65

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

test/ply_benchmark.ply

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
ply
2+
format ascii 1.0
3+
element vertex 4
4+
property float x
5+
property float y
6+
property float z
7+
property uchar red
8+
property uchar green
9+
property uchar blue
10+
property uchar alpha
11+
element face 2
12+
property list uchar int vertex_indices
13+
end_header
14+
4.23607 0 1.61803 255 0 0 255
15+
2.61803 2.61803 2.61803 0 255 0 0
16+
0 1.61803 4.23607 0 0 255 128
17+
0 -1.61803 4.23607 255 255 255 128
18+
3 0 1 2
19+
3 1 2 3

0 commit comments

Comments
 (0)