File size: 379 Bytes
6931c7b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
ply
format ascii 1.0
element vertex 8
property float x
property float y
property float z
element face 12
property list uchar int vertex_indices
end_header
0.5 0.5 0.5
-0.5 0.5 0.5
0.5 -0.5 0.5
-0.5 -0.5 0.5
0.5 0.5 -0.5
-0.5 0.5 -0.5
0.5 -0.5 -0.5
-0.5 -0.5 -0.5
3 0 1 2
3 3 2 1
3 0 2 4
3 6 4 2
3 0 4 1
3 5 1 4
3 7 5 6
3 4 6 5
3 7 6 3
3 2 3 6
3 7 3 5
3 1 5 3
|