1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
| | - 8N: 8 times Number of objects
- cx: x of center
- cy: y of center
- cz: z of center
- rx: x of half-length
- ry: y of half-length
- rz: z of half-length
- r : red
- g : green
- b : blue
- n : index of object
###
# File created by XYZmaker ver 1.0
# List of geometric vertices: [8N]
v cx+rx cy-ry cz+rz r g b
v cx-rx cy-ry cz+rz r g b
v cx+rx cy-ry cz-rz r g b
v cx-rx cy-ry cz-rz r g b
v cx+rx cy+ry cz+rz r g b
v cx+rx cy+ry cz-rz r g b
v cx-rx cy+ry cz+rz r g b
v cx-rx cy+ry cz-rz r g b
# faces
o 3D_Model_{1+n}
g 3D_Model_{1+n}
f 1+8n 2+8n 3+8n
f 3+8n 2+8n 4+8n
f 5+8n 1+8n 6+8n
f 6+8n 1+8n 3+8n
f 7+8n 5+8n 8+8n
f 8+8n 5+8n 6+8n
f 2+8n 7+8n 4+8n
f 4+8n 7+8n 8+8n
f 8+8n 6+8n 4+8n
f 4+8n 6+8n 3+8n
f 5+8n 7+8n 1+8n
f 1+8n 7+8n 2+8n
###
###
# File created by XYZmaker ver 1.0
# List of geometric vertices: [16]
v 10 -10 10 0 0 1
v -10 -10 10 0 0 1
v 10 -10 -10 0 0 1
v -10 -10 -10 0 0 1
v 10 10 10 0 0 1
v 10 10 -10 0 0 1
v -10 10 10 0 0 1
v -10 10 -10 0 0 1
v 40 -10 20 0 0.501961 0
v 20 -10 20 0 0.501961 0
v 40 -10 0 0 0.501961 0
v 20 -10 0 0 0.501961 0
v 40 10 20 0 0.501961 0
v 40 10 0 0 0.501961 0
v 20 10 20 0 0.501961 0
v 20 10 0 0 0.501961 0
# faces
o 3D_Model_1
g 3D_Model_1
f 1 2 3
f 3 2 4
f 5 1 6
f 6 1 3
f 7 5 8
f 8 5 6
f 2 7 4
f 4 7 8
f 8 6 4
f 4 6 3
f 5 7 1
f 1 7 2
o 3D_Model_2
g 3D_Model_2
f 9 10 11
f 11 10 12
f 13 9 14
f 14 9 11
f 15 13 16
f 16 13 14
f 10 15 12
f 12 15 16
f 16 14 12
f 12 14 11
f 13 15 9
f 9 15 10
###
|
|