File tree Expand file tree Collapse file tree 4 files changed +77
-0
lines changed Expand file tree Collapse file tree 4 files changed +77
-0
lines changed Original file line number Diff line number Diff line change
1
+ ply
2
+ format ascii 1.0
3
+ comment VCGLIB generated
4
+ element vertex 8
5
+ property float x
6
+ property float y
7
+ property float z
8
+ property float nx
9
+ property float ny
10
+ property float nz
11
+ property int flags
12
+ property uchar red
13
+ property uchar green
14
+ property uchar blue
15
+ property uchar alpha
16
+ element face 12
17
+ property list uchar int vertex_indices
18
+ property int flags
19
+ end_header
20
+ -1 -1 1 -1.570796 -1.570796 1.570796 0 12 29 67 255
21
+ -1 1 1 -1.570796 1.570796 1.570796 0 137 174 194 255
22
+ -1 1 -1 -1.570796 1.570796 -1.570796 0 164 152 129 255
23
+ 1 1 1 1.570796 1.570796 1.570796 0 179 162 122 255
24
+ 1 1 -1 1.570796 1.570796 -1.570796 0 97 172 125 255
25
+ 1 -1 1 1.570796 -1.570796 1.570796 0 59 82 121 255
26
+ 1 -1 -1 1.570796 -1.570796 -1.570796 0 136 52 226 255
27
+ -1 -1 -1 -1.570796 -1.570796 -1.570796 0 23 32 29 255
28
+ 3 0 1 2 0
29
+ 3 1 3 4 0
30
+ 3 3 5 6 0
31
+ 3 0 7 5 0
32
+ 3 7 2 4 0
33
+ 3 5 3 1 0
34
+ 3 7 0 2 0
35
+ 3 2 1 4 0
36
+ 3 4 3 6 0
37
+ 3 5 7 6 0
38
+ 3 6 7 4 0
39
+ 3 0 5 1 0
Original file line number Diff line number Diff line change
1
+ ply
2
+ format ascii 1.0
3
+ comment VCGLIB generated
4
+ element vertex 8
5
+ property float x
6
+ property float y
7
+ property float z
8
+ property float nx
9
+ property float ny
10
+ property float nz
11
+ property int flags
12
+ property uchar red
13
+ property uchar green
14
+ property uchar blue
15
+ property uchar alpha
16
+ element face 12
17
+ property list uchar int vertex_indices
18
+ end_header
19
+ -1 -1 1 -1.570796 -1.570796 1.570796 0 12 29 67 255
20
+ -1 1 1 -1.570796 1.570796 1.570796 0 137 174 194 255
21
+ -1 1 -1 -1.570796 1.570796 -1.570796 0 164 152 129 255
22
+ 1 1 1 1.570796 1.570796 1.570796 0 179 162 122 255
23
+ 1 1 -1 1.570796 1.570796 -1.570796 0 97 172 125 255
24
+ 1 -1 1 1.570796 -1.570796 1.570796 0 59 82 121 255
25
+ 1 -1 -1 1.570796 -1.570796 -1.570796 0 136 52 226 255
26
+ -1 -1 -1 -1.570796 -1.570796 -1.570796 0 23 32 29 255
27
+ 3 0 1 2
28
+ 3 1 3 4
29
+ 3 3 5 6
30
+ 3 0 7 5
31
+ 3 7 2 4
32
+ 3 5 3 1
33
+ 3 7 0 2
34
+ 3 2 1 4
35
+ 3 4 3 6
36
+ 3 5 7 6
37
+ 3 6 7 4
38
+ 3 0 5 1
You can’t perform that action at this time.
0 commit comments