[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34442] trunk/lib/tests/io_tests/ply: replace PLY testfile with ascii cube.

Campbell Barton ideasman42 at gmail.com
Fri Jan 21 11:46:11 CET 2011


Revision: 34442
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34442
Author:   campbellbarton
Date:     2011-01-21 10:46:10 +0000 (Fri, 21 Jan 2011)
Log Message:
-----------
replace PLY testfile with ascii cube.

Added Paths:
-----------
    trunk/lib/tests/io_tests/ply/cube_ascii.ply

Removed Paths:
-------------
    trunk/lib/tests/io_tests/ply/non_manif_hole.ply

Added: trunk/lib/tests/io_tests/ply/cube_ascii.ply
===================================================================
--- trunk/lib/tests/io_tests/ply/cube_ascii.ply	                        (rev 0)
+++ trunk/lib/tests/io_tests/ply/cube_ascii.ply	2011-01-21 10:46:10 UTC (rev 34442)
@@ -0,0 +1,48 @@
+ply
+format ascii 1.0
+comment Created by Blender 2.56 (sub 0) - www.blender.org, source file: ''
+element vertex 24
+property float x
+property float y
+property float z
+property float nx
+property float ny
+property float nz
+property float s
+property float t
+property uchar red
+property uchar green
+property uchar blue
+element face 6
+property list uchar uint vertex_indices
+end_header
+1.000000 1.000000 -1.000000 0.000000 0.000000 -1.000000 0.979336 0.844958 255 216 0
+1.000000 -1.000000 -1.000000 0.000000 0.000000 -1.000000 0.300850 1.000000 0 3 255
+-1.000000 -1.000000 -1.000000 0.000000 0.000000 -1.000000 0.036627 0.692328 0 3 255
+-1.000000 1.000000 -1.000000 0.000000 0.000000 -1.000000 0.659741 0.565962 255 216 0
+1.000000 0.999999 1.000000 0.000000 -0.000000 1.000000 1.000000 0.230856 255 217 22
+-1.000000 1.000000 1.000000 0.000000 -0.000000 1.000000 0.660131 0.000000 255 216 0
+-1.000000 -1.000000 1.000000 0.000000 -0.000000 1.000000 0.000000 0.106585 0 1 255
+0.999999 -1.000001 1.000000 0.000000 -0.000000 1.000000 0.277363 0.363000 1 1 255
+1.000000 1.000000 -1.000000 1.000000 -0.000000 0.000000 0.979336 0.844958 255 216 4
+1.000000 0.999999 1.000000 1.000000 -0.000000 0.000000 1.000000 0.230856 255 217 22
+0.999999 -1.000001 1.000000 1.000000 -0.000000 0.000000 0.277363 0.363000 1 1 255
+1.000000 -1.000000 -1.000000 1.000000 -0.000000 0.000000 0.300850 1.000000 0 1 255
+1.000000 -1.000000 -1.000000 -0.000000 -1.000000 -0.000000 0.300850 1.000000 0 1 255
+0.999999 -1.000001 1.000000 -0.000000 -1.000000 -0.000000 0.277363 0.363000 1 1 255
+-1.000000 -1.000000 1.000000 -0.000000 -1.000000 -0.000000 0.000000 0.106585 0 1 255
+-1.000000 -1.000000 -1.000000 -0.000000 -1.000000 -0.000000 0.036627 0.692328 0 1 255
+-1.000000 -1.000000 -1.000000 -1.000000 0.000000 -0.000000 0.036627 0.692328 0 3 255
+-1.000000 -1.000000 1.000000 -1.000000 0.000000 -0.000000 0.000000 0.106585 0 1 255
+-1.000000 1.000000 1.000000 -1.000000 0.000000 -0.000000 0.660131 0.000000 255 216 0
+-1.000000 1.000000 -1.000000 -1.000000 0.000000 -0.000000 0.659741 0.565962 255 216 0
+1.000000 0.999999 1.000000 0.000000 1.000000 0.000000 1.000000 0.230856 255 217 22
+1.000000 1.000000 -1.000000 0.000000 1.000000 0.000000 0.979336 0.844958 255 216 0
+-1.000000 1.000000 -1.000000 0.000000 1.000000 0.000000 0.659741 0.565962 255 216 0
+-1.000000 1.000000 1.000000 0.000000 1.000000 0.000000 0.660131 0.000000 255 216 0
+4 0 1 2 3
+4 4 5 6 7
+4 8 9 10 11
+4 12 13 14 15
+4 16 17 18 19
+4 20 21 22 23

Deleted: trunk/lib/tests/io_tests/ply/non_manif_hole.ply
===================================================================
(Binary files differ)




More information about the Bf-blender-cvs mailing list