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
comment Octaeder
comment with normal
comment without color information
element vertex 6
property float32 x
property float32 y
property float32 z
property float32 nx
property float32 ny
property float32 nz
property float32 scale
element face 8
property list uint8 uint32 vertex_index
end_header
2 0 0 1 0 0 0.1
-2 0 0 -1 0 0 2.2
0 2 0 0 1 0 4.3
0 -2 0 0 -1 0 3.4
0 0 1 0 0 1 0.5
0 0 -1 0 0 -1 0.6
3 4 0 2
3 4 2 1
3 4 1 3
3 4 3 0
3 5 2 0
3 5 1 2
3 5 3 1
3 5 0 3
|