added some more unittests for the PLY loader with different user options
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@742 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
36
src/Unittests/TestFiles/cube-minimal-vertexColors.ply
Normal file
36
src/Unittests/TestFiles/cube-minimal-vertexColors.ply
Normal file
@@ -0,0 +1,36 @@
|
||||
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
|
||||
Reference in New Issue
Block a user