Files
openmesh/src/Unittests/TestFiles/cube-minimal-vertexColors.ply
2012-10-08 12:39:43 +00:00

37 lines
572 B
Plaintext

ply
format ascii 1.0
comment =================================
comment Exported via OpenFlipper 1.4
comment www.openflipper.org
comment =================================
element vertex 8
property float x
property float y
property float z
property uchar red
property uchar green
property uchar blue
element face 12
property list uchar int32 vertex_index
end_header
0 0 0 255 0 0
0 0 1 255 0 0
0 1 0 255 0 0
0 1 1 255 0 0
1 0 0 0 0 255
1 0 1 0 0 255
1 1 0 0 0 255
1 1 1 0 0 255
3 0 6 4
3 0 2 6
3 0 3 2
3 0 1 3
3 2 7 6
3 2 3 7
3 4 6 7
3 4 7 5
3 0 4 5
3 0 5 1
3 1 5 7
3 1 7 3