mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
T-shaped box used to test Loop subdivision surface
This commit is contained in:
parent
0e837c25a5
commit
1fa982281b
51
src/sample/T.ply
Normal file
51
src/sample/T.ply
Normal file
@ -0,0 +1,51 @@
|
||||
ply
|
||||
format ascii 1.0
|
||||
comment created by ply_export.py from Blender
|
||||
element vertex 20
|
||||
property float32 x
|
||||
property float32 y
|
||||
property float32 z
|
||||
property float32 nx
|
||||
property float32 ny
|
||||
property float32 nz
|
||||
element face 18
|
||||
property list uint8 int32 vertex_indices
|
||||
end_header
|
||||
1.000000 1.000000 -1.000000 0.000000 0.707083 -0.707083
|
||||
1.000000 -1.000000 -1.000000 0.301492 -0.301492 -0.904508
|
||||
-1.000000 -1.000000 -1.000000 -0.301492 -0.301492 -0.904508
|
||||
-1.000000 1.000000 -1.000000 0.000000 0.707083 -0.707083
|
||||
1.000000 0.999999 1.000000 0.000000 0.707083 0.707083
|
||||
-1.000000 1.000000 1.000000 0.000000 0.707083 0.707083
|
||||
-1.000000 -1.000000 1.000000 -0.301492 -0.301492 0.904508
|
||||
0.999999 -1.000001 1.000000 0.301492 -0.301492 0.904508
|
||||
3.000000 -1.000001 -1.000000 0.577349 -0.577349 -0.577349
|
||||
2.999999 -1.000001 1.000000 0.577349 -0.577349 0.577349
|
||||
3.000000 0.999999 1.000000 0.577349 0.577349 0.577349
|
||||
3.000000 0.999999 -1.000000 0.577349 0.577349 -0.577349
|
||||
-3.000000 1.000001 -1.000000 -0.577349 0.577349 -0.577349
|
||||
-3.000000 1.000000 1.000000 -0.577349 0.577349 0.577349
|
||||
-3.000000 -0.999999 1.000000 -0.577349 -0.577349 0.577349
|
||||
-3.000000 -0.999999 -1.000000 -0.577349 -0.577349 -0.577349
|
||||
-1.000001 -3.000000 -1.000000 -0.577349 -0.577349 -0.577349
|
||||
-1.000001 -3.000000 1.000000 -0.577349 -0.577349 0.577349
|
||||
0.999999 -3.000000 1.000000 0.577349 -0.577349 0.577349
|
||||
0.999999 -3.000000 -1.000000 0.577349 -0.577349 -0.577349
|
||||
4 0 1 2 3
|
||||
4 4 5 6 7
|
||||
4 4 0 3 5
|
||||
4 7 1 8 9
|
||||
4 0 4 10 11
|
||||
4 4 7 9 10
|
||||
4 1 0 11 8
|
||||
4 11 10 9 8
|
||||
4 5 3 12 13
|
||||
4 2 6 14 15
|
||||
4 6 5 13 14
|
||||
4 3 2 15 12
|
||||
4 15 14 13 12
|
||||
4 6 2 16 17
|
||||
4 1 7 18 19
|
||||
4 7 6 17 18
|
||||
4 2 1 19 16
|
||||
4 19 18 17 16
|
||||
Loading…
x
Reference in New Issue
Block a user