1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <meta name='title' content=' PajekVisualizationExamples.x3d '/> |
6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
8 | <meta name='created' content='17 May 2011'/> |
9 | <meta name='modified' content='25 September 2023'/> |
10 | <meta name='reference' content='http://pajek.imfm.si'/> |
11 | <meta name='subject' content='network visualization'/> |
12 | <meta name=' warning ' content=' under development '/> |
13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='0.21405'/> |
55 | <fieldValue name='cylinderTranslation' value='-2.20294 0.07421 -1.13914'/> |
56 | <fieldValue name='coneTranslation' value='-2.16758 0.08178 -1.10044'/> |
57 | <fieldValue name='rotation' value='-15.63976 0 14.29080 1.71425'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='0.10630'/> |
66 | <fieldValue name='cylinderTranslation' value='-2.17736 0.06436 -1.07035'/> |
67 | <fieldValue name='coneTranslation' value='-2.08515 0.11492 -1.05143'/> |
68 | <fieldValue name='rotation' value='-1.88213 0 9.17366 2.06372'/> |
69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
70 | <fieldValue name='ballRadius' value='0.02'/> |
71 | <fieldValue name='traceEnabled' value='false'/> |
72 | <fieldValue name='displayMode'/> |
73 | <fieldValue name='transparency' value='0'/> |
74 | </ProtoInstance> |
75 | <ProtoInstance name='Arc'> |
76 | <fieldValue name='cylinderHeight' value='0.71227'/> |
77 | <fieldValue name='cylinderTranslation' value='-2.28758 -0.22936 -1.03283'/> |
78 | <fieldValue name='coneTranslation' value='-2.37354 -0.40497 -1.01734'/> |
79 | <fieldValue name='rotation' value='5.62270 -0.00000 31.21800 2.68003'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='0.39700'/> |
88 | <fieldValue name='cylinderTranslation' value='-2.24188 0.13412 -1.21977'/> |
89 | <fieldValue name='coneTranslation' value='-2.26329 0.14277 -1.25057'/> |
90 | <fieldValue name='rotation' value='-31.76546 0 22.07834 1.34412'/> |
91 | <fieldValue name='diffuseColor' value='0 0 0'/> |
92 | <fieldValue name='ballRadius' value='0.02'/> |
93 | <fieldValue name='traceEnabled' value='false'/> |
94 | <fieldValue name='displayMode'/> |
95 | <fieldValue name='transparency' value='0'/> |
96 | </ProtoInstance> |
97 | <ProtoInstance name='Arc'> |
98 | <fieldValue name='cylinderHeight' value='0.39712'/> |
99 | <fieldValue name='cylinderTranslation' value='-2.32814 0.08833 -1.03354'/> |
100 | <fieldValue name='coneTranslation' value='-2.36633 0.08810 -1.02822'/> |
101 | <fieldValue name='rotation' value='5.47945 -0.00000 39.33103 1.57676'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='0.78770'/> |
110 | <fieldValue name='cylinderTranslation' value='-2.32872 -0.22398 -0.92699'/> |
111 | <fieldValue name='coneTranslation' value='-2.44583 -0.41011 -0.84745'/> |
112 | <fieldValue name='rotation' value='26.79119 -0.00000 39.44622 2.49138'/> |
113 | <fieldValue name='diffuseColor' value='0 0 0'/> |
114 | <fieldValue name='ballRadius' value='0.02'/> |
115 | <fieldValue name='traceEnabled' value='false'/> |
116 | <fieldValue name='displayMode'/> |
117 | <fieldValue name='transparency' value='0'/> |
118 | </ProtoInstance> |
119 | <ProtoInstance name='Arc'> |
120 | <fieldValue name='cylinderHeight' value='0.74675'/> |
121 | <fieldValue name='cylinderTranslation' value='-2.40026 -0.09438 -0.87831'/> |
122 | <fieldValue name='coneTranslation' value='-2.55386 -0.19946 -0.77394'/> |
123 | <fieldValue name='rotation' value='36.52573 -0.00000 53.75483 2.08576'/> |
124 | <fieldValue name='diffuseColor' value='0 0 0'/> |
125 | <fieldValue name='ballRadius' value='0.02'/> |
126 | <fieldValue name='traceEnabled' value='false'/> |
127 | <fieldValue name='displayMode'/> |
128 | <fieldValue name='transparency' value='0'/> |
129 | </ProtoInstance> |
130 | <ProtoInstance name='Arc'> |
131 | <fieldValue name='cylinderHeight' value='0.38641'/> |
132 | <fieldValue name='cylinderTranslation' value='-2.22050 0.02664 -1.22048'/> |
133 | <fieldValue name='coneTranslation' value='-2.23580 0.01584 -1.24790'/> |
134 | <fieldValue name='rotation' value='-31.90778 0 17.80276 1.90222'/> |
135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
136 | <fieldValue name='ballRadius' value='0.02'/> |
137 | <fieldValue name='traceEnabled' value='false'/> |
138 | <fieldValue name='displayMode'/> |
139 | <fieldValue name='transparency' value='0'/> |
140 | </ProtoInstance> |
141 | <ProtoInstance name='Arc'> |
142 | <fieldValue name='cylinderHeight' value='0.40814'/> |
143 | <fieldValue name='cylinderTranslation' value='-2.31230 0.00898 -1.01127'/> |
144 | <fieldValue name='coneTranslation' value='-2.35135 -0.00842 -1.00055'/> |
145 | <fieldValue name='rotation' value='9.93342 -0.00000 36.16233 1.97647'/> |
146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
147 | <fieldValue name='ballRadius' value='0.02'/> |
148 | <fieldValue name='traceEnabled' value='false'/> |
149 | <fieldValue name='displayMode'/> |
150 | <fieldValue name='transparency' value='0'/> |
151 | </ProtoInstance> |
152 | <ProtoInstance name='Arc'> |
153 | <fieldValue name='cylinderHeight' value='1.18654'/> |
154 | <fieldValue name='cylinderTranslation' value='-1.79648 0.48058 -0.76632'/> |
155 | <fieldValue name='coneTranslation' value='-1.55183 0.76618 -0.55115'/> |
156 | <fieldValue name='rotation' value='58.92488 0 -67.00127 0.85107'/> |
157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
158 | <fieldValue name='ballRadius' value='0.02'/> |
159 | <fieldValue name='traceEnabled' value='false'/> |
160 | <fieldValue name='displayMode'/> |
161 | <fieldValue name='transparency' value='0'/> |
162 | </ProtoInstance> |
163 | <ProtoInstance name='Arc'> |
164 | <fieldValue name='cylinderHeight' value='0.88710'/> |
165 | <fieldValue name='cylinderTranslation' value='-1.94130 -0.15878 -1.37545'/> |
166 | <fieldValue name='coneTranslation' value='-1.81972 -0.31750 -1.57651'/> |
167 | <fieldValue name='rotation' value='-62.90212 0 -38.03731 2.16491'/> |
168 | <fieldValue name='diffuseColor' value='0 0 0'/> |
169 | <fieldValue name='ballRadius' value='0.02'/> |
170 | <fieldValue name='traceEnabled' value='false'/> |
171 | <fieldValue name='displayMode'/> |
172 | <fieldValue name='transparency' value='0'/> |
173 | </ProtoInstance> |
174 | <ProtoInstance name='Arc'> |
175 | <fieldValue name='cylinderHeight' value='0.76784'/> |
176 | <fieldValue name='cylinderTranslation' value='-2.16905 -0.26037 -1.21446'/> |
177 | <fieldValue name='coneTranslation' value='-2.19095 -0.46444 -1.30399'/> |
178 | <fieldValue name='rotation' value='-30.70283 0 7.51108 2.71733'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='0.64769'/> |
187 | <fieldValue name='cylinderTranslation' value='-2.31654 0.34155 -1.14522'/> |
188 | <fieldValue name='coneTranslation' value='-2.41017 0.46907 -1.18786'/> |
189 | <fieldValue name='rotation' value='-16.85601 0 37.01089 0.67886'/> |
190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
191 | <fieldValue name='ballRadius' value='0.02'/> |
192 | <fieldValue name='traceEnabled' value='false'/> |
193 | <fieldValue name='displayMode'/> |
194 | <fieldValue name='transparency' value='0'/> |
195 | </ProtoInstance> |
196 | <ProtoInstance name='Arc'> |
197 | <fieldValue name='cylinderHeight' value='0.43339'/> |
198 | <fieldValue name='cylinderTranslation' value='-2.19578 -0.07042 -1.19226'/> |
199 | <fieldValue name='coneTranslation' value='-2.21260 -0.11227 -1.22661'/> |
200 | <fieldValue name='rotation' value='-26.26315 0 12.85873 2.40099'/> |
201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
202 | <fieldValue name='ballRadius' value='0.02'/> |
203 | <fieldValue name='traceEnabled' value='false'/> |
204 | <fieldValue name='displayMode'/> |
205 | <fieldValue name='transparency' value='0'/> |
206 | </ProtoInstance> |
207 | <ProtoInstance name='Arc'> |
208 | <fieldValue name='cylinderHeight' value='0.22750'/> |
209 | <fieldValue name='cylinderTranslation' value='-2.21164 0.01024 -1.07615'/> |
210 | <fieldValue name='coneTranslation' value='-2.17905 0.04247 -1.06997'/> |
211 | <fieldValue name='rotation' value='-3.04184 0 16.03044 2.34182'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='1.24887'/> |
220 | <fieldValue name='cylinderTranslation' value='-1.66019 -0.17856 -1.37068'/> |
221 | <fieldValue name='coneTranslation' value='-1.30966 -0.37795 -1.60105'/> |
222 | <fieldValue name='rotation' value='-61.94733 0 -94.25938 2.01452'/> |
223 | <fieldValue name='diffuseColor' value='0 0 0'/> |
224 | <fieldValue name='ballRadius' value='0.02'/> |
225 | <fieldValue name='traceEnabled' value='false'/> |
226 | <fieldValue name='displayMode'/> |
227 | <fieldValue name='transparency' value='0'/> |
228 | </ProtoInstance> |
229 | <ProtoInstance name='Arc'> |
230 | <fieldValue name='cylinderHeight' value='0.42512'/> |
231 | <fieldValue name='cylinderTranslation' value='-2.11782 0.29385 -1.00401'/> |
232 | <fieldValue name='coneTranslation' value='-2.11444 0.34438 -0.98994'/> |
233 | <fieldValue name='rotation' value='11.38550 0 -2.73316 0.27903'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='0.41292'/> |
242 | <fieldValue name='cylinderTranslation' value='-2.18533 0.00304 -1.24052'/> |
243 | <fieldValue name='coneTranslation' value='-2.19745 -0.01642 -1.28093'/> |
244 | <fieldValue name='rotation' value='-35.91571 0 10.76807 2.00297'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='0.72276'/> |
253 | <fieldValue name='cylinderTranslation' value='-2.13336 -0.13446 -1.34454'/> |
254 | <fieldValue name='coneTranslation' value='-2.13440 -0.25927 -1.50257'/> |
255 | <fieldValue name='rotation' value='-56.71920 0 0.37426 2.23925'/> |
256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
257 | <fieldValue name='ballRadius' value='0.02'/> |
258 | <fieldValue name='traceEnabled' value='false'/> |
259 | <fieldValue name='displayMode'/> |
260 | <fieldValue name='transparency' value='0'/> |
261 | </ProtoInstance> |
262 | <ProtoInstance name='Arc'> |
263 | <fieldValue name='cylinderHeight' value='0.45382'/> |
264 | <fieldValue name='cylinderTranslation' value='-2.28018 -0.07625 -1.01731'/> |
265 | <fieldValue name='coneTranslation' value='-2.32403 -0.12513 -1.00444'/> |
266 | <fieldValue name='rotation' value='8.72657 -0.00000 29.73821 2.38985'/> |
267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
268 | <fieldValue name='ballRadius' value='0.02'/> |
269 | <fieldValue name='traceEnabled' value='false'/> |
270 | <fieldValue name='displayMode'/> |
271 | <fieldValue name='transparency' value='0'/> |
272 | </ProtoInstance> |
273 | <ProtoInstance name='Arc'> |
274 | <fieldValue name='cylinderHeight' value='0.86750'/> |
275 | <fieldValue name='cylinderTranslation' value='-2.21197 -0.33600 -1.03640'/> |
276 | <fieldValue name='coneTranslation' value='-2.26276 -0.60455 -1.02091'/> |
277 | <fieldValue name='rotation' value='4.90785 -0.00000 16.09522 2.94638'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='0.69729'/> |
286 | <fieldValue name='cylinderTranslation' value='-2.44282 0.08000 -0.90431'/> |
287 | <fieldValue name='coneTranslation' value='-2.61128 0.07485 -0.81956'/> |
288 | <fieldValue name='rotation' value='31.32656 -0.00000 62.26696 1.59809'/> |
289 | <fieldValue name='diffuseColor' value='0 0 0'/> |
290 | <fieldValue name='ballRadius' value='0.02'/> |
291 | <fieldValue name='traceEnabled' value='false'/> |
292 | <fieldValue name='displayMode'/> |
293 | <fieldValue name='transparency' value='0'/> |
294 | </ProtoInstance> |
295 | <ProtoInstance name='Arc'> |
296 | <fieldValue name='cylinderHeight' value='0.19942'/> |
297 | <fieldValue name='cylinderTranslation' value='-2.20664 0.07982 -1.12576'/> |
298 | <fieldValue name='coneTranslation' value='-2.16120 0.08568 -1.08657'/> |
299 | <fieldValue name='rotation' value='-12.96305 0 15.02982 1.66815'/> |
300 | <fieldValue name='diffuseColor' value='0 0 0'/> |
301 | <fieldValue name='ballRadius' value='0.02'/> |
302 | <fieldValue name='traceEnabled' value='false'/> |
303 | <fieldValue name='displayMode'/> |
304 | <fieldValue name='transparency' value='0'/> |
305 | </ProtoInstance> |
306 | <ProtoInstance name='Arc'> |
307 | <fieldValue name='cylinderHeight' value='0.61847'/> |
308 | <fieldValue name='cylinderTranslation' value='0.18703 -0.52202 -1.86318'/> |
309 | <fieldValue name='coneTranslation' value='0.29717 -0.43533 -1.81193'/> |
310 | <fieldValue name='rotation' value='21.24013 0 -45.64314 0.95099'/> |
311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
312 | <fieldValue name='ballRadius' value='0.02'/> |
313 | <fieldValue name='traceEnabled' value='false'/> |
314 | <fieldValue name='displayMode'/> |
315 | <fieldValue name='transparency' value='0'/> |
316 | </ProtoInstance> |
317 | <ProtoInstance name='Arc'> |
318 | <fieldValue name='cylinderHeight' value='0.37127'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.03916 -0.83353 -2.10001'/> |
320 | <fieldValue name='coneTranslation' value='-0.03888 -0.85174 -2.11805'/> |
321 | <fieldValue name='rotation' value='-26.12553 0 -0.40506 2.36091'/> |
322 | <fieldValue name='diffuseColor' value='0 0 0'/> |
323 | <fieldValue name='ballRadius' value='0.02'/> |
324 | <fieldValue name='traceEnabled' value='false'/> |
325 | <fieldValue name='displayMode'/> |
326 | <fieldValue name='transparency' value='0'/> |
327 | </ProtoInstance> |
328 | <ProtoInstance name='Arc'> |
329 | <fieldValue name='cylinderHeight' value='0.56534'/> |
330 | <fieldValue name='cylinderTranslation' value='0.01051 -0.88377 -2.17930'/> |
331 | <fieldValue name='coneTranslation' value='0.03294 -0.96280 -2.27039'/> |
332 | <fieldValue name='rotation' value='-41.98290 0 -10.33837 2.27087'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='0.60686'/> |
341 | <fieldValue name='cylinderTranslation' value='0.09393 -0.90752 -2.14666'/> |
342 | <fieldValue name='coneTranslation' value='0.15780 -1.00483 -2.23046'/> |
343 | <fieldValue name='rotation' value='-35.45625 0 -27.02375 2.31649'/> |
344 | <fieldValue name='diffuseColor' value='0 0 0'/> |
345 | <fieldValue name='ballRadius' value='0.02'/> |
346 | <fieldValue name='traceEnabled' value='false'/> |
347 | <fieldValue name='displayMode'/> |
348 | <fieldValue name='transparency' value='0'/> |
349 | </ProtoInstance> |
350 | <ProtoInstance name='Arc'> |
351 | <fieldValue name='cylinderHeight' value='1.41182'/> |
352 | <fieldValue name='cylinderTranslation' value='0.23847 -0.22154 -1.53396'/> |
353 | <fieldValue name='coneTranslation' value='0.45474 0.14976 -1.19723'/> |
354 | <fieldValue name='rotation' value='87.08437 0 -55.93147 0.82285'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='0.35950'/> |
363 | <fieldValue name='cylinderTranslation' value='-0.02579 -0.83196 -2.09223'/> |
364 | <fieldValue name='coneTranslation' value='-0.02409 -0.84628 -2.10573'/> |
365 | <fieldValue name='rotation' value='-24.57028 0 -3.08010 2.38176'/> |
366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
367 | <fieldValue name='ballRadius' value='0.02'/> |
368 | <fieldValue name='traceEnabled' value='false'/> |
369 | <fieldValue name='displayMode'/> |
370 | <fieldValue name='transparency' value='0'/> |
371 | </ProtoInstance> |
372 | <ProtoInstance name='Arc'> |
373 | <fieldValue name='cylinderHeight' value='0.62267'/> |
374 | <fieldValue name='cylinderTranslation' value='0.00153 -0.98063 -2.10082'/> |
375 | <fieldValue name='coneTranslation' value='0.02230 -1.11623 -2.16470'/> |
376 | <fieldValue name='rotation' value='-26.28702 0 -8.54366 2.68164'/> |
377 | <fieldValue name='diffuseColor' value='0 0 0'/> |
378 | <fieldValue name='ballRadius' value='0.02'/> |
379 | <fieldValue name='traceEnabled' value='false'/> |
380 | <fieldValue name='displayMode'/> |
381 | <fieldValue name='transparency' value='0'/> |
382 | </ProtoInstance> |
383 | <ProtoInstance name='Arc'> |
384 | <fieldValue name='cylinderHeight' value='0.35797'/> |
385 | <fieldValue name='cylinderTranslation' value='-0.00288 -0.81249 -2.10460'/> |
386 | <fieldValue name='coneTranslation' value='0.00118 -0.82425 -2.11894'/> |
387 | <fieldValue name='rotation' value='-27.04291 0 -7.66083 2.23861'/> |
388 | <fieldValue name='diffuseColor' value='0 0 0'/> |
389 | <fieldValue name='ballRadius' value='0.02'/> |
390 | <fieldValue name='traceEnabled' value='false'/> |
391 | <fieldValue name='displayMode'/> |
392 | <fieldValue name='transparency' value='0'/> |
393 | </ProtoInstance> |
394 | <ProtoInstance name='Arc'> |
395 | <fieldValue name='cylinderHeight' value='1.21069'/> |
396 | <fieldValue name='cylinderTranslation' value='-0.61504 -0.57414 -1.82490'/> |
397 | <fieldValue name='coneTranslation' value='-1.03722 -0.48034 -1.71860'/> |
398 | <fieldValue name='rotation' value='28.89663 -0.00000 114.77100 1.35858'/> |
399 | <fieldValue name='diffuseColor' value='0 0 0'/> |
400 | <fieldValue name='ballRadius' value='0.02'/> |
401 | <fieldValue name='traceEnabled' value='false'/> |
402 | <fieldValue name='displayMode'/> |
403 | <fieldValue name='transparency' value='0'/> |
404 | </ProtoInstance> |
405 | <ProtoInstance name='Arc'> |
406 | <fieldValue name='cylinderHeight' value='0.61578'/> |
407 | <fieldValue name='cylinderTranslation' value='-0.05723 -0.97620 -2.10781'/> |
408 | <fieldValue name='coneTranslation' value='-0.06494 -1.10807 -2.17430'/> |
409 | <fieldValue name='rotation' value='-27.68608 0 3.20928 2.67189'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='0.76030'/> |
418 | <fieldValue name='cylinderTranslation' value='1.23656 1.43383 1.73628'/> |
419 | <fieldValue name='coneTranslation' value='1.37346 1.59681 1.79251'/> |
420 | <fieldValue name='rotation' value='19.42068 0 -47.27676 0.73723'/> |
421 | <fieldValue name='diffuseColor' value='0 0 0'/> |
422 | <fieldValue name='ballRadius' value='0.02'/> |
423 | <fieldValue name='traceEnabled' value='false'/> |
424 | <fieldValue name='displayMode'/> |
425 | <fieldValue name='transparency' value='0'/> |
426 | </ProtoInstance> |
427 | <ProtoInstance name='Arc'> |
428 | <fieldValue name='cylinderHeight' value='0.90029'/> |
429 | <fieldValue name='cylinderTranslation' value='1.28883 1.08041 1.97701'/> |
430 | <fieldValue name='coneTranslation' value='1.47488 1.03402 2.19477'/> |
431 | <fieldValue name='rotation' value='67.56704 0 -57.72924 1.73139'/> |
432 | <fieldValue name='diffuseColor' value='0 0 0'/> |
433 | <fieldValue name='ballRadius' value='0.02'/> |
434 | <fieldValue name='traceEnabled' value='false'/> |
435 | <fieldValue name='displayMode'/> |
436 | <fieldValue name='transparency' value='0'/> |
437 | </ProtoInstance> |
438 | <ProtoInstance name='Arc'> |
439 | <fieldValue name='cylinderHeight' value='0.48581'/> |
440 | <fieldValue name='cylinderTranslation' value='1.22146 1.21844 1.71452'/> |
441 | <fieldValue name='coneTranslation' value='1.29699 1.24098 1.74023'/> |
442 | <fieldValue name='rotation' value='15.06825 0 -44.25610 1.29544'/> |
443 | <fieldValue name='diffuseColor' value='0 0 0'/> |
444 | <fieldValue name='ballRadius' value='0.02'/> |
445 | <fieldValue name='traceEnabled' value='false'/> |
446 | <fieldValue name='displayMode'/> |
447 | <fieldValue name='transparency' value='0'/> |
448 | </ProtoInstance> |
449 | <ProtoInstance name='Arc'> |
450 | <fieldValue name='cylinderHeight' value='0.49785'/> |
451 | <fieldValue name='cylinderTranslation' value='0.97610 1.18329 1.88500'/> |
452 | <fieldValue name='coneTranslation' value='0.96750 1.19432 1.97282'/> |
453 | <fieldValue name='rotation' value='49.16483 -0.00000 4.81559 1.44637'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='0.36070'/> |
462 | <fieldValue name='cylinderTranslation' value='0.94880 1.32425 1.62038'/> |
463 | <fieldValue name='coneTranslation' value='0.94300 1.34364 1.61826'/> |
464 | <fieldValue name='rotation' value='-3.75829 0 10.27638 0.30821'/> |
465 | <fieldValue name='diffuseColor' value='0 0 0'/> |
466 | <fieldValue name='ballRadius' value='0.02'/> |
467 | <fieldValue name='traceEnabled' value='false'/> |
468 | <fieldValue name='displayMode'/> |
469 | <fieldValue name='transparency' value='0'/> |
470 | </ProtoInstance> |
471 | <ProtoInstance name='Arc'> |
472 | <fieldValue name='cylinderHeight' value='0.87293'/> |
473 | <fieldValue name='cylinderTranslation' value='1.38094 1.17475 1.85136'/> |
474 | <fieldValue name='coneTranslation' value='1.62212 1.18891 1.98577'/> |
475 | <fieldValue name='rotation' value='42.43728 0 -76.15219 1.51956'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='0.76030'/> |
484 | <fieldValue name='cylinderTranslation' value='1.23657 1.43383 1.73627'/> |
485 | <fieldValue name='coneTranslation' value='1.37347 1.59681 1.79250'/> |
486 | <fieldValue name='rotation' value='19.41921 0 -47.27852 0.73725'/> |
487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
488 | <fieldValue name='ballRadius' value='0.02'/> |
489 | <fieldValue name='traceEnabled' value='false'/> |
490 | <fieldValue name='displayMode'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Arc'> |
494 | <fieldValue name='cylinderHeight' value='0.87902'/> |
495 | <fieldValue name='cylinderTranslation' value='1.24002 0.86994 1.40281'/> |
496 | <fieldValue name='coneTranslation' value='1.39255 0.69032 1.25248'/> |
497 | <fieldValue name='rotation' value='-47.27396 0 -47.96752 2.26874'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='0.95930'/> |
506 | <fieldValue name='cylinderTranslation' value='1.14234 0.85841 1.99050'/> |
507 | <fieldValue name='coneTranslation' value='1.23709 0.66249 2.22462'/> |
508 | <fieldValue name='rotation' value='70.26404 0 -28.43275 2.23054'/> |
509 | <fieldValue name='diffuseColor' value='0 0 0'/> |
510 | <fieldValue name='ballRadius' value='0.02'/> |
511 | <fieldValue name='traceEnabled' value='false'/> |
512 | <fieldValue name='displayMode'/> |
513 | <fieldValue name='transparency' value='0'/> |
514 | </ProtoInstance> |
515 | <ProtoInstance name='Arc'> |
516 | <fieldValue name='cylinderHeight' value='0.50189'/> |
517 | <fieldValue name='cylinderTranslation' value='1.07910 1.12874 1.87621'/> |
518 | <fieldValue name='coneTranslation' value='1.10770 1.12017 1.96211'/> |
519 | <fieldValue name='rotation' value='47.40672 0 -15.78428 1.66519'/> |
520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
521 | <fieldValue name='ballRadius' value='0.02'/> |
522 | <fieldValue name='traceEnabled' value='false'/> |
523 | <fieldValue name='displayMode'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | </ProtoInstance> |
526 | <ProtoInstance name='Arc'> |
527 | <fieldValue name='cylinderHeight' value='0.51446'/> |
528 | <fieldValue name='cylinderTranslation' value='1.15204 1.06250 1.82632'/> |
529 | <fieldValue name='coneTranslation' value='1.20944 1.02852 1.89706'/> |
530 | <fieldValue name='rotation' value='37.42878 0 -30.37254 1.92781'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='0.88965'/> |
539 | <fieldValue name='cylinderTranslation' value='1.29359 0.97026 1.91955'/> |
540 | <fieldValue name='coneTranslation' value='1.48146 0.85364 2.09907'/> |
541 | <fieldValue name='rotation' value='56.07433 0 -58.68114 1.99265'/> |
542 | <fieldValue name='diffuseColor' value='0 0 0'/> |
543 | <fieldValue name='ballRadius' value='0.02'/> |
544 | <fieldValue name='traceEnabled' value='false'/> |
545 | <fieldValue name='displayMode'/> |
546 | <fieldValue name='transparency' value='0'/> |
547 | </ProtoInstance> |
548 | <ProtoInstance name='Arc'> |
549 | <fieldValue name='cylinderHeight' value='0.75377'/> |
550 | <fieldValue name='cylinderTranslation' value='0.71995 1.29648 1.84594'/> |
551 | <fieldValue name='coneTranslation' value='0.55869 1.37940 1.96493'/> |
552 | <fieldValue name='rotation' value='41.35319 -0.00000 56.04583 1.17850'/> |
553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
554 | <fieldValue name='ballRadius' value='0.02'/> |
555 | <fieldValue name='traceEnabled' value='false'/> |
556 | <fieldValue name='displayMode'/> |
557 | <fieldValue name='transparency' value='0'/> |
558 | </ProtoInstance> |
559 | <ProtoInstance name='Arc'> |
560 | <fieldValue name='cylinderHeight' value='0.76029'/> |
561 | <fieldValue name='cylinderTranslation' value='1.23654 1.43384 1.73630'/> |
562 | <fieldValue name='coneTranslation' value='1.37343 1.59683 1.79254'/> |
563 | <fieldValue name='rotation' value='19.42401 0 -47.27280 0.73719'/> |
564 | <fieldValue name='diffuseColor' value='0 0 0'/> |
565 | <fieldValue name='ballRadius' value='0.02'/> |
566 | <fieldValue name='traceEnabled' value='false'/> |
567 | <fieldValue name='displayMode'/> |
568 | <fieldValue name='transparency' value='0'/> |
569 | </ProtoInstance> |
570 | <ProtoInstance name='Arc'> |
571 | <fieldValue name='cylinderHeight' value='0.51689'/> |
572 | <fieldValue name='cylinderTranslation' value='1.11692 1.05173 1.84661'/> |
573 | <fieldValue name='coneTranslation' value='1.16139 1.01338 1.92563'/> |
574 | <fieldValue name='rotation' value='41.48754 0 -23.34835 1.97089'/> |
575 | <fieldValue name='diffuseColor' value='0 0 0'/> |
576 | <fieldValue name='ballRadius' value='0.02'/> |
577 | <fieldValue name='traceEnabled' value='false'/> |
578 | <fieldValue name='displayMode'/> |
579 | <fieldValue name='transparency' value='0'/> |
580 | </ProtoInstance> |
581 | <ProtoInstance name='Arc'> |
582 | <fieldValue name='cylinderHeight' value='1.42166'/> |
583 | <fieldValue name='cylinderTranslation' value='0.54232 1.24050 1.10263'/> |
584 | <fieldValue name='coneTranslation' value='0.18752 1.30877 0.68686'/> |
585 | <fieldValue name='rotation' value='-107.30913 0 91.57191 1.44653'/> |
586 | <fieldValue name='diffuseColor' value='0 0 0'/> |
587 | <fieldValue name='ballRadius' value='0.02'/> |
588 | <fieldValue name='traceEnabled' value='false'/> |
589 | <fieldValue name='displayMode'/> |
590 | <fieldValue name='transparency' value='0'/> |
591 | </ProtoInstance> |
592 | <ProtoInstance name='Arc'> |
593 | <fieldValue name='cylinderHeight' value='0.54225'/> |
594 | <fieldValue name='cylinderTranslation' value='1.22709 1.15984 1.78738'/> |
595 | <fieldValue name='coneTranslation' value='1.32009 1.16290 1.84813'/> |
596 | <fieldValue name='rotation' value='29.64132 0 -45.38151 1.54332'/> |
597 | <fieldValue name='diffuseColor' value='0 0 0'/> |
598 | <fieldValue name='ballRadius' value='0.02'/> |
599 | <fieldValue name='traceEnabled' value='false'/> |
600 | <fieldValue name='displayMode'/> |
601 | <fieldValue name='transparency' value='0'/> |
602 | </ProtoInstance> |
603 | <ProtoInstance name='Arc'> |
604 | <fieldValue name='cylinderHeight' value='1.09738'/> |
605 | <fieldValue name='cylinderTranslation' value='0.62105 1.32163 1.28046'/> |
606 | <fieldValue name='coneTranslation' value='0.35247 1.44152 1.02635'/> |
607 | <fieldValue name='rotation' value='-71.74293 0 75.82661 1.25725'/> |
608 | <fieldValue name='diffuseColor' value='0 0 0'/> |
609 | <fieldValue name='ballRadius' value='0.02'/> |
610 | <fieldValue name='traceEnabled' value='false'/> |
611 | <fieldValue name='displayMode'/> |
612 | <fieldValue name='transparency' value='0'/> |
613 | </ProtoInstance> |
614 | <ProtoInstance name='Arc'> |
615 | <fieldValue name='cylinderHeight' value='0.25834'/> |
616 | <fieldValue name='cylinderTranslation' value='0.98926 1.26693 1.58046'/> |
617 | <fieldValue name='coneTranslation' value='0.99186 1.23960 1.59448'/> |
618 | <fieldValue name='rotation' value='-11.74237 0 2.18485 0.48062'/> |
619 | <fieldValue name='diffuseColor' value='0 0 0'/> |
620 | <fieldValue name='ballRadius' value='0.02'/> |
621 | <fieldValue name='traceEnabled' value='false'/> |
622 | <fieldValue name='displayMode'/> |
623 | <fieldValue name='transparency' value='0'/> |
624 | </ProtoInstance> |
625 | <ProtoInstance name='Arc'> |
626 | <fieldValue name='cylinderHeight' value='0.48009'/> |
627 | <fieldValue name='cylinderTranslation' value='1.19529 1.22012 1.51683'/> |
628 | <fieldValue name='coneTranslation' value='1.26034 1.24270 1.47603'/> |
629 | <fieldValue name='rotation' value='-24.46965 0 -39.02094 1.28479'/> |
630 | <fieldValue name='diffuseColor' value='0 0 0'/> |
631 | <fieldValue name='ballRadius' value='0.02'/> |
632 | <fieldValue name='traceEnabled' value='false'/> |
633 | <fieldValue name='displayMode'/> |
634 | <fieldValue name='transparency' value='0'/> |
635 | </ProtoInstance> |
636 | <ProtoInstance name='Arc'> |
637 | <fieldValue name='cylinderHeight' value='0.95930'/> |
638 | <fieldValue name='cylinderTranslation' value='1.14234 0.85841 1.99050'/> |
639 | <fieldValue name='coneTranslation' value='1.23709 0.66249 2.22462'/> |
640 | <fieldValue name='rotation' value='70.26404 0 -28.43275 2.23054'/> |
641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
642 | <fieldValue name='ballRadius' value='0.02'/> |
643 | <fieldValue name='traceEnabled' value='false'/> |
644 | <fieldValue name='displayMode'/> |
645 | <fieldValue name='transparency' value='0'/> |
646 | </ProtoInstance> |
647 | <ProtoInstance name='Arc'> |
648 | <fieldValue name='cylinderHeight' value='0.50542'/> |
649 | <fieldValue name='cylinderTranslation' value='1.10616 1.10714 1.86408'/> |
650 | <fieldValue name='coneTranslation' value='1.14504 1.09054 1.94659'/> |
651 | <fieldValue name='rotation' value='44.98076 0 -21.19656 1.75083'/> |
652 | <fieldValue name='diffuseColor' value='0 0 0'/> |
653 | <fieldValue name='ballRadius' value='0.02'/> |
654 | <fieldValue name='traceEnabled' value='false'/> |
655 | <fieldValue name='displayMode'/> |
656 | <fieldValue name='transparency' value='0'/> |
657 | </ProtoInstance> |
658 | <ProtoInstance name='Arc'> |
659 | <fieldValue name='cylinderHeight' value='0.44465'/> |
660 | <fieldValue name='cylinderTranslation' value='1.13303 1.27772 1.76596'/> |
661 | <fieldValue name='coneTranslation' value='1.17027 1.31285 1.80150'/> |
662 | <fieldValue name='rotation' value='25.35651 0 -26.56948 0.97193'/> |
663 | <fieldValue name='diffuseColor' value='0 0 0'/> |
664 | <fieldValue name='ballRadius' value='0.02'/> |
665 | <fieldValue name='traceEnabled' value='false'/> |
666 | <fieldValue name='displayMode'/> |
667 | <fieldValue name='transparency' value='0'/> |
668 | </ProtoInstance> |
669 | <ProtoInstance name='Arc'> |
670 | <fieldValue name='cylinderHeight' value='0.55024'/> |
671 | <fieldValue name='cylinderTranslation' value='1.17322 1.04513 1.82422'/> |
672 | <fieldValue name='coneTranslation' value='1.24562 1.00024 1.90165'/> |
673 | <fieldValue name='rotation' value='37.00903 0 -34.60756 1.97131'/> |
674 | <fieldValue name='diffuseColor' value='0 0 0'/> |
675 | <fieldValue name='ballRadius' value='0.02'/> |
676 | <fieldValue name='traceEnabled' value='false'/> |
677 | <fieldValue name='displayMode'/> |
678 | <fieldValue name='transparency' value='0'/> |
679 | </ProtoInstance> |
680 | <ProtoInstance name='Arc'> |
681 | <fieldValue name='cylinderHeight' value='1.07424'/> |
682 | <fieldValue name='cylinderTranslation' value='1.06505 1.24371 1.11386'/> |
683 | <fieldValue name='coneTranslation' value='1.11060 1.30782 0.74503'/> |
684 | <fieldValue name='rotation' value='-105.06268 0 -12.97418 1.39997'/> |
685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
686 | <fieldValue name='ballRadius' value='0.02'/> |
687 | <fieldValue name='traceEnabled' value='false'/> |
688 | <fieldValue name='displayMode'/> |
689 | <fieldValue name='transparency' value='0'/> |
690 | </ProtoInstance> |
691 | <ProtoInstance name='Arc'> |
692 | <fieldValue name='cylinderHeight' value='0.80874'/> |
693 | <fieldValue name='cylinderTranslation' value='0.63904 0.97791 1.69062'/> |
694 | <fieldValue name='coneTranslation' value='0.42080 0.87246 1.72170'/> |
695 | <fieldValue name='rotation' value='10.28816 -0.00000 72.22782 2.01696'/> |
696 | <fieldValue name='diffuseColor' value='0 0 0'/> |
697 | <fieldValue name='ballRadius' value='0.02'/> |
698 | <fieldValue name='traceEnabled' value='false'/> |
699 | <fieldValue name='displayMode'/> |
700 | <fieldValue name='transparency' value='0'/> |
701 | </ProtoInstance> |
702 | <ProtoInstance name='Arc'> |
703 | <fieldValue name='cylinderHeight' value='0.59897'/> |
704 | <fieldValue name='cylinderTranslation' value='-0.54525 -2.55076 0.94015'/> |
705 | <fieldValue name='coneTranslation' value='-0.60045 -2.50542 1.05996'/> |
706 | <fieldValue name='rotation' value='51.44592 -0.00000 23.70297 1.23968'/> |
707 | <fieldValue name='diffuseColor' value='0 0 0'/> |
708 | <fieldValue name='ballRadius' value='0.02'/> |
709 | <fieldValue name='traceEnabled' value='false'/> |
710 | <fieldValue name='displayMode'/> |
711 | <fieldValue name='transparency' value='0'/> |
712 | </ProtoInstance> |
713 | <ProtoInstance name='Arc'> |
714 | <fieldValue name='cylinderHeight' value='0.58503'/> |
715 | <fieldValue name='cylinderTranslation' value='-0.62410 -2.63673 0.46732'/> |
716 | <fieldValue name='coneTranslation' value='-0.71351 -2.63157 0.36965'/> |
717 | <fieldValue name='rotation' value='-43.11998 0 39.47220 1.53182'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='ballRadius' value='0.02'/> |
720 | <fieldValue name='traceEnabled' value='false'/> |
721 | <fieldValue name='displayMode'/> |
722 | <fieldValue name='transparency' value='0'/> |
723 | </ProtoInstance> |
724 | <ProtoInstance name='Arc'> |
725 | <fieldValue name='cylinderHeight' value='0.08138'/> |
726 | <fieldValue name='cylinderTranslation' value='-0.44723 -2.66427 0.65170'/> |
727 | <fieldValue name='coneTranslation' value='-0.38714 -2.61693 0.74326'/> |
728 | <fieldValue name='rotation' value='-6.24485 0 4.09854 1.97880'/> |
729 | <fieldValue name='diffuseColor' value='0 0 0'/> |
730 | <fieldValue name='ballRadius' value='0.02'/> |
731 | <fieldValue name='traceEnabled' value='false'/> |
732 | <fieldValue name='displayMode'/> |
733 | <fieldValue name='transparency' value='0'/> |
734 | </ProtoInstance> |
735 | <ProtoInstance name='Arc'> |
736 | <fieldValue name='cylinderHeight' value='0.53495'/> |
737 | <fieldValue name='cylinderTranslation' value='-0.16736 -2.68845 0.63155'/> |
738 | <fieldValue name='coneTranslation' value='-0.06314 -2.70465 0.61090'/> |
739 | <fieldValue name='rotation' value='-10.27518 0 -51.87549 1.72212'/> |
740 | <fieldValue name='diffuseColor' value='0 0 0'/> |
741 | <fieldValue name='ballRadius' value='0.02'/> |
742 | <fieldValue name='traceEnabled' value='false'/> |
743 | <fieldValue name='displayMode'/> |
744 | <fieldValue name='transparency' value='0'/> |
745 | </ProtoInstance> |
746 | <ProtoInstance name='Arc'> |
747 | <fieldValue name='cylinderHeight' value='0.60292'/> |
748 | <fieldValue name='cylinderTranslation' value='-0.31357 -2.58580 0.95529'/> |
749 | <fieldValue name='coneTranslation' value='-0.26047 -2.55656 1.08310'/> |
750 | <fieldValue name='rotation' value='54.47433 0 -22.63356 1.36256'/> |
751 | <fieldValue name='diffuseColor' value='0 0 0'/> |
752 | <fieldValue name='ballRadius' value='0.02'/> |
753 | <fieldValue name='traceEnabled' value='false'/> |
754 | <fieldValue name='displayMode'/> |
755 | <fieldValue name='transparency' value='0'/> |
756 | </ProtoInstance> |
757 | <ProtoInstance name='Arc'> |
758 | <fieldValue name='cylinderHeight' value='0.08907'/> |
759 | <fieldValue name='cylinderTranslation' value='-0.42724 -2.65187 0.72729'/> |
760 | <fieldValue name='coneTranslation' value='-0.42595 -2.64215 0.61224'/> |
761 | <fieldValue name='rotation' value='8.87437 -0.00000 0.09954 1.65508'/> |
762 | <fieldValue name='diffuseColor' value='0 0 0'/> |
763 | <fieldValue name='ballRadius' value='0.02'/> |
764 | <fieldValue name='traceEnabled' value='false'/> |
765 | <fieldValue name='displayMode'/> |
766 | <fieldValue name='transparency' value='0'/> |
767 | </ProtoInstance> |
768 | <ProtoInstance name='Arc'> |
769 | <fieldValue name='cylinderHeight' value='0.22768'/> |
770 | <fieldValue name='cylinderTranslation' value='-0.37613 -2.64288 0.78476'/> |
771 | <fieldValue name='coneTranslation' value='-0.39665 -2.64501 0.74347'/> |
772 | <fieldValue name='rotation' value='20.36802 0 -10.12149 1.52471'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='0.53752'/> |
781 | <fieldValue name='cylinderTranslation' value='-0.20047 -2.69947 0.54728'/> |
782 | <fieldValue name='coneTranslation' value='-0.10891 -2.72025 0.49239'/> |
783 | <fieldValue name='rotation' value='-27.12772 0 -45.25373 1.76304'/> |
784 | <fieldValue name='diffuseColor' value='0 0 0'/> |
785 | <fieldValue name='ballRadius' value='0.02'/> |
786 | <fieldValue name='traceEnabled' value='false'/> |
787 | <fieldValue name='displayMode'/> |
788 | <fieldValue name='transparency' value='0'/> |
789 | </ProtoInstance> |
790 | <ProtoInstance name='Arc'> |
791 | <fieldValue name='cylinderHeight' value='0.52920'/> |
792 | <fieldValue name='cylinderTranslation' value='-0.40478 -2.68969 0.42253'/> |
793 | <fieldValue name='coneTranslation' value='-0.39610 -2.70612 0.31959'/> |
794 | <fieldValue name='rotation' value='-52.07851 0 -4.39197 1.72853'/> |
795 | <fieldValue name='diffuseColor' value='0 0 0'/> |
796 | <fieldValue name='ballRadius' value='0.02'/> |
797 | <fieldValue name='traceEnabled' value='false'/> |
798 | <fieldValue name='displayMode'/> |
799 | <fieldValue name='transparency' value='0'/> |
800 | </ProtoInstance> |
801 | <ProtoInstance name='Arc'> |
802 | <fieldValue name='cylinderHeight' value='0.58845'/> |
803 | <fieldValue name='cylinderTranslation' value='-0.68997 -2.56125 0.78159'/> |
804 | <fieldValue name='coneTranslation' value='-0.81005 -2.52162 0.82660'/> |
805 | <fieldValue name='rotation' value='19.73293 -0.00000 52.64523 1.27107'/> |
806 | <fieldValue name='diffuseColor' value='0 0 0'/> |
807 | <fieldValue name='ballRadius' value='0.02'/> |
808 | <fieldValue name='traceEnabled' value='false'/> |
809 | <fieldValue name='displayMode'/> |
810 | <fieldValue name='transparency' value='0'/> |
811 | </ProtoInstance> |
812 | <ProtoInstance name='Arc'> |
813 | <fieldValue name='cylinderHeight' value='0.58503'/> |
814 | <fieldValue name='cylinderTranslation' value='-0.62410 -2.63673 0.46732'/> |
815 | <fieldValue name='coneTranslation' value='-0.71351 -2.63156 0.36965'/> |
816 | <fieldValue name='rotation' value='-43.11955 0 39.47263 1.53182'/> |
817 | <fieldValue name='diffuseColor' value='0 0 0'/> |
818 | <fieldValue name='ballRadius' value='0.02'/> |
819 | <fieldValue name='traceEnabled' value='false'/> |
820 | <fieldValue name='displayMode'/> |
821 | <fieldValue name='transparency' value='0'/> |
822 | </ProtoInstance> |
823 | <ProtoInstance name='Arc'> |
824 | <fieldValue name='cylinderHeight' value='0.58845'/> |
825 | <fieldValue name='cylinderTranslation' value='-0.68996 -2.56125 0.78159'/> |
826 | <fieldValue name='coneTranslation' value='-0.81005 -2.52162 0.82660'/> |
827 | <fieldValue name='rotation' value='19.73367 -0.00000 52.64491 1.27107'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='0.29789'/> |
836 | <fieldValue name='cylinderTranslation' value='-0.29110 -2.68405 0.63296'/> |
837 | <fieldValue name='coneTranslation' value='-0.30117 -2.68138 0.63667'/> |
838 | <fieldValue name='rotation' value='-9.99197 0 -27.12787 1.81438'/> |
839 | <fieldValue name='diffuseColor' value='0 0 0'/> |
840 | <fieldValue name='ballRadius' value='0.02'/> |
841 | <fieldValue name='traceEnabled' value='false'/> |
842 | <fieldValue name='displayMode'/> |
843 | <fieldValue name='transparency' value='0'/> |
844 | </ProtoInstance> |
845 | <ProtoInstance name='Arc'> |
846 | <fieldValue name='cylinderHeight' value='0.51386'/> |
847 | <fieldValue name='cylinderTranslation' value='-0.28149 -2.61605 0.89241'/> |
848 | <fieldValue name='coneTranslation' value='-0.22669 -2.60395 0.97144'/> |
849 | <fieldValue name='rotation' value='41.89782 0 -29.05026 1.44563'/> |
850 | <fieldValue name='diffuseColor' value='0 0 0'/> |
851 | <fieldValue name='ballRadius' value='0.02'/> |
852 | <fieldValue name='traceEnabled' value='false'/> |
853 | <fieldValue name='displayMode'/> |
854 | <fieldValue name='transparency' value='0'/> |
855 | </ProtoInstance> |
856 | <ProtoInstance name='Arc'> |
857 | <fieldValue name='cylinderHeight' value='0.23221'/> |
858 | <fieldValue name='cylinderTranslation' value='-0.43160 -2.67732 0.57065'/> |
859 | <fieldValue name='coneTranslation' value='-0.42976 -2.66628 0.61309'/> |
860 | <fieldValue name='rotation' value='-22.45438 0 0.97274 1.82494'/> |
861 | <fieldValue name='diffuseColor' value='0 0 0'/> |
862 | <fieldValue name='ballRadius' value='0.02'/> |
863 | <fieldValue name='traceEnabled' value='false'/> |
864 | <fieldValue name='displayMode'/> |
865 | <fieldValue name='transparency' value='0'/> |
866 | </ProtoInstance> |
867 | <ProtoInstance name='Arc'> |
868 | <fieldValue name='cylinderHeight' value='0.28645'/> |
869 | <fieldValue name='cylinderTranslation' value='2.12187 -0.03848 0.93363'/> |
870 | <fieldValue name='coneTranslation' value='2.12197 -0.04382 0.91772'/> |
871 | <fieldValue name='rotation' value='27.15650 -0.00000 0.15780 1.24707'/> |
872 | <fieldValue name='diffuseColor' value='0 0 0'/> |
873 | <fieldValue name='ballRadius' value='0.02'/> |
874 | <fieldValue name='traceEnabled' value='false'/> |
875 | <fieldValue name='displayMode'/> |
876 | <fieldValue name='transparency' value='0'/> |
877 | </ProtoInstance> |
878 | <ProtoInstance name='Arc'> |
879 | <fieldValue name='cylinderHeight' value='1.19558'/> |
880 | <fieldValue name='cylinderTranslation' value='2.15671 -0.61146 0.51852'/> |
881 | <fieldValue name='coneTranslation' value='2.18165 -0.99772 0.31396'/> |
882 | <fieldValue name='rotation' value='-55.86472 0 -6.80961 2.65149'/> |
883 | <fieldValue name='diffuseColor' value='0 0 0'/> |
884 | <fieldValue name='ballRadius' value='0.02'/> |
885 | <fieldValue name='traceEnabled' value='false'/> |
886 | <fieldValue name='displayMode'/> |
887 | <fieldValue name='transparency' value='0'/> |
888 | </ProtoInstance> |
889 | <ProtoInstance name='Arc'> |
890 | <fieldValue name='cylinderHeight' value='0.75652'/> |
891 | <fieldValue name='cylinderTranslation' value='2.34605 -0.38170 0.86552'/> |
892 | <fieldValue name='coneTranslation' value='2.47495 -0.55345 0.90456'/> |
893 | <fieldValue name='rotation' value='13.53437 0 -44.67758 2.47658'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='1.00001'/> |
902 | <fieldValue name='cylinderTranslation' value='1.80126 0.25173 0.98214'/> |
903 | <fieldValue name='coneTranslation' value='1.58270 0.48005 1.10746'/> |
904 | <fieldValue name='rotation' value='36.85907 -0.00000 64.28073 0.83453'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='0.75652'/> |
913 | <fieldValue name='cylinderTranslation' value='2.34605 -0.38170 0.86552'/> |
914 | <fieldValue name='coneTranslation' value='2.47495 -0.55345 0.90456'/> |
915 | <fieldValue name='rotation' value='13.53433 0 -44.67766 2.47658'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='0.74775'/> |
924 | <fieldValue name='cylinderTranslation' value='2.43841 -0.25471 0.69315'/> |
925 | <fieldValue name='coneTranslation' value='2.61903 -0.35233 0.63327'/> |
926 | <fieldValue name='rotation' value='-20.93827 0 -63.14960 2.04482'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='0.37145'/> |
935 | <fieldValue name='cylinderTranslation' value='2.27717 -0.16120 0.86618'/> |
936 | <fieldValue name='coneTranslation' value='2.29857 -0.17189 0.87564'/> |
937 | <fieldValue name='rotation' value='13.66588 0 -30.90105 1.99921'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='0.77490'/> |
946 | <fieldValue name='cylinderTranslation' value='2.29804 -0.40685 0.92096'/> |
947 | <fieldValue name='coneTranslation' value='2.40099 -0.59635 0.99323'/> |
948 | <fieldValue name='rotation' value='24.62187 0 -35.07522 2.55559'/> |
949 | <fieldValue name='diffuseColor' value='0 0 0'/> |
950 | <fieldValue name='ballRadius' value='0.02'/> |
951 | <fieldValue name='traceEnabled' value='false'/> |
952 | <fieldValue name='displayMode'/> |
953 | <fieldValue name='transparency' value='0'/> |
954 | </ProtoInstance> |
955 | <ProtoInstance name='Arc'> |
956 | <fieldValue name='cylinderHeight' value='0.26493'/> |
957 | <fieldValue name='cylinderTranslation' value='2.13850 -0.04805 0.92434'/> |
958 | <fieldValue name='coneTranslation' value='2.13521 -0.05554 0.89805'/> |
959 | <fieldValue name='rotation' value='25.29923 0 -3.16758 1.29566'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='0.74775'/> |
968 | <fieldValue name='cylinderTranslation' value='2.43841 -0.25471 0.69315'/> |
969 | <fieldValue name='coneTranslation' value='2.61904 -0.35233 0.63327'/> |
970 | <fieldValue name='rotation' value='-20.93827 0 -63.14960 2.04482'/> |
971 | <fieldValue name='diffuseColor' value='0 0 0'/> |
972 | <fieldValue name='ballRadius' value='0.02'/> |
973 | <fieldValue name='traceEnabled' value='false'/> |
974 | <fieldValue name='displayMode'/> |
975 | <fieldValue name='transparency' value='0'/> |
976 | </ProtoInstance> |
977 | <ProtoInstance name='Arc'> |
978 | <fieldValue name='cylinderHeight' value='0.40694'/> |
979 | <fieldValue name='cylinderTranslation' value='2.29772 -0.18728 0.80767'/> |
980 | <fieldValue name='coneTranslation' value='2.33512 -0.20934 0.80977'/> |
981 | <fieldValue name='rotation' value='1.96512 0 -35.01182 2.10296'/> |
982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
983 | <fieldValue name='ballRadius' value='0.02'/> |
984 | <fieldValue name='traceEnabled' value='false'/> |
985 | <fieldValue name='displayMode'/> |
986 | <fieldValue name='transparency' value='0'/> |
987 | </ProtoInstance> |
988 | <ProtoInstance name='Arc'> |
989 | <fieldValue name='cylinderHeight' value='0.40694'/> |
990 | <fieldValue name='cylinderTranslation' value='2.29772 -0.18728 0.80767'/> |
991 | <fieldValue name='coneTranslation' value='2.33512 -0.20934 0.80977'/> |
992 | <fieldValue name='rotation' value='1.96512 0 -35.01182 2.10296'/> |
993 | <fieldValue name='diffuseColor' value='0 0 0'/> |
994 | <fieldValue name='ballRadius' value='0.02'/> |
995 | <fieldValue name='traceEnabled' value='false'/> |
996 | <fieldValue name='displayMode'/> |
997 | <fieldValue name='transparency' value='0'/> |
998 | </ProtoInstance> |
999 | <ProtoInstance name='Arc'> |
1000 | <fieldValue name='cylinderHeight' value='0.65845'/> |
1001 | <fieldValue name='cylinderTranslation' value='2.09065 0.08097 0.51476'/> |
1002 | <fieldValue name='coneTranslation' value='2.07420 0.16579 0.36926'/> |
1003 | <fieldValue name='rotation' value='-56.61630 0 6.40188 1.04579'/> |
1004 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1005 | <fieldValue name='ballRadius' value='0.02'/> |
1006 | <fieldValue name='traceEnabled' value='false'/> |
1007 | <fieldValue name='displayMode'/> |
1008 | <fieldValue name='transparency' value='0'/> |
1009 | </ProtoInstance> |
1010 | <ProtoInstance name='Arc'> |
1011 | <fieldValue name='cylinderHeight' value='1.42939'/> |
1012 | <fieldValue name='cylinderTranslation' value='1.69618 0.37257 0.45084'/> |
1013 | <fieldValue name='coneTranslation' value='1.36518 0.72696 0.18152'/> |
1014 | <fieldValue name='rotation' value='-69.40049 0 85.29635 0.87774'/> |
1015 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1016 | <fieldValue name='ballRadius' value='0.02'/> |
1017 | <fieldValue name='traceEnabled' value='false'/> |
1018 | <fieldValue name='displayMode'/> |
1019 | <fieldValue name='transparency' value='0'/> |
1020 | </ProtoInstance> |
1021 | <ProtoInstance name='Arc'> |
1022 | <fieldValue name='cylinderHeight' value='0.69139'/> |
1023 | <fieldValue name='cylinderTranslation' value='0.05487 1.71258 2.34240'/> |
1024 | <fieldValue name='coneTranslation' value='0.15430 1.65420 2.48796'/> |
1025 | <fieldValue name='rotation' value='54.19523 0 -37.02033 1.89062'/> |
1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1027 | <fieldValue name='ballRadius' value='0.02'/> |
1028 | <fieldValue name='traceEnabled' value='false'/> |
1029 | <fieldValue name='displayMode'/> |
1030 | <fieldValue name='transparency' value='0'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='Arc'> |
1033 | <fieldValue name='cylinderHeight' value='0.80595'/> |
1034 | <fieldValue name='cylinderTranslation' value='-0.47327 1.98470 2.20559'/> |
1035 | <fieldValue name='coneTranslation' value='-0.68011 2.08324 2.28648'/> |
1036 | <fieldValue name='rotation' value='26.83200 -0.00000 68.60842 1.15319'/> |
1037 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1038 | <fieldValue name='ballRadius' value='0.02'/> |
1039 | <fieldValue name='traceEnabled' value='false'/> |
1040 | <fieldValue name='displayMode'/> |
1041 | <fieldValue name='transparency' value='0'/> |
1042 | </ProtoInstance> |
1043 | <ProtoInstance name='Arc'> |
1044 | <fieldValue name='cylinderHeight' value='0.44476'/> |
1045 | <fieldValue name='cylinderTranslation' value='-0.16873 1.98167 2.22056'/> |
1046 | <fieldValue name='coneTranslation' value='-0.17953 2.02667 2.26240'/> |
1047 | <fieldValue name='rotation' value='29.82724 -0.00000 7.69907 0.76511'/> |
1048 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1049 | <fieldValue name='ballRadius' value='0.02'/> |
1050 | <fieldValue name='traceEnabled' value='false'/> |
1051 | <fieldValue name='displayMode'/> |
1052 | <fieldValue name='transparency' value='0'/> |
1053 | </ProtoInstance> |
1054 | <ProtoInstance name='Arc'> |
1055 | <fieldValue name='cylinderHeight' value='0.87346'/> |
1056 | <fieldValue name='cylinderTranslation' value='-0.52611 1.82851 2.25572'/> |
1057 | <fieldValue name='coneTranslation' value='-0.77695 1.83310 2.37250'/> |
1058 | <fieldValue name='rotation' value='36.85879 -0.00000 79.17486 1.55420'/> |
1059 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1060 | <fieldValue name='ballRadius' value='0.02'/> |
1061 | <fieldValue name='traceEnabled' value='false'/> |
1062 | <fieldValue name='displayMode'/> |
1063 | <fieldValue name='transparency' value='0'/> |
1064 | </ProtoInstance> |
1065 | <ProtoInstance name='Arc'> |
1066 | <fieldValue name='cylinderHeight' value='0.45207'/> |
1067 | <fieldValue name='cylinderTranslation' value='-0.25800 1.92953 2.22324'/> |
1068 | <fieldValue name='coneTranslation' value='-0.29533 1.96116 2.26759'/> |
1069 | <fieldValue name='rotation' value='30.36192 -0.00000 25.55388 1.07131'/> |
1070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1071 | <fieldValue name='ballRadius' value='0.02'/> |
1072 | <fieldValue name='traceEnabled' value='false'/> |
1073 | <fieldValue name='displayMode'/> |
1074 | <fieldValue name='transparency' value='0'/> |
1075 | </ProtoInstance> |
1076 | <ProtoInstance name='Arc'> |
1077 | <fieldValue name='cylinderHeight' value='0.43540'/> |
1078 | <fieldValue name='cylinderTranslation' value='-0.17619 1.87202 2.27808'/> |
1079 | <fieldValue name='coneTranslation' value='-0.18837 1.88547 2.33285'/> |
1080 | <fieldValue name='rotation' value='41.33001 -0.00000 9.19221 1.33550'/> |
1081 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1082 | <fieldValue name='ballRadius' value='0.02'/> |
1083 | <fieldValue name='traceEnabled' value='false'/> |
1084 | <fieldValue name='displayMode'/> |
1085 | <fieldValue name='transparency' value='0'/> |
1086 | </ProtoInstance> |
1087 | <ProtoInstance name='Arc'> |
1088 | <fieldValue name='cylinderHeight' value='0.68566'/> |
1089 | <fieldValue name='cylinderTranslation' value='0.15475 1.63091 2.06207'/> |
1090 | <fieldValue name='coneTranslation' value='0.30672 1.52940 2.05708'/> |
1091 | <fieldValue name='rotation' value='-1.87207 0 -56.99545 2.15943'/> |
1092 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1093 | <fieldValue name='ballRadius' value='0.02'/> |
1094 | <fieldValue name='traceEnabled' value='false'/> |
1095 | <fieldValue name='displayMode'/> |
1096 | <fieldValue name='transparency' value='0'/> |
1097 | </ProtoInstance> |
1098 | <ProtoInstance name='Arc'> |
1099 | <fieldValue name='cylinderHeight' value='0.45834'/> |
1100 | <fieldValue name='cylinderTranslation' value='-0.16758 2.01731 2.18408'/> |
1101 | <fieldValue name='coneTranslation' value='-0.17885 2.07648 2.21808'/> |
1102 | <fieldValue name='rotation' value='22.52996 -0.00000 7.46982 0.54436'/> |
1103 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1104 | <fieldValue name='ballRadius' value='0.02'/> |
1105 | <fieldValue name='traceEnabled' value='false'/> |
1106 | <fieldValue name='displayMode'/> |
1107 | <fieldValue name='transparency' value='0'/> |
1108 | </ProtoInstance> |
1109 | <ProtoInstance name='Arc'> |
1110 | <fieldValue name='cylinderHeight' value='0.44297'/> |
1111 | <fieldValue name='cylinderTranslation' value='-0.23501 1.92053 2.23943'/> |
1112 | <fieldValue name='coneTranslation' value='-0.26409 1.94809 2.28606'/> |
1113 | <fieldValue name='rotation' value='33.59939 -0.00000 20.95510 1.10604'/> |
1114 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1115 | <fieldValue name='ballRadius' value='0.02'/> |
1116 | <fieldValue name='traceEnabled' value='false'/> |
1117 | <fieldValue name='displayMode'/> |
1118 | <fieldValue name='transparency' value='0'/> |
1119 | </ProtoInstance> |
1120 | <ProtoInstance name='Arc'> |
1121 | <fieldValue name='cylinderHeight' value='0.45270'/> |
1122 | <fieldValue name='cylinderTranslation' value='-0.17199 1.99995 2.20395'/> |
1123 | <fieldValue name='coneTranslation' value='-0.18424 2.05233 2.24279'/> |
1124 | <fieldValue name='rotation' value='26.50359 -0.00000 8.35251 0.66092'/> |
1125 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1126 | <fieldValue name='ballRadius' value='0.02'/> |
1127 | <fieldValue name='traceEnabled' value='false'/> |
1128 | <fieldValue name='displayMode'/> |
1129 | <fieldValue name='transparency' value='0'/> |
1130 | </ProtoInstance> |
1131 | <ProtoInstance name='Arc'> |
1132 | <fieldValue name='cylinderHeight' value='0.86403'/> |
1133 | <fieldValue name='cylinderTranslation' value='-0.29801 1.61218 2.41021'/> |
1134 | <fieldValue name='coneTranslation' value='-0.40364 1.48053 2.62352'/> |
1135 | <fieldValue name='rotation' value='67.75626 -0.00000 33.55492 2.07599'/> |
1136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1137 | <fieldValue name='ballRadius' value='0.02'/> |
1138 | <fieldValue name='traceEnabled' value='false'/> |
1139 | <fieldValue name='displayMode'/> |
1140 | <fieldValue name='transparency' value='0'/> |
1141 | </ProtoInstance> |
1142 | <ProtoInstance name='Arc'> |
1143 | <fieldValue name='cylinderHeight' value='0.35442'/> |
1144 | <fieldValue name='cylinderTranslation' value='-0.07881 1.90097 1.92174'/> |
1145 | <fieldValue name='coneTranslation' value='-0.07382 1.90871 1.90721'/> |
1146 | <fieldValue name='rotation' value='-29.93695 0 -10.28428 1.10426'/> |
1147 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1148 | <fieldValue name='ballRadius' value='0.02'/> |
1149 | <fieldValue name='traceEnabled' value='false'/> |
1150 | <fieldValue name='displayMode'/> |
1151 | <fieldValue name='transparency' value='0'/> |
1152 | </ProtoInstance> |
1153 | <ProtoInstance name='Arc'> |
1154 | <fieldValue name='cylinderHeight' value='0.43540'/> |
1155 | <fieldValue name='cylinderTranslation' value='-0.17619 1.87202 2.27808'/> |
1156 | <fieldValue name='coneTranslation' value='-0.18837 1.88547 2.33285'/> |
1157 | <fieldValue name='rotation' value='41.33001 -0.00000 9.19221 1.33550'/> |
1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1159 | <fieldValue name='ballRadius' value='0.02'/> |
1160 | <fieldValue name='traceEnabled' value='false'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='transparency' value='0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Arc'> |
1165 | <fieldValue name='cylinderHeight' value='0.87388'/> |
1166 | <fieldValue name='cylinderTranslation' value='-0.44422 1.68654 2.34378'/> |
1167 | <fieldValue name='coneTranslation' value='-0.64323 1.60116 2.51641'/> |
1168 | <fieldValue name='rotation' value='54.47091 -0.00000 62.79765 1.88423'/> |
1169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1170 | <fieldValue name='ballRadius' value='0.02'/> |
1171 | <fieldValue name='traceEnabled' value='false'/> |
1172 | <fieldValue name='displayMode'/> |
1173 | <fieldValue name='transparency' value='0'/> |
1174 | </ProtoInstance> |
1175 | <ProtoInstance name='Arc'> |
1176 | <fieldValue name='cylinderHeight' value='0.86235'/> |
1177 | <fieldValue name='cylinderTranslation' value='-0.28905 1.61190 2.41327'/> |
1178 | <fieldValue name='coneTranslation' value='-0.38893 1.48022 2.62826'/> |
1179 | <fieldValue name='rotation' value='68.36821 -0.00000 31.76357 2.07781'/> |
1180 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1181 | <fieldValue name='ballRadius' value='0.02'/> |
1182 | <fieldValue name='traceEnabled' value='false'/> |
1183 | <fieldValue name='displayMode'/> |
1184 | <fieldValue name='transparency' value='0'/> |
1185 | </ProtoInstance> |
1186 | <ProtoInstance name='Arc'> |
1187 | <fieldValue name='cylinderHeight' value='1.25277'/> |
1188 | <fieldValue name='cylinderTranslation' value='0.05584 1.65607 1.49659'/> |
1189 | <fieldValue name='coneTranslation' value='0.19439 1.53306 1.06858'/> |
1190 | <fieldValue name='rotation' value='-114.96819 0 -37.21467 1.83769'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='0.44745'/> |
1199 | <fieldValue name='cylinderTranslation' value='-0.17053 1.98817 2.21485'/> |
1200 | <fieldValue name='coneTranslation' value='-0.18201 2.03571 2.25570'/> |
1201 | <fieldValue name='rotation' value='28.68388 -0.00000 8.05978 0.72868'/> |
1202 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1203 | <fieldValue name='ballRadius' value='0.02'/> |
1204 | <fieldValue name='traceEnabled' value='false'/> |
1205 | <fieldValue name='displayMode'/> |
1206 | <fieldValue name='transparency' value='0'/> |
1207 | </ProtoInstance> |
1208 | <ProtoInstance name='Arc'> |
1209 | <fieldValue name='cylinderHeight' value='0.49783'/> |
1210 | <fieldValue name='cylinderTranslation' value='-0.31167 1.93949 2.19416'/> |
1211 | <fieldValue name='coneTranslation' value='-0.37648 1.98172 2.23800'/> |
1212 | <fieldValue name='rotation' value='24.54647 -0.00000 36.28692 1.07588'/> |
1213 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1214 | <fieldValue name='ballRadius' value='0.02'/> |
1215 | <fieldValue name='traceEnabled' value='false'/> |
1216 | <fieldValue name='displayMode'/> |
1217 | <fieldValue name='transparency' value='0'/> |
1218 | </ProtoInstance> |
1219 | <ProtoInstance name='Arc'> |
1220 | <fieldValue name='cylinderHeight' value='0.41848'/> |
1221 | <fieldValue name='cylinderTranslation' value='-0.14114 2.02534 2.11633'/> |
1222 | <fieldValue name='coneTranslation' value='-0.14371 2.07336 2.12690'/> |
1223 | <fieldValue name='rotation' value='8.98035 -0.00000 2.18220 0.22268'/> |
1224 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1225 | <fieldValue name='ballRadius' value='0.02'/> |
1226 | <fieldValue name='traceEnabled' value='false'/> |
1227 | <fieldValue name='displayMode'/> |
1228 | <fieldValue name='transparency' value='0'/> |
1229 | </ProtoInstance> |
1230 | <ProtoInstance name='Arc'> |
1231 | <fieldValue name='cylinderHeight' value='0.87388'/> |
1232 | <fieldValue name='cylinderTranslation' value='-0.44422 1.68654 2.34378'/> |
1233 | <fieldValue name='coneTranslation' value='-0.64323 1.60116 2.51641'/> |
1234 | <fieldValue name='rotation' value='54.47090 -0.00000 62.79766 1.88423'/> |
1235 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1236 | <fieldValue name='ballRadius' value='0.02'/> |
1237 | <fieldValue name='traceEnabled' value='false'/> |
1238 | <fieldValue name='displayMode'/> |
1239 | <fieldValue name='transparency' value='0'/> |
1240 | </ProtoInstance> |
1241 | <ProtoInstance name='Arc'> |
1242 | <fieldValue name='cylinderHeight' value='0.67590'/> |
1243 | <fieldValue name='cylinderTranslation' value='0.59857 2.23888 -1.84515'/> |
1244 | <fieldValue name='coneTranslation' value='0.50655 2.29228 -1.98779'/> |
1245 | <fieldValue name='rotation' value='-54.17802 0 34.95193 1.26598'/> |
1246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1247 | <fieldValue name='ballRadius' value='0.02'/> |
1248 | <fieldValue name='traceEnabled' value='false'/> |
1249 | <fieldValue name='displayMode'/> |
1250 | <fieldValue name='transparency' value='0'/> |
1251 | </ProtoInstance> |
1252 | <ProtoInstance name='Arc'> |
1253 | <fieldValue name='cylinderHeight' value='0.67285'/> |
1254 | <fieldValue name='cylinderTranslation' value='0.59374 2.26962 -1.82618'/> |
1255 | <fieldValue name='coneTranslation' value='0.49956 2.33893 -1.95828'/> |
1256 | <fieldValue name='rotation' value='-50.38266 0 35.91800 1.16705'/> |
1257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1258 | <fieldValue name='ballRadius' value='0.02'/> |
1259 | <fieldValue name='traceEnabled' value='false'/> |
1260 | <fieldValue name='displayMode'/> |
1261 | <fieldValue name='transparency' value='0'/> |
1262 | </ProtoInstance> |
1263 | <ProtoInstance name='Arc'> |
1264 | <fieldValue name='cylinderHeight' value='0.78298'/> |
1265 | <fieldValue name='cylinderTranslation' value='0.78703 1.96909 -1.22109'/> |
1266 | <fieldValue name='coneTranslation' value='0.79513 1.86953 -1.01226'/> |
1267 | <fieldValue name='rotation' value='70.63426 0 -2.74015 2.01535'/> |
1268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1269 | <fieldValue name='ballRadius' value='0.02'/> |
1270 | <fieldValue name='traceEnabled' value='false'/> |
1271 | <fieldValue name='displayMode'/> |
1272 | <fieldValue name='transparency' value='0'/> |
1273 | </ProtoInstance> |
1274 | <ProtoInstance name='Arc'> |
1275 | <fieldValue name='cylinderHeight' value='0.60727'/> |
1276 | <fieldValue name='cylinderTranslation' value='0.97175 2.09200 -1.79957'/> |
1277 | <fieldValue name='coneTranslation' value='1.06561 2.07049 -1.90614'/> |
1278 | <fieldValue name='rotation' value='-45.06006 0 -39.68303 1.72106'/> |
1279 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1280 | <fieldValue name='ballRadius' value='0.02'/> |
1281 | <fieldValue name='traceEnabled' value='false'/> |
1282 | <fieldValue name='displayMode'/> |
1283 | <fieldValue name='transparency' value='0'/> |
1284 | </ProtoInstance> |
1285 | <ProtoInstance name='Arc'> |
1286 | <fieldValue name='cylinderHeight' value='0.62861'/> |
1287 | <fieldValue name='cylinderTranslation' value='0.78172 2.44414 -1.64254'/> |
1288 | <fieldValue name='coneTranslation' value='0.78583 2.59470 -1.67606'/> |
1289 | <fieldValue name='rotation' value='-13.65513 0 -1.67678 0.22064'/> |
1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1291 | <fieldValue name='ballRadius' value='0.02'/> |
1292 | <fieldValue name='traceEnabled' value='false'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='transparency' value='0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Arc'> |
1297 | <fieldValue name='cylinderHeight' value='0.22870'/> |
1298 | <fieldValue name='cylinderTranslation' value='0.88254 2.10465 -1.58280'/> |
1299 | <fieldValue name='coneTranslation' value='0.83894 2.11774 -1.57939'/> |
1300 | <fieldValue name='rotation' value='-1.70606 0 -21.84179 1.86176'/> |
1301 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1302 | <fieldValue name='ballRadius' value='0.02'/> |
1303 | <fieldValue name='traceEnabled' value='false'/> |
1304 | <fieldValue name='displayMode'/> |
1305 | <fieldValue name='transparency' value='0'/> |
1306 | </ProtoInstance> |
1307 | <ProtoInstance name='Arc'> |
1308 | <fieldValue name='cylinderHeight' value='0.67393'/> |
1309 | <fieldValue name='cylinderTranslation' value='0.69047 2.11754 -1.90028'/> |
1310 | <fieldValue name='coneTranslation' value='0.64695 2.10708 -2.07149'/> |
1311 | <fieldValue name='rotation' value='-65.20229 0 16.57236 1.62993'/> |
1312 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1313 | <fieldValue name='ballRadius' value='0.02'/> |
1314 | <fieldValue name='traceEnabled' value='false'/> |
1315 | <fieldValue name='displayMode'/> |
1316 | <fieldValue name='transparency' value='0'/> |
1317 | </ProtoInstance> |
1318 | <ProtoInstance name='Arc'> |
1319 | <fieldValue name='cylinderHeight' value='1.48208'/> |
1320 | <fieldValue name='cylinderTranslation' value='0.46138 1.93633 -0.93288'/> |
1321 | <fieldValue name='coneTranslation' value='0.21679 1.77864 -0.42997'/> |
1322 | <fieldValue name='rotation' value='128.27789 -0.00000 62.38969 1.84564'/> |
1323 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1324 | <fieldValue name='ballRadius' value='0.02'/> |
1325 | <fieldValue name='traceEnabled' value='false'/> |
1326 | <fieldValue name='displayMode'/> |
1327 | <fieldValue name='transparency' value='0'/> |
1328 | </ProtoInstance> |
1329 | <ProtoInstance name='Arc'> |
1330 | <fieldValue name='cylinderHeight' value='0.69139'/> |
1331 | <fieldValue name='cylinderTranslation' value='1.08661 2.18376 -1.71291'/> |
1332 | <fieldValue name='coneTranslation' value='1.25489 2.20863 -1.78738'/> |
1333 | <fieldValue name='rotation' value='-27.72808 0 -62.65483 1.43644'/> |
1334 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1335 | <fieldValue name='ballRadius' value='0.02'/> |
1336 | <fieldValue name='traceEnabled' value='false'/> |
1337 | <fieldValue name='displayMode'/> |
1338 | <fieldValue name='transparency' value='0'/> |
1339 | </ProtoInstance> |
1340 | <ProtoInstance name='Arc'> |
1341 | <fieldValue name='cylinderHeight' value='0.76872'/> |
1342 | <fieldValue name='cylinderTranslation' value='0.81606 1.97889 -1.92178'/> |
1343 | <fieldValue name='coneTranslation' value='0.84100 1.88633 -2.12463'/> |
1344 | <fieldValue name='rotation' value='-69.50282 0 -8.54591 1.99603'/> |
1345 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1346 | <fieldValue name='ballRadius' value='0.02'/> |
1347 | <fieldValue name='traceEnabled' value='false'/> |
1348 | <fieldValue name='displayMode'/> |
1349 | <fieldValue name='transparency' value='0'/> |
1350 | </ProtoInstance> |
1351 | <ProtoInstance name='Arc'> |
1352 | <fieldValue name='cylinderHeight' value='0.62487'/> |
1353 | <fieldValue name='cylinderTranslation' value='0.81069 2.44169 -1.63477'/> |
1354 | <fieldValue name='coneTranslation' value='0.82891 2.59012 -1.66429'/> |
1355 | <fieldValue name='rotation' value='-12.10164 0 -7.47081 0.22961'/> |
1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1357 | <fieldValue name='ballRadius' value='0.02'/> |
1358 | <fieldValue name='traceEnabled' value='false'/> |
1359 | <fieldValue name='displayMode'/> |
1360 | <fieldValue name='transparency' value='0'/> |
1361 | </ProtoInstance> |
1362 | <ProtoInstance name='Arc'> |
1363 | <fieldValue name='cylinderHeight' value='0.39781'/> |
1364 | <fieldValue name='cylinderTranslation' value='0.76135 2.18655 -1.76664'/> |
1365 | <fieldValue name='coneTranslation' value='0.75901 2.19615 -1.80427'/> |
1366 | <fieldValue name='rotation' value='-38.47563 0 2.39611 1.32138'/> |
1367 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1368 | <fieldValue name='ballRadius' value='0.02'/> |
1369 | <fieldValue name='traceEnabled' value='false'/> |
1370 | <fieldValue name='displayMode'/> |
1371 | <fieldValue name='transparency' value='0'/> |
1372 | </ProtoInstance> |
1373 | <ProtoInstance name='Arc'> |
1374 | <fieldValue name='cylinderHeight' value='0.42657'/> |
1375 | <fieldValue name='cylinderTranslation' value='0.70028 2.23659 -1.74841'/> |
1376 | <fieldValue name='coneTranslation' value='0.68203 2.26136 -1.79192'/> |
1377 | <fieldValue name='rotation' value='-34.82883 0 14.61082 1.08738'/> |
1378 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1379 | <fieldValue name='ballRadius' value='0.02'/> |
1380 | <fieldValue name='traceEnabled' value='false'/> |
1381 | <fieldValue name='displayMode'/> |
1382 | <fieldValue name='transparency' value='0'/> |
1383 | </ProtoInstance> |
1384 | <ProtoInstance name='Arc'> |
1385 | <fieldValue name='cylinderHeight' value='0.76072'/> |
1386 | <fieldValue name='cylinderTranslation' value='0.99498 2.00068 -1.85147'/> |
1387 | <fieldValue name='coneTranslation' value='1.12339 1.92145 -2.01206'/> |
1388 | <fieldValue name='rotation' value='-55.44043 0 -44.32947 1.93860'/> |
1389 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1390 | <fieldValue name='ballRadius' value='0.02'/> |
1391 | <fieldValue name='traceEnabled' value='false'/> |
1392 | <fieldValue name='displayMode'/> |
1393 | <fieldValue name='transparency' value='0'/> |
1394 | </ProtoInstance> |
1395 | <ProtoInstance name='Arc'> |
1396 | <fieldValue name='cylinderHeight' value='0.69139'/> |
1397 | <fieldValue name='cylinderTranslation' value='1.08661 2.18376 -1.71291'/> |
1398 | <fieldValue name='coneTranslation' value='1.25489 2.20863 -1.78738'/> |
1399 | <fieldValue name='rotation' value='-27.72826 0 -62.65483 1.43644'/> |
1400 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1401 | <fieldValue name='ballRadius' value='0.02'/> |
1402 | <fieldValue name='traceEnabled' value='false'/> |
1403 | <fieldValue name='displayMode'/> |
1404 | <fieldValue name='transparency' value='0'/> |
1405 | </ProtoInstance> |
1406 | <ProtoInstance name='Arc'> |
1407 | <fieldValue name='cylinderHeight' value='0.76872'/> |
1408 | <fieldValue name='cylinderTranslation' value='0.81606 1.97889 -1.92178'/> |
1409 | <fieldValue name='coneTranslation' value='0.84100 1.88633 -2.12463'/> |
1410 | <fieldValue name='rotation' value='-69.50279 0 -8.54604 1.99603'/> |
1411 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1412 | <fieldValue name='ballRadius' value='0.02'/> |
1413 | <fieldValue name='traceEnabled' value='false'/> |
1414 | <fieldValue name='displayMode'/> |
1415 | <fieldValue name='transparency' value='0'/> |
1416 | </ProtoInstance> |
1417 | <ProtoInstance name='Arc'> |
1418 | <fieldValue name='cylinderHeight' value='0.48577'/> |
1419 | <fieldValue name='cylinderTranslation' value='0.96443 2.21746 -1.44749'/> |
1420 | <fieldValue name='coneTranslation' value='1.02964 2.24477 -1.40422'/> |
1421 | <fieldValue name='rotation' value='25.35578 0 -38.21920 1.23510'/> |
1422 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1423 | <fieldValue name='ballRadius' value='0.02'/> |
1424 | <fieldValue name='traceEnabled' value='false'/> |
1425 | <fieldValue name='displayMode'/> |
1426 | <fieldValue name='transparency' value='0'/> |
1427 | </ProtoInstance> |
1428 | <ProtoInstance name='Arc'> |
1429 | <fieldValue name='cylinderHeight' value='0.41824'/> |
1430 | <fieldValue name='cylinderTranslation' value='0.80016 2.32572 -1.66123'/> |
1431 | <fieldValue name='coneTranslation' value='0.80646 2.36995 -1.68166'/> |
1432 | <fieldValue name='rotation' value='-17.39390 0 -5.36476 0.45028'/> |
1433 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1434 | <fieldValue name='ballRadius' value='0.02'/> |
1435 | <fieldValue name='traceEnabled' value='false'/> |
1436 | <fieldValue name='displayMode'/> |
1437 | <fieldValue name='transparency' value='0'/> |
1438 | </ProtoInstance> |
1439 | <ProtoInstance name='Arc'> |
1440 | <fieldValue name='cylinderHeight' value='0.67180'/> |
1441 | <fieldValue name='cylinderTranslation' value='0.56279 2.21033 -1.32289'/> |
1442 | <fieldValue name='coneTranslation' value='0.45254 2.24850 -1.19126'/> |
1443 | <fieldValue name='rotation' value='50.27433 -0.00000 42.10836 1.35208'/> |
1444 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1445 | <fieldValue name='ballRadius' value='0.02'/> |
1446 | <fieldValue name='traceEnabled' value='false'/> |
1447 | <fieldValue name='displayMode'/> |
1448 | <fieldValue name='transparency' value='0'/> |
1449 | </ProtoInstance> |
1450 | <ProtoInstance name='Arc'> |
1451 | <fieldValue name='cylinderHeight' value='0.95112'/> |
1452 | <fieldValue name='cylinderTranslation' value='2.08319 -1.51084 -0.03691'/> |
1453 | <fieldValue name='coneTranslation' value='2.15457 -1.26403 0.14630'/> |
1454 | <fieldValue name='rotation' value='55.22184 0 -21.51334 0.67270'/> |
1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1456 | <fieldValue name='ballRadius' value='0.02'/> |
1457 | <fieldValue name='traceEnabled' value='false'/> |
1458 | <fieldValue name='displayMode'/> |
1459 | <fieldValue name='transparency' value='0'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Arc'> |
1462 | <fieldValue name='cylinderHeight' value='0.46991'/> |
1463 | <fieldValue name='cylinderTranslation' value='1.91719 -1.91311 -0.53856'/> |
1464 | <fieldValue name='coneTranslation' value='1.89854 -1.92278 -0.61052'/> |
1465 | <fieldValue name='rotation' value='-45.10880 0 11.68796 1.70018'/> |
1466 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1467 | <fieldValue name='ballRadius' value='0.02'/> |
1468 | <fieldValue name='traceEnabled' value='false'/> |
1469 | <fieldValue name='displayMode'/> |
1470 | <fieldValue name='transparency' value='0'/> |
1471 | </ProtoInstance> |
1472 | <ProtoInstance name='Arc'> |
1473 | <fieldValue name='cylinderHeight' value='0.20048'/> |
1474 | <fieldValue name='cylinderTranslation' value='1.93273 -1.96098 -0.35880'/> |
1475 | <fieldValue name='coneTranslation' value='1.95830 -1.91437 -0.33151'/> |
1476 | <fieldValue name='rotation' value='-9.15665 0 8.57886 2.46536'/> |
1477 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1478 | <fieldValue name='ballRadius' value='0.02'/> |
1479 | <fieldValue name='traceEnabled' value='false'/> |
1480 | <fieldValue name='displayMode'/> |
1481 | <fieldValue name='transparency' value='0'/> |
1482 | </ProtoInstance> |
1483 | <ProtoInstance name='Arc'> |
1484 | <fieldValue name='cylinderHeight' value='0.41074'/> |
1485 | <fieldValue name='cylinderTranslation' value='1.84583 -2.04194 -0.31217'/> |
1486 | <fieldValue name='coneTranslation' value='1.81716 -2.07710 -0.31198'/> |
1487 | <fieldValue name='rotation' value='0.17044 -0.00000 25.95885 2.45743'/> |
1488 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1489 | <fieldValue name='ballRadius' value='0.02'/> |
1490 | <fieldValue name='traceEnabled' value='false'/> |
1491 | <fieldValue name='displayMode'/> |
1492 | <fieldValue name='transparency' value='0'/> |
1493 | </ProtoInstance> |
1494 | <ProtoInstance name='Arc'> |
1495 | <fieldValue name='cylinderHeight' value='0.46232'/> |
1496 | <fieldValue name='cylinderTranslation' value='1.83235 -2.01765 -0.43434'/> |
1497 | <fieldValue name='coneTranslation' value='1.78824 -2.05917 -0.47169'/> |
1498 | <fieldValue name='rotation' value='-24.26494 0 28.65607 2.19370'/> |
1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1500 | <fieldValue name='ballRadius' value='0.02'/> |
1501 | <fieldValue name='traceEnabled' value='false'/> |
1502 | <fieldValue name='displayMode'/> |
1503 | <fieldValue name='transparency' value='0'/> |
1504 | </ProtoInstance> |
1505 | <ProtoInstance name='Arc'> |
1506 | <fieldValue name='cylinderHeight' value='0.11370'/> |
1507 | <fieldValue name='cylinderTranslation' value='1.96328 -1.93780 -0.32039'/> |
1508 | <fieldValue name='coneTranslation' value='1.98568 -1.83800 -0.30702'/> |
1509 | <fieldValue name='rotation' value='-1.47321 0 2.46869 2.88596'/> |
1510 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1511 | <fieldValue name='ballRadius' value='0.02'/> |
1512 | <fieldValue name='traceEnabled' value='false'/> |
1513 | <fieldValue name='displayMode'/> |
1514 | <fieldValue name='transparency' value='0'/> |
1515 | </ProtoInstance> |
1516 | <ProtoInstance name='Arc'> |
1517 | <fieldValue name='cylinderHeight' value='0.22733'/> |
1518 | <fieldValue name='cylinderTranslation' value='1.96755 -1.91184 -0.42261'/> |
1519 | <fieldValue name='coneTranslation' value='1.97084 -1.90000 -0.37794'/> |
1520 | <fieldValue name='rotation' value='-21.91857 0 1.61521 1.82919'/> |
1521 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1522 | <fieldValue name='ballRadius' value='0.02'/> |
1523 | <fieldValue name='traceEnabled' value='false'/> |
1524 | <fieldValue name='displayMode'/> |
1525 | <fieldValue name='transparency' value='0'/> |
1526 | </ProtoInstance> |
1527 | <ProtoInstance name='Arc'> |
1528 | <fieldValue name='cylinderHeight' value='0.48279'/> |
1529 | <fieldValue name='cylinderTranslation' value='2.12531 -1.77476 -0.15748'/> |
1530 | <fieldValue name='coneTranslation' value='2.17579 -1.73834 -0.10503'/> |
1531 | <fieldValue name='rotation' value='31.10891 0 -29.93757 1.10679'/> |
1532 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1533 | <fieldValue name='ballRadius' value='0.02'/> |
1534 | <fieldValue name='traceEnabled' value='false'/> |
1535 | <fieldValue name='displayMode'/> |
1536 | <fieldValue name='transparency' value='0'/> |
1537 | </ProtoInstance> |
1538 | <ProtoInstance name='Arc'> |
1539 | <fieldValue name='cylinderHeight' value='0.97574'/> |
1540 | <fieldValue name='cylinderTranslation' value='0.79379 1.53260 -0.46039'/> |
1541 | <fieldValue name='coneTranslation' value='0.79846 1.71279 -0.73427'/> |
1542 | <fieldValue name='rotation' value='-81.50625 0 -1.38870 0.98894'/> |
1543 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1544 | <fieldValue name='ballRadius' value='0.02'/> |
1545 | <fieldValue name='traceEnabled' value='false'/> |
1546 | <fieldValue name='displayMode'/> |
1547 | <fieldValue name='transparency' value='0'/> |
1548 | </ProtoInstance> |
1549 | <ProtoInstance name='Arc'> |
1550 | <fieldValue name='cylinderHeight' value='0.97602'/> |
1551 | <fieldValue name='cylinderTranslation' value='1.23150 1.35222 -0.23381'/> |
1552 | <fieldValue name='coneTranslation' value='1.53036 1.41119 -0.35544'/> |
1553 | <fieldValue name='rotation' value='-36.19082 0 -88.92983 1.39003'/> |
1554 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1555 | <fieldValue name='ballRadius' value='0.02'/> |
1556 | <fieldValue name='traceEnabled' value='false'/> |
1557 | <fieldValue name='displayMode'/> |
1558 | <fieldValue name='transparency' value='0'/> |
1559 | </ProtoInstance> |
1560 | <ProtoInstance name='Arc'> |
1561 | <fieldValue name='cylinderHeight' value='0.98576'/> |
1562 | <fieldValue name='cylinderTranslation' value='1.15785 1.58028 -0.12739'/> |
1563 | <fieldValue name='coneTranslation' value='1.40842 1.79357 -0.17773'/> |
1564 | <fieldValue name='rotation' value='-14.90637 0 -74.20145 0.87535'/> |
1565 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1566 | <fieldValue name='ballRadius' value='0.02'/> |
1567 | <fieldValue name='traceEnabled' value='false'/> |
1568 | <fieldValue name='displayMode'/> |
1569 | <fieldValue name='transparency' value='0'/> |
1570 | </ProtoInstance> |
1571 | <ProtoInstance name='Arc'> |
1572 | <fieldValue name='cylinderHeight' value='0.98883'/> |
1573 | <fieldValue name='cylinderTranslation' value='1.15934 1.18640 -0.36845'/> |
1574 | <fieldValue name='coneTranslation' value='1.41130 1.13358 -0.58191'/> |
1575 | <fieldValue name='rotation' value='-63.11775 0 -74.49964 1.72939'/> |
1576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1577 | <fieldValue name='ballRadius' value='0.02'/> |
1578 | <fieldValue name='traceEnabled' value='false'/> |
1579 | <fieldValue name='displayMode'/> |
1580 | <fieldValue name='transparency' value='0'/> |
1581 | </ProtoInstance> |
1582 | <ProtoInstance name='Arc'> |
1583 | <fieldValue name='cylinderHeight' value='0.93862'/> |
1584 | <fieldValue name='cylinderTranslation' value='0.99097 1.00278 -0.38467'/> |
1585 | <fieldValue name='coneTranslation' value='1.12550 0.83030 -0.60335'/> |
1586 | <fieldValue name='rotation' value='-66.36165 0 -40.82489 2.16233'/> |
1587 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1588 | <fieldValue name='ballRadius' value='0.02'/> |
1589 | <fieldValue name='traceEnabled' value='false'/> |
1590 | <fieldValue name='displayMode'/> |
1591 | <fieldValue name='transparency' value='0'/> |
1592 | </ProtoInstance> |
1593 | <ProtoInstance name='Arc'> |
1594 | <fieldValue name='cylinderHeight' value='0.82754'/> |
1595 | <fieldValue name='cylinderTranslation' value='0.46814 1.49985 -0.17217'/> |
1596 | <fieldValue name='coneTranslation' value='0.27267 1.64420 -0.24535'/> |
1597 | <fieldValue name='rotation' value='-23.86262 0 63.74114 0.96571'/> |
1598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1599 | <fieldValue name='ballRadius' value='0.02'/> |
1600 | <fieldValue name='traceEnabled' value='false'/> |
1601 | <fieldValue name='displayMode'/> |
1602 | <fieldValue name='transparency' value='0'/> |
1603 | </ProtoInstance> |
1604 | <ProtoInstance name='Arc'> |
1605 | <fieldValue name='cylinderHeight' value='0.95877'/> |
1606 | <fieldValue name='cylinderTranslation' value='1.20644 1.05129 -0.14399'/> |
1607 | <fieldValue name='coneTranslation' value='1.48598 0.90925 -0.20470'/> |
1608 | <fieldValue name='rotation' value='-18.22569 0 -83.91776 2.03166'/> |
1609 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1610 | <fieldValue name='ballRadius' value='0.02'/> |
1611 | <fieldValue name='traceEnabled' value='false'/> |
1612 | <fieldValue name='displayMode'/> |
1613 | <fieldValue name='transparency' value='0'/> |
1614 | </ProtoInstance> |
1615 | <ProtoInstance name='Arc'> |
1616 | <fieldValue name='cylinderHeight' value='0.99314'/> |
1617 | <fieldValue name='cylinderTranslation' value='1.18044 1.16270 -0.33800'/> |
1618 | <fieldValue name='coneTranslation' value='1.44722 1.09371 -0.53126'/> |
1619 | <fieldValue name='rotation' value='-57.02769 0 -78.71960 1.77723'/> |
1620 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1621 | <fieldValue name='ballRadius' value='0.02'/> |
1622 | <fieldValue name='traceEnabled' value='false'/> |
1623 | <fieldValue name='displayMode'/> |
1624 | <fieldValue name='transparency' value='0'/> |
1625 | </ProtoInstance> |
1626 | <ProtoInstance name='Arc'> |
1627 | <fieldValue name='cylinderHeight' value='1.47563'/> |
1628 | <fieldValue name='cylinderTranslation' value='0.65249 0.76153 -0.57570'/> |
1629 | <fieldValue name='coneTranslation' value='0.54727 0.36765 -0.98516'/> |
1630 | <fieldValue name='rotation' value='-104.56772 0 26.87173 2.32085'/> |
1631 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1632 | <fieldValue name='ballRadius' value='0.02'/> |
1633 | <fieldValue name='traceEnabled' value='false'/> |
1634 | <fieldValue name='displayMode'/> |
1635 | <fieldValue name='transparency' value='0'/> |
1636 | </ProtoInstance> |
1637 | <ProtoInstance name='Arc'> |
1638 | <fieldValue name='cylinderHeight' value='0.37494'/> |
1639 | <fieldValue name='cylinderTranslation' value='0.81086 1.13273 -0.18404'/> |
1640 | <fieldValue name='coneTranslation' value='0.81438 1.11342 -0.20326'/> |
1641 | <fieldValue name='rotation' value='-26.23600 0 -4.80373 2.35014'/> |
1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1643 | <fieldValue name='ballRadius' value='0.02'/> |
1644 | <fieldValue name='traceEnabled' value='false'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='transparency' value='0'/> |
1647 | </ProtoInstance> |
1648 | <ProtoInstance name='Arc'> |
1649 | <fieldValue name='cylinderHeight' value='1.04098'/> |
1650 | <fieldValue name='cylinderTranslation' value='0.28256 1.38458 -0.00613'/> |
1651 | <fieldValue name='coneTranslation' value='-0.06670 1.46776 0.02623'/> |
1652 | <fieldValue name='rotation' value='9.34533 -0.00000 100.85667 1.33796'/> |
1653 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1654 | <fieldValue name='ballRadius' value='0.02'/> |
1655 | <fieldValue name='traceEnabled' value='false'/> |
1656 | <fieldValue name='displayMode'/> |
1657 | <fieldValue name='transparency' value='0'/> |
1658 | </ProtoInstance> |
1659 | <ProtoInstance name='Arc'> |
1660 | <fieldValue name='cylinderHeight' value='0.50896'/> |
1661 | <fieldValue name='cylinderTranslation' value='0.98217 1.39937 0.03887'/> |
1662 | <fieldValue name='coneTranslation' value='1.05469 1.44945 0.07293'/> |
1663 | <fieldValue name='rotation' value='18.34645 0 -39.06505 1.01215'/> |
1664 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1665 | <fieldValue name='ballRadius' value='0.02'/> |
1666 | <fieldValue name='traceEnabled' value='false'/> |
1667 | <fieldValue name='displayMode'/> |
1668 | <fieldValue name='transparency' value='0'/> |
1669 | </ProtoInstance> |
1670 | <ProtoInstance name='Arc'> |
1671 | <fieldValue name='cylinderHeight' value='0.50518'/> |
1672 | <fieldValue name='cylinderTranslation' value='0.81972 1.43592 0.12971'/> |
1673 | <fieldValue name='coneTranslation' value='0.83177 1.49876 0.19663'/> |
1674 | <fieldValue name='rotation' value='36.51349 0 -6.57418 0.82479'/> |
1675 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1676 | <fieldValue name='ballRadius' value='0.02'/> |
1677 | <fieldValue name='traceEnabled' value='false'/> |
1678 | <fieldValue name='displayMode'/> |
1679 | <fieldValue name='transparency' value='0'/> |
1680 | </ProtoInstance> |
1681 | <ProtoInstance name='Arc'> |
1682 | <fieldValue name='cylinderHeight' value='0.99242'/> |
1683 | <fieldValue name='cylinderTranslation' value='1.11351 1.63193 -0.11991'/> |
1684 | <fieldValue name='coneTranslation' value='1.33484 1.88090 -0.16534'/> |
1685 | <fieldValue name='rotation' value='-13.41029 0 -65.33205 0.73696'/> |
1686 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1687 | <fieldValue name='ballRadius' value='0.02'/> |
1688 | <fieldValue name='traceEnabled' value='false'/> |
1689 | <fieldValue name='displayMode'/> |
1690 | <fieldValue name='transparency' value='0'/> |
1691 | </ProtoInstance> |
1692 | <ProtoInstance name='Arc'> |
1693 | <fieldValue name='cylinderHeight' value='0.90262'/> |
1694 | <fieldValue name='cylinderTranslation' value='1.14173 1.49544 -0.20906'/> |
1695 | <fieldValue name='coneTranslation' value='1.37079 1.64451 -0.30989'/> |
1696 | <fieldValue name='rotation' value='-31.24089 0 -70.97589 1.03358'/> |
1697 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1698 | <fieldValue name='ballRadius' value='0.02'/> |
1699 | <fieldValue name='traceEnabled' value='false'/> |
1700 | <fieldValue name='displayMode'/> |
1701 | <fieldValue name='transparency' value='0'/> |
1702 | </ProtoInstance> |
1703 | <ProtoInstance name='Arc'> |
1704 | <fieldValue name='cylinderHeight' value='0.11891'/> |
1705 | <fieldValue name='cylinderTranslation' value='0.74740 1.25511 -0.00938'/> |
1706 | <fieldValue name='coneTranslation' value='0.81411 1.27096 -0.08291'/> |
1707 | <fieldValue name='rotation' value='8.69671 -0.00000 7.88975 1.72906'/> |
1708 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1709 | <fieldValue name='ballRadius' value='0.02'/> |
1710 | <fieldValue name='traceEnabled' value='false'/> |
1711 | <fieldValue name='displayMode'/> |
1712 | <fieldValue name='transparency' value='0'/> |
1713 | </ProtoInstance> |
1714 | <ProtoInstance name='Arc'> |
1715 | <fieldValue name='cylinderHeight' value='0.97808'/> |
1716 | <fieldValue name='cylinderTranslation' value='1.22961 1.44172 -0.16108'/> |
1717 | <fieldValue name='coneTranslation' value='1.52751 1.56096 -0.23390'/> |
1718 | <fieldValue name='rotation' value='-21.64433 0 -88.55190 1.19994'/> |
1719 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1720 | <fieldValue name='ballRadius' value='0.02'/> |
1721 | <fieldValue name='traceEnabled' value='false'/> |
1722 | <fieldValue name='displayMode'/> |
1723 | <fieldValue name='transparency' value='0'/> |
1724 | </ProtoInstance> |
1725 | <ProtoInstance name='Arc'> |
1726 | <fieldValue name='cylinderHeight' value='0.99314'/> |
1727 | <fieldValue name='cylinderTranslation' value='1.18044 1.16270 -0.33800'/> |
1728 | <fieldValue name='coneTranslation' value='1.44722 1.09371 -0.53126'/> |
1729 | <fieldValue name='rotation' value='-57.02769 0 -78.71960 1.77723'/> |
1730 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1731 | <fieldValue name='ballRadius' value='0.02'/> |
1732 | <fieldValue name='traceEnabled' value='false'/> |
1733 | <fieldValue name='displayMode'/> |
1734 | <fieldValue name='transparency' value='0'/> |
1735 | </ProtoInstance> |
1736 | <ProtoInstance name='Arc'> |
1737 | <fieldValue name='cylinderHeight' value='0.51973'/> |
1738 | <fieldValue name='cylinderTranslation' value='1.02382 1.34717 0.01450'/> |
1739 | <fieldValue name='coneTranslation' value='1.11489 1.37894 0.04038'/> |
1740 | <fieldValue name='rotation' value='13.47148 0 -47.39482 1.24699'/> |
1741 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1742 | <fieldValue name='ballRadius' value='0.02'/> |
1743 | <fieldValue name='traceEnabled' value='false'/> |
1744 | <fieldValue name='displayMode'/> |
1745 | <fieldValue name='transparency' value='0'/> |
1746 | </ProtoInstance> |
1747 | <ProtoInstance name='Arc'> |
1748 | <fieldValue name='cylinderHeight' value='0.14621'/> |
1749 | <fieldValue name='cylinderTranslation' value='0.83409 1.25931 -0.10841'/> |
1750 | <fieldValue name='coneTranslation' value='0.77793 1.26546 -0.04238'/> |
1751 | <fieldValue name='rotation' value='-11.11023 0 -9.44799 1.64163'/> |
1752 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1753 | <fieldValue name='ballRadius' value='0.02'/> |
1754 | <fieldValue name='traceEnabled' value='false'/> |
1755 | <fieldValue name='displayMode'/> |
1756 | <fieldValue name='transparency' value='0'/> |
1757 | </ProtoInstance> |
1758 | <ProtoInstance name='Arc'> |
1759 | <fieldValue name='cylinderHeight' value='0.89028'/> |
1760 | <fieldValue name='cylinderTranslation' value='0.49353 1.04430 0.19939'/> |
1761 | <fieldValue name='coneTranslation' value='0.30564 0.90326 0.36097'/> |
1762 | <fieldValue name='rotation' value='50.45009 -0.00000 58.66385 2.08822'/> |
1763 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1764 | <fieldValue name='ballRadius' value='0.02'/> |
1765 | <fieldValue name='traceEnabled' value='false'/> |
1766 | <fieldValue name='displayMode'/> |
1767 | <fieldValue name='transparency' value='0'/> |
1768 | </ProtoInstance> |
1769 | <ProtoInstance name='Arc'> |
1770 | <fieldValue name='cylinderHeight' value='0.48810'/> |
1771 | <fieldValue name='cylinderTranslation' value='0.97433 1.38620 -0.15082'/> |
1772 | <fieldValue name='coneTranslation' value='1.03890 1.42812 -0.18455'/> |
1773 | <fieldValue name='rotation' value='-19.59133 0 -37.49629 1.04865'/> |
1774 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1775 | <fieldValue name='ballRadius' value='0.02'/> |
1776 | <fieldValue name='traceEnabled' value='false'/> |
1777 | <fieldValue name='displayMode'/> |
1778 | <fieldValue name='transparency' value='0'/> |
1779 | </ProtoInstance> |
1780 | <ProtoInstance name='Arc'> |
1781 | <fieldValue name='cylinderHeight' value='0.93838'/> |
1782 | <fieldValue name='cylinderTranslation' value='0.43565 1.29654 0.25661'/> |
1783 | <fieldValue name='coneTranslation' value='0.20422 1.31767 0.46055'/> |
1784 | <fieldValue name='rotation' value='61.89446 -0.00000 70.23846 1.50241'/> |
1785 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1786 | <fieldValue name='ballRadius' value='0.02'/> |
1787 | <fieldValue name='traceEnabled' value='false'/> |
1788 | <fieldValue name='displayMode'/> |
1789 | <fieldValue name='transparency' value='0'/> |
1790 | </ProtoInstance> |
1791 | <ProtoInstance name='Arc'> |
1792 | <fieldValue name='cylinderHeight' value='0.82963'/> |
1793 | <fieldValue name='cylinderTranslation' value='0.87896 1.30883 -0.45488'/> |
1794 | <fieldValue name='coneTranslation' value='0.93554 1.33606 -0.70183'/> |
1795 | <fieldValue name='rotation' value='-80.40378 0 -18.42254 1.46369'/> |
1796 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1797 | <fieldValue name='ballRadius' value='0.02'/> |
1798 | <fieldValue name='traceEnabled' value='false'/> |
1799 | <fieldValue name='displayMode'/> |
1800 | <fieldValue name='transparency' value='0'/> |
1801 | </ProtoInstance> |
1802 | <ProtoInstance name='Arc'> |
1803 | <fieldValue name='cylinderHeight' value='1.13932'/> |
1804 | <fieldValue name='cylinderTranslation' value='0.51438 1.37767 0.43444'/> |
1805 | <fieldValue name='coneTranslation' value='0.31844 1.45907 0.78488'/> |
1806 | <fieldValue name='rotation' value='97.46065 -0.00000 54.49316 1.37076'/> |
1807 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1808 | <fieldValue name='ballRadius' value='0.02'/> |
1809 | <fieldValue name='traceEnabled' value='false'/> |
1810 | <fieldValue name='displayMode'/> |
1811 | <fieldValue name='transparency' value='0'/> |
1812 | </ProtoInstance> |
1813 | <ProtoInstance name='Arc'> |
1814 | <fieldValue name='cylinderHeight' value='0.66872'/> |
1815 | <fieldValue name='cylinderTranslation' value='1.02827 1.04683 0.02549'/> |
1816 | <fieldValue name='coneTranslation' value='1.15417 0.93333 0.06635'/> |
1817 | <fieldValue name='rotation' value='15.67006 0 -48.28535 2.27963'/> |
1818 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1819 | <fieldValue name='ballRadius' value='0.02'/> |
1820 | <fieldValue name='traceEnabled' value='false'/> |
1821 | <fieldValue name='displayMode'/> |
1822 | <fieldValue name='transparency' value='0'/> |
1823 | </ProtoInstance> |
1824 | <ProtoInstance name='Arc'> |
1825 | <fieldValue name='cylinderHeight' value='0.73081'/> |
1826 | <fieldValue name='cylinderTranslation' value='0.95838 1.29975 0.26784'/> |
1827 | <fieldValue name='coneTranslation' value='1.05481 1.31957 0.44812'/> |
1828 | <fieldValue name='rotation' value='64.14090 0 -34.30763 1.47413'/> |
1829 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1830 | <fieldValue name='ballRadius' value='0.02'/> |
1831 | <fieldValue name='traceEnabled' value='false'/> |
1832 | <fieldValue name='displayMode'/> |
1833 | <fieldValue name='transparency' value='0'/> |
1834 | </ProtoInstance> |
1835 | <ProtoInstance name='Arc'> |
1836 | <fieldValue name='cylinderHeight' value='0.47125'/> |
1837 | <fieldValue name='cylinderTranslation' value='0.67304 1.36292 -0.23418'/> |
1838 | <fieldValue name='coneTranslation' value='0.63651 1.39451 -0.29237'/> |
1839 | <fieldValue name='rotation' value='-36.26318 0 22.76204 1.13980'/> |
1840 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1841 | <fieldValue name='ballRadius' value='0.02'/> |
1842 | <fieldValue name='traceEnabled' value='false'/> |
1843 | <fieldValue name='displayMode'/> |
1844 | <fieldValue name='transparency' value='0'/> |
1845 | </ProtoInstance> |
1846 | <ProtoInstance name='Arc'> |
1847 | <fieldValue name='cylinderHeight' value='0.60799'/> |
1848 | <fieldValue name='cylinderTranslation' value='-0.89264 0.36008 1.36567'/> |
1849 | <fieldValue name='coneTranslation' value='-0.98994 0.28050 1.43591'/> |
1850 | <fieldValue name='rotation' value='29.65749 -0.00000 41.08521 2.15633'/> |
1851 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1852 | <fieldValue name='ballRadius' value='0.02'/> |
1853 | <fieldValue name='traceEnabled' value='false'/> |
1854 | <fieldValue name='displayMode'/> |
1855 | <fieldValue name='transparency' value='0'/> |
1856 | </ProtoInstance> |
1857 | <ProtoInstance name='Arc'> |
1858 | <fieldValue name='cylinderHeight' value='0.94729'/> |
1859 | <fieldValue name='cylinderTranslation' value='-0.98774 0.24009 1.44341'/> |
1860 | <fieldValue name='coneTranslation' value='-1.18675 0.04939 1.59308'/> |
1861 | <fieldValue name='rotation' value='45.20488 -0.00000 60.10553 2.22436'/> |
1862 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1863 | <fieldValue name='ballRadius' value='0.02'/> |
1864 | <fieldValue name='traceEnabled' value='false'/> |
1865 | <fieldValue name='displayMode'/> |
1866 | <fieldValue name='transparency' value='0'/> |
1867 | </ProtoInstance> |
1868 | <ProtoInstance name='Arc'> |
1869 | <fieldValue name='cylinderHeight' value='0.78322'/> |
1870 | <fieldValue name='cylinderTranslation' value='-0.76303 0.78392 0.93076'/> |
1871 | <fieldValue name='coneTranslation' value='-0.80788 0.93524 0.76125'/> |
1872 | <fieldValue name='rotation' value='-57.32409 0 15.16430 0.85884'/> |
1873 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1874 | <fieldValue name='ballRadius' value='0.02'/> |
1875 | <fieldValue name='traceEnabled' value='false'/> |
1876 | <fieldValue name='displayMode'/> |
1877 | <fieldValue name='transparency' value='0'/> |
1878 | </ProtoInstance> |
1879 | <ProtoInstance name='Arc'> |
1880 | <fieldValue name='cylinderHeight' value='0.85560'/> |
1881 | <fieldValue name='cylinderTranslation' value='-0.78424 0.25916 1.53563'/> |
1882 | <fieldValue name='coneTranslation' value='-0.84497 0.09082 1.73485'/> |
1883 | <fieldValue name='rotation' value='63.64953 -0.00000 19.40509 2.25056'/> |
1884 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1885 | <fieldValue name='ballRadius' value='0.02'/> |
1886 | <fieldValue name='traceEnabled' value='false'/> |
1887 | <fieldValue name='displayMode'/> |
1888 | <fieldValue name='transparency' value='0'/> |
1889 | </ProtoInstance> |
1890 | <ProtoInstance name='Arc'> |
1891 | <fieldValue name='cylinderHeight' value='0.51055'/> |
1892 | <fieldValue name='cylinderTranslation' value='-0.79156 0.31038 1.30036'/> |
1893 | <fieldValue name='coneTranslation' value='-0.83051 0.22913 1.33133'/> |
1894 | <fieldValue name='rotation' value='16.59478 -0.00000 20.87040 2.59210'/> |
1895 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1896 | <fieldValue name='ballRadius' value='0.02'/> |
1897 | <fieldValue name='traceEnabled' value='false'/> |
1898 | <fieldValue name='displayMode'/> |
1899 | <fieldValue name='transparency' value='0'/> |
1900 | </ProtoInstance> |
1901 | <ProtoInstance name='Arc'> |
1902 | <fieldValue name='cylinderHeight' value='0.97761'/> |
1903 | <fieldValue name='cylinderTranslation' value='-0.72412 0.90557 0.90906'/> |
1904 | <fieldValue name='coneTranslation' value='-0.74894 1.15950 0.70165'/> |
1905 | <fieldValue name='rotation' value='-61.66593 0 7.38128 0.68838'/> |
1906 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1907 | <fieldValue name='ballRadius' value='0.02'/> |
1908 | <fieldValue name='traceEnabled' value='false'/> |
1909 | <fieldValue name='displayMode'/> |
1910 | <fieldValue name='transparency' value='0'/> |
1911 | </ProtoInstance> |
1912 | <ProtoInstance name='Arc'> |
1913 | <fieldValue name='cylinderHeight' value='0.54617'/> |
1914 | <fieldValue name='cylinderTranslation' value='-0.60606 0.42352 1.45625'/> |
1915 | <fieldValue name='coneTranslation' value='-0.57245 0.38022 1.55516'/> |
1916 | <fieldValue name='rotation' value='47.77304 0 -16.23104 1.96371'/> |
1917 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1918 | <fieldValue name='ballRadius' value='0.02'/> |
1919 | <fieldValue name='traceEnabled' value='false'/> |
1920 | <fieldValue name='displayMode'/> |
1921 | <fieldValue name='transparency' value='0'/> |
1922 | </ProtoInstance> |
1923 | <ProtoInstance name='Arc'> |
1924 | <fieldValue name='cylinderHeight' value='0.90324'/> |
1925 | <fieldValue name='cylinderTranslation' value='-0.99993 0.28948 1.43929'/> |
1926 | <fieldValue name='coneTranslation' value='-1.20185 0.13541 1.58257'/> |
1927 | <fieldValue name='rotation' value='44.38018 -0.00000 62.54267 2.12742'/> |
1928 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1929 | <fieldValue name='ballRadius' value='0.02'/> |
1930 | <fieldValue name='traceEnabled' value='false'/> |
1931 | <fieldValue name='displayMode'/> |
1932 | <fieldValue name='transparency' value='0'/> |
1933 | </ProtoInstance> |
1934 | <ProtoInstance name='Arc'> |
1935 | <fieldValue name='cylinderHeight' value='1.20893'/> |
1936 | <fieldValue name='cylinderTranslation' value='-0.24350 0.67610 0.83451'/> |
1937 | <fieldValue name='coneTranslation' value='0.08276 0.78493 0.55299'/> |
1938 | <fieldValue name='rotation' value='-76.57437 0 -88.74198 1.32341'/> |
1939 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1940 | <fieldValue name='ballRadius' value='0.02'/> |
1941 | <fieldValue name='traceEnabled' value='false'/> |
1942 | <fieldValue name='displayMode'/> |
1943 | <fieldValue name='transparency' value='0'/> |
1944 | </ProtoInstance> |
1945 | <ProtoInstance name='Arc'> |
1946 | <fieldValue name='cylinderHeight' value='0.70987'/> |
1947 | <fieldValue name='cylinderTranslation' value='-1.03655 0.56620 1.16752'/> |
1948 | <fieldValue name='coneTranslation' value='-1.22841 0.58713 1.14014'/> |
1949 | <fieldValue name='rotation' value='-9.97264 0 69.86809 1.46319'/> |
1950 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1951 | <fieldValue name='ballRadius' value='0.02'/> |
1952 | <fieldValue name='traceEnabled' value='false'/> |
1953 | <fieldValue name='displayMode'/> |
1954 | <fieldValue name='transparency' value='0'/> |
1955 | </ProtoInstance> |
1956 | <ProtoInstance name='Arc'> |
1957 | <fieldValue name='cylinderHeight' value='1.28861'/> |
1958 | <fieldValue name='cylinderTranslation' value='-0.30138 0.92834 0.89173'/> |
1959 | <fieldValue name='coneTranslation' value='-0.01135 1.22921 0.64695'/> |
1960 | <fieldValue name='rotation' value='-65.13001 0 -77.16738 0.90048'/> |
1961 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1962 | <fieldValue name='ballRadius' value='0.02'/> |
1963 | <fieldValue name='traceEnabled' value='false'/> |
1964 | <fieldValue name='displayMode'/> |
1965 | <fieldValue name='transparency' value='0'/> |
1966 | </ProtoInstance> |
1967 | <ProtoInstance name='Arc'> |
1968 | <fieldValue name='cylinderHeight' value='0.36233'/> |
1969 | <fieldValue name='cylinderTranslation' value='-0.58780 0.39913 1.13796'/> |
1970 | <fieldValue name='coneTranslation' value='-0.57619 0.38406 1.12868'/> |
1971 | <fieldValue name='rotation' value='-15.88535 0 -19.88200 2.36287'/> |
1972 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1973 | <fieldValue name='ballRadius' value='0.02'/> |
1974 | <fieldValue name='traceEnabled' value='false'/> |
1975 | <fieldValue name='displayMode'/> |
1976 | <fieldValue name='transparency' value='0'/> |
1977 | </ProtoInstance> |
1978 | <ProtoInstance name='Arc'> |
1979 | <fieldValue name='cylinderHeight' value='0.90324'/> |
1980 | <fieldValue name='cylinderTranslation' value='-0.99993 0.28948 1.43929'/> |
1981 | <fieldValue name='coneTranslation' value='-1.20185 0.13541 1.58257'/> |
1982 | <fieldValue name='rotation' value='44.38018 -0.00000 62.54267 2.12742'/> |
1983 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1984 | <fieldValue name='ballRadius' value='0.02'/> |
1985 | <fieldValue name='traceEnabled' value='false'/> |
1986 | <fieldValue name='displayMode'/> |
1987 | <fieldValue name='transparency' value='0'/> |
1988 | </ProtoInstance> |
1989 | <ProtoInstance name='Arc'> |
1990 | <fieldValue name='cylinderHeight' value='0.94916'/> |
1991 | <fieldValue name='cylinderTranslation' value='-0.97634 0.22785 1.44430'/> |
1992 | <fieldValue name='coneTranslation' value='-1.16800 0.02884 1.59471'/> |
1993 | <fieldValue name='rotation' value='45.38217 -0.00000 57.82626 2.25574'/> |
1994 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1995 | <fieldValue name='ballRadius' value='0.02'/> |
1996 | <fieldValue name='traceEnabled' value='false'/> |
1997 | <fieldValue name='displayMode'/> |
1998 | <fieldValue name='transparency' value='0'/> |
1999 | </ProtoInstance> |
2000 | <ProtoInstance name='Arc'> |
2001 | <fieldValue name='cylinderHeight' value='1.13249'/> |
2002 | <fieldValue name='cylinderTranslation' value='-0.20465 0.66575 1.47972'/> |
2003 | <fieldValue name='coneTranslation' value='0.14155 0.76452 1.66793'/> |
2004 | <fieldValue name='rotation' value='52.46728 0 -96.51147 1.32521'/> |
2005 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2006 | <fieldValue name='ballRadius' value='0.02'/> |
2007 | <fieldValue name='traceEnabled' value='false'/> |
2008 | <fieldValue name='displayMode'/> |
2009 | <fieldValue name='transparency' value='0'/> |
2010 | </ProtoInstance> |
2011 | <ProtoInstance name='Arc'> |
2012 | <fieldValue name='cylinderHeight' value='0.54708'/> |
2013 | <fieldValue name='cylinderTranslation' value='-0.92452 1.64363 0.26568'/> |
2014 | <fieldValue name='coneTranslation' value='-1.02417 1.63999 0.31995'/> |
2015 | <fieldValue name='rotation' value='26.15372 -0.00000 48.01925 1.60284'/> |
2016 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2017 | <fieldValue name='ballRadius' value='0.02'/> |
2018 | <fieldValue name='traceEnabled' value='false'/> |
2019 | <fieldValue name='displayMode'/> |
2020 | <fieldValue name='transparency' value='0'/> |
2021 | </ProtoInstance> |
2022 | <ProtoInstance name='Arc'> |
2023 | <fieldValue name='cylinderHeight' value='0.81147'/> |
2024 | <fieldValue name='cylinderTranslation' value='-0.76164 1.34608 0.38953'/> |
2025 | <fieldValue name='coneTranslation' value='-0.80840 1.16056 0.54374'/> |
2026 | <fieldValue name='rotation' value='50.92374 -0.00000 15.44358 2.42639'/> |
2027 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2028 | <fieldValue name='ballRadius' value='0.02'/> |
2029 | <fieldValue name='traceEnabled' value='false'/> |
2030 | <fieldValue name='displayMode'/> |
2031 | <fieldValue name='transparency' value='0'/> |
2032 | </ProtoInstance> |
2033 | <ProtoInstance name='Arc'> |
2034 | <fieldValue name='cylinderHeight' value='0.56860'/> |
2035 | <fieldValue name='cylinderTranslation' value='-0.94361 1.75072 0.19799'/> |
2036 | <fieldValue name='coneTranslation' value='-1.05693 1.79371 0.22557'/> |
2037 | <fieldValue name='rotation' value='12.61642 -0.00000 51.83826 1.21766'/> |
2038 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2039 | <fieldValue name='ballRadius' value='0.02'/> |
2040 | <fieldValue name='traceEnabled' value='false'/> |
2041 | <fieldValue name='displayMode'/> |
2042 | <fieldValue name='transparency' value='0'/> |
2043 | </ProtoInstance> |
2044 | <ProtoInstance name='Arc'> |
2045 | <fieldValue name='cylinderHeight' value='0.55884'/> |
2046 | <fieldValue name='cylinderTranslation' value='-0.87345 1.77230 -0.03232'/> |
2047 | <fieldValue name='coneTranslation' value='-0.95424 1.82354 -0.10379'/> |
2048 | <fieldValue name='rotation' value='-33.44571 0 37.80627 1.12728'/> |
2049 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2050 | <fieldValue name='ballRadius' value='0.02'/> |
2051 | <fieldValue name='traceEnabled' value='false'/> |
2052 | <fieldValue name='displayMode'/> |
2053 | <fieldValue name='transparency' value='0'/> |
2054 | </ProtoInstance> |
2055 | <ProtoInstance name='Arc'> |
2056 | <fieldValue name='cylinderHeight' value='0.55095'/> |
2057 | <fieldValue name='cylinderTranslation' value='-0.89339 1.83183 0.13953'/> |
2058 | <fieldValue name='coneTranslation' value='-0.98099 1.90704 0.14147'/> |
2059 | <fieldValue name='rotation' value='0.92472 -0.00000 41.79399 0.86142'/> |
2060 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2061 | <fieldValue name='ballRadius' value='0.02'/> |
2062 | <fieldValue name='traceEnabled' value='false'/> |
2063 | <fieldValue name='displayMode'/> |
2064 | <fieldValue name='transparency' value='0'/> |
2065 | </ProtoInstance> |
2066 | <ProtoInstance name='Arc'> |
2067 | <fieldValue name='cylinderHeight' value='0.49676'/> |
2068 | <fieldValue name='cylinderTranslation' value='-0.69581 1.85451 -0.00901'/> |
2069 | <fieldValue name='coneTranslation' value='-0.69987 1.92643 -0.06022'/> |
2070 | <fieldValue name='rotation' value='-28.78320 0 2.27871 0.62024'/> |
2071 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2072 | <fieldValue name='ballRadius' value='0.02'/> |
2073 | <fieldValue name='traceEnabled' value='false'/> |
2074 | <fieldValue name='displayMode'/> |
2075 | <fieldValue name='transparency' value='0'/> |
2076 | </ProtoInstance> |
2077 | <ProtoInstance name='Arc'> |
2078 | <fieldValue name='cylinderHeight' value='0.63527'/> |
2079 | <fieldValue name='cylinderTranslation' value='-0.93254 1.45832 0.09412'/> |
2080 | <fieldValue name='coneTranslation' value='-1.05568 1.36200 0.07388'/> |
2081 | <fieldValue name='rotation' value='-8.15699 0 49.62452 2.22811'/> |
2082 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2083 | <fieldValue name='ballRadius' value='0.02'/> |
2084 | <fieldValue name='traceEnabled' value='false'/> |
2085 | <fieldValue name='displayMode'/> |
2086 | <fieldValue name='transparency' value='0'/> |
2087 | </ProtoInstance> |
2088 | <ProtoInstance name='Arc'> |
2089 | <fieldValue name='cylinderHeight' value='0.53528'/> |
2090 | <fieldValue name='cylinderTranslation' value='-0.60905 1.83762 -0.04297'/> |
2091 | <fieldValue name='coneTranslation' value='-0.57874 1.91211 -0.11451'/> |
2092 | <fieldValue name='rotation' value='-35.57615 0 -15.07333 0.80644'/> |
2093 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2094 | <fieldValue name='ballRadius' value='0.02'/> |
2095 | <fieldValue name='traceEnabled' value='false'/> |
2096 | <fieldValue name='displayMode'/> |
2097 | <fieldValue name='transparency' value='0'/> |
2098 | </ProtoInstance> |
2099 | <ProtoInstance name='Arc'> |
2100 | <fieldValue name='cylinderHeight' value='0.94020'/> |
2101 | <fieldValue name='cylinderTranslation' value='-0.26749 1.69380 -0.07829'/> |
2102 | <fieldValue name='coneTranslation' value='0.00753 1.72112 -0.21892'/> |
2103 | <fieldValue name='rotation' value='-42.63925 0 -83.38541 1.48260'/> |
2104 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2105 | <fieldValue name='ballRadius' value='0.02'/> |
2106 | <fieldValue name='traceEnabled' value='false'/> |
2107 | <fieldValue name='displayMode'/> |
2108 | <fieldValue name='transparency' value='0'/> |
2109 | </ProtoInstance> |
2110 | <ProtoInstance name='Arc'> |
2111 | <fieldValue name='cylinderHeight' value='1.25751'/> |
2112 | <fieldValue name='cylinderTranslation' value='-1.07295 1.26202 -0.16839'/> |
2113 | <fieldValue name='coneTranslation' value='-1.36261 0.97099 -0.39451'/> |
2114 | <fieldValue name='rotation' value='-60.65989 0 77.70576 2.24064'/> |
2115 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2116 | <fieldValue name='ballRadius' value='0.02'/> |
2117 | <fieldValue name='traceEnabled' value='false'/> |
2118 | <fieldValue name='displayMode'/> |
2119 | <fieldValue name='transparency' value='0'/> |
2120 | </ProtoInstance> |
2121 | <ProtoInstance name='Arc'> |
2122 | <fieldValue name='cylinderHeight' value='0.49478'/> |
2123 | <fieldValue name='cylinderTranslation' value='-0.45307 1.57854 0.08775'/> |
2124 | <fieldValue name='coneTranslation' value='-0.37135 1.55245 0.07109'/> |
2125 | <fieldValue name='rotation' value='-9.43131 0 -46.26989 1.87397'/> |
2126 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2127 | <fieldValue name='ballRadius' value='0.02'/> |
2128 | <fieldValue name='traceEnabled' value='false'/> |
2129 | <fieldValue name='displayMode'/> |
2130 | <fieldValue name='transparency' value='0'/> |
2131 | </ProtoInstance> |
2132 | <ProtoInstance name='Arc'> |
2133 | <fieldValue name='cylinderHeight' value='0.88424'/> |
2134 | <fieldValue name='cylinderTranslation' value='-0.76033 2.07915 0.22198'/> |
2135 | <fieldValue name='coneTranslation' value='-0.80876 2.35147 0.27755'/> |
2136 | <fieldValue name='rotation' value='17.41560 -0.00000 15.18120 0.26435'/> |
2137 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2138 | <fieldValue name='ballRadius' value='0.02'/> |
2139 | <fieldValue name='traceEnabled' value='false'/> |
2140 | <fieldValue name='displayMode'/> |
2141 | <fieldValue name='transparency' value='0'/> |
2142 | </ProtoInstance> |
2143 | <ProtoInstance name='Arc'> |
2144 | <fieldValue name='cylinderHeight' value='0.57999'/> |
2145 | <fieldValue name='cylinderTranslation' value='-0.95854 1.74030 0.16999'/> |
2146 | <fieldValue name='coneTranslation' value='-1.08141 1.77970 0.18572'/> |
2147 | <fieldValue name='rotation' value='7.01691 -0.00000 54.82332 1.26283'/> |
2148 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2149 | <fieldValue name='ballRadius' value='0.02'/> |
2150 | <fieldValue name='traceEnabled' value='false'/> |
2151 | <fieldValue name='displayMode'/> |
2152 | <fieldValue name='transparency' value='0'/> |
2153 | </ProtoInstance> |
2154 | <ProtoInstance name='Arc'> |
2155 | <fieldValue name='cylinderHeight' value='0.68704'/> |
2156 | <fieldValue name='cylinderTranslation' value='-0.97481 1.55756 -0.02221'/> |
2157 | <fieldValue name='coneTranslation' value='-1.12995 1.50689 -0.10615'/> |
2158 | <fieldValue name='rotation' value='-31.42361 0 58.07811 1.85051'/> |
2159 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2160 | <fieldValue name='ballRadius' value='0.02'/> |
2161 | <fieldValue name='traceEnabled' value='false'/> |
2162 | <fieldValue name='displayMode'/> |
2163 | <fieldValue name='transparency' value='0'/> |
2164 | </ProtoInstance> |
2165 | <ProtoInstance name='Arc'> |
2166 | <fieldValue name='cylinderHeight' value='0.59938'/> |
2167 | <fieldValue name='cylinderTranslation' value='-0.72272 1.46773 0.36782'/> |
2168 | <fieldValue name='coneTranslation' value='-0.74058 1.38165 0.47638'/> |
2169 | <fieldValue name='rotation' value='46.58190 -0.00000 7.66055 2.23468'/> |
2170 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2171 | <fieldValue name='ballRadius' value='0.02'/> |
2172 | <fieldValue name='traceEnabled' value='false'/> |
2173 | <fieldValue name='displayMode'/> |
2174 | <fieldValue name='transparency' value='0'/> |
2175 | </ProtoInstance> |
2176 | <ProtoInstance name='Arc'> |
2177 | <fieldValue name='cylinderHeight' value='0.57140'/> |
2178 | <fieldValue name='cylinderTranslation' value='-0.90741 1.76798 -0.00125'/> |
2179 | <fieldValue name='coneTranslation' value='-1.00553 1.81883 -0.06115'/> |
2180 | <fieldValue name='rotation' value='-27.23072 0 44.59907 1.15430'/> |
2181 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2182 | <fieldValue name='ballRadius' value='0.02'/> |
2183 | <fieldValue name='traceEnabled' value='false'/> |
2184 | <fieldValue name='displayMode'/> |
2185 | <fieldValue name='transparency' value='0'/> |
2186 | </ProtoInstance> |
2187 | <ProtoInstance name='Arc'> |
2188 | <fieldValue name='cylinderHeight' value='0.43103'/> |
2189 | <fieldValue name='cylinderTranslation' value='-0.72631 1.73841 -0.05820'/> |
2190 | <fieldValue name='coneTranslation' value='-0.73710 1.76057 -0.10795'/> |
2191 | <fieldValue name='rotation' value='-38.62231 0 8.37775 1.16023'/> |
2192 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2193 | <fieldValue name='ballRadius' value='0.02'/> |
2194 | <fieldValue name='traceEnabled' value='false'/> |
2195 | <fieldValue name='displayMode'/> |
2196 | <fieldValue name='transparency' value='0'/> |
2197 | </ProtoInstance> |
2198 | <ProtoInstance name='Arc'> |
2199 | <fieldValue name='cylinderHeight' value='0.54085'/> |
2200 | <fieldValue name='cylinderTranslation' value='-0.79139 1.88406 0.04537'/> |
2201 | <fieldValue name='coneTranslation' value='-0.83508 1.97866 0.00881'/> |
2202 | <fieldValue name='rotation' value='-17.90719 0 21.39491 0.54201'/> |
2203 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2204 | <fieldValue name='ballRadius' value='0.02'/> |
2205 | <fieldValue name='traceEnabled' value='false'/> |
2206 | <fieldValue name='displayMode'/> |
2207 | <fieldValue name='transparency' value='0'/> |
2208 | </ProtoInstance> |
2209 | <ProtoInstance name='Arc'> |
2210 | <fieldValue name='cylinderHeight' value='0.55261'/> |
2211 | <fieldValue name='cylinderTranslation' value='-0.60213 1.80652 0.34895'/> |
2212 | <fieldValue name='coneTranslation' value='-0.56749 1.87140 0.43905'/> |
2213 | <fieldValue name='rotation' value='42.80915 0 -16.45816 0.97903'/> |
2214 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2215 | <fieldValue name='ballRadius' value='0.02'/> |
2216 | <fieldValue name='traceEnabled' value='false'/> |
2217 | <fieldValue name='displayMode'/> |
2218 | <fieldValue name='transparency' value='0'/> |
2219 | </ProtoInstance> |
2220 | <ProtoInstance name='Arc'> |
2221 | <fieldValue name='cylinderHeight' value='0.88181'/> |
2222 | <fieldValue name='cylinderTranslation' value='-0.79412 2.03314 0.32828'/> |
2223 | <fieldValue name='coneTranslation' value='-0.86400 2.27572 0.45149'/> |
2224 | <fieldValue name='rotation' value='38.67544 -0.00000 21.93929 0.52851'/> |
2225 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2226 | <fieldValue name='ballRadius' value='0.02'/> |
2227 | <fieldValue name='traceEnabled' value='false'/> |
2228 | <fieldValue name='displayMode'/> |
2229 | <fieldValue name='transparency' value='0'/> |
2230 | </ProtoInstance> |
2231 | <ProtoInstance name='Arc'> |
2232 | <fieldValue name='cylinderHeight' value='0.93911'/> |
2233 | <fieldValue name='cylinderTranslation' value='-0.29998 1.49050 0.35050'/> |
2234 | <fieldValue name='coneTranslation' value='-0.04654 1.38377 0.49262'/> |
2235 | <fieldValue name='rotation' value='43.11782 0 -76.88810 1.92280'/> |
2236 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2237 | <fieldValue name='ballRadius' value='0.02'/> |
2238 | <fieldValue name='traceEnabled' value='false'/> |
2239 | <fieldValue name='displayMode'/> |
2240 | <fieldValue name='transparency' value='0'/> |
2241 | </ProtoInstance> |
2242 | <ProtoInstance name='Arc'> |
2243 | <fieldValue name='cylinderHeight' value='0.92995'/> |
2244 | <fieldValue name='cylinderTranslation' value='-0.83730 2.03430 -0.08184'/> |
2245 | <fieldValue name='coneTranslation' value='-0.93758 2.28479 -0.22400'/> |
2246 | <fieldValue name='rotation' value='-43.34937 0 30.57666 0.60704'/> |
2247 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2248 | <fieldValue name='ballRadius' value='0.02'/> |
2249 | <fieldValue name='traceEnabled' value='false'/> |
2250 | <fieldValue name='displayMode'/> |
2251 | <fieldValue name='transparency' value='0'/> |
2252 | </ProtoInstance> |
2253 | <ProtoInstance name='Arc'> |
2254 | <fieldValue name='cylinderHeight' value='1.22609'/> |
2255 | <fieldValue name='cylinderTranslation' value='-0.22125 1.57163 0.52833'/> |
2256 | <fieldValue name='coneTranslation' value='0.12103 1.51195 0.81907'/> |
2257 | <fieldValue name='rotation' value='78.68402 0 -92.63339 1.70292'/> |
2258 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2259 | <fieldValue name='ballRadius' value='0.02'/> |
2260 | <fieldValue name='traceEnabled' value='false'/> |
2261 | <fieldValue name='displayMode'/> |
2262 | <fieldValue name='transparency' value='0'/> |
2263 | </ProtoInstance> |
2264 | <ProtoInstance name='Arc'> |
2265 | <fieldValue name='cylinderHeight' value='0.55884'/> |
2266 | <fieldValue name='cylinderTranslation' value='-0.87345 1.77230 -0.03232'/> |
2267 | <fieldValue name='coneTranslation' value='-0.95424 1.82354 -0.10379'/> |
2268 | <fieldValue name='rotation' value='-33.44566 0 37.80620 1.12728'/> |
2269 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2270 | <fieldValue name='ballRadius' value='0.02'/> |
2271 | <fieldValue name='traceEnabled' value='false'/> |
2272 | <fieldValue name='displayMode'/> |
2273 | <fieldValue name='transparency' value='0'/> |
2274 | </ProtoInstance> |
2275 | <ProtoInstance name='Arc'> |
2276 | <fieldValue name='cylinderHeight' value='0.43103'/> |
2277 | <fieldValue name='cylinderTranslation' value='-0.72631 1.73841 -0.05821'/> |
2278 | <fieldValue name='coneTranslation' value='-0.73710 1.76057 -0.10795'/> |
2279 | <fieldValue name='rotation' value='-38.62238 0 8.37782 1.16023'/> |
2280 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2281 | <fieldValue name='ballRadius' value='0.02'/> |
2282 | <fieldValue name='traceEnabled' value='false'/> |
2283 | <fieldValue name='displayMode'/> |
2284 | <fieldValue name='transparency' value='0'/> |
2285 | </ProtoInstance> |
2286 | <ProtoInstance name='Arc'> |
2287 | <fieldValue name='cylinderHeight' value='0.94952'/> |
2288 | <fieldValue name='cylinderTranslation' value='-1.01386 1.97970 0.03623'/> |
2289 | <fieldValue name='coneTranslation' value='-1.23228 2.19669 -0.02919'/> |
2290 | <fieldValue name='rotation' value='-19.73532 0 65.88866 0.81013'/> |
2291 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2292 | <fieldValue name='ballRadius' value='0.02'/> |
2293 | <fieldValue name='traceEnabled' value='false'/> |
2294 | <fieldValue name='displayMode'/> |
2295 | <fieldValue name='transparency' value='0'/> |
2296 | </ProtoInstance> |
2297 | <ProtoInstance name='Arc'> |
2298 | <fieldValue name='cylinderHeight' value='0.96752'/> |
2299 | <fieldValue name='cylinderTranslation' value='-1.13436 1.69889 -0.03660'/> |
2300 | <fieldValue name='coneTranslation' value='-1.43549 1.73000 -0.15139'/> |
2301 | <fieldValue name='rotation' value='-34.30171 0 89.98862 1.47454'/> |
2302 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2303 | <fieldValue name='ballRadius' value='0.02'/> |
2304 | <fieldValue name='traceEnabled' value='false'/> |
2305 | <fieldValue name='displayMode'/> |
2306 | <fieldValue name='transparency' value='0'/> |
2307 | </ProtoInstance> |
2308 | <ProtoInstance name='Arc'> |
2309 | <fieldValue name='cylinderHeight' value='0.45751'/> |
2310 | <fieldValue name='cylinderTranslation' value='-0.61006 1.82565 0.26446'/> |
2311 | <fieldValue name='coneTranslation' value='-0.58771 1.87772 0.30339'/> |
2312 | <fieldValue name='rotation' value='25.90976 0 -14.87234 0.71151'/> |
2313 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2314 | <fieldValue name='ballRadius' value='0.02'/> |
2315 | <fieldValue name='traceEnabled' value='false'/> |
2316 | <fieldValue name='displayMode'/> |
2317 | <fieldValue name='transparency' value='0'/> |
2318 | </ProtoInstance> |
2319 | <ProtoInstance name='Arc'> |
2320 | <fieldValue name='cylinderHeight' value='0.99087'/> |
2321 | <fieldValue name='cylinderTranslation' value='-1.10343 1.91606 0.15391'/> |
2322 | <fieldValue name='coneTranslation' value='-1.38713 2.09458 0.16677'/> |
2323 | <fieldValue name='rotation' value='3.79991 -0.00000 83.80284 1.00961'/> |
2324 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2325 | <fieldValue name='ballRadius' value='0.02'/> |
2326 | <fieldValue name='traceEnabled' value='false'/> |
2327 | <fieldValue name='displayMode'/> |
2328 | <fieldValue name='transparency' value='0'/> |
2329 | </ProtoInstance> |
2330 | <ProtoInstance name='Arc'> |
2331 | <fieldValue name='cylinderHeight' value='0.99087'/> |
2332 | <fieldValue name='cylinderTranslation' value='-1.10343 1.91606 0.15391'/> |
2333 | <fieldValue name='coneTranslation' value='-1.38713 2.09458 0.16677'/> |
2334 | <fieldValue name='rotation' value='3.79991 -0.00000 83.80284 1.00961'/> |
2335 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2336 | <fieldValue name='ballRadius' value='0.02'/> |
2337 | <fieldValue name='traceEnabled' value='false'/> |
2338 | <fieldValue name='displayMode'/> |
2339 | <fieldValue name='transparency' value='0'/> |
2340 | </ProtoInstance> |
2341 | <ProtoInstance name='Arc'> |
2342 | <fieldValue name='cylinderHeight' value='0.59987'/> |
2343 | <fieldValue name='cylinderTranslation' value='-0.90626 1.84928 0.09038'/> |
2344 | <fieldValue name='coneTranslation' value='-1.00976 1.94114 0.06960'/> |
2345 | <fieldValue name='rotation' value='-8.90627 0 44.36821 0.85471'/> |
2346 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2347 | <fieldValue name='ballRadius' value='0.02'/> |
2348 | <fieldValue name='traceEnabled' value='false'/> |
2349 | <fieldValue name='displayMode'/> |
2350 | <fieldValue name='transparency' value='0'/> |
2351 | </ProtoInstance> |
2352 | <ProtoInstance name='Arc'> |
2353 | <fieldValue name='cylinderHeight' value='0.29607'/> |
2354 | <fieldValue name='cylinderTranslation' value='-1.20535 0.12147 1.58757'/> |
2355 | <fieldValue name='coneTranslation' value='-1.19668 0.12718 1.58162'/> |
2356 | <fieldValue name='rotation' value='14.72269 -0.00000 21.45746 2.06794'/> |
2357 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2358 | <fieldValue name='ballRadius' value='0.02'/> |
2359 | <fieldValue name='traceEnabled' value='false'/> |
2360 | <fieldValue name='displayMode'/> |
2361 | <fieldValue name='transparency' value='0'/> |
2362 | </ProtoInstance> |
2363 | <ProtoInstance name='Arc'> |
2364 | <fieldValue name='cylinderHeight' value='0.29607'/> |
2365 | <fieldValue name='cylinderTranslation' value='-1.20535 0.12147 1.58757'/> |
2366 | <fieldValue name='coneTranslation' value='-1.19668 0.12718 1.58162'/> |
2367 | <fieldValue name='rotation' value='14.72269 -0.00000 21.45746 2.06794'/> |
2368 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2369 | <fieldValue name='ballRadius' value='0.02'/> |
2370 | <fieldValue name='traceEnabled' value='false'/> |
2371 | <fieldValue name='displayMode'/> |
2372 | <fieldValue name='transparency' value='0'/> |
2373 | </ProtoInstance> |
2374 | <ProtoInstance name='Arc'> |
2375 | <fieldValue name='cylinderHeight' value='0.25023'/> |
2376 | <fieldValue name='cylinderTranslation' value='-2.25678 -0.01226 -1.31872'/> |
2377 | <fieldValue name='coneTranslation' value='-2.26170 0.00758 -1.29045'/> |
2378 | <fieldValue name='rotation' value='-20.27595 0 -3.52274 2.17592'/> |
2379 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2380 | <fieldValue name='ballRadius' value='0.02'/> |
2381 | <fieldValue name='traceEnabled' value='false'/> |
2382 | <fieldValue name='displayMode'/> |
2383 | <fieldValue name='transparency' value='0'/> |
2384 | </ProtoInstance> |
2385 | <ProtoInstance name='Arc'> |
2386 | <fieldValue name='cylinderHeight' value='0.02995'/> |
2387 | <fieldValue name='cylinderTranslation' value='-2.27809 0.06452 -1.20396'/> |
2388 | <fieldValue name='coneTranslation' value='-2.24231 0.01020 -1.33357'/> |
2389 | <fieldValue name='rotation' value='2.67671 -0.00000 0.73901 1.18687'/> |
2390 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2391 | <fieldValue name='ballRadius' value='0.02'/> |
2392 | <fieldValue name='traceEnabled' value='false'/> |
2393 | <fieldValue name='displayMode'/> |
2394 | <fieldValue name='transparency' value='0'/> |
2395 | </ProtoInstance> |
2396 | <ProtoInstance name='Arc'> |
2397 | <fieldValue name='cylinderHeight' value='0.25623'/> |
2398 | <fieldValue name='cylinderTranslation' value='-1.18371 1.74195 0.32876'/> |
2399 | <fieldValue name='coneTranslation' value='-1.17895 1.71530 0.34560'/> |
2400 | <fieldValue name='rotation' value='-13.53730 0 3.81900 0.58110'/> |
2401 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2402 | <fieldValue name='ballRadius' value='0.02'/> |
2403 | <fieldValue name='traceEnabled' value='false'/> |
2404 | <fieldValue name='displayMode'/> |
2405 | <fieldValue name='transparency' value='0'/> |
2406 | </ProtoInstance> |
2407 | <ProtoInstance name='Arc'> |
2408 | <fieldValue name='cylinderHeight' value='0.57304'/> |
2409 | <fieldValue name='cylinderTranslation' value='-0.96282 1.45896 0.49858'/> |
2410 | <fieldValue name='coneTranslation' value='-0.87371 1.38129 0.54369'/> |
2411 | <fieldValue name='rotation' value='20.42817 0 -40.35870 2.23181'/> |
2412 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2413 | <fieldValue name='ballRadius' value='0.02'/> |
2414 | <fieldValue name='traceEnabled' value='false'/> |
2415 | <fieldValue name='displayMode'/> |
2416 | <fieldValue name='transparency' value='0'/> |
2417 | </ProtoInstance> |
2418 | <ProtoInstance name='Arc'> |
2419 | <fieldValue name='cylinderHeight' value='0.61720'/> |
2420 | <fieldValue name='cylinderTranslation' value='0.33985 1.52223 2.33304'/> |
2421 | <fieldValue name='coneTranslation' value='0.38794 1.48291 2.19806'/> |
2422 | <fieldValue name='rotation' value='-56.06730 0 -19.97511 1.83861'/> |
2423 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2424 | <fieldValue name='ballRadius' value='0.02'/> |
2425 | <fieldValue name='traceEnabled' value='false'/> |
2426 | <fieldValue name='displayMode'/> |
2427 | <fieldValue name='transparency' value='0'/> |
2428 | </ProtoInstance> |
2429 | <ProtoInstance name='Arc'> |
2430 | <fieldValue name='cylinderHeight' value='0.71852'/> |
2431 | <fieldValue name='cylinderTranslation' value='-1.00976 1.15201 0.34874'/> |
2432 | <fieldValue name='coneTranslation' value='-1.10455 1.21426 0.18490'/> |
2433 | <fieldValue name='rotation' value='-59.08073 0 34.18094 1.25306'/> |
2434 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2435 | <fieldValue name='ballRadius' value='0.02'/> |
2436 | <fieldValue name='traceEnabled' value='false'/> |
2437 | <fieldValue name='displayMode'/> |
2438 | <fieldValue name='transparency' value='0'/> |
2439 | </ProtoInstance> |
2440 | <ProtoInstance name='Arc'> |
2441 | <fieldValue name='cylinderHeight' value='0.98044'/> |
2442 | <fieldValue name='cylinderTranslation' value='-0.53029 1.27222 0.34237'/> |
2443 | <fieldValue name='coneTranslation' value='-0.32243 1.42881 0.13909'/> |
2444 | <fieldValue name='rotation' value='-60.35505 0 -61.71347 1.07676'/> |
2445 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2446 | <fieldValue name='ballRadius' value='0.02'/> |
2447 | <fieldValue name='traceEnabled' value='false'/> |
2448 | <fieldValue name='displayMode'/> |
2449 | <fieldValue name='transparency' value='0'/> |
2450 | </ProtoInstance> |
2451 | <ProtoInstance name='Arc'> |
2452 | <fieldValue name='cylinderHeight' value='0.84444'/> |
2453 | <fieldValue name='cylinderTranslation' value='-1.11237 0.82204 0.88090'/> |
2454 | <fieldValue name='coneTranslation' value='-1.28224 0.68682 1.02794'/> |
2455 | <fieldValue name='rotation' value='47.35144 -0.00000 54.70379 2.11258'/> |
2456 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2457 | <fieldValue name='ballRadius' value='0.02'/> |
2458 | <fieldValue name='traceEnabled' value='false'/> |
2459 | <fieldValue name='displayMode'/> |
2460 | <fieldValue name='transparency' value='0'/> |
2461 | </ProtoInstance> |
2462 | <ProtoInstance name='Arc'> |
2463 | <fieldValue name='cylinderHeight' value='0.67319'/> |
2464 | <fieldValue name='cylinderTranslation' value='1.22564 1.54837 1.67757'/> |
2465 | <fieldValue name='coneTranslation' value='1.09589 1.46081 1.59582'/> |
2466 | <fieldValue name='rotation' value='-31.16305 0 49.46162 2.08960'/> |
2467 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2468 | <fieldValue name='ballRadius' value='0.02'/> |
2469 | <fieldValue name='traceEnabled' value='false'/> |
2470 | <fieldValue name='displayMode'/> |
2471 | <fieldValue name='transparency' value='0'/> |
2472 | </ProtoInstance> |
2473 | <ProtoInstance name='Arc'> |
2474 | <fieldValue name='cylinderHeight' value='0.22377'/> |
2475 | <fieldValue name='cylinderTranslation' value='-1.15258 1.93015 0.20261'/> |
2476 | <fieldValue name='coneTranslation' value='-1.17418 1.89527 0.22775'/> |
2477 | <fieldValue name='rotation' value='-11.69170 0 -10.04427 0.75985'/> |
2478 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2479 | <fieldValue name='ballRadius' value='0.02'/> |
2480 | <fieldValue name='traceEnabled' value='false'/> |
2481 | <fieldValue name='displayMode'/> |
2482 | <fieldValue name='transparency' value='0'/> |
2483 | </ProtoInstance> |
2484 | <ProtoInstance name='Arc'> |
2485 | <fieldValue name='cylinderHeight' value='0.09247'/> |
2486 | <fieldValue name='cylinderTranslation' value='-1.09645 1.88788 -0.16848'/> |
2487 | <fieldValue name='coneTranslation' value='-1.01288 1.89851 -0.24493'/> |
2488 | <fieldValue name='rotation' value='6.21499 -0.00000 6.79281 1.66440'/> |
2489 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2490 | <fieldValue name='ballRadius' value='0.02'/> |
2491 | <fieldValue name='traceEnabled' value='false'/> |
2492 | <fieldValue name='displayMode'/> |
2493 | <fieldValue name='transparency' value='0'/> |
2494 | </ProtoInstance> |
2495 | <ProtoInstance name='Arc'> |
2496 | <fieldValue name='cylinderHeight' value='0.30639'/> |
2497 | <fieldValue name='cylinderTranslation' value='-0.91534 1.85832 -0.22543'/> |
2498 | <fieldValue name='coneTranslation' value='-0.92187 1.85982 -0.22428'/> |
2499 | <fieldValue name='rotation' value='-5.17667 0 -29.42845 1.79384'/> |
2500 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2501 | <fieldValue name='ballRadius' value='0.02'/> |
2502 | <fieldValue name='traceEnabled' value='false'/> |
2503 | <fieldValue name='displayMode'/> |
2504 | <fieldValue name='transparency' value='0'/> |
2505 | </ProtoInstance> |
2506 | <ProtoInstance name='Arc'> |
2507 | <fieldValue name='cylinderHeight' value='0.87033'/> |
2508 | <fieldValue name='cylinderTranslation' value='1.80047 0.29729 1.11792'/> |
2509 | <fieldValue name='coneTranslation' value='1.59774 0.48079 1.14860'/> |
2510 | <fieldValue name='rotation' value='9.70257 -0.00000 64.12292 0.84076'/> |
2511 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2512 | <fieldValue name='ballRadius' value='0.02'/> |
2513 | <fieldValue name='traceEnabled' value='false'/> |
2514 | <fieldValue name='displayMode'/> |
2515 | <fieldValue name='transparency' value='0'/> |
2516 | </ProtoInstance> |
2517 | <ProtoInstance name='Arc'> |
2518 | <fieldValue name='cylinderHeight' value='0.31411'/> |
2519 | <fieldValue name='cylinderTranslation' value='-2.37401 0.06318 -1.04295'/> |
2520 | <fieldValue name='coneTranslation' value='-2.37118 0.06273 -1.04364'/> |
2521 | <fieldValue name='rotation' value='7.36159 -0.00000 30.15737 1.41759'/> |
2522 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2523 | <fieldValue name='ballRadius' value='0.02'/> |
2524 | <fieldValue name='traceEnabled' value='false'/> |
2525 | <fieldValue name='displayMode'/> |
2526 | <fieldValue name='transparency' value='0'/> |
2527 | </ProtoInstance> |
2528 | <ProtoInstance name='Arc'> |
2529 | <fieldValue name='cylinderHeight' value='0.31475'/> |
2530 | <fieldValue name='cylinderTranslation' value='-2.35817 -0.01617 -1.02068'/> |
2531 | <fieldValue name='coneTranslation' value='-2.35592 -0.01525 -1.02167'/> |
2532 | <fieldValue name='rotation' value='11.81555 -0.00000 26.98867 1.93041'/> |
2533 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2534 | <fieldValue name='ballRadius' value='0.02'/> |
2535 | <fieldValue name='traceEnabled' value='false'/> |
2536 | <fieldValue name='displayMode'/> |
2537 | <fieldValue name='transparency' value='0'/> |
2538 | </ProtoInstance> |
2539 | <ProtoInstance name='Arc'> |
2540 | <fieldValue name='cylinderHeight' value='0.12865'/> |
2541 | <fieldValue name='cylinderTranslation' value='-2.25751 -0.01491 -1.08556'/> |
2542 | <fieldValue name='coneTranslation' value='-2.20652 0.06558 -1.07694'/> |
2543 | <fieldValue name='rotation' value='-1.15970 0 6.85678 2.57051'/> |
2544 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2545 | <fieldValue name='ballRadius' value='0.02'/> |
2546 | <fieldValue name='traceEnabled' value='false'/> |
2547 | <fieldValue name='displayMode'/> |
2548 | <fieldValue name='transparency' value='0'/> |
2549 | </ProtoInstance> |
2550 | <ProtoInstance name='Arc'> |
2551 | <fieldValue name='cylinderHeight' value='0.12909'/> |
2552 | <fieldValue name='cylinderTranslation' value='-2.25251 0.05467 -1.13517'/> |
2553 | <fieldValue name='coneTranslation' value='-2.20920 0.03180 -1.05323'/> |
2554 | <fieldValue name='rotation' value='-11.08092 0 5.85616 1.32893'/> |
2555 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2556 | <fieldValue name='ballRadius' value='0.02'/> |
2557 | <fieldValue name='traceEnabled' value='false'/> |
2558 | <fieldValue name='displayMode'/> |
2559 | <fieldValue name='transparency' value='0'/> |
2560 | </ProtoInstance> |
2561 | <ProtoInstance name='Arc'> |
2562 | <fieldValue name='cylinderHeight' value='0.29663'/> |
2563 | <fieldValue name='cylinderTranslation' value='-1.00036 2.06349 0.04999'/> |
2564 | <fieldValue name='coneTranslation' value='-1.00840 2.05938 0.05741'/> |
2565 | <fieldValue name='rotation' value='-18.83191 0 -20.39908 1.21091'/> |
2566 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2567 | <fieldValue name='ballRadius' value='0.02'/> |
2568 | <fieldValue name='traceEnabled' value='false'/> |
2569 | <fieldValue name='displayMode'/> |
2570 | <fieldValue name='transparency' value='0'/> |
2571 | </ProtoInstance> |
2572 | <ProtoInstance name='Arc'> |
2573 | <fieldValue name='cylinderHeight' value='0.89738'/> |
2574 | <fieldValue name='cylinderTranslation' value='0.46669 -0.04191 -1.42776'/> |
2575 | <fieldValue name='coneTranslation' value='0.49979 0.15143 -1.21593'/> |
2576 | <fieldValue name='rotation' value='65.84424 0 -10.28833 0.83700'/> |
2577 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2578 | <fieldValue name='ballRadius' value='0.02'/> |
2579 | <fieldValue name='traceEnabled' value='false'/> |
2580 | <fieldValue name='displayMode'/> |
2581 | <fieldValue name='transparency' value='0'/> |
2582 | </ProtoInstance> |
2583 | <ProtoInstance name='Arc'> |
2584 | <fieldValue name='cylinderHeight' value='0.76013'/> |
2585 | <fieldValue name='cylinderTranslation' value='-0.46446 1.78065 -0.05617'/> |
2586 | <fieldValue name='coneTranslation' value='-0.32391 1.62086 -0.00014'/> |
2587 | <fieldValue name='rotation' value='19.35189 0 -48.54860 2.38347'/> |
2588 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2589 | <fieldValue name='ballRadius' value='0.02'/> |
2590 | <fieldValue name='traceEnabled' value='false'/> |
2591 | <fieldValue name='displayMode'/> |
2592 | <fieldValue name='transparency' value='0'/> |
2593 | </ProtoInstance> |
2594 | <ProtoInstance name='Arc'> |
2595 | <fieldValue name='cylinderHeight' value='0.48020'/> |
2596 | <fieldValue name='cylinderTranslation' value='-0.84870 2.23642 -0.22576'/> |
2597 | <fieldValue name='coneTranslation' value='-0.89590 2.29640 -0.25005'/> |
2598 | <fieldValue name='rotation' value='-14.56617 0 28.29794 0.72454'/> |
2599 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2600 | <fieldValue name='ballRadius' value='0.02'/> |
2601 | <fieldValue name='traceEnabled' value='false'/> |
2602 | <fieldValue name='displayMode'/> |
2603 | <fieldValue name='transparency' value='0'/> |
2604 | </ProtoInstance> |
2605 | <ProtoInstance name='Arc'> |
2606 | <fieldValue name='cylinderHeight' value='0.51015'/> |
2607 | <fieldValue name='cylinderTranslation' value='-0.70308 0.15460 1.77450'/> |
2608 | <fieldValue name='coneTranslation' value='-0.63667 0.21586 1.74491'/> |
2609 | <fieldValue name='rotation' value='-15.87649 0 -35.63613 0.87063'/> |
2610 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2611 | <fieldValue name='ballRadius' value='0.02'/> |
2612 | <fieldValue name='traceEnabled' value='false'/> |
2613 | <fieldValue name='displayMode'/> |
2614 | <fieldValue name='transparency' value='0'/> |
2615 | </ProtoInstance> |
2616 | <ProtoInstance name='Arc'> |
2617 | <fieldValue name='cylinderHeight' value='0.51010'/> |
2618 | <fieldValue name='cylinderTranslation' value='-2.36773 -0.30863 -1.04804'/> |
2619 | <fieldValue name='coneTranslation' value='-2.33943 -0.21933 -1.06418'/> |
2620 | <fieldValue name='rotation' value='-8.66454 0 -15.18756 0.34988'/> |
2621 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2622 | <fieldValue name='ballRadius' value='0.02'/> |
2623 | <fieldValue name='traceEnabled' value='false'/> |
2624 | <fieldValue name='displayMode'/> |
2625 | <fieldValue name='transparency' value='0'/> |
2626 | </ProtoInstance> |
2627 | <ProtoInstance name='Arc'> |
2628 | <fieldValue name='cylinderHeight' value='0.21239'/> |
2629 | <fieldValue name='cylinderTranslation' value='0.01253 -1.01565 -2.30992'/> |
2630 | <fieldValue name='coneTranslation' value='-0.01263 -0.99019 -2.26975'/> |
2631 | <fieldValue name='rotation' value='-15.85737 0 -9.93331 2.06357'/> |
2632 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2633 | <fieldValue name='ballRadius' value='0.02'/> |
2634 | <fieldValue name='traceEnabled' value='false'/> |
2635 | <fieldValue name='displayMode'/> |
2636 | <fieldValue name='transparency' value='0'/> |
2637 | </ProtoInstance> |
2638 | <ProtoInstance name='Arc'> |
2639 | <fieldValue name='cylinderHeight' value='0.28804'/> |
2640 | <fieldValue name='cylinderTranslation' value='-0.05521 -1.10808 -2.23844'/> |
2641 | <fieldValue name='coneTranslation' value='-0.05320 -1.09225 -2.23757'/> |
2642 | <fieldValue name='rotation' value='-1.56056 0 3.61434 3.00448'/> |
2643 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2644 | <fieldValue name='ballRadius' value='0.02'/> |
2645 | <fieldValue name='traceEnabled' value='false'/> |
2646 | <fieldValue name='displayMode'/> |
2647 | <fieldValue name='transparency' value='0'/> |
2648 | </ProtoInstance> |
2649 | <ProtoInstance name='Arc'> |
2650 | <fieldValue name='cylinderHeight' value='0.28078'/> |
2651 | <fieldValue name='cylinderTranslation' value='0.52552 2.33801 -2.01930'/> |
2652 | <fieldValue name='coneTranslation' value='0.51131 2.33833 -2.03281'/> |
2653 | <fieldValue name='rotation' value='19.34919 0 -20.34111 1.58710'/> |
2654 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2655 | <fieldValue name='ballRadius' value='0.02'/> |
2656 | <fieldValue name='traceEnabled' value='false'/> |
2657 | <fieldValue name='displayMode'/> |
2658 | <fieldValue name='transparency' value='0'/> |
2659 | </ProtoInstance> |
2660 | <ProtoInstance name='Arc'> |
2661 | <fieldValue name='cylinderHeight' value='0.27195'/> |
2662 | <fieldValue name='cylinderTranslation' value='0.52069 2.36876 -2.00032'/> |
2663 | <fieldValue name='coneTranslation' value='0.50186 2.37460 -2.01406'/> |
2664 | <fieldValue name='rotation' value='15.55383 0 -21.30718 1.81620'/> |
2665 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2666 | <fieldValue name='ballRadius' value='0.02'/> |
2667 | <fieldValue name='traceEnabled' value='false'/> |
2668 | <fieldValue name='displayMode'/> |
2669 | <fieldValue name='transparency' value='0'/> |
2670 | </ProtoInstance> |
2671 | <ProtoInstance name='Arc'> |
2672 | <fieldValue name='cylinderHeight' value='0.33640'/> |
2673 | <fieldValue name='cylinderTranslation' value='-0.65471 2.10292 2.32832'/> |
2674 | <fieldValue name='coneTranslation' value='-0.64683 2.10072 2.32776'/> |
2675 | <fieldValue name='rotation' value='-2.28554 0 -32.32150 1.84293'/> |
2676 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2677 | <fieldValue name='ballRadius' value='0.02'/> |
2678 | <fieldValue name='traceEnabled' value='false'/> |
2679 | <fieldValue name='displayMode'/> |
2680 | <fieldValue name='transparency' value='0'/> |
2681 | </ProtoInstance> |
2682 | <ProtoInstance name='Arc'> |
2683 | <fieldValue name='cylinderHeight' value='0.00001'/> |
2684 | <fieldValue name='cylinderTranslation' value='-0.82146 -2.62533 0.25172'/> |
2685 | <fieldValue name='coneTranslation' value='-0.71130 -2.66407 0.14235'/> |
2686 | <fieldValue name='rotation' value='0.00043 -0.00000 0.00044 1.32625'/> |
2687 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2688 | <fieldValue name='ballRadius' value='0.02'/> |
2689 | <fieldValue name='traceEnabled' value='false'/> |
2690 | <fieldValue name='displayMode'/> |
2691 | <fieldValue name='transparency' value='0'/> |
2692 | </ProtoInstance> |
2693 | <ProtoInstance name='Arc'> |
2694 | <fieldValue name='cylinderHeight' value='0.01769'/> |
2695 | <fieldValue name='cylinderTranslation' value='-0.20903 2.14858 2.36398'/> |
2696 | <fieldValue name='coneTranslation' value='-0.17821 2.03743 2.46168'/> |
2697 | <fieldValue name='rotation' value='-1.14336 0 0.36071 0.74466'/> |
2698 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2699 | <fieldValue name='ballRadius' value='0.02'/> |
2700 | <fieldValue name='traceEnabled' value='false'/> |
2701 | <fieldValue name='displayMode'/> |
2702 | <fieldValue name='transparency' value='0'/> |
2703 | </ProtoInstance> |
2704 | <ProtoInstance name='Arc'> |
2705 | <fieldValue name='cylinderHeight' value='0.79580'/> |
2706 | <fieldValue name='cylinderTranslation' value='0.89624 1.93628 -1.22962'/> |
2707 | <fieldValue name='coneTranslation' value='0.95334 2.01733 -1.44588'/> |
2708 | <fieldValue name='rotation' value='-72.34032 0 -19.10164 1.22315'/> |
2709 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2710 | <fieldValue name='ballRadius' value='0.02'/> |
2711 | <fieldValue name='traceEnabled' value='false'/> |
2712 | <fieldValue name='displayMode'/> |
2713 | <fieldValue name='transparency' value='0'/> |
2714 | </ProtoInstance> |
2715 | <ProtoInstance name='Arc'> |
2716 | <fieldValue name='cylinderHeight' value='0.87222'/> |
2717 | <fieldValue name='cylinderTranslation' value='0.47508 1.76797 -0.57970'/> |
2718 | <fieldValue name='coneTranslation' value='0.26891 1.74723 -0.39723'/> |
2719 | <fieldValue name='rotation' value='57.64363 -0.00000 65.12984 1.64597'/> |
2720 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2721 | <fieldValue name='ballRadius' value='0.02'/> |
2722 | <fieldValue name='traceEnabled' value='false'/> |
2723 | <fieldValue name='displayMode'/> |
2724 | <fieldValue name='transparency' value='0'/> |
2725 | </ProtoInstance> |
2726 | <ProtoInstance name='Arc'> |
2727 | <fieldValue name='cylinderHeight' value='0.76003'/> |
2728 | <fieldValue name='cylinderTranslation' value='0.97813 2.04910 -1.09431'/> |
2729 | <fieldValue name='coneTranslation' value='1.08083 2.19290 -1.22539'/> |
2730 | <fieldValue name='rotation' value='-45.27848 0 -35.47905 0.85848'/> |
2731 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2732 | <fieldValue name='ballRadius' value='0.02'/> |
2733 | <fieldValue name='traceEnabled' value='false'/> |
2734 | <fieldValue name='displayMode'/> |
2735 | <fieldValue name='transparency' value='0'/> |
2736 | </ProtoInstance> |
2737 | <ProtoInstance name='Arc'> |
2738 | <fieldValue name='cylinderHeight' value='0.46950'/> |
2739 | <fieldValue name='cylinderTranslation' value='1.08096 2.05919 -1.80810'/> |
2740 | <fieldValue name='coneTranslation' value='1.05255 2.06322 -1.73907'/> |
2741 | <fieldValue name='rotation' value='43.35400 -0.00000 17.84124 1.51688'/> |
2742 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2743 | <fieldValue name='ballRadius' value='0.02'/> |
2744 | <fieldValue name='traceEnabled' value='false'/> |
2745 | <fieldValue name='displayMode'/> |
2746 | <fieldValue name='transparency' value='0'/> |
2747 | </ProtoInstance> |
2748 | <ProtoInstance name='Arc'> |
2749 | <fieldValue name='cylinderHeight' value='0.34596'/> |
2750 | <fieldValue name='cylinderTranslation' value='-2.63948 0.07881 -0.87691'/> |
2751 | <fieldValue name='coneTranslation' value='-2.64809 0.07819 -0.86721'/> |
2752 | <fieldValue name='rotation' value='25.84710 -0.00000 22.93593 1.61898'/> |
2753 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2754 | <fieldValue name='ballRadius' value='0.02'/> |
2755 | <fieldValue name='traceEnabled' value='false'/> |
2756 | <fieldValue name='displayMode'/> |
2757 | <fieldValue name='transparency' value='0'/> |
2758 | </ProtoInstance> |
2759 | <ProtoInstance name='Arc'> |
2760 | <fieldValue name='cylinderHeight' value='0.28407'/> |
2761 | <fieldValue name='cylinderTranslation' value='0.13224 -1.01836 -2.28188'/> |
2762 | <fieldValue name='coneTranslation' value='0.14448 -1.03038 -2.28720'/> |
2763 | <fieldValue name='rotation' value='8.41333 -0.00000 19.36292 0.83784'/> |
2764 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2765 | <fieldValue name='ballRadius' value='0.02'/> |
2766 | <fieldValue name='traceEnabled' value='false'/> |
2767 | <fieldValue name='displayMode'/> |
2768 | <fieldValue name='transparency' value='0'/> |
2769 | </ProtoInstance> |
2770 | <ProtoInstance name='Arc'> |
2771 | <fieldValue name='cylinderHeight' value='0.35965'/> |
2772 | <fieldValue name='cylinderTranslation' value='-2.47741 -0.38973 -0.88335'/> |
2773 | <fieldValue name='coneTranslation' value='-2.47206 -0.37345 -0.89331'/> |
2774 | <fieldValue name='rotation' value='-18.06462 0 -9.70800 0.60676'/> |
2775 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2776 | <fieldValue name='ballRadius' value='0.02'/> |
2777 | <fieldValue name='traceEnabled' value='false'/> |
2778 | <fieldValue name='displayMode'/> |
2779 | <fieldValue name='transparency' value='0'/> |
2780 | </ProtoInstance> |
2781 | <ProtoInstance name='Arc'> |
2782 | <fieldValue name='cylinderHeight' value='0.39884'/> |
2783 | <fieldValue name='cylinderTranslation' value='1.41657 1.28616 1.59217'/> |
2784 | <fieldValue name='coneTranslation' value='1.41139 1.28649 1.55309'/> |
2785 | <fieldValue name='rotation' value='-39.53790 0 5.23517 1.56238'/> |
2786 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2787 | <fieldValue name='ballRadius' value='0.02'/> |
2788 | <fieldValue name='traceEnabled' value='false'/> |
2789 | <fieldValue name='displayMode'/> |
2790 | <fieldValue name='transparency' value='0'/> |
2791 | </ProtoInstance> |
2792 | <ProtoInstance name='Arc'> |
2793 | <fieldValue name='cylinderHeight' value='0.23648'/> |
2794 | <fieldValue name='cylinderTranslation' value='1.35431 1.34376 1.84130'/> |
2795 | <fieldValue name='coneTranslation' value='1.38554 1.32283 1.82313'/> |
2796 | <fieldValue name='rotation' value='10.28827 -0.00000 17.68662 1.04562'/> |
2797 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2798 | <fieldValue name='ballRadius' value='0.02'/> |
2799 | <fieldValue name='traceEnabled' value='false'/> |
2800 | <fieldValue name='displayMode'/> |
2801 | <fieldValue name='transparency' value='0'/> |
2802 | </ProtoInstance> |
2803 | <ProtoInstance name='Arc'> |
2804 | <fieldValue name='cylinderHeight' value='0.24258'/> |
2805 | <fieldValue name='cylinderTranslation' value='0.80854 2.63241 -1.72951'/> |
2806 | <fieldValue name='coneTranslation' value='0.80265 2.67021 -1.72354'/> |
2807 | <fieldValue name='rotation' value='-3.73878 0 -3.68798 2.92337'/> |
2808 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2809 | <fieldValue name='ballRadius' value='0.02'/> |
2810 | <fieldValue name='traceEnabled' value='false'/> |
2811 | <fieldValue name='displayMode'/> |
2812 | <fieldValue name='transparency' value='0'/> |
2813 | </ProtoInstance> |
2814 | <ProtoInstance name='Arc'> |
2815 | <fieldValue name='cylinderHeight' value='0.23376'/> |
2816 | <fieldValue name='cylinderTranslation' value='1.05502 1.15964 2.12203'/> |
2817 | <fieldValue name='coneTranslation' value='1.01703 1.17976 2.12528'/> |
2818 | <fieldValue name='rotation' value='-1.75810 0 -20.59987 2.05631'/> |
2819 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2820 | <fieldValue name='ballRadius' value='0.02'/> |
2821 | <fieldValue name='traceEnabled' value='false'/> |
2822 | <fieldValue name='displayMode'/> |
2823 | <fieldValue name='transparency' value='0'/> |
2824 | </ProtoInstance> |
2825 | <ProtoInstance name='Arc'> |
2826 | <fieldValue name='cylinderHeight' value='0.56551'/> |
2827 | <fieldValue name='cylinderTranslation' value='0.69587 1.32737 2.09177'/> |
2828 | <fieldValue name='coneTranslation' value='0.58467 1.37651 2.07481'/> |
2829 | <fieldValue name='rotation' value='-7.81164 0 51.23024 1.15893'/> |
2830 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2831 | <fieldValue name='ballRadius' value='0.02'/> |
2832 | <fieldValue name='traceEnabled' value='false'/> |
2833 | <fieldValue name='displayMode'/> |
2834 | <fieldValue name='transparency' value='0'/> |
2835 | </ProtoInstance> |
2836 | <ProtoInstance name='Arc'> |
2837 | <fieldValue name='cylinderHeight' value='0.37999'/> |
2838 | <fieldValue name='cylinderTranslation' value='-2.58108 -0.17491 -0.82865'/> |
2839 | <fieldValue name='coneTranslation' value='-2.56719 -0.15859 -0.84964'/> |
2840 | <fieldValue name='rotation' value='-26.59231 0 -17.59251 0.99562'/> |
2841 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2842 | <fieldValue name='ballRadius' value='0.02'/> |
2843 | <fieldValue name='traceEnabled' value='false'/> |
2844 | <fieldValue name='displayMode'/> |
2845 | <fieldValue name='transparency' value='0'/> |
2846 | </ProtoInstance> |
2847 | <ProtoInstance name='Arc'> |
2848 | <fieldValue name='cylinderHeight' value='0.58640'/> |
2849 | <fieldValue name='cylinderTranslation' value='2.23288 -1.40281 0.11863'/> |
2850 | <fieldValue name='coneTranslation' value='2.25202 -1.52271 0.06386'/> |
2851 | <fieldValue name='rotation' value='-24.11292 0 -8.42423 2.69091'/> |
2852 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2853 | <fieldValue name='ballRadius' value='0.02'/> |
2854 | <fieldValue name='traceEnabled' value='false'/> |
2855 | <fieldValue name='displayMode'/> |
2856 | <fieldValue name='transparency' value='0'/> |
2857 | </ProtoInstance> |
2858 | <ProtoInstance name='Arc'> |
2859 | <fieldValue name='cylinderHeight' value='0.94441'/> |
2860 | <fieldValue name='cylinderTranslation' value='0.56967 1.49348 1.26167'/> |
2861 | <fieldValue name='coneTranslation' value='0.35297 1.49175 1.03693'/> |
2862 | <fieldValue name='rotation' value='-67.98464 0 65.55023 1.57634'/> |
2863 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2864 | <fieldValue name='ballRadius' value='0.02'/> |
2865 | <fieldValue name='traceEnabled' value='false'/> |
2866 | <fieldValue name='displayMode'/> |
2867 | <fieldValue name='transparency' value='0'/> |
2868 | </ProtoInstance> |
2869 | <ProtoInstance name='Arc'> |
2870 | <fieldValue name='cylinderHeight' value='0.47874'/> |
2871 | <fieldValue name='cylinderTranslation' value='1.08165 1.44957 1.74717'/> |
2872 | <fieldValue name='coneTranslation' value='1.14273 1.43415 1.79544'/> |
2873 | <fieldValue name='rotation' value='29.11481 0 -36.84586 1.76642'/> |
2874 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2875 | <fieldValue name='ballRadius' value='0.02'/> |
2876 | <fieldValue name='traceEnabled' value='false'/> |
2877 | <fieldValue name='displayMode'/> |
2878 | <fieldValue name='transparency' value='0'/> |
2879 | </ProtoInstance> |
2880 | <ProtoInstance name='Arc'> |
2881 | <fieldValue name='cylinderHeight' value='0.33458'/> |
2882 | <fieldValue name='cylinderTranslation' value='1.60785 1.18220 1.99957'/> |
2883 | <fieldValue name='coneTranslation' value='1.60114 1.18155 1.99678'/> |
2884 | <fieldValue name='rotation' value='-12.79597 0 30.77068 1.66001'/> |
2885 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2886 | <fieldValue name='ballRadius' value='0.02'/> |
2887 | <fieldValue name='traceEnabled' value='false'/> |
2888 | <fieldValue name='displayMode'/> |
2889 | <fieldValue name='transparency' value='0'/> |
2890 | </ProtoInstance> |
2891 | <ProtoInstance name='Arc'> |
2892 | <fieldValue name='cylinderHeight' value='0.00000'/> |
2893 | <fieldValue name='cylinderTranslation' value='2.56944 -0.67935 0.93319'/> |
2894 | <fieldValue name='coneTranslation' value='2.45142 -0.76976 0.99234'/> |
2895 | <fieldValue name='rotation' value='-0.00004 0 -0.00008 0.97032'/> |
2896 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2897 | <fieldValue name='ballRadius' value='0.02'/> |
2898 | <fieldValue name='traceEnabled' value='false'/> |
2899 | <fieldValue name='displayMode'/> |
2900 | <fieldValue name='transparency' value='0'/> |
2901 | </ProtoInstance> |
2902 | <ProtoInstance name='Arc'> |
2903 | <fieldValue name='cylinderHeight' value='0.20813'/> |
2904 | <fieldValue name='cylinderTranslation' value='-2.28480 -0.13329 -1.35180'/> |
2905 | <fieldValue name='coneTranslation' value='-2.29808 -0.08112 -1.36696'/> |
2906 | <fieldValue name='rotation' value='5.64463 0 -4.94402 2.77276'/> |
2907 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2908 | <fieldValue name='ballRadius' value='0.02'/> |
2909 | <fieldValue name='traceEnabled' value='false'/> |
2910 | <fieldValue name='displayMode'/> |
2911 | <fieldValue name='transparency' value='0'/> |
2912 | </ProtoInstance> |
2913 | <ProtoInstance name='Arc'> |
2914 | <fieldValue name='cylinderHeight' value='0.67319'/> |
2915 | <fieldValue name='cylinderTranslation' value='1.22565 1.54836 1.67756'/> |
2916 | <fieldValue name='coneTranslation' value='1.09589 1.46080 1.59582'/> |
2917 | <fieldValue name='rotation' value='-31.16158 0 49.46337 2.08959'/> |
2918 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2919 | <fieldValue name='ballRadius' value='0.02'/> |
2920 | <fieldValue name='traceEnabled' value='false'/> |
2921 | <fieldValue name='displayMode'/> |
2922 | <fieldValue name='transparency' value='0'/> |
2923 | </ProtoInstance> |
2924 | <ProtoInstance name='Arc'> |
2925 | <fieldValue name='cylinderHeight' value='0.90982'/> |
2926 | <fieldValue name='cylinderTranslation' value='1.81710 0.28771 1.10864'/> |
2927 | <fieldValue name='coneTranslation' value='2.03572 0.09337 1.07117'/> |
2928 | <fieldValue name='rotation' value='-11.55984 0 -67.44831 2.29027'/> |
2929 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2930 | <fieldValue name='ballRadius' value='0.02'/> |
2931 | <fieldValue name='traceEnabled' value='false'/> |
2932 | <fieldValue name='displayMode'/> |
2933 | <fieldValue name='transparency' value='0'/> |
2934 | </ProtoInstance> |
2935 | <ProtoInstance name='Arc'> |
2936 | <fieldValue name='cylinderHeight' value='1.55192'/> |
2937 | <fieldValue name='cylinderTranslation' value='0.86089 1.03918 1.04409'/> |
2938 | <fieldValue name='coneTranslation' value='0.36954 1.39773 0.94697'/> |
2939 | <fieldValue name='rotation' value='-24.46897 0 123.79414 0.94949'/> |
2940 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2941 | <fieldValue name='ballRadius' value='0.02'/> |
2942 | <fieldValue name='traceEnabled' value='false'/> |
2943 | <fieldValue name='displayMode'/> |
2944 | <fieldValue name='transparency' value='0'/> |
2945 | </ProtoInstance> |
2946 | <ProtoInstance name='Arc'> |
2947 | <fieldValue name='cylinderHeight' value='0.71319'/> |
2948 | <fieldValue name='cylinderTranslation' value='-1.32107 1.06795 -0.20918'/> |
2949 | <fieldValue name='coneTranslation' value='-1.39848 0.95973 -0.35391'/> |
2950 | <fieldValue name='rotation' value='-52.50290 0 28.08124 2.15373'/> |
2951 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2952 | <fieldValue name='ballRadius' value='0.02'/> |
2953 | <fieldValue name='traceEnabled' value='false'/> |
2954 | <fieldValue name='displayMode'/> |
2955 | <fieldValue name='transparency' value='0'/> |
2956 | </ProtoInstance> |
2957 | <ProtoInstance name='Arc'> |
2958 | <fieldValue name='cylinderHeight' value='0.33253'/> |
2959 | <fieldValue name='cylinderTranslation' value='0.67849 2.16663 -2.09265'/> |
2960 | <fieldValue name='coneTranslation' value='0.68116 2.16923 -2.08762'/> |
2961 | <fieldValue name='rotation' value='26.72666 0 -14.17626 1.14278'/> |
2962 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2963 | <fieldValue name='ballRadius' value='0.02'/> |
2964 | <fieldValue name='traceEnabled' value='false'/> |
2965 | <fieldValue name='displayMode'/> |
2966 | <fieldValue name='transparency' value='0'/> |
2967 | </ProtoInstance> |
2968 | <ProtoInstance name='Arc'> |
2969 | <fieldValue name='cylinderHeight' value='0.59858'/> |
2970 | <fieldValue name='cylinderTranslation' value='1.01499 0.87102 -0.51585'/> |
2971 | <fieldValue name='coneTranslation' value='0.93117 0.93150 -0.42247'/> |
2972 | <fieldValue name='rotation' value='40.12564 -0.00000 36.02116 1.12167'/> |
2973 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2974 | <fieldValue name='ballRadius' value='0.02'/> |
2975 | <fieldValue name='traceEnabled' value='false'/> |
2976 | <fieldValue name='displayMode'/> |
2977 | <fieldValue name='transparency' value='0'/> |
2978 | </ProtoInstance> |
2979 | <ProtoInstance name='Arc'> |
2980 | <fieldValue name='cylinderHeight' value='0.74456'/> |
2981 | <fieldValue name='cylinderTranslation' value='-0.19213 1.87903 -0.25617'/> |
2982 | <fieldValue name='coneTranslation' value='0.00264 1.79702 -0.27631'/> |
2983 | <fieldValue name='rotation' value='-7.06310 0 -68.31208 1.96742'/> |
2984 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2985 | <fieldValue name='ballRadius' value='0.02'/> |
2986 | <fieldValue name='traceEnabled' value='false'/> |
2987 | <fieldValue name='displayMode'/> |
2988 | <fieldValue name='transparency' value='0'/> |
2989 | </ProtoInstance> |
2990 | <ProtoInstance name='Arc'> |
2991 | <fieldValue name='cylinderHeight' value='0.41574'/> |
2992 | <fieldValue name='cylinderTranslation' value='-0.71603 2.06929 -0.13251'/> |
2993 | <fieldValue name='coneTranslation' value='-0.75802 2.07998 -0.11217'/> |
2994 | <fieldValue name='rotation' value='17.66896 -0.00000 36.46824 1.34549'/> |
2995 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2996 | <fieldValue name='ballRadius' value='0.02'/> |
2997 | <fieldValue name='traceEnabled' value='false'/> |
2998 | <fieldValue name='displayMode'/> |
2999 | <fieldValue name='transparency' value='0'/> |
3000 | </ProtoInstance> |
3001 | <ProtoInstance name='Arc'> |
3002 | <fieldValue name='cylinderHeight' value='0.55052'/> |
3003 | <fieldValue name='cylinderTranslation' value='-0.69215 0.18143 1.22093'/> |
3004 | <fieldValue name='coneTranslation' value='-0.60683 0.21859 1.15293'/> |
3005 | <fieldValue name='rotation' value='-32.48013 0 -40.75241 1.24253'/> |
3006 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3007 | <fieldValue name='ballRadius' value='0.02'/> |
3008 | <fieldValue name='traceEnabled' value='false'/> |
3009 | <fieldValue name='displayMode'/> |
3010 | <fieldValue name='transparency' value='0'/> |
3011 | </ProtoInstance> |
3012 | <ProtoInstance name='Arc'> |
3013 | <fieldValue name='cylinderHeight' value='1.24104'/> |
3014 | <fieldValue name='cylinderTranslation' value='0.19567 1.61304 0.31513'/> |
3015 | <fieldValue name='coneTranslation' value='0.22999 1.52237 0.76533'/> |
3016 | <fieldValue name='rotation' value='121.32327 0 -9.24797 1.76898'/> |
3017 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3018 | <fieldValue name='ballRadius' value='0.02'/> |
3019 | <fieldValue name='traceEnabled' value='false'/> |
3020 | <fieldValue name='displayMode'/> |
3021 | <fieldValue name='transparency' value='0'/> |
3022 | </ProtoInstance> |
3023 | <ProtoInstance name='Arc'> |
3024 | <fieldValue name='cylinderHeight' value='0.97462'/> |
3025 | <fieldValue name='cylinderTranslation' value='0.25084 2.00921 -0.68150'/> |
3026 | <fieldValue name='coneTranslation' value='0.31895 2.19325 -0.94347'/> |
3027 | <fieldValue name='rotation' value='-78.00357 0 -20.28132 0.97367'/> |
3028 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3029 | <fieldValue name='ballRadius' value='0.02'/> |
3030 | <fieldValue name='traceEnabled' value='false'/> |
3031 | <fieldValue name='displayMode'/> |
3032 | <fieldValue name='transparency' value='0'/> |
3033 | </ProtoInstance> |
3034 | <ProtoInstance name='Arc'> |
3035 | <fieldValue name='cylinderHeight' value='0.49187'/> |
3036 | <fieldValue name='cylinderTranslation' value='1.44786 0.83364 -0.06564'/> |
3037 | <fieldValue name='coneTranslation' value='1.38561 0.83208 -0.00642'/> |
3038 | <fieldValue name='rotation' value='33.89575 -0.00000 35.63242 1.58892'/> |
3039 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3040 | <fieldValue name='ballRadius' value='0.02'/> |
3041 | <fieldValue name='traceEnabled' value='false'/> |
3042 | <fieldValue name='displayMode'/> |
3043 | <fieldValue name='transparency' value='0'/> |
3044 | </ProtoInstance> |
3045 | <ProtoInstance name='Arc'> |
3046 | <fieldValue name='cylinderHeight' value='0.15834'/> |
3047 | <fieldValue name='cylinderTranslation' value='-0.44773 -2.66802 0.69607'/> |
3048 | <fieldValue name='coneTranslation' value='-0.46814 -2.68067 0.61889'/> |
3049 | <fieldValue name='rotation' value='15.11922 0 -3.99900 1.41359'/> |
3050 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3051 | <fieldValue name='ballRadius' value='0.02'/> |
3052 | <fieldValue name='traceEnabled' value='false'/> |
3053 | <fieldValue name='displayMode'/> |
3054 | <fieldValue name='transparency' value='0'/> |
3055 | </ProtoInstance> |
3056 | <ProtoInstance name='Arc'> |
3057 | <fieldValue name='cylinderHeight' value='0.16713'/> |
3058 | <fieldValue name='cylinderTranslation' value='-0.45210 -2.69346 0.53942'/> |
3059 | <fieldValue name='coneTranslation' value='-0.46639 -2.68153 0.61356'/> |
3060 | <fieldValue name='rotation' value='-16.20953 0 -3.12579 1.72756'/> |
3061 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3062 | <fieldValue name='ballRadius' value='0.02'/> |
3063 | <fieldValue name='traceEnabled' value='false'/> |
3064 | <fieldValue name='displayMode'/> |
3065 | <fieldValue name='transparency' value='0'/> |
3066 | </ProtoInstance> |
3067 | <ProtoInstance name='Arc'> |
3068 | <fieldValue name='cylinderHeight' value='0.68801'/> |
3069 | <fieldValue name='cylinderTranslation' value='-1.36334 1.16718 -0.32551'/> |
3070 | <fieldValue name='coneTranslation' value='-1.31085 1.32526 -0.24732'/> |
3071 | <fieldValue name='rotation' value='29.23628 0 -19.62765 0.53730'/> |
3072 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3073 | <fieldValue name='ballRadius' value='0.02'/> |
3074 | <fieldValue name='traceEnabled' value='false'/> |
3075 | <fieldValue name='displayMode'/> |
3076 | <fieldValue name='transparency' value='0'/> |
3077 | </ProtoInstance> |
3078 | <ProtoInstance name='Arc'> |
3079 | <fieldValue name='cylinderHeight' value='0.88233'/> |
3080 | <fieldValue name='cylinderTranslation' value='-1.78282 0.68492 -0.70939'/> |
3081 | <fieldValue name='coneTranslation' value='-1.98762 0.56591 -0.86088'/> |
3082 | <fieldValue name='rotation' value='-47.53938 0 64.26812 2.00785'/> |
3083 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3084 | <fieldValue name='ballRadius' value='0.02'/> |
3085 | <fieldValue name='traceEnabled' value='false'/> |
3086 | <fieldValue name='displayMode'/> |
3087 | <fieldValue name='transparency' value='0'/> |
3088 | </ProtoInstance> |
3089 | <ProtoInstance name='Arc'> |
3090 | <fieldValue name='cylinderHeight' value='1.12475'/> |
3091 | <fieldValue name='cylinderTranslation' value='0.67651 0.62977 -0.70688'/> |
3092 | <fieldValue name='coneTranslation' value='0.78982 0.89536 -0.42665'/> |
3093 | <fieldValue name='rotation' value='78.33172 0 -31.67546 0.84991'/> |
3094 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3095 | <fieldValue name='ballRadius' value='0.02'/> |
3096 | <fieldValue name='traceEnabled' value='false'/> |
3097 | <fieldValue name='displayMode'/> |
3098 | <fieldValue name='transparency' value='0'/> |
3099 | </ProtoInstance> |
3100 | <ProtoInstance name='Arc'> |
3101 | <fieldValue name='cylinderHeight' value='0.56369'/> |
3102 | <fieldValue name='cylinderTranslation' value='-1.47001 -0.42685 -1.68519'/> |
3103 | <fieldValue name='coneTranslation' value='-1.34848 -0.43541 -1.68312'/> |
3104 | <fieldValue name='rotation' value='0.95479 0 -56.22207 1.64106'/> |
3105 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3106 | <fieldValue name='ballRadius' value='0.02'/> |
3107 | <fieldValue name='traceEnabled' value='false'/> |
3108 | <fieldValue name='displayMode'/> |
3109 | <fieldValue name='transparency' value='0'/> |
3110 | </ProtoInstance> |
3111 | <ProtoInstance name='Arc'> |
3112 | <fieldValue name='cylinderHeight' value='0.00000'/> |
3113 | <fieldValue name='cylinderTranslation' value='1.39988 2.23006 -1.85155'/> |
3114 | <fieldValue name='coneTranslation' value='1.39654 2.36672 -1.76840'/> |
3115 | <fieldValue name='rotation' value='-0.00018 0 -0.00001 2.59464'/> |
3116 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3117 | <fieldValue name='ballRadius' value='0.02'/> |
3118 | <fieldValue name='traceEnabled' value='false'/> |
3119 | <fieldValue name='displayMode'/> |
3120 | <fieldValue name='transparency' value='0'/> |
3121 | </ProtoInstance> |
3122 | <ProtoInstance name='Arc'> |
3123 | <fieldValue name='cylinderHeight' value='0.29854'/> |
3124 | <fieldValue name='cylinderTranslation' value='0.85810 1.12755 -0.23959'/> |
3125 | <fieldValue name='coneTranslation' value='0.85644 1.11845 -0.24503'/> |
3126 | <fieldValue name='rotation' value='15.12577 0 -4.64426 0.55859'/> |
3127 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3128 | <fieldValue name='ballRadius' value='0.02'/> |
3129 | <fieldValue name='traceEnabled' value='false'/> |
3130 | <fieldValue name='displayMode'/> |
3131 | <fieldValue name='transparency' value='0'/> |
3132 | </ProtoInstance> |
3133 | <ProtoInstance name='Arc'> |
3134 | <fieldValue name='cylinderHeight' value='0.62784'/> |
3135 | <fieldValue name='cylinderTranslation' value='1.05229 0.91507 -0.10569'/> |
3136 | <fieldValue name='coneTranslation' value='1.15889 0.87296 -0.00295'/> |
3137 | <fieldValue name='rotation' value='41.90606 0 -43.48162 1.84795'/> |
3138 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3139 | <fieldValue name='ballRadius' value='0.02'/> |
3140 | <fieldValue name='traceEnabled' value='false'/> |
3141 | <fieldValue name='displayMode'/> |
3142 | <fieldValue name='transparency' value='0'/> |
3143 | </ProtoInstance> |
3144 | <ProtoInstance name='Arc'> |
3145 | <fieldValue name='cylinderHeight' value='0.07338'/> |
3146 | <fieldValue name='cylinderTranslation' value='1.18508 1.08349 2.10111'/> |
3147 | <fieldValue name='coneTranslation' value='1.09413 1.15609 2.14188'/> |
3148 | <fieldValue name='rotation' value='-2.42597 0 -5.41228 2.20031'/> |
3149 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3150 | <fieldValue name='ballRadius' value='0.02'/> |
3151 | <fieldValue name='traceEnabled' value='false'/> |
3152 | <fieldValue name='displayMode'/> |
3153 | <fieldValue name='transparency' value='0'/> |
3154 | </ProtoInstance> |
3155 | <ProtoInstance name='Arc'> |
3156 | <fieldValue name='cylinderHeight' value='0.69720'/> |
3157 | <fieldValue name='cylinderTranslation' value='-0.49496 1.66456 -0.10536'/> |
3158 | <fieldValue name='coneTranslation' value='-0.64279 1.75105 -0.18433'/> |
3159 | <fieldValue name='rotation' value='-29.19101 0 54.64764 1.09435'/> |
3160 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3161 | <fieldValue name='ballRadius' value='0.02'/> |
3162 | <fieldValue name='traceEnabled' value='false'/> |
3163 | <fieldValue name='displayMode'/> |
3164 | <fieldValue name='transparency' value='0'/> |
3165 | </ProtoInstance> |
3166 | <ProtoInstance name='Arc'> |
3167 | <fieldValue name='cylinderHeight' value='0.63316'/> |
3168 | <fieldValue name='cylinderTranslation' value='-0.06863 1.41664 0.30334'/> |
3169 | <fieldValue name='coneTranslation' value='0.00709 1.37310 0.43329'/> |
3170 | <fieldValue name='rotation' value='52.54913 0 -30.61821 1.85260'/> |
3171 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3172 | <fieldValue name='ballRadius' value='0.02'/> |
3173 | <fieldValue name='traceEnabled' value='false'/> |
3174 | <fieldValue name='displayMode'/> |
3175 | <fieldValue name='transparency' value='0'/> |
3176 | </ProtoInstance> |
3177 | <ProtoInstance name='Arc'> |
3178 | <fieldValue name='cylinderHeight' value='0.69720'/> |
3179 | <fieldValue name='cylinderTranslation' value='-0.49496 1.66455 -0.10536'/> |
3180 | <fieldValue name='coneTranslation' value='-0.64279 1.75105 -0.18433'/> |
3181 | <fieldValue name='rotation' value='-29.19107 0 54.64771 1.09436'/> |
3182 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3183 | <fieldValue name='ballRadius' value='0.02'/> |
3184 | <fieldValue name='traceEnabled' value='false'/> |
3185 | <fieldValue name='displayMode'/> |
3186 | <fieldValue name='transparency' value='0'/> |
3187 | </ProtoInstance> |
3188 | <ProtoInstance name='Arc'> |
3189 | <fieldValue name='cylinderHeight' value='0.90541'/> |
3190 | <fieldValue name='cylinderTranslation' value='0.16875 1.48302 -0.18745'/> |
3191 | <fieldValue name='coneTranslation' value='0.42122 1.46901 -0.33489'/> |
3192 | <fieldValue name='rotation' value='-45.60851 0 -78.09463 1.61867'/> |
3193 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3194 | <fieldValue name='ballRadius' value='0.02'/> |
3195 | <fieldValue name='traceEnabled' value='false'/> |
3196 | <fieldValue name='displayMode'/> |
3197 | <fieldValue name='transparency' value='0'/> |
3198 | </ProtoInstance> |
3199 | <ProtoInstance name='Arc'> |
3200 | <fieldValue name='cylinderHeight' value='0.37936'/> |
3201 | <fieldValue name='cylinderTranslation' value='1.01504 1.57080 0.22144'/> |
3202 | <fieldValue name='coneTranslation' value='0.98962 1.57652 0.23565'/> |
3203 | <fieldValue name='rotation' value='18.16705 -0.00000 32.49087 1.37690'/> |
3204 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3205 | <fieldValue name='ballRadius' value='0.02'/> |
3206 | <fieldValue name='traceEnabled' value='false'/> |
3207 | <fieldValue name='displayMode'/> |
3208 | <fieldValue name='transparency' value='0'/> |
3209 | </ProtoInstance> |
3210 | <ProtoInstance name='Arc'> |
3211 | <fieldValue name='cylinderHeight' value='0.50167'/> |
3212 | <fieldValue name='cylinderTranslation' value='1.15371 1.43463 0.35958'/> |
3213 | <fieldValue name='coneTranslation' value='1.14510 1.39856 0.44249'/> |
3214 | <fieldValue name='rotation' value='45.79445 -0.00000 4.75742 1.97920'/> |
3215 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3216 | <fieldValue name='ballRadius' value='0.02'/> |
3217 | <fieldValue name='traceEnabled' value='false'/> |
3218 | <fieldValue name='displayMode'/> |
3219 | <fieldValue name='transparency' value='0'/> |
3220 | </ProtoInstance> |
3221 | <ProtoInstance name='Arc'> |
3222 | <fieldValue name='cylinderHeight' value='0.05494'/> |
3223 | <fieldValue name='cylinderTranslation' value='1.32508 0.95523 2.01137'/> |
3224 | <fieldValue name='coneTranslation' value='1.22292 1.03905 2.02149'/> |
3225 | <fieldValue name='rotation' value='-0.41976 0 -4.23502 2.25548'/> |
3226 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3227 | <fieldValue name='ballRadius' value='0.02'/> |
3228 | <fieldValue name='traceEnabled' value='false'/> |
3229 | <fieldValue name='displayMode'/> |
3230 | <fieldValue name='transparency' value='0'/> |
3231 | </ProtoInstance> |
3232 | <ProtoInstance name='Arc'> |
3233 | <fieldValue name='cylinderHeight' value='0.87060'/> |
3234 | <fieldValue name='cylinderTranslation' value='0.54725 1.54911 0.61701'/> |
3235 | <fieldValue name='coneTranslation' value='0.35414 1.51227 0.80974'/> |
3236 | <fieldValue name='rotation' value='60.94716 -0.00000 61.06734 1.70499'/> |
3237 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3238 | <fieldValue name='ballRadius' value='0.02'/> |
3239 | <fieldValue name='traceEnabled' value='false'/> |
3240 | <fieldValue name='displayMode'/> |
3241 | <fieldValue name='transparency' value='0'/> |
3242 | </ProtoInstance> |
3243 | <ProtoInstance name='Arc'> |
3244 | <fieldValue name='cylinderHeight' value='0.05905'/> |
3245 | <fieldValue name='cylinderTranslation' value='-0.36278 2.02880 2.39124'/> |
3246 | <fieldValue name='coneTranslation' value='-0.46439 2.06855 2.31970'/> |
3247 | <fieldValue name='rotation' value='3.23747 0 -4.59878 1.88040'/> |
3248 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3249 | <fieldValue name='ballRadius' value='0.02'/> |
3250 | <fieldValue name='traceEnabled' value='false'/> |
3251 | <fieldValue name='displayMode'/> |
3252 | <fieldValue name='transparency' value='0'/> |
3253 | </ProtoInstance> |
3254 | <ProtoInstance name='Arc'> |
3255 | <fieldValue name='cylinderHeight' value='0.12369'/> |
3256 | <fieldValue name='cylinderTranslation' value='-0.43944 2.04775 2.34597'/> |
3257 | <fieldValue name='coneTranslation' value='-0.35426 2.03195 2.39212'/> |
3258 | <fieldValue name='rotation' value='-5.81545 0 10.73304 1.40908'/> |
3259 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3260 | <fieldValue name='ballRadius' value='0.02'/> |
3261 | <fieldValue name='traceEnabled' value='false'/> |
3262 | <fieldValue name='displayMode'/> |
3263 | <fieldValue name='transparency' value='0'/> |
3264 | </ProtoInstance> |
3265 | <ProtoInstance name='Arc'> |
3266 | <fieldValue name='cylinderHeight' value='0.59548'/> |
3267 | <fieldValue name='cylinderTranslation' value='-0.68596 2.25241 0.35153'/> |
3268 | <fieldValue name='coneTranslation' value='-0.61645 2.13513 0.37118'/> |
3269 | <fieldValue name='rotation' value='8.49416 0 -30.05354 2.58951'/> |
3270 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3271 | <fieldValue name='ballRadius' value='0.02'/> |
3272 | <fieldValue name='traceEnabled' value='false'/> |
3273 | <fieldValue name='displayMode'/> |
3274 | <fieldValue name='transparency' value='0'/> |
3275 | </ProtoInstance> |
3276 | <ProtoInstance name='Arc'> |
3277 | <fieldValue name='cylinderHeight' value='0.24765'/> |
3278 | <fieldValue name='cylinderTranslation' value='-0.03172 -2.72437 0.58159'/> |
3279 | <fieldValue name='coneTranslation' value='0.00443 -2.72565 0.58117'/> |
3280 | <fieldValue name='rotation' value='0.28322 -0.00000 24.74762 1.53528'/> |
3281 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3282 | <fieldValue name='ballRadius' value='0.02'/> |
3283 | <fieldValue name='traceEnabled' value='false'/> |
3284 | <fieldValue name='displayMode'/> |
3285 | <fieldValue name='transparency' value='0'/> |
3286 | </ProtoInstance> |
3287 | <ProtoInstance name='Arc'> |
3288 | <fieldValue name='cylinderHeight' value='0.42726'/> |
3289 | <fieldValue name='cylinderTranslation' value='-1.42475 1.60405 -0.19372'/> |
3290 | <fieldValue name='coneTranslation' value='-1.46481 1.63953 -0.19733'/> |
3291 | <fieldValue name='rotation' value='-2.87810 0 31.91050 0.84789'/> |
3292 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3293 | <fieldValue name='ballRadius' value='0.02'/> |
3294 | <fieldValue name='traceEnabled' value='false'/> |
3295 | <fieldValue name='displayMode'/> |
3296 | <fieldValue name='transparency' value='0'/> |
3297 | </ProtoInstance> |
3298 | <ProtoInstance name='Arc'> |
3299 | <fieldValue name='cylinderHeight' value='0.00000'/> |
3300 | <fieldValue name='cylinderTranslation' value='0.85879 1.82033 -2.26929'/> |
3301 | <fieldValue name='coneTranslation' value='0.70585 1.85384 -2.30224'/> |
3302 | <fieldValue name='rotation' value='0.00003 0 -0.00014 1.78178'/> |
3303 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3304 | <fieldValue name='ballRadius' value='0.02'/> |
3305 | <fieldValue name='traceEnabled' value='false'/> |
3306 | <fieldValue name='displayMode'/> |
3307 | <fieldValue name='transparency' value='0'/> |
3308 | </ProtoInstance> |
3309 | <ProtoInstance name='Arc'> |
3310 | <fieldValue name='cylinderHeight' value='0.34165'/> |
3311 | <fieldValue name='cylinderTranslation' value='1.46662 0.86299 2.10459'/> |
3312 | <fieldValue name='coneTranslation' value='1.45900 0.86774 2.09855'/> |
3313 | <fieldValue name='rotation' value='-19.06531 0 24.07358 1.11713'/> |
3314 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3315 | <fieldValue name='ballRadius' value='0.02'/> |
3316 | <fieldValue name='traceEnabled' value='false'/> |
3317 | <fieldValue name='displayMode'/> |
3318 | <fieldValue name='transparency' value='0'/> |
3319 | </ProtoInstance> |
3320 | <ProtoInstance name='Arc'> |
3321 | <fieldValue name='cylinderHeight' value='0.23882'/> |
3322 | <fieldValue name='cylinderTranslation' value='0.83751 2.62996 -1.72174'/> |
3323 | <fieldValue name='coneTranslation' value='0.84109 2.66938 -1.71275'/> |
3324 | <fieldValue name='rotation' value='-5.29226 0 2.10605 2.90077'/> |
3325 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3326 | <fieldValue name='ballRadius' value='0.02'/> |
3327 | <fieldValue name='traceEnabled' value='false'/> |
3328 | <fieldValue name='displayMode'/> |
3329 | <fieldValue name='transparency' value='0'/> |
3330 | </ProtoInstance> |
3331 | <ProtoInstance name='Arc'> |
3332 | <fieldValue name='cylinderHeight' value='0.72708'/> |
3333 | <fieldValue name='cylinderTranslation' value='0.35881 1.12199 1.89738'/> |
3334 | <fieldValue name='coneTranslation' value='0.31351 0.94363 1.81042'/> |
3335 | <fieldValue name='rotation' value='-31.06503 0 16.18198 2.63894'/> |
3336 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3337 | <fieldValue name='ballRadius' value='0.02'/> |
3338 | <fieldValue name='traceEnabled' value='false'/> |
3339 | <fieldValue name='displayMode'/> |
3340 | <fieldValue name='transparency' value='0'/> |
3341 | </ProtoInstance> |
3342 | <ProtoInstance name='Arc'> |
3343 | <fieldValue name='cylinderHeight' value='0.84742'/> |
3344 | <fieldValue name='cylinderTranslation' value='-0.33828 1.30584 0.58341'/> |
3345 | <fieldValue name='coneTranslation' value='-0.07517 1.32001 0.57263'/> |
3346 | <fieldValue name='rotation' value='-3.46408 0 -84.54865 1.51703'/> |
3347 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3348 | <fieldValue name='ballRadius' value='0.02'/> |
3349 | <fieldValue name='traceEnabled' value='false'/> |
3350 | <fieldValue name='displayMode'/> |
3351 | <fieldValue name='transparency' value='0'/> |
3352 | </ProtoInstance> |
3353 | <ProtoInstance name='Arc'> |
3354 | <fieldValue name='cylinderHeight' value='0.25285'/> |
3355 | <fieldValue name='cylinderTranslation' value='1.90911 -1.94215 -0.64816'/> |
3356 | <fieldValue name='coneTranslation' value='1.89573 -1.94249 -0.67895'/> |
3357 | <fieldValue name='rotation' value='23.19023 0 -10.07275 1.56075'/> |
3358 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3359 | <fieldValue name='ballRadius' value='0.02'/> |
3360 | <fieldValue name='traceEnabled' value='false'/> |
3361 | <fieldValue name='displayMode'/> |
3362 | <fieldValue name='transparency' value='0'/> |
3363 | </ProtoInstance> |
3364 | <ProtoInstance name='Arc'> |
3365 | <fieldValue name='cylinderHeight' value='0.41640'/> |
3366 | <fieldValue name='cylinderTranslation' value='1.32921 1.61716 -0.30702'/> |
3367 | <fieldValue name='coneTranslation' value='1.29045 1.59187 -0.29354'/> |
3368 | <fieldValue name='rotation' value='11.64956 -0.00000 33.47959 2.12312'/> |
3369 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3370 | <fieldValue name='ballRadius' value='0.02'/> |
3371 | <fieldValue name='traceEnabled' value='false'/> |
3372 | <fieldValue name='displayMode'/> |
3373 | <fieldValue name='transparency' value='0'/> |
3374 | </ProtoInstance> |
3375 | <ProtoInstance name='Arc'> |
3376 | <fieldValue name='cylinderHeight' value='0.27565'/> |
3377 | <fieldValue name='cylinderTranslation' value='1.78945 -2.09584 -0.48013'/> |
3378 | <fieldValue name='coneTranslation' value='1.80560 -2.08672 -0.46797'/> |
3379 | <fieldValue name='rotation' value='-15.10829 0 20.07721 1.99459'/> |
3380 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3381 | <fieldValue name='ballRadius' value='0.02'/> |
3382 | <fieldValue name='traceEnabled' value='false'/> |
3383 | <fieldValue name='displayMode'/> |
3384 | <fieldValue name='transparency' value='0'/> |
3385 | </ProtoInstance> |
3386 | <ProtoInstance name='Arc'> |
3387 | <fieldValue name='cylinderHeight' value='0.10857'/> |
3388 | <fieldValue name='cylinderTranslation' value='1.92039 -2.01598 -0.36617'/> |
3389 | <fieldValue name='coneTranslation' value='1.86089 -2.06113 -0.44099'/> |
3390 | <fieldValue name='rotation' value='7.68344 0 -6.11017 1.12956'/> |
3391 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3392 | <fieldValue name='ballRadius' value='0.02'/> |
3393 | <fieldValue name='traceEnabled' value='false'/> |
3394 | <fieldValue name='displayMode'/> |
3395 | <fieldValue name='transparency' value='0'/> |
3396 | </ProtoInstance> |
3397 | <ProtoInstance name='Arc'> |
3398 | <fieldValue name='cylinderHeight' value='0.37637'/> |
3399 | <fieldValue name='cylinderTranslation' value='2.29301 -0.12521 0.99267'/> |
3400 | <fieldValue name='coneTranslation' value='2.27224 -0.10826 1.00138'/> |
3401 | <fieldValue name='rotation' value='11.63336 -0.00000 27.73347 0.92575'/> |
3402 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3403 | <fieldValue name='ballRadius' value='0.02'/> |
3404 | <fieldValue name='traceEnabled' value='false'/> |
3405 | <fieldValue name='displayMode'/> |
3406 | <fieldValue name='transparency' value='0'/> |
3407 | </ProtoInstance> |
3408 | <ProtoInstance name='Arc'> |
3409 | <fieldValue name='cylinderHeight' value='0.26337'/> |
3410 | <fieldValue name='cylinderTranslation' value='0.79464 1.24994 -0.06493'/> |
3411 | <fieldValue name='coneTranslation' value='0.77600 1.24904 -0.04363'/> |
3412 | <fieldValue name='rotation' value='-19.80694 0 -17.33774 1.53892'/> |
3413 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3414 | <fieldValue name='ballRadius' value='0.02'/> |
3415 | <fieldValue name='traceEnabled' value='false'/> |
3416 | <fieldValue name='displayMode'/> |
3417 | <fieldValue name='transparency' value='0'/> |
3418 | </ProtoInstance> |
3419 | <ProtoInstance name='Arc'> |
3420 | <fieldValue name='cylinderHeight' value='0.78096'/> |
3421 | <fieldValue name='cylinderTranslation' value='0.45408 1.03493 0.24287'/> |
3422 | <fieldValue name='coneTranslation' value='0.30423 0.91049 0.36610'/> |
3423 | <fieldValue name='rotation' value='41.75338 -0.00000 50.77410 2.14109'/> |
3424 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3425 | <fieldValue name='ballRadius' value='0.02'/> |
3426 | <fieldValue name='traceEnabled' value='false'/> |
3427 | <fieldValue name='displayMode'/> |
3428 | <fieldValue name='transparency' value='0'/> |
3429 | </ProtoInstance> |
3430 | <ProtoInstance name='Arc'> |
3431 | <fieldValue name='cylinderHeight' value='0.59561'/> |
3432 | <fieldValue name='cylinderTranslation' value='0.93488 1.37683 -0.10733'/> |
3433 | <fieldValue name='coneTranslation' value='1.03989 1.43749 -0.17278'/> |
3434 | <fieldValue name='rotation' value='-28.28804 0 -45.38604 1.11499'/> |
3435 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3436 | <fieldValue name='ballRadius' value='0.02'/> |
3437 | <fieldValue name='traceEnabled' value='false'/> |
3438 | <fieldValue name='displayMode'/> |
3439 | <fieldValue name='transparency' value='0'/> |
3440 | </ProtoInstance> |
3441 | <ProtoInstance name='Arc'> |
3442 | <fieldValue name='cylinderHeight' value='0.82377'/> |
3443 | <fieldValue name='cylinderTranslation' value='0.39621 1.28717 0.30010'/> |
3444 | <fieldValue name='coneTranslation' value='0.20556 1.31251 0.46276'/> |
3445 | <fieldValue name='rotation' value='53.19775 -0.00000 62.34871 1.47003'/> |
3446 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3447 | <fieldValue name='ballRadius' value='0.02'/> |
3448 | <fieldValue name='traceEnabled' value='false'/> |
3449 | <fieldValue name='displayMode'/> |
3450 | <fieldValue name='transparency' value='0'/> |
3451 | </ProtoInstance> |
3452 | <ProtoInstance name='Arc'> |
3453 | <fieldValue name='cylinderHeight' value='0.05350'/> |
3454 | <fieldValue name='cylinderTranslation' value='-0.20934 2.19600 2.31660'/> |
3455 | <fieldValue name='coneTranslation' value='-0.18736 2.28247 2.21763'/> |
3456 | <fieldValue name='rotation' value='3.97363 -0.00000 0.88270 2.27700'/> |
3457 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3458 | <fieldValue name='ballRadius' value='0.02'/> |
3459 | <fieldValue name='traceEnabled' value='false'/> |
3460 | <fieldValue name='displayMode'/> |
3461 | <fieldValue name='transparency' value='0'/> |
3462 | </ProtoInstance> |
3463 | <ProtoInstance name='Arc'> |
3464 | <fieldValue name='cylinderHeight' value='0.14633'/> |
3465 | <fieldValue name='cylinderTranslation' value='-0.17849 2.22138 2.22898'/> |
3466 | <fieldValue name='coneTranslation' value='-0.20987 2.21186 2.30939'/> |
3467 | <fieldValue name='rotation' value='-13.54961 0 -5.28762 1.46088'/> |
3468 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3469 | <fieldValue name='ballRadius' value='0.02'/> |
3470 | <fieldValue name='traceEnabled' value='false'/> |
3471 | <fieldValue name='displayMode'/> |
3472 | <fieldValue name='transparency' value='0'/> |
3473 | </ProtoInstance> |
3474 | <ProtoInstance name='Arc'> |
3475 | <fieldValue name='cylinderHeight' value='0.93883'/> |
3476 | <fieldValue name='cylinderTranslation' value='-0.12350 0.56119 1.71859'/> |
3477 | <fieldValue name='coneTranslation' value='0.14108 0.72086 1.73406'/> |
3478 | <fieldValue name='rotation' value='4.69424 0 -80.28043 1.02859'/> |
3479 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3480 | <fieldValue name='ballRadius' value='0.02'/> |
3481 | <fieldValue name='traceEnabled' value='false'/> |
3482 | <fieldValue name='displayMode'/> |
3483 | <fieldValue name='transparency' value='0'/> |
3484 | </ProtoInstance> |
3485 | <ProtoInstance name='Arc'> |
3486 | <fieldValue name='cylinderHeight' value='0.09247'/> |
3487 | <fieldValue name='cylinderTranslation' value='-1.09645 1.88788 -0.16848'/> |
3488 | <fieldValue name='coneTranslation' value='-1.18001 1.87725 -0.09202'/> |
3489 | <fieldValue name='rotation' value='-6.21494 0 -6.79287 1.47718'/> |
3490 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3491 | <fieldValue name='ballRadius' value='0.02'/> |
3492 | <fieldValue name='traceEnabled' value='false'/> |
3493 | <fieldValue name='displayMode'/> |
3494 | <fieldValue name='transparency' value='0'/> |
3495 | </ProtoInstance> |
3496 | <ProtoInstance name='Arc'> |
3497 | <fieldValue name='cylinderHeight' value='0.30280'/> |
3498 | <fieldValue name='cylinderTranslation' value='0.01693 -1.11094 -2.22367'/> |
3499 | <fieldValue name='coneTranslation' value='0.01538 -1.10249 -2.22318'/> |
3500 | <fieldValue name='rotation' value='-1.71674 0 -5.46356 2.95131'/> |
3501 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3502 | <fieldValue name='ballRadius' value='0.02'/> |
3503 | <fieldValue name='traceEnabled' value='false'/> |
3504 | <fieldValue name='displayMode'/> |
3505 | <fieldValue name='transparency' value='0'/> |
3506 | </ProtoInstance> |
3507 | <ProtoInstance name='Arc'> |
3508 | <fieldValue name='cylinderHeight' value='0.06501'/> |
3509 | <fieldValue name='cylinderTranslation' value='0.01252 -0.94280 -2.22745'/> |
3510 | <fieldValue name='coneTranslation' value='-0.07732 -1.01917 -2.17895'/> |
3511 | <fieldValue name='rotation' value='-2.47263 0 -4.58073 0.92851'/> |
3512 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3513 | <fieldValue name='ballRadius' value='0.02'/> |
3514 | <fieldValue name='traceEnabled' value='false'/> |
3515 | <fieldValue name='displayMode'/> |
3516 | <fieldValue name='transparency' value='0'/> |
3517 | </ProtoInstance> |
3518 | <ProtoInstance name='Arc'> |
3519 | <fieldValue name='cylinderHeight' value='0.15486'/> |
3520 | <fieldValue name='cylinderTranslation' value='-0.37663 -2.64663 0.82913'/> |
3521 | <fieldValue name='coneTranslation' value='-0.43113 -2.65622 0.76785'/> |
3522 | <fieldValue name='rotation' value='11.49365 0 -10.22103 1.45439'/> |
3523 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3524 | <fieldValue name='ballRadius' value='0.02'/> |
3525 | <fieldValue name='traceEnabled' value='false'/> |
3526 | <fieldValue name='displayMode'/> |
3527 | <fieldValue name='transparency' value='0'/> |
3528 | </ProtoInstance> |
3529 | <ProtoInstance name='Arc'> |
3530 | <fieldValue name='cylinderHeight' value='0.30639'/> |
3531 | <fieldValue name='cylinderTranslation' value='-0.91534 1.85832 -0.22543'/> |
3532 | <fieldValue name='coneTranslation' value='-0.90880 1.85681 -0.22658'/> |
3533 | <fieldValue name='rotation' value='5.17665 -0.00000 29.42845 1.34775'/> |
3534 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3535 | <fieldValue name='ballRadius' value='0.02'/> |
3536 | <fieldValue name='traceEnabled' value='false'/> |
3537 | <fieldValue name='displayMode'/> |
3538 | <fieldValue name='transparency' value='0'/> |
3539 | </ProtoInstance> |
3540 | <ProtoInstance name='Arc'> |
3541 | <fieldValue name='cylinderHeight' value='0.29165'/> |
3542 | <fieldValue name='cylinderTranslation' value='-0.23088 -2.61081 0.99425'/> |
3543 | <fieldValue name='coneTranslation' value='-0.24008 -2.61341 0.98379'/> |
3544 | <fieldValue name='rotation' value='21.52980 0 -18.92876 1.38576'/> |
3545 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3546 | <fieldValue name='ballRadius' value='0.02'/> |
3547 | <fieldValue name='traceEnabled' value='false'/> |
3548 | <fieldValue name='displayMode'/> |
3549 | <fieldValue name='transparency' value='0'/> |
3550 | </ProtoInstance> |
3551 | <ProtoInstance name='Arc'> |
3552 | <fieldValue name='cylinderHeight' value='0.31438'/> |
3553 | <fieldValue name='cylinderTranslation' value='1.83349 -2.09694 -0.31953'/> |
3554 | <fieldValue name='coneTranslation' value='1.83139 -2.09881 -0.31939'/> |
3555 | <fieldValue name='rotation' value='-1.64364 0 -23.49016 0.84657'/> |
3556 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3557 | <fieldValue name='ballRadius' value='0.02'/> |
3558 | <fieldValue name='traceEnabled' value='false'/> |
3559 | <fieldValue name='displayMode'/> |
3560 | <fieldValue name='transparency' value='0'/> |
3561 | </ProtoInstance> |
3562 | <ProtoInstance name='Arc'> |
3563 | <fieldValue name='cylinderHeight' value='0.25134'/> |
3564 | <fieldValue name='cylinderTranslation' value='-0.06483 -2.73540 0.49732'/> |
3565 | <fieldValue name='coneTranslation' value='-0.04007 -2.73961 0.47392'/> |
3566 | <fieldValue name='rotation' value='17.13575 -0.00000 18.12587 1.44773'/> |
3567 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3568 | <fieldValue name='ballRadius' value='0.02'/> |
3569 | <fieldValue name='traceEnabled' value='false'/> |
3570 | <fieldValue name='displayMode'/> |
3571 | <fieldValue name='transparency' value='0'/> |
3572 | </ProtoInstance> |
3573 | <ProtoInstance name='Arc'> |
3574 | <fieldValue name='cylinderHeight' value='0.67318'/> |
3575 | <fieldValue name='cylinderTranslation' value='1.22562 1.54838 1.67758'/> |
3576 | <fieldValue name='coneTranslation' value='1.09588 1.46081 1.59583'/> |
3577 | <fieldValue name='rotation' value='-31.16638 0 49.45765 2.08964'/> |
3578 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3579 | <fieldValue name='ballRadius' value='0.02'/> |
3580 | <fieldValue name='traceEnabled' value='false'/> |
3581 | <fieldValue name='displayMode'/> |
3582 | <fieldValue name='transparency' value='0'/> |
3583 | </ProtoInstance> |
3584 | <ProtoInstance name='Arc'> |
3585 | <fieldValue name='cylinderHeight' value='0.53185'/> |
3586 | <fieldValue name='cylinderTranslation' value='1.19536 1.38243 0.33520'/> |
3587 | <fieldValue name='coneTranslation' value='1.16929 1.36355 0.43612'/> |
3588 | <fieldValue name='rotation' value='50.66942 -0.00000 13.08719 1.75007'/> |
3589 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3590 | <fieldValue name='ballRadius' value='0.02'/> |
3591 | <fieldValue name='traceEnabled' value='false'/> |
3592 | <fieldValue name='displayMode'/> |
3593 | <fieldValue name='transparency' value='0'/> |
3594 | </ProtoInstance> |
3595 | <ProtoInstance name='Arc'> |
3596 | <fieldValue name='cylinderHeight' value='0.38620'/> |
3597 | <fieldValue name='cylinderTranslation' value='-2.23334 -0.42031 -1.34577'/> |
3598 | <fieldValue name='coneTranslation' value='-2.23792 -0.38775 -1.34197'/> |
3599 | <fieldValue name='rotation' value='4.43968 -0.00000 5.34765 0.18095'/> |
3600 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3601 | <fieldValue name='ballRadius' value='0.02'/> |
3602 | <fieldValue name='traceEnabled' value='false'/> |
3603 | <fieldValue name='displayMode'/> |
3604 | <fieldValue name='transparency' value='0'/> |
3605 | </ProtoInstance> |
3606 | <ProtoInstance name='Arc'> |
3607 | <fieldValue name='cylinderHeight' value='0.59546'/> |
3608 | <fieldValue name='cylinderTranslation' value='-0.71182 2.18727 0.54233'/> |
3609 | <fieldValue name='coneTranslation' value='-0.80064 2.29211 0.53277'/> |
3610 | <fieldValue name='rotation' value='-4.13371 0 38.39745 0.70570'/> |
3611 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3612 | <fieldValue name='ballRadius' value='0.02'/> |
3613 | <fieldValue name='traceEnabled' value='false'/> |
3614 | <fieldValue name='displayMode'/> |
3615 | <fieldValue name='transparency' value='0'/> |
3616 | </ProtoInstance> |
3617 | <ProtoInstance name='Arc'> |
3618 | <fieldValue name='cylinderHeight' value='0.96419'/> |
3619 | <fieldValue name='cylinderTranslation' value='-0.13896 1.72576 0.74237'/> |
3620 | <fieldValue name='coneTranslation' value='0.11551 1.56882 0.86222'/> |
3621 | <fieldValue name='rotation' value='35.87487 0 -76.17523 2.07972'/> |
3622 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3623 | <fieldValue name='ballRadius' value='0.02'/> |
3624 | <fieldValue name='traceEnabled' value='false'/> |
3625 | <fieldValue name='displayMode'/> |
3626 | <fieldValue name='transparency' value='0'/> |
3627 | </ProtoInstance> |
3628 | <ProtoInstance name='Arc'> |
3629 | <fieldValue name='cylinderHeight' value='0.49681'/> |
3630 | <fieldValue name='cylinderTranslation' value='-2.30288 0.54589 -1.08829'/> |
3631 | <fieldValue name='coneTranslation' value='-2.23216 0.52892 -1.03804'/> |
3632 | <fieldValue name='rotation' value='28.24151 0 -39.74404 1.76404'/> |
3633 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3634 | <fieldValue name='ballRadius' value='0.02'/> |
3635 | <fieldValue name='traceEnabled' value='false'/> |
3636 | <fieldValue name='displayMode'/> |
3637 | <fieldValue name='transparency' value='0'/> |
3638 | </ProtoInstance> |
3639 | <ProtoInstance name='Arc'> |
3640 | <fieldValue name='cylinderHeight' value='1.07207'/> |
3641 | <fieldValue name='cylinderTranslation' value='-0.14409 0.54714 0.75509'/> |
3642 | <fieldValue name='coneTranslation' value='-0.38562 0.35284 0.96796'/> |
3643 | <fieldValue name='rotation' value='60.68902 -0.00000 68.85998 2.11379'/> |
3644 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3645 | <fieldValue name='ballRadius' value='0.02'/> |
3646 | <fieldValue name='traceEnabled' value='false'/> |
3647 | <fieldValue name='displayMode'/> |
3648 | <fieldValue name='transparency' value='0'/> |
3649 | </ProtoInstance> |
3650 | <ProtoInstance name='Arc'> |
3651 | <fieldValue name='cylinderHeight' value='0.03223'/> |
3652 | <fieldValue name='cylinderTranslation' value='-0.21229 2.16686 2.34737'/> |
3653 | <fieldValue name='coneTranslation' value='-0.22536 2.27202 2.25003'/> |
3654 | <fieldValue name='rotation' value='2.18029 0 -0.29273 2.39033'/> |
3655 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3656 | <fieldValue name='ballRadius' value='0.02'/> |
3657 | <fieldValue name='traceEnabled' value='false'/> |
3658 | <fieldValue name='displayMode'/> |
3659 | <fieldValue name='transparency' value='0'/> |
3660 | </ProtoInstance> |
3661 | <ProtoInstance name='Arc'> |
3662 | <fieldValue name='cylinderHeight' value='1.30962'/> |
3663 | <fieldValue name='cylinderTranslation' value='0.53140 1.35504 1.04392'/> |
3664 | <fieldValue name='coneTranslation' value='0.86913 1.37501 1.40500'/> |
3665 | <fieldValue name='rotation' value='95.56676 0 -89.38706 1.53042'/> |
3666 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3667 | <fieldValue name='ballRadius' value='0.02'/> |
3668 | <fieldValue name='traceEnabled' value='false'/> |
3669 | <fieldValue name='displayMode'/> |
3670 | <fieldValue name='transparency' value='0'/> |
3671 | </ProtoInstance> |
3672 | <ProtoInstance name='Arc'> |
3673 | <fieldValue name='cylinderHeight' value='0.92925'/> |
3674 | <fieldValue name='cylinderTranslation' value='-0.22562 1.66375 0.48004'/> |
3675 | <fieldValue name='coneTranslation' value='-0.42892 1.88349 0.42363'/> |
3676 | <fieldValue name='rotation' value='-17.20806 0 62.01576 0.76507'/> |
3677 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3678 | <fieldValue name='ballRadius' value='0.02'/> |
3679 | <fieldValue name='traceEnabled' value='false'/> |
3680 | <fieldValue name='displayMode'/> |
3681 | <fieldValue name='transparency' value='0'/> |
3682 | </ProtoInstance> |
3683 | <ProtoInstance name='Arc'> |
3684 | <fieldValue name='cylinderHeight' value='1.01758'/> |
3685 | <fieldValue name='cylinderTranslation' value='0.10726 1.73577 1.34690'/> |
3686 | <fieldValue name='coneTranslation' value='0.19957 1.56788 1.05545'/> |
3687 | <fieldValue name='rotation' value='-85.03124 0 -26.93039 2.07299'/> |
3688 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3689 | <fieldValue name='ballRadius' value='0.02'/> |
3690 | <fieldValue name='traceEnabled' value='false'/> |
3691 | <fieldValue name='displayMode'/> |
3692 | <fieldValue name='transparency' value='0'/> |
3693 | </ProtoInstance> |
3694 | <ProtoInstance name='Arc'> |
3695 | <fieldValue name='cylinderHeight' value='0.47840'/> |
3696 | <fieldValue name='cylinderTranslation' value='-0.08972 2.10504 1.96665'/> |
3697 | <fieldValue name='coneTranslation' value='-0.11036 2.14622 2.03107'/> |
3698 | <fieldValue name='rotation' value='38.91730 -0.00000 12.46647 1.02403'/> |
3699 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3700 | <fieldValue name='ballRadius' value='0.02'/> |
3701 | <fieldValue name='traceEnabled' value='false'/> |
3702 | <fieldValue name='displayMode'/> |
3703 | <fieldValue name='transparency' value='0'/> |
3704 | </ProtoInstance> |
3705 | <ProtoInstance name='Arc'> |
3706 | <fieldValue name='cylinderHeight' value='0.30207'/> |
3707 | <fieldValue name='cylinderTranslation' value='-0.40964 -2.71888 0.31026'/> |
3708 | <fieldValue name='coneTranslation' value='-0.40805 -2.71961 0.30147'/> |
3709 | <fieldValue name='rotation' value='29.62413 -0.00000 5.36471 1.48879'/> |
3710 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3711 | <fieldValue name='ballRadius' value='0.02'/> |
3712 | <fieldValue name='traceEnabled' value='false'/> |
3713 | <fieldValue name='displayMode'/> |
3714 | <fieldValue name='transparency' value='0'/> |
3715 | </ProtoInstance> |
3716 | <ProtoInstance name='Arc'> |
3717 | <fieldValue name='cylinderHeight' value='0.61332'/> |
3718 | <fieldValue name='cylinderTranslation' value='0.76515 1.40726 -0.63619'/> |
3719 | <fieldValue name='coneTranslation' value='0.66667 1.43313 -0.53064'/> |
3720 | <fieldValue name='rotation' value='44.14059 -0.00000 41.18457 1.39347'/> |
3721 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3722 | <fieldValue name='ballRadius' value='0.02'/> |
3723 | <fieldValue name='traceEnabled' value='false'/> |
3724 | <fieldValue name='displayMode'/> |
3725 | <fieldValue name='transparency' value='0'/> |
3726 | </ProtoInstance> |
3727 | <ProtoInstance name='Arc'> |
3728 | <fieldValue name='cylinderHeight' value='0.00001'/> |
3729 | <fieldValue name='cylinderTranslation' value='-0.95319 -2.47438 0.88025'/> |
3730 | <fieldValue name='coneTranslation' value='-1.01558 -2.50293 0.73572'/> |
3731 | <fieldValue name='rotation' value='0.00074 0 -0.00032 1.39142'/> |
3732 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3733 | <fieldValue name='ballRadius' value='0.02'/> |
3734 | <fieldValue name='traceEnabled' value='false'/> |
3735 | <fieldValue name='displayMode'/> |
3736 | <fieldValue name='transparency' value='0'/> |
3737 | </ProtoInstance> |
3738 | <ProtoInstance name='Arc'> |
3739 | <fieldValue name='cylinderHeight' value='0.98939'/> |
3740 | <fieldValue name='cylinderTranslation' value='1.66417 0.53758 0.16776'/> |
3741 | <fieldValue name='coneTranslation' value='1.39728 0.73487 0.12451'/> |
3742 | <fieldValue name='rotation' value='-12.78420 0 78.89447 0.94042'/> |
3743 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3744 | <fieldValue name='ballRadius' value='0.02'/> |
3745 | <fieldValue name='traceEnabled' value='false'/> |
3746 | <fieldValue name='displayMode'/> |
3747 | <fieldValue name='transparency' value='0'/> |
3748 | </ProtoInstance> |
3749 | <ProtoInstance name='Arc'> |
3750 | <fieldValue name='cylinderHeight' value='0.36015'/> |
3751 | <fieldValue name='cylinderTranslation' value='-2.18720 -0.22094 -1.52412'/> |
3752 | <fieldValue name='coneTranslation' value='-2.18141 -0.23627 -1.53571'/> |
3753 | <fieldValue name='rotation' value='-20.80349 0 -10.39381 2.43963'/> |
3754 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3755 | <fieldValue name='ballRadius' value='0.02'/> |
3756 | <fieldValue name='traceEnabled' value='false'/> |
3757 | <fieldValue name='displayMode'/> |
3758 | <fieldValue name='transparency' value='0'/> |
3759 | </ProtoInstance> |
3760 | <ProtoInstance name='Arc'> |
3761 | <fieldValue name='cylinderHeight' value='0.84829'/> |
3762 | <fieldValue name='cylinderTranslation' value='1.26016 1.31143 0.99151'/> |
3763 | <fieldValue name='coneTranslation' value='1.17905 1.32612 0.74056'/> |
3764 | <fieldValue name='rotation' value='-80.59303 0 26.04675 1.51515'/> |
3765 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3766 | <fieldValue name='ballRadius' value='0.02'/> |
3767 | <fieldValue name='traceEnabled' value='false'/> |
3768 | <fieldValue name='displayMode'/> |
3769 | <fieldValue name='transparency' value='0'/> |
3770 | </ProtoInstance> |
3771 | <ProtoInstance name='Arc'> |
3772 | <fieldValue name='cylinderHeight' value='0.35506'/> |
3773 | <fieldValue name='cylinderTranslation' value='-1.23570 2.17658 -0.00830'/> |
3774 | <fieldValue name='coneTranslation' value='-1.22508 2.16371 -0.00295'/> |
3775 | <fieldValue name='rotation' value='10.82905 0 -21.52046 2.39586'/> |
3776 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3777 | <fieldValue name='ballRadius' value='0.02'/> |
3778 | <fieldValue name='traceEnabled' value='false'/> |
3779 | <fieldValue name='displayMode'/> |
3780 | <fieldValue name='transparency' value='0'/> |
3781 | </ProtoInstance> |
3782 | <ProtoInstance name='Vertex'> |
3783 | <fieldValue name='vertexText' value='"2010-02-20-ARMY.MIL-DEFENSEMEDIAACTIVITY"'/> |
3784 | <fieldValue name='description' value='1: 2010-02-20-ARMY.MIL-DEFENSEMEDIAACTIVITY'/> |
3785 | <fieldValue name='url'/> |
3786 | <fieldValue name='radius' value='0.1500'/> |
3787 | <fieldValue name='displayMode'/> |
3788 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3789 | <fieldValue name='transparency' value='0'/> |
3790 | <fieldValue name='translation' value='-2.13149 0.08951 -1.06094'/> |
3791 | <fieldValue name='textTranslation' value='-1.98149 0.08951 -1.06094'/> |
3792 | <fieldValue name='textColor' value='0 0 0'/> |
3793 | </ProtoInstance> |
3794 | <ProtoInstance name='Vertex'> |
3795 | <fieldValue name='vertexText' value='"2010-02-20-FACEBOOK.COM-PAGES"'/> |
3796 | <fieldValue name='description' value='2: 2010-02-20-FACEBOOK.COM-PAGES'/> |
3797 | <fieldValue name='url'/> |
3798 | <fieldValue name='radius' value='0.1500'/> |
3799 | <fieldValue name='displayMode'/> |
3800 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3801 | <fieldValue name='transparency' value='0'/> |
3802 | <fieldValue name='translation' value='-0.04119 -0.70165 -1.96938'/> |
3803 | <fieldValue name='textTranslation' value='0.10881 -0.70165 -1.96938'/> |
3804 | <fieldValue name='textColor' value='0 0 0'/> |
3805 | </ProtoInstance> |
3806 | <ProtoInstance name='Vertex'> |
3807 | <fieldValue name='vertexText' value='"2010-02-20-FUTURE.STATE.GOV"'/> |
3808 | <fieldValue name='description' value='3: 2010-02-20-FUTURE.STATE.GOV'/> |
3809 | <fieldValue name='url'/> |
3810 | <fieldValue name='radius' value='0.1500'/> |
3811 | <fieldValue name='displayMode'/> |
3812 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3813 | <fieldValue name='transparency' value='0'/> |
3814 | <fieldValue name='translation' value='1.00018 1.15239 1.63918'/> |
3815 | <fieldValue name='textTranslation' value='1.15018 1.15239 1.63918'/> |
3816 | <fieldValue name='textColor' value='0 0 0'/> |
3817 | </ProtoInstance> |
3818 | <ProtoInstance name='Vertex'> |
3819 | <fieldValue name='vertexText' value='"2010-02-20-MARINES.MIL-UNIT"'/> |
3820 | <fieldValue name='description' value='4: 2010-02-20-MARINES.MIL-UNIT'/> |
3821 | <fieldValue name='url'/> |
3822 | <fieldValue name='radius' value='0.1500'/> |
3823 | <fieldValue name='displayMode'/> |
3824 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3825 | <fieldValue name='transparency' value='0'/> |
3826 | <fieldValue name='translation' value='-0.42674 -2.64813 0.68292'/> |
3827 | <fieldValue name='textTranslation' value='-0.27674 -2.64813 0.68292'/> |
3828 | <fieldValue name='textColor' value='0 0 0'/> |
3829 | </ProtoInstance> |
3830 | <ProtoInstance name='Vertex'> |
3831 | <fieldValue name='vertexText' value='"2010-02-20-OCHAONLINE.UN.ORG"'/> |
3832 | <fieldValue name='description' value='5: 2010-02-20-OCHAONLINE.UN.ORG'/> |
3833 | <fieldValue name='url'/> |
3834 | <fieldValue name='radius' value='0.1500'/> |
3835 | <fieldValue name='displayMode'/> |
3836 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3837 | <fieldValue name='transparency' value='0'/> |
3838 | <fieldValue name='translation' value='2.12266 -0.08404 0.79785'/> |
3839 | <fieldValue name='textTranslation' value='2.27266 -0.08404 0.79785'/> |
3840 | <fieldValue name='textColor' value='0 0 0'/> |
3841 | </ProtoInstance> |
3842 | <ProtoInstance name='Vertex'> |
3843 | <fieldValue name='vertexText' value='"2010-02-20-OXFAM.ORG-EN"'/> |
3844 | <fieldValue name='description' value='6: 2010-02-20-OXFAM.ORG-EN'/> |
3845 | <fieldValue name='url'/> |
3846 | <fieldValue name='radius' value='0.1500'/> |
3847 | <fieldValue name='displayMode'/> |
3848 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3849 | <fieldValue name='transparency' value='0'/> |
3850 | <fieldValue name='translation' value='-0.13023 1.82126 2.07143'/> |
3851 | <fieldValue name='textTranslation' value='0.01977 1.82126 2.07143'/> |
3852 | <fieldValue name='textColor' value='0 0 0'/> |
3853 | </ProtoInstance> |
3854 | <ProtoInstance name='Vertex'> |
3855 | <fieldValue name='vertexText' value='"2010-02-20-RELIEFWEB.INT-RW"'/> |
3856 | <fieldValue name='description' value='7: 2010-02-20-RELIEFWEB.INT-RW'/> |
3857 | <fieldValue name='url'/> |
3858 | <fieldValue name='radius' value='0.1500'/> |
3859 | <fieldValue name='displayMode'/> |
3860 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3861 | <fieldValue name='transparency' value='0'/> |
3862 | <fieldValue name='translation' value='0.77333 2.13745 -1.57426'/> |
3863 | <fieldValue name='textTranslation' value='0.92333 2.13745 -1.57426'/> |
3864 | <fieldValue name='textColor' value='0 0 0'/> |
3865 | </ProtoInstance> |
3866 | <ProtoInstance name='Vertex'> |
3867 | <fieldValue name='vertexText' value='"2010-02-20-TWITTER.COM-JTFHAITI"'/> |
3868 | <fieldValue name='description' value='8: 2010-02-20-TWITTER.COM-JTFHAITI'/> |
3869 | <fieldValue name='url'/> |
3870 | <fieldValue name='radius' value='0.1500'/> |
3871 | <fieldValue name='displayMode'/> |
3872 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3873 | <fieldValue name='transparency' value='0'/> |
3874 | <fieldValue name='translation' value='1.97563 -1.88279 -0.31302'/> |
3875 | <fieldValue name='textTranslation' value='2.12563 -1.88279 -0.31302'/> |
3876 | <fieldValue name='textColor' value='0 0 0'/> |
3877 | </ProtoInstance> |
3878 | <ProtoInstance name='Vertex'> |
3879 | <fieldValue name='vertexText' value='"2010-02-20-UN.ORG-EN"'/> |
3880 | <fieldValue name='description' value='9: 2010-02-20-UN.ORG-EN'/> |
3881 | <fieldValue name='url'/> |
3882 | <fieldValue name='radius' value='0.1500'/> |
3883 | <fieldValue name='displayMode'/> |
3884 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
3885 | <fieldValue name='transparency' value='0'/> |
3886 | <fieldValue name='translation' value='0.78685 1.26448 -0.05286'/> |
3887 | <fieldValue name='textTranslation' value='0.93685 1.26448 -0.05286'/> |
3888 | <fieldValue name='textColor' value='0 0 0'/> |
3889 | </ProtoInstance> |
3890 | <ProtoInstance name='Vertex'> |
3891 | <fieldValue name='vertexText' value='"2010-02-20-WFP.ORG-PHOTOS"'/> |
3892 | <fieldValue name='description' value='10: 2010-02-20-WFP.ORG-PHOTOS'/> |
3893 | <fieldValue name='url'/> |
3894 | <fieldValue name='radius' value='0.1500'/> |
3895 | <fieldValue name='displayMode'/> |
3896 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3897 | <fieldValue name='transparency' value='0'/> |
3898 | <fieldValue name='translation' value='-0.68721 0.52808 1.21738'/> |
3899 | <fieldValue name='textTranslation' value='-0.53721 0.52808 1.21738'/> |
3900 | <fieldValue name='textColor' value='0 0 0'/> |
3901 | </ProtoInstance> |
3902 | <ProtoInstance name='Vertex'> |
3903 | <fieldValue name='vertexText' value='"2010-02-20-WFP.ORG-STORIES"'/> |
3904 | <fieldValue name='description' value='11: 2010-02-20-WFP.ORG-STORIES'/> |
3905 | <fieldValue name='url'/> |
3906 | <fieldValue name='radius' value='0.1500'/> |
3907 | <fieldValue name='displayMode'/> |
3908 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
3909 | <fieldValue name='transparency' value='0'/> |
3910 | <fieldValue name='translation' value='-0.68442 1.65239 0.13491'/> |
3911 | <fieldValue name='textTranslation' value='-0.53442 1.65239 0.13491'/> |
3912 | <fieldValue name='textColor' value='0 0 0'/> |
3913 | </ProtoInstance> |
3914 | <ProtoInstance name='Vertex'> |
3915 | <fieldValue name='vertexText' value=' "Haiti/2010-02-20/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-20.simple" '/> |
3916 | <fieldValue name='description' value='12: Haiti/2010-02-20/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-20.simple'/> |
3917 | <fieldValue name='url'/> |
3918 | <fieldValue name='radius' value='0.1500'/> |
3919 | <fieldValue name='displayMode'/> |
3920 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
3921 | <fieldValue name='transparency' value='0'/> |
3922 | <fieldValue name='translation' value='-0.48189 0.24555 -2.75511'/> |
3923 | <fieldValue name='textTranslation' value='-0.33189 0.24555 -2.75511'/> |
3924 | <fieldValue name='textColor' value='0 0 0'/> |
3925 | </ProtoInstance> |
3926 | <ProtoInstance name='Vertex'> |
3927 | <fieldValue name='vertexText' value='"action"'/> |
3928 | <fieldValue name='description' value='13: action'/> |
3929 | <fieldValue name='url'/> |
3930 | <fieldValue name='radius' value='0.1500'/> |
3931 | <fieldValue name='displayMode'/> |
3932 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3933 | <fieldValue name='transparency' value='0'/> |
3934 | <fieldValue name='translation' value='-1.09806 0.19207 1.51396'/> |
3935 | <fieldValue name='textTranslation' value='-0.94806 0.19207 1.51396'/> |
3936 | <fieldValue name='textColor' value='0 0 0'/> |
3937 | </ProtoInstance> |
3938 | <ProtoInstance name='Vertex'> |
3939 | <fieldValue name='vertexText' value='"affected"'/> |
3940 | <fieldValue name='description' value='14: affected'/> |
3941 | <fieldValue name='url'/> |
3942 | <fieldValue name='radius' value='0.1500'/> |
3943 | <fieldValue name='displayMode'/> |
3944 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3945 | <fieldValue name='transparency' value='0'/> |
3946 | <fieldValue name='translation' value='-1.28827 -0.04789 1.66943'/> |
3947 | <fieldValue name='textTranslation' value='-1.13827 -0.04789 1.66943'/> |
3948 | <fieldValue name='textColor' value='0 0 0'/> |
3949 | </ProtoInstance> |
3950 | <ProtoInstance name='Vertex'> |
3951 | <fieldValue name='vertexText' value='"afghanistan"'/> |
3952 | <fieldValue name='description' value='15: afghanistan'/> |
3953 | <fieldValue name='url'/> |
3954 | <fieldValue name='radius' value='0.1500'/> |
3955 | <fieldValue name='displayMode'/> |
3956 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3957 | <fieldValue name='transparency' value='0'/> |
3958 | <fieldValue name='translation' value='-2.27440 0.05891 -1.21734'/> |
3959 | <fieldValue name='textTranslation' value='-2.12440 0.05891 -1.21734'/> |
3960 | <fieldValue name='textColor' value='0 0 0'/> |
3961 | </ProtoInstance> |
3962 | <ProtoInstance name='Vertex'> |
3963 | <fieldValue name='vertexText' value='"africa"'/> |
3964 | <fieldValue name='description' value='16: africa'/> |
3965 | <fieldValue name='url'/> |
3966 | <fieldValue name='radius' value='0.1500'/> |
3967 | <fieldValue name='displayMode'/> |
3968 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
3969 | <fieldValue name='transparency' value='0'/> |
3970 | <fieldValue name='translation' value='-1.16461 1.63486 0.39644'/> |
3971 | <fieldValue name='textTranslation' value='-1.01461 1.63486 0.39644'/> |
3972 | <fieldValue name='textColor' value='0 0 0'/> |
3973 | </ProtoInstance> |
3974 | <ProtoInstance name='Vertex'> |
3975 | <fieldValue name='vertexText' value='"agency"'/> |
3976 | <fieldValue name='description' value='17: agency'/> |
3977 | <fieldValue name='url'/> |
3978 | <fieldValue name='radius' value='0.1500'/> |
3979 | <fieldValue name='displayMode'/> |
3980 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3981 | <fieldValue name='transparency' value='0'/> |
3982 | <fieldValue name='translation' value='0.23997 1.60389 2.61338'/> |
3983 | <fieldValue name='textTranslation' value='0.38997 1.60389 2.61338'/> |
3984 | <fieldValue name='textColor' value='0 0 0'/> |
3985 | </ProtoInstance> |
3986 | <ProtoInstance name='Vertex'> |
3987 | <fieldValue name='vertexText' value='"aid"'/> |
3988 | <fieldValue name='description' value='18: aid'/> |
3989 | <fieldValue name='url'/> |
3990 | <fieldValue name='radius' value='0.1500'/> |
3991 | <fieldValue name='displayMode'/> |
3992 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
3993 | <fieldValue name='transparency' value='0'/> |
3994 | <fieldValue name='translation' value='-0.83886 1.03977 0.64414'/> |
3995 | <fieldValue name='textTranslation' value='-0.68886 1.03977 0.64414'/> |
3996 | <fieldValue name='textColor' value='0 0 0'/> |
3997 | </ProtoInstance> |
3998 | <ProtoInstance name='Vertex'> |
3999 | <fieldValue name='vertexText' value='"alumni"'/> |
4000 | <fieldValue name='description' value='19: alumni'/> |
4001 | <fieldValue name='url'/> |
4002 | <fieldValue name='radius' value='0.1500'/> |
4003 | <fieldValue name='displayMode'/> |
4004 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4005 | <fieldValue name='transparency' value='0'/> |
4006 | <fieldValue name='translation' value='1.47295 1.71527 1.83338'/> |
4007 | <fieldValue name='textTranslation' value='1.62295 1.71527 1.83338'/> |
4008 | <fieldValue name='textColor' value='0 0 0'/> |
4009 | </ProtoInstance> |
4010 | <ProtoInstance name='Vertex'> |
4011 | <fieldValue name='vertexText' value='"americas"'/> |
4012 | <fieldValue name='description' value='20: americas'/> |
4013 | <fieldValue name='url'/> |
4014 | <fieldValue name='radius' value='0.1500'/> |
4015 | <fieldValue name='displayMode'/> |
4016 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4017 | <fieldValue name='transparency' value='0'/> |
4018 | <fieldValue name='translation' value='-1.20280 1.84904 0.26107'/> |
4019 | <fieldValue name='textTranslation' value='-1.05280 1.84904 0.26107'/> |
4020 | <fieldValue name='textColor' value='0 0 0'/> |
4021 | </ProtoInstance> |
4022 | <ProtoInstance name='Vertex'> |
4023 | <fieldValue name='vertexText' value='"analysis"'/> |
4024 | <fieldValue name='description' value='21: analysis'/> |
4025 | <fieldValue name='url'/> |
4026 | <fieldValue name='radius' value='0.1500'/> |
4027 | <fieldValue name='displayMode'/> |
4028 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4029 | <fieldValue name='transparency' value='0'/> |
4030 | <fieldValue name='translation' value='-1.06248 1.89220 -0.19955'/> |
4031 | <fieldValue name='textTranslation' value='-0.91248 1.89220 -0.19955'/> |
4032 | <fieldValue name='textColor' value='0 0 0'/> |
4033 | </ProtoInstance> |
4034 | <ProtoInstance name='Vertex'> |
4035 | <fieldValue name='vertexText' value='"appeal"'/> |
4036 | <fieldValue name='description' value='22: appeal'/> |
4037 | <fieldValue name='url'/> |
4038 | <fieldValue name='radius' value='0.1500'/> |
4039 | <fieldValue name='displayMode'/> |
4040 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4041 | <fieldValue name='transparency' value='0'/> |
4042 | <fieldValue name='translation' value='2.12109 0.00708 1.06941'/> |
4043 | <fieldValue name='textTranslation' value='2.27109 0.00708 1.06941'/> |
4044 | <fieldValue name='textColor' value='0 0 0'/> |
4045 | </ProtoInstance> |
4046 | <ProtoInstance name='Vertex'> |
4047 | <fieldValue name='vertexText' value='"army"'/> |
4048 | <fieldValue name='description' value='23: army'/> |
4049 | <fieldValue name='url'/> |
4050 | <fieldValue name='radius' value='0.1500'/> |
4051 | <fieldValue name='displayMode'/> |
4052 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4053 | <fieldValue name='transparency' value='0'/> |
4054 | <fieldValue name='translation' value='-2.22323 0.03921 -1.07976'/> |
4055 | <fieldValue name='textTranslation' value='-2.07323 0.03921 -1.07976'/> |
4056 | <fieldValue name='textColor' value='0 0 0'/> |
4057 | </ProtoInstance> |
4058 | <ProtoInstance name='Vertex'> |
4059 | <fieldValue name='vertexText' value='"asia"'/> |
4060 | <fieldValue name='description' value='24: asia'/> |
4061 | <fieldValue name='url'/> |
4062 | <fieldValue name='radius' value='0.1500'/> |
4063 | <fieldValue name='displayMode'/> |
4064 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4065 | <fieldValue name='transparency' value='0'/> |
4066 | <fieldValue name='translation' value='-1.10236 2.01126 0.14415'/> |
4067 | <fieldValue name='textTranslation' value='-0.95236 2.01126 0.14415'/> |
4068 | <fieldValue name='textColor' value='0 0 0'/> |
4069 | </ProtoInstance> |
4070 | <ProtoInstance name='Vertex'> |
4071 | <fieldValue name='vertexText' value='"asked"'/> |
4072 | <fieldValue name='description' value='25: asked'/> |
4073 | <fieldValue name='url'/> |
4074 | <fieldValue name='radius' value='0.1500'/> |
4075 | <fieldValue name='displayMode'/> |
4076 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4077 | <fieldValue name='transparency' value='0'/> |
4078 | <fieldValue name='translation' value='0.41525 -0.34239 -1.75698'/> |
4079 | <fieldValue name='textTranslation' value='0.56525 -0.34239 -1.75698'/> |
4080 | <fieldValue name='textColor' value='0 0 0'/> |
4081 | </ProtoInstance> |
4082 | <ProtoInstance name='Vertex'> |
4083 | <fieldValue name='vertexText' value='"assets"'/> |
4084 | <fieldValue name='description' value='26: assets'/> |
4085 | <fieldValue name='url'/> |
4086 | <fieldValue name='radius' value='0.1500'/> |
4087 | <fieldValue name='displayMode'/> |
4088 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4089 | <fieldValue name='transparency' value='0'/> |
4090 | <fieldValue name='translation' value='-0.70721 2.05663 -0.15293'/> |
4091 | <fieldValue name='textTranslation' value='-0.55721 2.05663 -0.15293'/> |
4092 | <fieldValue name='textColor' value='0 0 0'/> |
4093 | </ProtoInstance> |
4094 | <ProtoInstance name='Vertex'> |
4095 | <fieldValue name='vertexText' value='"assist"'/> |
4096 | <fieldValue name='description' value='27: assist'/> |
4097 | <fieldValue name='url'/> |
4098 | <fieldValue name='radius' value='0.1500'/> |
4099 | <fieldValue name='displayMode'/> |
4100 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4101 | <fieldValue name='transparency' value='0'/> |
4102 | <fieldValue name='translation' value='1.57747 1.00843 2.31485'/> |
4103 | <fieldValue name='textTranslation' value='1.72747 1.00843 2.31485'/> |
4104 | <fieldValue name='textColor' value='0 0 0'/> |
4105 | </ProtoInstance> |
4106 | <ProtoInstance name='Vertex'> |
4107 | <fieldValue name='vertexText' value='"assisting"'/> |
4108 | <fieldValue name='description' value='28: assisting'/> |
4109 | <fieldValue name='url'/> |
4110 | <fieldValue name='radius' value='0.1500'/> |
4111 | <fieldValue name='displayMode'/> |
4112 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4113 | <fieldValue name='transparency' value='0'/> |
4114 | <fieldValue name='translation' value='-0.66377 -2.45340 1.19738'/> |
4115 | <fieldValue name='textTranslation' value='-0.51377 -2.45340 1.19738'/> |
4116 | <fieldValue name='textColor' value='0 0 0'/> |
4117 | </ProtoInstance> |
4118 | <ProtoInstance name='Vertex'> |
4119 | <fieldValue name='vertexText' value='"authorities"'/> |
4120 | <fieldValue name='description' value='29: authorities'/> |
4121 | <fieldValue name='url'/> |
4122 | <fieldValue name='radius' value='0.1500'/> |
4123 | <fieldValue name='displayMode'/> |
4124 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4125 | <fieldValue name='transparency' value='0'/> |
4126 | <fieldValue name='translation' value='-0.88126 -0.00976 1.85388'/> |
4127 | <fieldValue name='textTranslation' value='-0.73126 -0.00976 1.85388'/> |
4128 | <fieldValue name='textColor' value='0 0 0'/> |
4129 | </ProtoInstance> |
4130 | <ProtoInstance name='Vertex'> |
4131 | <fieldValue name='vertexText' value='"ban"'/> |
4132 | <fieldValue name='description' value='30: ban'/> |
4133 | <fieldValue name='url'/> |
4134 | <fieldValue name='radius' value='0.1500'/> |
4135 | <fieldValue name='displayMode'/> |
4136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4137 | <fieldValue name='transparency' value='0'/> |
4138 | <fieldValue name='translation' value='-2.44367 -0.54822 -1.00471'/> |
4139 | <fieldValue name='textTranslation' value='-2.29367 -0.54822 -1.00471'/> |
4140 | <fieldValue name='textColor' value='0 0 0'/> |
4141 | </ProtoInstance> |
4142 | <ProtoInstance name='Vertex'> |
4143 | <fieldValue name='vertexText' value='"birthday"'/> |
4144 | <fieldValue name='description' value='31: birthday'/> |
4145 | <fieldValue name='url'/> |
4146 | <fieldValue name='radius' value='0.1500'/> |
4147 | <fieldValue name='displayMode'/> |
4148 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4149 | <fieldValue name='transparency' value='0'/> |
4150 | <fieldValue name='translation' value='-0.03714 -0.96541 -2.23064'/> |
4151 | <fieldValue name='textTranslation' value='0.11286 -0.96541 -2.23064'/> |
4152 | <fieldValue name='textColor' value='0 0 0'/> |
4153 | </ProtoInstance> |
4154 | <ProtoInstance name='Vertex'> |
4155 | <fieldValue name='vertexText' value='"box"'/> |
4156 | <fieldValue name='description' value='32: box'/> |
4157 | <fieldValue name='url'/> |
4158 | <fieldValue name='radius' value='0.1500'/> |
4159 | <fieldValue name='displayMode'/> |
4160 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4161 | <fieldValue name='transparency' value='0'/> |
4162 | <fieldValue name='translation' value='0.06220 -1.06589 -2.38921'/> |
4163 | <fieldValue name='textTranslation' value='0.21220 -1.06589 -2.38921'/> |
4164 | <fieldValue name='textColor' value='0 0 0'/> |
4165 | </ProtoInstance> |
4166 | <ProtoInstance name='Vertex'> |
4167 | <fieldValue name='vertexText' value='"briefing"'/> |
4168 | <fieldValue name='description' value='33: briefing'/> |
4169 | <fieldValue name='url'/> |
4170 | <fieldValue name='radius' value='0.1500'/> |
4171 | <fieldValue name='displayMode'/> |
4172 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4173 | <fieldValue name='transparency' value='0'/> |
4174 | <fieldValue name='translation' value='0.42381 2.34030 -2.11605'/> |
4175 | <fieldValue name='textTranslation' value='0.57381 2.34030 -2.11605'/> |
4176 | <fieldValue name='textColor' value='0 0 0'/> |
4177 | </ProtoInstance> |
4178 | <ProtoInstance name='Vertex'> |
4179 | <fieldValue name='vertexText' value='"build"'/> |
4180 | <fieldValue name='description' value='34: build'/> |
4181 | <fieldValue name='url'/> |
4182 | <fieldValue name='radius' value='0.1500'/> |
4183 | <fieldValue name='displayMode'/> |
4184 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4185 | <fieldValue name='transparency' value='0'/> |
4186 | <fieldValue name='translation' value='0.41415 2.40179 -2.07809'/> |
4187 | <fieldValue name='textTranslation' value='0.56415 2.40179 -2.07809'/> |
4188 | <fieldValue name='textColor' value='0 0 0'/> |
4189 | </ProtoInstance> |
4190 | <ProtoInstance name='Vertex'> |
4191 | <fieldValue name='vertexText' value='"camp"'/> |
4192 | <fieldValue name='description' value='35: camp'/> |
4193 | <fieldValue name='url'/> |
4194 | <fieldValue name='radius' value='0.1500'/> |
4195 | <fieldValue name='displayMode'/> |
4196 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4197 | <fieldValue name='transparency' value='0'/> |
4198 | <fieldValue name='translation' value='-2.35227 0.17873 -1.37860'/> |
4199 | <fieldValue name='textTranslation' value='-2.20227 0.17873 -1.37860'/> |
4200 | <fieldValue name='textColor' value='0 0 0'/> |
4201 | </ProtoInstance> |
4202 | <ProtoInstance name='Vertex'> |
4203 | <fieldValue name='vertexText' value='"camps"'/> |
4204 | <fieldValue name='description' value='36: camps'/> |
4205 | <fieldValue name='url'/> |
4206 | <fieldValue name='radius' value='0.1500'/> |
4207 | <fieldValue name='displayMode'/> |
4208 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4209 | <fieldValue name='transparency' value='0'/> |
4210 | <fieldValue name='translation' value='-0.81632 2.14813 2.33975'/> |
4211 | <fieldValue name='textTranslation' value='-0.66632 2.14813 2.33975'/> |
4212 | <fieldValue name='textColor' value='0 0 0'/> |
4213 | </ProtoInstance> |
4214 | <ProtoInstance name='Vertex'> |
4215 | <fieldValue name='vertexText' value='"caribbean"'/> |
4216 | <fieldValue name='description' value='37: caribbean'/> |
4217 | <fieldValue name='url'/> |
4218 | <fieldValue name='radius' value='0.1500'/> |
4219 | <fieldValue name='displayMode'/> |
4220 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4221 | <fieldValue name='transparency' value='0'/> |
4222 | <fieldValue name='translation' value='-0.82146 -2.62533 0.25172'/> |
4223 | <fieldValue name='textTranslation' value='-0.67146 -2.62533 0.25172'/> |
4224 | <fieldValue name='textColor' value='0 0 0'/> |
4225 | </ProtoInstance> |
4226 | <ProtoInstance name='Vertex'> |
4227 | <fieldValue name='vertexText' value='"cash"'/> |
4228 | <fieldValue name='description' value='38: cash'/> |
4229 | <fieldValue name='url'/> |
4230 | <fieldValue name='radius' value='0.1500'/> |
4231 | <fieldValue name='displayMode'/> |
4232 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4233 | <fieldValue name='transparency' value='0'/> |
4234 | <fieldValue name='translation' value='-0.20722 2.14208 2.36970'/> |
4235 | <fieldValue name='textTranslation' value='-0.05722 2.14208 2.36970'/> |
4236 | <fieldValue name='textColor' value='0 0 0'/> |
4237 | </ProtoInstance> |
4238 | <ProtoInstance name='Vertex'> |
4239 | <fieldValue name='vertexText' value='"central"'/> |
4240 | <fieldValue name='description' value='39: central'/> |
4241 | <fieldValue name='url'/> |
4242 | <fieldValue name='radius' value='0.1500'/> |
4243 | <fieldValue name='displayMode'/> |
4244 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4245 | <fieldValue name='transparency' value='0'/> |
4246 | <fieldValue name='translation' value='0.80073 1.80072 -0.86792'/> |
4247 | <fieldValue name='textTranslation' value='0.95073 1.80072 -0.86792'/> |
4248 | <fieldValue name='textColor' value='0 0 0'/> |
4249 | </ProtoInstance> |
4250 | <ProtoInstance name='Vertex'> |
4251 | <fieldValue name='vertexText' value='"civil"'/> |
4252 | <fieldValue name='description' value='40: civil'/> |
4253 | <fieldValue name='url'/> |
4254 | <fieldValue name='radius' value='0.1500'/> |
4255 | <fieldValue name='displayMode'/> |
4256 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4257 | <fieldValue name='transparency' value='0'/> |
4258 | <fieldValue name='translation' value='1.17016 2.04654 -2.02487'/> |
4259 | <fieldValue name='textTranslation' value='1.32016 2.04654 -2.02487'/> |
4260 | <fieldValue name='textColor' value='0 0 0'/> |
4261 | </ProtoInstance> |
4262 | <ProtoInstance name='Vertex'> |
4263 | <fieldValue name='vertexText' value='"combat"'/> |
4264 | <fieldValue name='description' value='41: combat'/> |
4265 | <fieldValue name='url'/> |
4266 | <fieldValue name='radius' value='0.1500'/> |
4267 | <fieldValue name='displayMode'/> |
4268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4269 | <fieldValue name='transparency' value='0'/> |
4270 | <fieldValue name='translation' value='-2.52480 0.08714 -1.00615'/> |
4271 | <fieldValue name='textTranslation' value='-2.37480 0.08714 -1.00615'/> |
4272 | <fieldValue name='textColor' value='0 0 0'/> |
4273 | </ProtoInstance> |
4274 | <ProtoInstance name='Vertex'> |
4275 | <fieldValue name='vertexText' value='"commander"'/> |
4276 | <fieldValue name='description' value='42: commander'/> |
4277 | <fieldValue name='url'/> |
4278 | <fieldValue name='radius' value='0.1500'/> |
4279 | <fieldValue name='displayMode'/> |
4280 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4281 | <fieldValue name='transparency' value='0'/> |
4282 | <fieldValue name='translation' value='0.22905 -1.11339 -2.32394'/> |
4283 | <fieldValue name='textTranslation' value='0.37905 -1.11339 -2.32394'/> |
4284 | <fieldValue name='textColor' value='0 0 0'/> |
4285 | </ProtoInstance> |
4286 | <ProtoInstance name='Vertex'> |
4287 | <fieldValue name='vertexText' value='"commentary"'/> |
4288 | <fieldValue name='description' value='43: commentary'/> |
4289 | <fieldValue name='url'/> |
4290 | <fieldValue name='radius' value='0.1500'/> |
4291 | <fieldValue name='displayMode'/> |
4292 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4293 | <fieldValue name='transparency' value='0'/> |
4294 | <fieldValue name='translation' value='-2.52595 -0.53746 -0.79303'/> |
4295 | <fieldValue name='textTranslation' value='-2.37595 -0.53746 -0.79303'/> |
4296 | <fieldValue name='textColor' value='0 0 0'/> |
4297 | </ProtoInstance> |
4298 | <ProtoInstance name='Vertex'> |
4299 | <fieldValue name='vertexText' value='"commissioner"'/> |
4300 | <fieldValue name='description' value='44: commissioner'/> |
4301 | <fieldValue name='url'/> |
4302 | <fieldValue name='radius' value='0.1500'/> |
4303 | <fieldValue name='displayMode'/> |
4304 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4305 | <fieldValue name='transparency' value='0'/> |
4306 | <fieldValue name='translation' value='1.67614 1.43995 -0.41477'/> |
4307 | <fieldValue name='textTranslation' value='1.82614 1.43995 -0.41477'/> |
4308 | <fieldValue name='textColor' value='0 0 0'/> |
4309 | </ProtoInstance> |
4310 | <ProtoInstance name='Vertex'> |
4311 | <fieldValue name='vertexText' value='"committed"'/> |
4312 | <fieldValue name='description' value='45: committed'/> |
4313 | <fieldValue name='url'/> |
4314 | <fieldValue name='radius' value='0.1500'/> |
4315 | <fieldValue name='displayMode'/> |
4316 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4317 | <fieldValue name='transparency' value='0'/> |
4318 | <fieldValue name='translation' value='1.44274 1.28448 1.78986'/> |
4319 | <fieldValue name='textTranslation' value='1.59274 1.28448 1.78986'/> |
4320 | <fieldValue name='textColor' value='0 0 0'/> |
4321 | </ProtoInstance> |
4322 | <ProtoInstance name='Vertex'> |
4323 | <fieldValue name='vertexText' value='"committee"'/> |
4324 | <fieldValue name='description' value='46: committee'/> |
4325 | <fieldValue name='url'/> |
4326 | <fieldValue name='radius' value='0.1500'/> |
4327 | <fieldValue name='displayMode'/> |
4328 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4329 | <fieldValue name='transparency' value='0'/> |
4330 | <fieldValue name='translation' value='0.79010 2.75082 -1.71082'/> |
4331 | <fieldValue name='textTranslation' value='0.94010 2.75082 -1.71082'/> |
4332 | <fieldValue name='textColor' value='0 0 0'/> |
4333 | </ProtoInstance> |
4334 | <ProtoInstance name='Vertex'> |
4335 | <fieldValue name='vertexText' value='"community"'/> |
4336 | <fieldValue name='description' value='47: community'/> |
4337 | <fieldValue name='url'/> |
4338 | <fieldValue name='radius' value='0.1500'/> |
4339 | <fieldValue name='displayMode'/> |
4340 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4341 | <fieldValue name='transparency' value='0'/> |
4342 | <fieldValue name='translation' value='0.95202 1.21418 2.13082'/> |
4343 | <fieldValue name='textTranslation' value='1.10202 1.21418 2.13082'/> |
4344 | <fieldValue name='textColor' value='0 0 0'/> |
4345 | </ProtoInstance> |
4346 | <ProtoInstance name='Vertex'> |
4347 | <fieldValue name='vertexText' value='"computers"'/> |
4348 | <fieldValue name='description' value='48: computers'/> |
4349 | <fieldValue name='url'/> |
4350 | <fieldValue name='radius' value='0.1500'/> |
4351 | <fieldValue name='displayMode'/> |
4352 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4353 | <fieldValue name='transparency' value='0'/> |
4354 | <fieldValue name='translation' value='-2.66904 -0.27826 -0.69568'/> |
4355 | <fieldValue name='textTranslation' value='-2.51904 -0.27826 -0.69568'/> |
4356 | <fieldValue name='textColor' value='0 0 0'/> |
4357 | </ProtoInstance> |
4358 | <ProtoInstance name='Vertex'> |
4359 | <fieldValue name='vertexText' value='"contact"'/> |
4360 | <fieldValue name='description' value='49: contact'/> |
4361 | <fieldValue name='url'/> |
4362 | <fieldValue name='radius' value='0.1500'/> |
4363 | <fieldValue name='displayMode'/> |
4364 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4365 | <fieldValue name='transparency' value='0'/> |
4366 | <fieldValue name='translation' value='2.19076 -1.13888 0.23920'/> |
4367 | <fieldValue name='textTranslation' value='2.34076 -1.13888 0.23920'/> |
4368 | <fieldValue name='textColor' value='0 0 0'/> |
4369 | </ProtoInstance> |
4370 | <ProtoInstance name='Vertex'> |
4371 | <fieldValue name='vertexText' value='"coordinated"'/> |
4372 | <fieldValue name='description' value='50: coordinated'/> |
4373 | <fieldValue name='url'/> |
4374 | <fieldValue name='radius' value='0.1500'/> |
4375 | <fieldValue name='displayMode'/> |
4376 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4377 | <fieldValue name='transparency' value='0'/> |
4378 | <fieldValue name='translation' value='0.89742 1.49610 1.60159'/> |
4379 | <fieldValue name='textTranslation' value='1.04742 1.49610 1.60159'/> |
4380 | <fieldValue name='textColor' value='0 0 0'/> |
4381 | </ProtoInstance> |
4382 | <ProtoInstance name='Vertex'> |
4383 | <fieldValue name='vertexText' value='"coordination"'/> |
4384 | <fieldValue name='description' value='51: coordination'/> |
4385 | <fieldValue name='url'/> |
4386 | <fieldValue name='radius' value='0.1500'/> |
4387 | <fieldValue name='displayMode'/> |
4388 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4389 | <fieldValue name='transparency' value='0'/> |
4390 | <fieldValue name='translation' value='0.99175 2.07184 -1.59133'/> |
4391 | <fieldValue name='textTranslation' value='1.14175 2.07184 -1.59133'/> |
4392 | <fieldValue name='textColor' value='0 0 0'/> |
4393 | </ProtoInstance> |
4394 | <ProtoInstance name='Vertex'> |
4395 | <fieldValue name='vertexText' value='"crisis"'/> |
4396 | <fieldValue name='description' value='52: crisis'/> |
4397 | <fieldValue name='url'/> |
4398 | <fieldValue name='radius' value='0.1500'/> |
4399 | <fieldValue name='displayMode'/> |
4400 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4401 | <fieldValue name='transparency' value='0'/> |
4402 | <fieldValue name='translation' value='1.76170 1.19710 2.06355'/> |
4403 | <fieldValue name='textTranslation' value='1.91170 1.19710 2.06355'/> |
4404 | <fieldValue name='textColor' value='0 0 0'/> |
4405 | </ProtoInstance> |
4406 | <ProtoInstance name='Vertex'> |
4407 | <fieldValue name='vertexText' value='"de"'/> |
4408 | <fieldValue name='description' value='53: de'/> |
4409 | <fieldValue name='url'/> |
4410 | <fieldValue name='radius' value='0.1500'/> |
4411 | <fieldValue name='displayMode'/> |
4412 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4413 | <fieldValue name='transparency' value='0'/> |
4414 | <fieldValue name='translation' value='2.56944 -0.67935 0.93319'/> |
4415 | <fieldValue name='textTranslation' value='2.71944 -0.67935 0.93319'/> |
4416 | <fieldValue name='textColor' value='0 0 0'/> |
4417 | </ProtoInstance> |
4418 | <ProtoInstance name='Vertex'> |
4419 | <fieldValue name='vertexText' value='"deliver"'/> |
4420 | <fieldValue name='description' value='54: deliver'/> |
4421 | <fieldValue name='url'/> |
4422 | <fieldValue name='radius' value='0.1500'/> |
4423 | <fieldValue name='displayMode'/> |
4424 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4425 | <fieldValue name='transparency' value='0'/> |
4426 | <fieldValue name='translation' value='-2.30952 -0.03622 -1.38002'/> |
4427 | <fieldValue name='textTranslation' value='-2.15952 -0.03622 -1.38002'/> |
4428 | <fieldValue name='textColor' value='0 0 0'/> |
4429 | </ProtoInstance> |
4430 | <ProtoInstance name='Vertex'> |
4431 | <fieldValue name='vertexText' value='"department"'/> |
4432 | <fieldValue name='description' value='55: department'/> |
4433 | <fieldValue name='url'/> |
4434 | <fieldValue name='radius' value='0.1500'/> |
4435 | <fieldValue name='displayMode'/> |
4436 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4437 | <fieldValue name='transparency' value='0'/> |
4438 | <fieldValue name='translation' value='1.47297 1.71526 1.83337'/> |
4439 | <fieldValue name='textTranslation' value='1.62297 1.71526 1.83337'/> |
4440 | <fieldValue name='textColor' value='0 0 0'/> |
4441 | </ProtoInstance> |
4442 | <ProtoInstance name='Vertex'> |
4443 | <fieldValue name='vertexText' value='"deteriorate"'/> |
4444 | <fieldValue name='description' value='56: deteriorate'/> |
4445 | <fieldValue name='url'/> |
4446 | <fieldValue name='radius' value='0.1500'/> |
4447 | <fieldValue name='displayMode'/> |
4448 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4449 | <fieldValue name='transparency' value='0'/> |
4450 | <fieldValue name='translation' value='-0.92198 1.83576 2.44002'/> |
4451 | <fieldValue name='textTranslation' value='-0.77198 1.83576 2.44002'/> |
4452 | <fieldValue name='textColor' value='0 0 0'/> |
4453 | </ProtoInstance> |
4454 | <ProtoInstance name='Vertex'> |
4455 | <fieldValue name='vertexText' value='"devices"'/> |
4456 | <fieldValue name='description' value='57: devices'/> |
4457 | <fieldValue name='url'/> |
4458 | <fieldValue name='radius' value='0.1500'/> |
4459 | <fieldValue name='displayMode'/> |
4460 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4461 | <fieldValue name='transparency' value='0'/> |
4462 | <fieldValue name='translation' value='-2.49311 -0.07156 -0.96161'/> |
4463 | <fieldValue name='textTranslation' value='-2.34311 -0.07156 -0.96161'/> |
4464 | <fieldValue name='textColor' value='0 0 0'/> |
4465 | </ProtoInstance> |
4466 | <ProtoInstance name='Vertex'> |
4467 | <fieldValue name='vertexText' value='"disaster"'/> |
4468 | <fieldValue name='description' value='58: disaster'/> |
4469 | <fieldValue name='url'/> |
4470 | <fieldValue name='radius' value='0.1500'/> |
4471 | <fieldValue name='displayMode'/> |
4472 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4473 | <fieldValue name='transparency' value='0'/> |
4474 | <fieldValue name='translation' value='1.47986 0.58749 1.16644'/> |
4475 | <fieldValue name='textTranslation' value='1.62986 0.58749 1.16644'/> |
4476 | <fieldValue name='textColor' value='0 0 0'/> |
4477 | </ProtoInstance> |
4478 | <ProtoInstance name='Vertex'> |
4479 | <fieldValue name='vertexText' value='"displaced"'/> |
4480 | <fieldValue name='description' value='59: displaced'/> |
4481 | <fieldValue name='url'/> |
4482 | <fieldValue name='radius' value='0.1500'/> |
4483 | <fieldValue name='displayMode'/> |
4484 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4485 | <fieldValue name='transparency' value='0'/> |
4486 | <fieldValue name='translation' value='-1.18066 1.26425 0.05334'/> |
4487 | <fieldValue name='textTranslation' value='-1.03066 1.26425 0.05334'/> |
4488 | <fieldValue name='textColor' value='0 0 0'/> |
4489 | </ProtoInstance> |
4490 | <ProtoInstance name='Vertex'> |
4491 | <fieldValue name='vertexText' value='"displacement"'/> |
4492 | <fieldValue name='description' value='60: displacement'/> |
4493 | <fieldValue name='url'/> |
4494 | <fieldValue name='radius' value='0.1500'/> |
4495 | <fieldValue name='displayMode'/> |
4496 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4497 | <fieldValue name='transparency' value='0'/> |
4498 | <fieldValue name='translation' value='0.60761 2.09762 -2.22629'/> |
4499 | <fieldValue name='textTranslation' value='0.75761 2.09762 -2.22629'/> |
4500 | <fieldValue name='textColor' value='0 0 0'/> |
4501 | </ProtoInstance> |
4502 | <ProtoInstance name='Vertex'> |
4503 | <fieldValue name='vertexText' value='"donate"'/> |
4504 | <fieldValue name='description' value='61: donate'/> |
4505 | <fieldValue name='url'/> |
4506 | <fieldValue name='radius' value='0.1500'/> |
4507 | <fieldValue name='displayMode'/> |
4508 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4509 | <fieldValue name='transparency' value='0'/> |
4510 | <fieldValue name='translation' value='1.52886 1.89609 -0.20192'/> |
4511 | <fieldValue name='textTranslation' value='1.67886 1.89609 -0.20192'/> |
4512 | <fieldValue name='textColor' value='0 0 0'/> |
4513 | </ProtoInstance> |
4514 | <ProtoInstance name='Vertex'> |
4515 | <fieldValue name='vertexText' value='"dossiers"'/> |
4516 | <fieldValue name='description' value='62: dossiers'/> |
4517 | <fieldValue name='url'/> |
4518 | <fieldValue name='radius' value='0.1500'/> |
4519 | <fieldValue name='displayMode'/> |
4520 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4521 | <fieldValue name='transparency' value='0'/> |
4522 | <fieldValue name='translation' value='1.53184 1.10831 -0.68404'/> |
4523 | <fieldValue name='textTranslation' value='1.68184 1.10831 -0.68404'/> |
4524 | <fieldValue name='textColor' value='0 0 0'/> |
4525 | </ProtoInstance> |
4526 | <ProtoInstance name='Vertex'> |
4527 | <fieldValue name='vertexText' value='"earth"'/> |
4528 | <fieldValue name='description' value='63: earth'/> |
4529 | <fieldValue name='url'/> |
4530 | <fieldValue name='radius' value='0.1500'/> |
4531 | <fieldValue name='displayMode'/> |
4532 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4533 | <fieldValue name='transparency' value='0'/> |
4534 | <fieldValue name='translation' value='1.19510 0.74108 -0.71648'/> |
4535 | <fieldValue name='textTranslation' value='1.34510 0.74108 -0.71648'/> |
4536 | <fieldValue name='textColor' value='0 0 0'/> |
4537 | </ProtoInstance> |
4538 | <ProtoInstance name='Vertex'> |
4539 | <fieldValue name='vertexText' value='"east"'/> |
4540 | <fieldValue name='description' value='64: east'/> |
4541 | <fieldValue name='url'/> |
4542 | <fieldValue name='radius' value='0.1500'/> |
4543 | <fieldValue name='displayMode'/> |
4544 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4545 | <fieldValue name='transparency' value='0'/> |
4546 | <fieldValue name='translation' value='-0.53369 2.02285 -0.22085'/> |
4547 | <fieldValue name='textTranslation' value='-0.38369 2.02285 -0.22085'/> |
4548 | <fieldValue name='textColor' value='0 0 0'/> |
4549 | </ProtoInstance> |
4550 | <ProtoInstance name='Vertex'> |
4551 | <fieldValue name='vertexText' value='"emergencies"'/> |
4552 | <fieldValue name='description' value='65: emergencies'/> |
4553 | <fieldValue name='url'/> |
4554 | <fieldValue name='radius' value='0.1500'/> |
4555 | <fieldValue name='displayMode'/> |
4556 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4557 | <fieldValue name='transparency' value='0'/> |
4558 | <fieldValue name='translation' value='-0.89592 0.09268 1.38333'/> |
4559 | <fieldValue name='textTranslation' value='-0.74592 0.09268 1.38333'/> |
4560 | <fieldValue name='textColor' value='0 0 0'/> |
4561 | </ProtoInstance> |
4562 | <ProtoInstance name='Vertex'> |
4563 | <fieldValue name='vertexText' value='"emergency"'/> |
4564 | <fieldValue name='description' value='66: emergency'/> |
4565 | <fieldValue name='url'/> |
4566 | <fieldValue name='radius' value='0.1500'/> |
4567 | <fieldValue name='displayMode'/> |
4568 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4569 | <fieldValue name='transparency' value='0'/> |
4570 | <fieldValue name='translation' value='0.14943 1.73521 -0.29149'/> |
4571 | <fieldValue name='textTranslation' value='0.29943 1.73521 -0.29149'/> |
4572 | <fieldValue name='textColor' value='0 0 0'/> |
4573 | </ProtoInstance> |
4574 | <ProtoInstance name='Vertex'> |
4575 | <fieldValue name='vertexText' value='"en"'/> |
4576 | <fieldValue name='description' value='67: en'/> |
4577 | <fieldValue name='url'/> |
4578 | <fieldValue name='radius' value='0.1500'/> |
4579 | <fieldValue name='displayMode'/> |
4580 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4581 | <fieldValue name='transparency' value='0'/> |
4582 | <fieldValue name='translation' value='1.62602 0.83809 -0.23512'/> |
4583 | <fieldValue name='textTranslation' value='1.77602 0.83809 -0.23512'/> |
4584 | <fieldValue name='textColor' value='0 0 0'/> |
4585 | </ProtoInstance> |
4586 | <ProtoInstance name='Vertex'> |
4587 | <fieldValue name='vertexText' value='"exchange"'/> |
4588 | <fieldValue name='description' value='68: exchange'/> |
4589 | <fieldValue name='url'/> |
4590 | <fieldValue name='radius' value='0.1500'/> |
4591 | <fieldValue name='displayMode'/> |
4592 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4593 | <fieldValue name='transparency' value='0'/> |
4594 | <fieldValue name='translation' value='1.28451 0.56442 2.34182'/> |
4595 | <fieldValue name='textTranslation' value='1.43451 0.56442 2.34182'/> |
4596 | <fieldValue name='textColor' value='0 0 0'/> |
4597 | </ProtoInstance> |
4598 | <ProtoInstance name='Vertex'> |
4599 | <fieldValue name='vertexText' value='"expeditionary"'/> |
4600 | <fieldValue name='description' value='69: expeditionary'/> |
4601 | <fieldValue name='url'/> |
4602 | <fieldValue name='radius' value='0.1500'/> |
4603 | <fieldValue name='displayMode'/> |
4604 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4605 | <fieldValue name='transparency' value='0'/> |
4606 | <fieldValue name='translation' value='-0.46772 -2.68041 0.62047'/> |
4607 | <fieldValue name='textTranslation' value='-0.31772 -2.68041 0.62047'/> |
4608 | <fieldValue name='textColor' value='0 0 0'/> |
4609 | </ProtoInstance> |
4610 | <ProtoInstance name='Vertex'> |
4611 | <fieldValue name='vertexText' value='"facts"'/> |
4612 | <fieldValue name='description' value='70: facts'/> |
4613 | <fieldValue name='url'/> |
4614 | <fieldValue name='radius' value='0.1500'/> |
4615 | <fieldValue name='displayMode'/> |
4616 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4617 | <fieldValue name='transparency' value='0'/> |
4618 | <fieldValue name='translation' value='1.57404 1.06092 -0.62314'/> |
4619 | <fieldValue name='textTranslation' value='1.72404 1.06092 -0.62314'/> |
4620 | <fieldValue name='textColor' value='0 0 0'/> |
4621 | </ProtoInstance> |
4622 | <ProtoInstance name='Vertex'> |
4623 | <fieldValue name='vertexText' value='"families"'/> |
4624 | <fieldValue name='description' value='71: families'/> |
4625 | <fieldValue name='url'/> |
4626 | <fieldValue name='radius' value='0.1500'/> |
4627 | <fieldValue name='displayMode'/> |
4628 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4629 | <fieldValue name='transparency' value='0'/> |
4630 | <fieldValue name='translation' value='-1.46148 0.87165 -0.47169'/> |
4631 | <fieldValue name='textTranslation' value='-1.31148 0.87165 -0.47169'/> |
4632 | <fieldValue name='textColor' value='0 0 0'/> |
4633 | </ProtoInstance> |
4634 | <ProtoInstance name='Vertex'> |
4635 | <fieldValue name='vertexText' value='"family"'/> |
4636 | <fieldValue name='description' value='72: family'/> |
4637 | <fieldValue name='url'/> |
4638 | <fieldValue name='radius' value='0.1500'/> |
4639 | <fieldValue name='displayMode'/> |
4640 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4641 | <fieldValue name='transparency' value='0'/> |
4642 | <fieldValue name='translation' value='0.51813 0.25858 -1.09854'/> |
4643 | <fieldValue name='textTranslation' value='0.66813 0.25858 -1.09854'/> |
4644 | <fieldValue name='textColor' value='0 0 0'/> |
4645 | </ProtoInstance> |
4646 | <ProtoInstance name='Vertex'> |
4647 | <fieldValue name='vertexText' value='"fight"'/> |
4648 | <fieldValue name='description' value='73: fight'/> |
4649 | <fieldValue name='url'/> |
4650 | <fieldValue name='radius' value='0.1500'/> |
4651 | <fieldValue name='displayMode'/> |
4652 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4653 | <fieldValue name='transparency' value='0'/> |
4654 | <fieldValue name='translation' value='-1.75112 -0.40707 -1.68996'/> |
4655 | <fieldValue name='textTranslation' value='-1.60112 -0.40707 -1.68996'/> |
4656 | <fieldValue name='textColor' value='0 0 0'/> |
4657 | </ProtoInstance> |
4658 | <ProtoInstance name='Vertex'> |
4659 | <fieldValue name='vertexText' value='"figures"'/> |
4660 | <fieldValue name='description' value='74: figures'/> |
4661 | <fieldValue name='url'/> |
4662 | <fieldValue name='radius' value='0.1500'/> |
4663 | <fieldValue name='displayMode'/> |
4664 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4665 | <fieldValue name='transparency' value='0'/> |
4666 | <fieldValue name='translation' value='1.39988 2.23006 -1.85155'/> |
4667 | <fieldValue name='textTranslation' value='1.54988 2.23006 -1.85155'/> |
4668 | <fieldValue name='textColor' value='0 0 0'/> |
4669 | </ProtoInstance> |
4670 | <ProtoInstance name='Vertex'> |
4671 | <fieldValue name='vertexText' value='"focus"'/> |
4672 | <fieldValue name='description' value='75: focus'/> |
4673 | <fieldValue name='url'/> |
4674 | <fieldValue name='radius' value='0.1500'/> |
4675 | <fieldValue name='displayMode'/> |
4676 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4677 | <fieldValue name='transparency' value='0'/> |
4678 | <fieldValue name='translation' value='0.83488 1.00097 -0.31522'/> |
4679 | <fieldValue name='textTranslation' value='0.98488 1.00097 -0.31522'/> |
4680 | <fieldValue name='textColor' value='0 0 0'/> |
4681 | </ProtoInstance> |
4682 | <ProtoInstance name='Vertex'> |
4683 | <fieldValue name='vertexText' value='"focused"'/> |
4684 | <fieldValue name='description' value='76: focused'/> |
4685 | <fieldValue name='url'/> |
4686 | <fieldValue name='radius' value='0.1500'/> |
4687 | <fieldValue name='displayMode'/> |
4688 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4689 | <fieldValue name='transparency' value='0'/> |
4690 | <fieldValue name='translation' value='1.15802 1.10509 2.11324'/> |
4691 | <fieldValue name='textTranslation' value='1.30802 1.10509 2.11324'/> |
4692 | <fieldValue name='textColor' value='0 0 0'/> |
4693 | </ProtoInstance> |
4694 | <ProtoInstance name='Vertex'> |
4695 | <fieldValue name='vertexText' value='"fonds"'/> |
4696 | <fieldValue name='description' value='77: fonds'/> |
4697 | <fieldValue name='url'/> |
4698 | <fieldValue name='radius' value='0.1500'/> |
4699 | <fieldValue name='displayMode'/> |
4700 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4701 | <fieldValue name='transparency' value='0'/> |
4702 | <fieldValue name='translation' value='2.56944 -0.67935 0.93319'/> |
4703 | <fieldValue name='textTranslation' value='2.71944 -0.67935 0.93319'/> |
4704 | <fieldValue name='textColor' value='0 0 0'/> |
4705 | </ProtoInstance> |
4706 | <ProtoInstance name='Vertex'> |
4707 | <fieldValue name='vertexText' value='"food"'/> |
4708 | <fieldValue name='description' value='78: food'/> |
4709 | <fieldValue name='url'/> |
4710 | <fieldValue name='radius' value='0.1500'/> |
4711 | <fieldValue name='displayMode'/> |
4712 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4713 | <fieldValue name='transparency' value='0'/> |
4714 | <fieldValue name='translation' value='-0.22172 1.50468 0.04059'/> |
4715 | <fieldValue name='textTranslation' value='-0.07172 1.50468 0.04059'/> |
4716 | <fieldValue name='textColor' value='0 0 0'/> |
4717 | </ProtoInstance> |
4718 | <ProtoInstance name='Vertex'> |
4719 | <fieldValue name='vertexText' value='"foundation"'/> |
4720 | <fieldValue name='description' value='79: foundation'/> |
4721 | <fieldValue name='url'/> |
4722 | <fieldValue name='radius' value='0.1500'/> |
4723 | <fieldValue name='displayMode'/> |
4724 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4725 | <fieldValue name='transparency' value='0'/> |
4726 | <fieldValue name='translation' value='1.17750 1.53425 0.13060'/> |
4727 | <fieldValue name='textTranslation' value='1.32750 1.53425 0.13060'/> |
4728 | <fieldValue name='textColor' value='0 0 0'/> |
4729 | </ProtoInstance> |
4730 | <ProtoInstance name='Vertex'> |
4731 | <fieldValue name='vertexText' value='"full"'/> |
4732 | <fieldValue name='description' value='80: full'/> |
4733 | <fieldValue name='url'/> |
4734 | <fieldValue name='radius' value='0.1500'/> |
4735 | <fieldValue name='displayMode'/> |
4736 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4737 | <fieldValue name='transparency' value='0'/> |
4738 | <fieldValue name='translation' value='1.30391 0.97261 2.01346'/> |
4739 | <fieldValue name='textTranslation' value='1.45391 0.97261 2.01346'/> |
4740 | <fieldValue name='textColor' value='0 0 0'/> |
4741 | </ProtoInstance> |
4742 | <ProtoInstance name='Vertex'> |
4743 | <fieldValue name='vertexText' value='"fund"'/> |
4744 | <fieldValue name='description' value='81: fund'/> |
4745 | <fieldValue name='url'/> |
4746 | <fieldValue name='radius' value='0.1500'/> |
4747 | <fieldValue name='displayMode'/> |
4748 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4749 | <fieldValue name='transparency' value='0'/> |
4750 | <fieldValue name='translation' value='0.85259 1.60735 0.31228'/> |
4751 | <fieldValue name='textTranslation' value='1.00259 1.60735 0.31228'/> |
4752 | <fieldValue name='textColor' value='0 0 0'/> |
4753 | </ProtoInstance> |
4754 | <ProtoInstance name='Vertex'> |
4755 | <fieldValue name='vertexText' value='"gathered"'/> |
4756 | <fieldValue name='description' value='82: gathered'/> |
4757 | <fieldValue name='url'/> |
4758 | <fieldValue name='radius' value='0.1500'/> |
4759 | <fieldValue name='displayMode'/> |
4760 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4761 | <fieldValue name='transparency' value='0'/> |
4762 | <fieldValue name='translation' value='-0.38577 2.03780 2.37505'/> |
4763 | <fieldValue name='textTranslation' value='-0.23577 2.03780 2.37505'/> |
4764 | <fieldValue name='textColor' value='0 0 0'/> |
4765 | </ProtoInstance> |
4766 | <ProtoInstance name='Vertex'> |
4767 | <fieldValue name='vertexText' value='"girl"'/> |
4768 | <fieldValue name='description' value='83: girl'/> |
4769 | <fieldValue name='url'/> |
4770 | <fieldValue name='radius' value='0.1500'/> |
4771 | <fieldValue name='displayMode'/> |
4772 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4773 | <fieldValue name='transparency' value='0'/> |
4774 | <fieldValue name='translation' value='-0.83623 2.50592 0.30906'/> |
4775 | <fieldValue name='textTranslation' value='-0.68623 2.50592 0.30906'/> |
4776 | <fieldValue name='textColor' value='0 0 0'/> |
4777 | </ProtoInstance> |
4778 | <ProtoInstance name='Vertex'> |
4779 | <fieldValue name='vertexText' value='"glares"'/> |
4780 | <fieldValue name='description' value='84: glares'/> |
4781 | <fieldValue name='url'/> |
4782 | <fieldValue name='radius' value='0.1500'/> |
4783 | <fieldValue name='displayMode'/> |
4784 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4785 | <fieldValue name='transparency' value='0'/> |
4786 | <fieldValue name='translation' value='0.09202 -2.72876 0.58017'/> |
4787 | <fieldValue name='textTranslation' value='0.24202 -2.72876 0.58017'/> |
4788 | <fieldValue name='textColor' value='0 0 0'/> |
4789 | </ProtoInstance> |
4790 | <ProtoInstance name='Vertex'> |
4791 | <fieldValue name='vertexText' value='"haitians"'/> |
4792 | <fieldValue name='description' value='85: haitians'/> |
4793 | <fieldValue name='url'/> |
4794 | <fieldValue name='radius' value='0.1500'/> |
4795 | <fieldValue name='displayMode'/> |
4796 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4797 | <fieldValue name='transparency' value='0'/> |
4798 | <fieldValue name='translation' value='-1.23265 1.82820 0.20508'/> |
4799 | <fieldValue name='textTranslation' value='-1.08265 1.82820 0.20508'/> |
4800 | <fieldValue name='textColor' value='0 0 0'/> |
4801 | </ProtoInstance> |
4802 | <ProtoInstance name='Vertex'> |
4803 | <fieldValue name='vertexText' value='"headquarters"'/> |
4804 | <fieldValue name='description' value='86: headquarters'/> |
4805 | <fieldValue name='url'/> |
4806 | <fieldValue name='radius' value='0.1500'/> |
4807 | <fieldValue name='displayMode'/> |
4808 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4809 | <fieldValue name='transparency' value='0'/> |
4810 | <fieldValue name='translation' value='1.44017 1.99938 -0.18696'/> |
4811 | <fieldValue name='textTranslation' value='1.59017 1.99938 -0.18696'/> |
4812 | <fieldValue name='textColor' value='0 0 0'/> |
4813 | </ProtoInstance> |
4814 | <ProtoInstance name='Vertex'> |
4815 | <fieldValue name='vertexText' value='"health"'/> |
4816 | <fieldValue name='description' value='87: health'/> |
4817 | <fieldValue name='url'/> |
4818 | <fieldValue name='radius' value='0.1500'/> |
4819 | <fieldValue name='displayMode'/> |
4820 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4821 | <fieldValue name='transparency' value='0'/> |
4822 | <fieldValue name='translation' value='-0.22215 1.92277 2.48473'/> |
4823 | <fieldValue name='textTranslation' value='-0.07215 1.92277 2.48473'/> |
4824 | <fieldValue name='textColor' value='0 0 0'/> |
4825 | </ProtoInstance> |
4826 | <ProtoInstance name='Vertex'> |
4827 | <fieldValue name='vertexText' value='"hope"'/> |
4828 | <fieldValue name='description' value='88: hope'/> |
4829 | <fieldValue name='url'/> |
4830 | <fieldValue name='radius' value='0.1500'/> |
4831 | <fieldValue name='displayMode'/> |
4832 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4833 | <fieldValue name='transparency' value='0'/> |
4834 | <fieldValue name='translation' value='-1.26520 1.46272 -0.17933'/> |
4835 | <fieldValue name='textTranslation' value='-1.11520 1.46272 -0.17933'/> |
4836 | <fieldValue name='textColor' value='0 0 0'/> |
4837 | </ProtoInstance> |
4838 | <ProtoInstance name='Vertex'> |
4839 | <fieldValue name='vertexText' value='"humanitarian"'/> |
4840 | <fieldValue name='description' value='89: humanitarian'/> |
4841 | <fieldValue name='url'/> |
4842 | <fieldValue name='radius' value='0.1500'/> |
4843 | <fieldValue name='displayMode'/> |
4844 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4845 | <fieldValue name='transparency' value='0'/> |
4846 | <fieldValue name='translation' value='0.85879 1.82033 -2.26929'/> |
4847 | <fieldValue name='textTranslation' value='1.00879 1.82033 -2.26929'/> |
4848 | <fieldValue name='textColor' value='0 0 0'/> |
4849 | </ProtoInstance> |
4850 | <ProtoInstance name='Vertex'> |
4851 | <fieldValue name='vertexText' value='"innovative"'/> |
4852 | <fieldValue name='description' value='90: innovative'/> |
4853 | <fieldValue name='url'/> |
4854 | <fieldValue name='radius' value='0.1500'/> |
4855 | <fieldValue name='displayMode'/> |
4856 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4857 | <fieldValue name='transparency' value='0'/> |
4858 | <fieldValue name='translation' value='1.58699 0.78813 2.19992'/> |
4859 | <fieldValue name='textTranslation' value='1.73699 0.78813 2.19992'/> |
4860 | <fieldValue name='textColor' value='0 0 0'/> |
4861 | </ProtoInstance> |
4862 | <ProtoInstance name='Vertex'> |
4863 | <fieldValue name='vertexText' value='"interagency"'/> |
4864 | <fieldValue name='description' value='91: interagency'/> |
4865 | <fieldValue name='url'/> |
4866 | <fieldValue name='radius' value='0.1500'/> |
4867 | <fieldValue name='displayMode'/> |
4868 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4869 | <fieldValue name='transparency' value='0'/> |
4870 | <fieldValue name='translation' value='0.84804 2.74593 -1.69528'/> |
4871 | <fieldValue name='textTranslation' value='0.99804 2.74593 -1.69528'/> |
4872 | <fieldValue name='textColor' value='0 0 0'/> |
4873 | </ProtoInstance> |
4874 | <ProtoInstance name='Vertex'> |
4875 | <fieldValue name='vertexText' value='"internal"'/> |
4876 | <fieldValue name='description' value='92: internal'/> |
4877 | <fieldValue name='url'/> |
4878 | <fieldValue name='radius' value='0.1500'/> |
4879 | <fieldValue name='displayMode'/> |
4880 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4881 | <fieldValue name='transparency' value='0'/> |
4882 | <fieldValue name='translation' value='0.74937 2.23565 -1.95902'/> |
4883 | <fieldValue name='textTranslation' value='0.89937 2.23565 -1.95902'/> |
4884 | <fieldValue name='textColor' value='0 0 0'/> |
4885 | </ProtoInstance> |
4886 | <ProtoInstance name='Vertex'> |
4887 | <fieldValue name='vertexText' value='"international"'/> |
4888 | <fieldValue name='description' value='93: international'/> |
4889 | <fieldValue name='url'/> |
4890 | <fieldValue name='radius' value='0.1500'/> |
4891 | <fieldValue name='displayMode'/> |
4892 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4893 | <fieldValue name='transparency' value='0'/> |
4894 | <fieldValue name='translation' value='0.43972 1.44057 2.05271'/> |
4895 | <fieldValue name='textTranslation' value='0.58972 1.44057 2.05271'/> |
4896 | <fieldValue name='textColor' value='0 0 0'/> |
4897 | </ProtoInstance> |
4898 | <ProtoInstance name='Vertex'> |
4899 | <fieldValue name='vertexText' value='"involved"'/> |
4900 | <fieldValue name='description' value='94: involved'/> |
4901 | <fieldValue name='url'/> |
4902 | <fieldValue name='radius' value='0.1500'/> |
4903 | <fieldValue name='displayMode'/> |
4904 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4905 | <fieldValue name='transparency' value='0'/> |
4906 | <fieldValue name='translation' value='-0.76102 1.28306 0.60073'/> |
4907 | <fieldValue name='textTranslation' value='-0.61102 1.28306 0.60073'/> |
4908 | <fieldValue name='textColor' value='0 0 0'/> |
4909 | </ProtoInstance> |
4910 | <ProtoInstance name='Vertex'> |
4911 | <fieldValue name='vertexText' value='"jobs"'/> |
4912 | <fieldValue name='description' value='95: jobs'/> |
4913 | <fieldValue name='url'/> |
4914 | <fieldValue name='radius' value='0.1500'/> |
4915 | <fieldValue name='displayMode'/> |
4916 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4917 | <fieldValue name='transparency' value='0'/> |
4918 | <fieldValue name='translation' value='1.85875 -1.94342 -0.76411'/> |
4919 | <fieldValue name='textTranslation' value='2.00875 -1.94342 -0.76411'/> |
4920 | <fieldValue name='textColor' value='0 0 0'/> |
4921 | </ProtoInstance> |
4922 | <ProtoInstance name='Vertex'> |
4923 | <fieldValue name='vertexText' value='"june"'/> |
4924 | <fieldValue name='description' value='96: june'/> |
4925 | <fieldValue name='url'/> |
4926 | <fieldValue name='radius' value='0.1500'/> |
4927 | <fieldValue name='displayMode'/> |
4928 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4929 | <fieldValue name='transparency' value='0'/> |
4930 | <fieldValue name='translation' value='1.49661 1.72639 -0.36527'/> |
4931 | <fieldValue name='textTranslation' value='1.64661 1.72639 -0.36527'/> |
4932 | <fieldValue name='textColor' value='0 0 0'/> |
4933 | </ProtoInstance> |
4934 | <ProtoInstance name='Vertex'> |
4935 | <fieldValue name='vertexText' value='"kinds"'/> |
4936 | <fieldValue name='description' value='97: kinds'/> |
4937 | <fieldValue name='url'/> |
4938 | <fieldValue name='radius' value='0.1500'/> |
4939 | <fieldValue name='displayMode'/> |
4940 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4941 | <fieldValue name='transparency' value='0'/> |
4942 | <fieldValue name='translation' value='1.88984 -2.03916 -0.40459'/> |
4943 | <fieldValue name='textTranslation' value='2.03984 -2.03916 -0.40459'/> |
4944 | <fieldValue name='textColor' value='0 0 0'/> |
4945 | </ProtoInstance> |
4946 | <ProtoInstance name='Vertex'> |
4947 | <fieldValue name='vertexText' value='"kit"'/> |
4948 | <fieldValue name='description' value='98: kit'/> |
4949 | <fieldValue name='url'/> |
4950 | <fieldValue name='radius' value='0.1500'/> |
4951 | <fieldValue name='displayMode'/> |
4952 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4953 | <fieldValue name='transparency' value='0'/> |
4954 | <fieldValue name='translation' value='0.62722 2.33572 -1.92255'/> |
4955 | <fieldValue name='textTranslation' value='0.77722 2.33572 -1.92255'/> |
4956 | <fieldValue name='textColor' value='0 0 0'/> |
4957 | </ProtoInstance> |
4958 | <ProtoInstance name='Vertex'> |
4959 | <fieldValue name='vertexText' value='"lance"'/> |
4960 | <fieldValue name='description' value='99: lance'/> |
4961 | <fieldValue name='url'/> |
4962 | <fieldValue name='radius' value='0.1500'/> |
4963 | <fieldValue name='displayMode'/> |
4964 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4965 | <fieldValue name='transparency' value='0'/> |
4966 | <fieldValue name='translation' value='2.75416 -0.42537 0.58846'/> |
4967 | <fieldValue name='textTranslation' value='2.90416 -0.42537 0.58846'/> |
4968 | <fieldValue name='textColor' value='0 0 0'/> |
4969 | </ProtoInstance> |
4970 | <ProtoInstance name='Vertex'> |
4971 | <fieldValue name='vertexText' value='"largest"'/> |
4972 | <fieldValue name='description' value='100: largest'/> |
4973 | <fieldValue name='url'/> |
4974 | <fieldValue name='radius' value='0.1500'/> |
4975 | <fieldValue name='displayMode'/> |
4976 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4977 | <fieldValue name='transparency' value='0'/> |
4978 | <fieldValue name='translation' value='2.43167 -0.23835 0.93450'/> |
4979 | <fieldValue name='textTranslation' value='2.58167 -0.23835 0.93450'/> |
4980 | <fieldValue name='textColor' value='0 0 0'/> |
4981 | </ProtoInstance> |
4982 | <ProtoInstance name='Vertex'> |
4983 | <fieldValue name='vertexText' value='"late"'/> |
4984 | <fieldValue name='description' value='101: late'/> |
4985 | <fieldValue name='url'/> |
4986 | <fieldValue name='radius' value='0.1500'/> |
4987 | <fieldValue name='displayMode'/> |
4988 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4989 | <fieldValue name='transparency' value='0'/> |
4990 | <fieldValue name='translation' value='-0.20040 -2.52348 1.22766'/> |
4991 | <fieldValue name='textTranslation' value='-0.05040 -2.52348 1.22766'/> |
4992 | <fieldValue name='textColor' value='0 0 0'/> |
4993 | </ProtoInstance> |
4994 | <ProtoInstance name='Vertex'> |
4995 | <fieldValue name='vertexText' value='"latest"'/> |
4996 | <fieldValue name='description' value='102: latest'/> |
4997 | <fieldValue name='url'/> |
4998 | <fieldValue name='radius' value='0.1500'/> |
4999 | <fieldValue name='displayMode'/> |
5000 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5001 | <fieldValue name='transparency' value='0'/> |
5002 | <fieldValue name='translation' value='0.70795 1.24574 0.03411'/> |
5003 | <fieldValue name='textTranslation' value='0.85795 1.24574 0.03411'/> |
5004 | <fieldValue name='textColor' value='0 0 0'/> |
5005 | </ProtoInstance> |
5006 | <ProtoInstance name='Vertex'> |
5007 | <fieldValue name='vertexText' value='"latrines"'/> |
5008 | <fieldValue name='description' value='103: latrines'/> |
5009 | <fieldValue name='url'/> |
5010 | <fieldValue name='radius' value='0.1500'/> |
5011 | <fieldValue name='displayMode'/> |
5012 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5013 | <fieldValue name='transparency' value='0'/> |
5014 | <fieldValue name='translation' value='-0.20493 2.21336 2.29673'/> |
5015 | <fieldValue name='textTranslation' value='-0.05493 2.21336 2.29673'/> |
5016 | <fieldValue name='textColor' value='0 0 0'/> |
5017 | </ProtoInstance> |
5018 | <ProtoInstance name='Vertex'> |
5019 | <fieldValue name='vertexText' value='"local"'/> |
5020 | <fieldValue name='description' value='104: local'/> |
5021 | <fieldValue name='url'/> |
5022 | <fieldValue name='radius' value='0.1500'/> |
5023 | <fieldValue name='displayMode'/> |
5024 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5025 | <fieldValue name='transparency' value='0'/> |
5026 | <fieldValue name='translation' value='-0.52490 0.31896 1.69512'/> |
5027 | <fieldValue name='textTranslation' value='-0.37490 0.31896 1.69512'/> |
5028 | <fieldValue name='textColor' value='0 0 0'/> |
5029 | </ProtoInstance> |
5030 | <ProtoInstance name='Vertex'> |
5031 | <fieldValue name='vertexText' value='"location"'/> |
5032 | <fieldValue name='description' value='105: location'/> |
5033 | <fieldValue name='url'/> |
5034 | <fieldValue name='radius' value='0.1500'/> |
5035 | <fieldValue name='displayMode'/> |
5036 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5037 | <fieldValue name='transparency' value='0'/> |
5038 | <fieldValue name='translation' value='1.67237 1.61895 -0.26930'/> |
5039 | <fieldValue name='textTranslation' value='1.82237 1.61895 -0.26930'/> |
5040 | <fieldValue name='textColor' value='0 0 0'/> |
5041 | </ProtoInstance> |
5042 | <ProtoInstance name='Vertex'> |
5043 | <fieldValue name='vertexText' value='"logistics"'/> |
5044 | <fieldValue name='description' value='106: logistics'/> |
5045 | <fieldValue name='url'/> |
5046 | <fieldValue name='radius' value='0.1500'/> |
5047 | <fieldValue name='displayMode'/> |
5048 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5049 | <fieldValue name='transparency' value='0'/> |
5050 | <fieldValue name='translation' value='-1.13041 1.88356 -0.13740'/> |
5051 | <fieldValue name='textTranslation' value='-0.98041 1.88356 -0.13740'/> |
5052 | <fieldValue name='textColor' value='0 0 0'/> |
5053 | </ProtoInstance> |
5054 | <ProtoInstance name='Vertex'> |
5055 | <fieldValue name='vertexText' value='"mail"'/> |
5056 | <fieldValue name='description' value='107: mail'/> |
5057 | <fieldValue name='url'/> |
5058 | <fieldValue name='radius' value='0.1500'/> |
5059 | <fieldValue name='displayMode'/> |
5060 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5061 | <fieldValue name='transparency' value='0'/> |
5062 | <fieldValue name='translation' value='-0.01038 -0.96227 -2.21508'/> |
5063 | <fieldValue name='textTranslation' value='0.13962 -0.96227 -2.21508'/> |
5064 | <fieldValue name='textColor' value='0 0 0'/> |
5065 | </ProtoInstance> |
5066 | <ProtoInstance name='Vertex'> |
5067 | <fieldValue name='vertexText' value='"map"'/> |
5068 | <fieldValue name='description' value='108: map'/> |
5069 | <fieldValue name='url'/> |
5070 | <fieldValue name='radius' value='0.1500'/> |
5071 | <fieldValue name='displayMode'/> |
5072 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5073 | <fieldValue name='transparency' value='0'/> |
5074 | <fieldValue name='translation' value='2.47342 -0.72966 1.04406'/> |
5075 | <fieldValue name='textTranslation' value='2.62342 -0.72966 1.04406'/> |
5076 | <fieldValue name='textColor' value='0 0 0'/> |
5077 | </ProtoInstance> |
5078 | <ProtoInstance name='Vertex'> |
5079 | <fieldValue name='vertexText' value='"maps"'/> |
5080 | <fieldValue name='description' value='109: maps'/> |
5081 | <fieldValue name='url'/> |
5082 | <fieldValue name='radius' value='0.1500'/> |
5083 | <fieldValue name='displayMode'/> |
5084 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5085 | <fieldValue name='transparency' value='0'/> |
5086 | <fieldValue name='translation' value='1.21663 1.86392 -2.12867'/> |
5087 | <fieldValue name='textTranslation' value='1.36663 1.86392 -2.12867'/> |
5088 | <fieldValue name='textColor' value='0 0 0'/> |
5089 | </ProtoInstance> |
5090 | <ProtoInstance name='Vertex'> |
5091 | <fieldValue name='vertexText' value='"marine"'/> |
5092 | <fieldValue name='description' value='110: marine'/> |
5093 | <fieldValue name='url'/> |
5094 | <fieldValue name='radius' value='0.1500'/> |
5095 | <fieldValue name='displayMode'/> |
5096 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5097 | <fieldValue name='transparency' value='0'/> |
5098 | <fieldValue name='translation' value='-0.42773 -2.65562 0.77166'/> |
5099 | <fieldValue name='textTranslation' value='-0.27773 -2.65562 0.77166'/> |
5100 | <fieldValue name='textColor' value='0 0 0'/> |
5101 | </ProtoInstance> |
5102 | <ProtoInstance name='Vertex'> |
5103 | <fieldValue name='vertexText' value='"materials"'/> |
5104 | <fieldValue name='description' value='111: materials'/> |
5105 | <fieldValue name='url'/> |
5106 | <fieldValue name='radius' value='0.1500'/> |
5107 | <fieldValue name='displayMode'/> |
5108 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5109 | <fieldValue name='transparency' value='0'/> |
5110 | <fieldValue name='translation' value='-0.33978 2.01980 2.40742'/> |
5111 | <fieldValue name='textTranslation' value='-0.18978 2.01980 2.40742'/> |
5112 | <fieldValue name='textColor' value='0 0 0'/> |
5113 | </ProtoInstance> |
5114 | <ProtoInstance name='Vertex'> |
5115 | <fieldValue name='vertexText' value='"meals"'/> |
5116 | <fieldValue name='description' value='112: meals'/> |
5117 | <fieldValue name='url'/> |
5118 | <fieldValue name='radius' value='0.1500'/> |
5119 | <fieldValue name='displayMode'/> |
5120 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5121 | <fieldValue name='transparency' value='0'/> |
5122 | <fieldValue name='translation' value='-0.76820 1.82443 -0.25132'/> |
5123 | <fieldValue name='textTranslation' value='-0.61820 1.82443 -0.25132'/> |
5124 | <fieldValue name='textColor' value='0 0 0'/> |
5125 | </ProtoInstance> |
5126 | <ProtoInstance name='Vertex'> |
5127 | <fieldValue name='vertexText' value='"medium"'/> |
5128 | <fieldValue name='description' value='113: medium'/> |
5129 | <fieldValue name='url'/> |
5130 | <fieldValue name='radius' value='0.1500'/> |
5131 | <fieldValue name='displayMode'/> |
5132 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5133 | <fieldValue name='transparency' value='0'/> |
5134 | <fieldValue name='translation' value='-0.32552 -2.63764 0.88660'/> |
5135 | <fieldValue name='textTranslation' value='-0.17552 -2.63764 0.88660'/> |
5136 | <fieldValue name='textColor' value='0 0 0'/> |
5137 | </ProtoInstance> |
5138 | <ProtoInstance name='Vertex'> |
5139 | <fieldValue name='vertexText' value='"middle"'/> |
5140 | <fieldValue name='description' value='114: middle'/> |
5141 | <fieldValue name='url'/> |
5142 | <fieldValue name='radius' value='0.1500'/> |
5143 | <fieldValue name='displayMode'/> |
5144 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5145 | <fieldValue name='transparency' value='0'/> |
5146 | <fieldValue name='translation' value='-0.89837 2.11572 -0.04417'/> |
5147 | <fieldValue name='textTranslation' value='-0.74837 2.11572 -0.04417'/> |
5148 | <fieldValue name='textColor' value='0 0 0'/> |
5149 | </ProtoInstance> |
5150 | <ProtoInstance name='Vertex'> |
5151 | <fieldValue name='vertexText' value='"mission"'/> |
5152 | <fieldValue name='description' value='115: mission'/> |
5153 | <fieldValue name='url'/> |
5154 | <fieldValue name='radius' value='0.1500'/> |
5155 | <fieldValue name='displayMode'/> |
5156 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5157 | <fieldValue name='transparency' value='0'/> |
5158 | <fieldValue name='translation' value='1.57404 1.06092 -0.62314'/> |
5159 | <fieldValue name='textTranslation' value='1.72404 1.06092 -0.62314'/> |
5160 | <fieldValue name='textColor' value='0 0 0'/> |
5161 | </ProtoInstance> |
5162 | <ProtoInstance name='Vertex'> |
5163 | <fieldValue name='vertexText' value='"mode"'/> |
5164 | <fieldValue name='description' value='116: mode'/> |
5165 | <fieldValue name='url'/> |
5166 | <fieldValue name='radius' value='0.1500'/> |
5167 | <fieldValue name='displayMode'/> |
5168 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5169 | <fieldValue name='transparency' value='0'/> |
5170 | <fieldValue name='translation' value='1.71604 -2.20109 -0.31132'/> |
5171 | <fieldValue name='textTranslation' value='1.86604 -2.20109 -0.31132'/> |
5172 | <fieldValue name='textColor' value='0 0 0'/> |
5173 | </ProtoInstance> |
5174 | <ProtoInstance name='Vertex'> |
5175 | <fieldValue name='vertexText' value='"morning"'/> |
5176 | <fieldValue name='description' value='117: morning'/> |
5177 | <fieldValue name='url'/> |
5178 | <fieldValue name='radius' value='0.1500'/> |
5179 | <fieldValue name='displayMode'/> |
5180 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5181 | <fieldValue name='transparency' value='0'/> |
5182 | <fieldValue name='translation' value='0.02580 -2.75082 0.41164'/> |
5183 | <fieldValue name='textTranslation' value='0.17580 -2.75082 0.41164'/> |
5184 | <fieldValue name='textColor' value='0 0 0'/> |
5185 | </ProtoInstance> |
5186 | <ProtoInstance name='Vertex'> |
5187 | <fieldValue name='vertexText' value='"named"'/> |
5188 | <fieldValue name='description' value='118: named'/> |
5189 | <fieldValue name='url'/> |
5190 | <fieldValue name='radius' value='0.1500'/> |
5191 | <fieldValue name='displayMode'/> |
5192 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5193 | <fieldValue name='transparency' value='0'/> |
5194 | <fieldValue name='translation' value='1.47291 1.71529 1.83342'/> |
5195 | <fieldValue name='textTranslation' value='1.62291 1.71529 1.83342'/> |
5196 | <fieldValue name='textColor' value='0 0 0'/> |
5197 | </ProtoInstance> |
5198 | <ProtoInstance name='Vertex'> |
5199 | <fieldValue name='vertexText' value='"nations"'/> |
5200 | <fieldValue name='description' value='119: nations'/> |
5201 | <fieldValue name='url'/> |
5202 | <fieldValue name='radius' value='0.1500'/> |
5203 | <fieldValue name='displayMode'/> |
5204 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5205 | <fieldValue name='transparency' value='0'/> |
5206 | <fieldValue name='translation' value='1.26079 1.42985 0.08186'/> |
5207 | <fieldValue name='textTranslation' value='1.41079 1.42985 0.08186'/> |
5208 | <fieldValue name='textColor' value='0 0 0'/> |
5209 | </ProtoInstance> |
5210 | <ProtoInstance name='Vertex'> |
5211 | <fieldValue name='vertexText' value='"natural"'/> |
5212 | <fieldValue name='description' value='120: natural'/> |
5213 | <fieldValue name='url'/> |
5214 | <fieldValue name='radius' value='0.1500'/> |
5215 | <fieldValue name='displayMode'/> |
5216 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5217 | <fieldValue name='transparency' value='0'/> |
5218 | <fieldValue name='translation' value='2.15434 -0.01207 1.05084'/> |
5219 | <fieldValue name='textTranslation' value='2.30434 -0.01207 1.05084'/> |
5220 | <fieldValue name='textColor' value='0 0 0'/> |
5221 | </ProtoInstance> |
5222 | <ProtoInstance name='Vertex'> |
5223 | <fieldValue name='vertexText' value='"news"'/> |
5224 | <fieldValue name='description' value='121: news'/> |
5225 | <fieldValue name='url'/> |
5226 | <fieldValue name='radius' value='0.1500'/> |
5227 | <fieldValue name='displayMode'/> |
5228 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5229 | <fieldValue name='transparency' value='0'/> |
5230 | <fieldValue name='translation' value='0.88133 1.25414 -0.16396'/> |
5231 | <fieldValue name='textTranslation' value='1.03133 1.25414 -0.16396'/> |
5232 | <fieldValue name='textColor' value='0 0 0'/> |
5233 | </ProtoInstance> |
5234 | <ProtoInstance name='Vertex'> |
5235 | <fieldValue name='vertexText' value='"nongovernmental"'/> |
5236 | <fieldValue name='description' value='122: nongovernmental'/> |
5237 | <fieldValue name='url'/> |
5238 | <fieldValue name='radius' value='0.1500'/> |
5239 | <fieldValue name='displayMode'/> |
5240 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5241 | <fieldValue name='transparency' value='0'/> |
5242 | <fieldValue name='translation' value='-2.20660 -0.61026 -1.36797'/> |
5243 | <fieldValue name='textTranslation' value='-2.05660 -0.61026 -1.36797'/> |
5244 | <fieldValue name='textColor' value='0 0 0'/> |
5245 | </ProtoInstance> |
5246 | <ProtoInstance name='Vertex'> |
5247 | <fieldValue name='vertexText' value='"nutrition"'/> |
5248 | <fieldValue name='description' value='123: nutrition'/> |
5249 | <fieldValue name='url'/> |
5250 | <fieldValue name='radius' value='0.1500'/> |
5251 | <fieldValue name='displayMode'/> |
5252 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5253 | <fieldValue name='transparency' value='0'/> |
5254 | <fieldValue name='translation' value='-0.51984 1.96065 0.56300'/> |
5255 | <fieldValue name='textTranslation' value='-0.36984 1.96065 0.56300'/> |
5256 | <fieldValue name='textColor' value='0 0 0'/> |
5257 | </ProtoInstance> |
5258 | <ProtoInstance name='Vertex'> |
5259 | <fieldValue name='vertexText' value='"operation"'/> |
5260 | <fieldValue name='description' value='124: operation'/> |
5261 | <fieldValue name='url'/> |
5262 | <fieldValue name='radius' value='0.1500'/> |
5263 | <fieldValue name='displayMode'/> |
5264 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5265 | <fieldValue name='transparency' value='0'/> |
5266 | <fieldValue name='translation' value='1.23366 0.95106 2.05405'/> |
5267 | <fieldValue name='textTranslation' value='1.38366 0.95106 2.05405'/> |
5268 | <fieldValue name='textColor' value='0 0 0'/> |
5269 | </ProtoInstance> |
5270 | <ProtoInstance name='Vertex'> |
5271 | <fieldValue name='vertexText' value='"operations"'/> |
5272 | <fieldValue name='description' value='125: operations'/> |
5273 | <fieldValue name='url'/> |
5274 | <fieldValue name='radius' value='0.1500'/> |
5275 | <fieldValue name='displayMode'/> |
5276 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5277 | <fieldValue name='transparency' value='0'/> |
5278 | <fieldValue name='translation' value='-2.50160 0.59360 -1.22950'/> |
5279 | <fieldValue name='textTranslation' value='-2.35160 0.59360 -1.22950'/> |
5280 | <fieldValue name='textColor' value='0 0 0'/> |
5281 | </ProtoInstance> |
5282 | <ProtoInstance name='Vertex'> |
5283 | <fieldValue name='vertexText' value='"organization"'/> |
5284 | <fieldValue name='description' value='126: organization'/> |
5285 | <fieldValue name='url'/> |
5286 | <fieldValue name='radius' value='0.1500'/> |
5287 | <fieldValue name='displayMode'/> |
5288 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5289 | <fieldValue name='transparency' value='0'/> |
5290 | <fieldValue name='translation' value='-2.26008 -0.23036 -1.32357'/> |
5291 | <fieldValue name='textTranslation' value='-2.11008 -0.23036 -1.32357'/> |
5292 | <fieldValue name='textColor' value='0 0 0'/> |
5293 | </ProtoInstance> |
5294 | <ProtoInstance name='Vertex'> |
5295 | <fieldValue name='vertexText' value='"partners"'/> |
5296 | <fieldValue name='description' value='127: partners'/> |
5297 | <fieldValue name='url'/> |
5298 | <fieldValue name='radius' value='0.1500'/> |
5299 | <fieldValue name='displayMode'/> |
5300 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5301 | <fieldValue name='transparency' value='0'/> |
5302 | <fieldValue name='translation' value='-1.31264 0.05088 1.66119'/> |
5303 | <fieldValue name='textTranslation' value='-1.16264 0.05088 1.66119'/> |
5304 | <fieldValue name='textColor' value='0 0 0'/> |
5305 | </ProtoInstance> |
5306 | <ProtoInstance name='Vertex'> |
5307 | <fieldValue name='vertexText' value='"photos"'/> |
5308 | <fieldValue name='description' value='128: photos'/> |
5309 | <fieldValue name='url'/> |
5310 | <fieldValue name='radius' value='0.1500'/> |
5311 | <fieldValue name='displayMode'/> |
5312 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5313 | <fieldValue name='transparency' value='0'/> |
5314 | <fieldValue name='translation' value='0.20021 0.82411 0.45164'/> |
5315 | <fieldValue name='textTranslation' value='0.35021 0.82411 0.45164'/> |
5316 | <fieldValue name='textColor' value='0 0 0'/> |
5317 | </ProtoInstance> |
5318 | <ProtoInstance name='Vertex'> |
5319 | <fieldValue name='vertexText' value='"plastic"'/> |
5320 | <fieldValue name='description' value='129: plastic'/> |
5321 | <fieldValue name='url'/> |
5322 | <fieldValue name='radius' value='0.1500'/> |
5323 | <fieldValue name='displayMode'/> |
5324 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5325 | <fieldValue name='transparency' value='0'/> |
5326 | <fieldValue name='translation' value='-0.21376 2.17864 2.33646'/> |
5327 | <fieldValue name='textTranslation' value='-0.06376 2.17864 2.33646'/> |
5328 | <fieldValue name='textColor' value='0 0 0'/> |
5329 | </ProtoInstance> |
5330 | <ProtoInstance name='Vertex'> |
5331 | <fieldValue name='vertexText' value='"population"'/> |
5332 | <fieldValue name='description' value='130: population'/> |
5333 | <fieldValue name='url'/> |
5334 | <fieldValue name='radius' value='0.1500'/> |
5335 | <fieldValue name='displayMode'/> |
5336 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5337 | <fieldValue name='transparency' value='0'/> |
5338 | <fieldValue name='translation' value='1.39988 2.23006 -1.85155'/> |
5339 | <fieldValue name='textTranslation' value='1.54988 2.23006 -1.85155'/> |
5340 | <fieldValue name='textColor' value='0 0 0'/> |
5341 | </ProtoInstance> |
5342 | <ProtoInstance name='Vertex'> |
5343 | <fieldValue name='vertexText' value='"pour"'/> |
5344 | <fieldValue name='description' value='131: pour'/> |
5345 | <fieldValue name='url'/> |
5346 | <fieldValue name='radius' value='0.1500'/> |
5347 | <fieldValue name='displayMode'/> |
5348 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5349 | <fieldValue name='transparency' value='0'/> |
5350 | <fieldValue name='translation' value='2.75416 -0.42537 0.58846'/> |
5351 | <fieldValue name='textTranslation' value='2.90416 -0.42537 0.58846'/> |
5352 | <fieldValue name='textColor' value='0 0 0'/> |
5353 | </ProtoInstance> |
5354 | <ProtoInstance name='Vertex'> |
5355 | <fieldValue name='vertexText' value='"present"'/> |
5356 | <fieldValue name='description' value='132: present'/> |
5357 | <fieldValue name='url'/> |
5358 | <fieldValue name='radius' value='0.1500'/> |
5359 | <fieldValue name='displayMode'/> |
5360 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5361 | <fieldValue name='transparency' value='0'/> |
5362 | <fieldValue name='translation' value='1.16181 1.50792 -0.24877'/> |
5363 | <fieldValue name='textTranslation' value='1.31181 1.50792 -0.24877'/> |
5364 | <fieldValue name='textColor' value='0 0 0'/> |
5365 | </ProtoInstance> |
5366 | <ProtoInstance name='Vertex'> |
5367 | <fieldValue name='vertexText' value='"press"'/> |
5368 | <fieldValue name='description' value='133: press'/> |
5369 | <fieldValue name='url'/> |
5370 | <fieldValue name='radius' value='0.1500'/> |
5371 | <fieldValue name='displayMode'/> |
5372 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5373 | <fieldValue name='transparency' value='0'/> |
5374 | <fieldValue name='translation' value='2.47278 -0.29053 0.81750'/> |
5375 | <fieldValue name='textTranslation' value='2.62278 -0.29053 0.81750'/> |
5376 | <fieldValue name='textColor' value='0 0 0'/> |
5377 | </ProtoInstance> |
5378 | <ProtoInstance name='Vertex'> |
5379 | <fieldValue name='vertexText' value='"pressing"'/> |
5380 | <fieldValue name='description' value='134: pressing'/> |
5381 | <fieldValue name='url'/> |
5382 | <fieldValue name='radius' value='0.1500'/> |
5383 | <fieldValue name='displayMode'/> |
5384 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5385 | <fieldValue name='transparency' value='0'/> |
5386 | <fieldValue name='translation' value='-0.46578 1.40310 2.74899'/> |
5387 | <fieldValue name='textTranslation' value='-0.31578 1.40310 2.74899'/> |
5388 | <fieldValue name='textColor' value='0 0 0'/> |
5389 | </ProtoInstance> |
5390 | <ProtoInstance name='Vertex'> |
5391 | <fieldValue name='vertexText' value='"procurement"'/> |
5392 | <fieldValue name='description' value='135: procurement'/> |
5393 | <fieldValue name='url'/> |
5394 | <fieldValue name='radius' value='0.1500'/> |
5395 | <fieldValue name='displayMode'/> |
5396 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5397 | <fieldValue name='transparency' value='0'/> |
5398 | <fieldValue name='translation' value='-0.90381 2.41389 0.52166'/> |
5399 | <fieldValue name='textTranslation' value='-0.75381 2.41389 0.52166'/> |
5400 | <fieldValue name='textColor' value='0 0 0'/> |
5401 | </ProtoInstance> |
5402 | <ProtoInstance name='Vertex'> |
5403 | <fieldValue name='vertexText' value='"professionals"'/> |
5404 | <fieldValue name='description' value='136: professionals'/> |
5405 | <fieldValue name='url'/> |
5406 | <fieldValue name='radius' value='0.1500'/> |
5407 | <fieldValue name='displayMode'/> |
5408 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5409 | <fieldValue name='transparency' value='0'/> |
5410 | <fieldValue name='translation' value='-1.38589 0.60432 1.11766'/> |
5411 | <fieldValue name='textTranslation' value='-1.23589 0.60432 1.11766'/> |
5412 | <fieldValue name='textColor' value='0 0 0'/> |
5413 | </ProtoInstance> |
5414 | <ProtoInstance name='Vertex'> |
5415 | <fieldValue name='vertexText' value='"program"'/> |
5416 | <fieldValue name='description' value='137: program'/> |
5417 | <fieldValue name='url'/> |
5418 | <fieldValue name='radius' value='0.1500'/> |
5419 | <fieldValue name='displayMode'/> |
5420 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5421 | <fieldValue name='transparency' value='0'/> |
5422 | <fieldValue name='translation' value='0.08446 1.32861 0.56608'/> |
5423 | <fieldValue name='textTranslation' value='0.23446 1.32861 0.56608'/> |
5424 | <fieldValue name='textColor' value='0 0 0'/> |
5425 | </ProtoInstance> |
5426 | <ProtoInstance name='Vertex'> |
5427 | <fieldValue name='vertexText' value='"promise"'/> |
5428 | <fieldValue name='description' value='138: promise'/> |
5429 | <fieldValue name='url'/> |
5430 | <fieldValue name='radius' value='0.1500'/> |
5431 | <fieldValue name='displayMode'/> |
5432 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5433 | <fieldValue name='transparency' value='0'/> |
5434 | <fieldValue name='translation' value='0.04425 -1.25961 -2.23225'/> |
5435 | <fieldValue name='textTranslation' value='0.19425 -1.25961 -2.23225'/> |
5436 | <fieldValue name='textColor' value='0 0 0'/> |
5437 | </ProtoInstance> |
5438 | <ProtoInstance name='Vertex'> |
5439 | <fieldValue name='vertexText' value='"providing"'/> |
5440 | <fieldValue name='description' value='139: providing'/> |
5441 | <fieldValue name='url'/> |
5442 | <fieldValue name='radius' value='0.1500'/> |
5443 | <fieldValue name='displayMode'/> |
5444 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5445 | <fieldValue name='transparency' value='0'/> |
5446 | <fieldValue name='translation' value='-0.02739 1.98068 1.77206'/> |
5447 | <fieldValue name='textTranslation' value='0.12261 1.98068 1.77206'/> |
5448 | <fieldValue name='textColor' value='0 0 0'/> |
5449 | </ProtoInstance> |
5450 | <ProtoInstance name='Vertex'> |
5451 | <fieldValue name='vertexText' value='"public"'/> |
5452 | <fieldValue name='description' value='140: public'/> |
5453 | <fieldValue name='url'/> |
5454 | <fieldValue name='radius' value='0.1500'/> |
5455 | <fieldValue name='displayMode'/> |
5456 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5457 | <fieldValue name='transparency' value='0'/> |
5458 | <fieldValue name='translation' value='-0.22215 1.92277 2.48473'/> |
5459 | <fieldValue name='textTranslation' value='-0.07215 1.92277 2.48473'/> |
5460 | <fieldValue name='textColor' value='0 0 0'/> |
5461 | </ProtoInstance> |
5462 | <ProtoInstance name='Vertex'> |
5463 | <fieldValue name='vertexText' value='"purchase"'/> |
5464 | <fieldValue name='description' value='141: purchase'/> |
5465 | <fieldValue name='url'/> |
5466 | <fieldValue name='radius' value='0.1500'/> |
5467 | <fieldValue name='displayMode'/> |
5468 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5469 | <fieldValue name='transparency' value='0'/> |
5470 | <fieldValue name='translation' value='-0.99019 2.41620 -0.29859'/> |
5471 | <fieldValue name='textTranslation' value='-0.84019 2.41620 -0.29859'/> |
5472 | <fieldValue name='textColor' value='0 0 0'/> |
5473 | </ProtoInstance> |
5474 | <ProtoInstance name='Vertex'> |
5475 | <fieldValue name='vertexText' value='"quietly"'/> |
5476 | <fieldValue name='description' value='142: quietly'/> |
5477 | <fieldValue name='url'/> |
5478 | <fieldValue name='radius' value='0.1500'/> |
5479 | <fieldValue name='displayMode'/> |
5480 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5481 | <fieldValue name='transparency' value='0'/> |
5482 | <fieldValue name='translation' value='-0.38282 -2.73125 0.16214'/> |
5483 | <fieldValue name='textTranslation' value='-0.23282 -2.73125 0.16214'/> |
5484 | <fieldValue name='textColor' value='0 0 0'/> |
5485 | </ProtoInstance> |
5486 | <ProtoInstance name='Vertex'> |
5487 | <fieldValue name='vertexText' value='"raining"'/> |
5488 | <fieldValue name='description' value='143: raining'/> |
5489 | <fieldValue name='url'/> |
5490 | <fieldValue name='radius' value='0.1500'/> |
5491 | <fieldValue name='displayMode'/> |
5492 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5493 | <fieldValue name='transparency' value='0'/> |
5494 | <fieldValue name='translation' value='-0.75821 1.55182 2.61614'/> |
5495 | <fieldValue name='textTranslation' value='-0.60821 1.55182 2.61614'/> |
5496 | <fieldValue name='textColor' value='0 0 0'/> |
5497 | </ProtoInstance> |
5498 | <ProtoInstance name='Vertex'> |
5499 | <fieldValue name='vertexText' value='"read"'/> |
5500 | <fieldValue name='description' value='144: read'/> |
5501 | <fieldValue name='url'/> |
5502 | <fieldValue name='radius' value='0.1500'/> |
5503 | <fieldValue name='displayMode'/> |
5504 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5505 | <fieldValue name='transparency' value='0'/> |
5506 | <fieldValue name='translation' value='-0.44787 1.40253 2.75511'/> |
5507 | <fieldValue name='textTranslation' value='-0.29787 1.40253 2.75511'/> |
5508 | <fieldValue name='textColor' value='0 0 0'/> |
5509 | </ProtoInstance> |
5510 | <ProtoInstance name='Vertex'> |
5511 | <fieldValue name='vertexText' value='"rebuild"'/> |
5512 | <fieldValue name='description' value='145: rebuild'/> |
5513 | <fieldValue name='url'/> |
5514 | <fieldValue name='radius' value='0.1500'/> |
5515 | <fieldValue name='displayMode'/> |
5516 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5517 | <fieldValue name='transparency' value='0'/> |
5518 | <fieldValue name='translation' value='1.45400 1.16729 1.93559'/> |
5519 | <fieldValue name='textTranslation' value='1.60400 1.16729 1.93559'/> |
5520 | <fieldValue name='textColor' value='0 0 0'/> |
5521 | </ProtoInstance> |
5522 | <ProtoInstance name='Vertex'> |
5523 | <fieldValue name='vertexText' value='"reconcile"'/> |
5524 | <fieldValue name='description' value='146: reconcile'/> |
5525 | <fieldValue name='url'/> |
5526 | <fieldValue name='radius' value='0.1500'/> |
5527 | <fieldValue name='displayMode'/> |
5528 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5529 | <fieldValue name='transparency' value='0'/> |
5530 | <fieldValue name='translation' value='1.68907 -2.15251 -0.55567'/> |
5531 | <fieldValue name='textTranslation' value='1.83907 -2.15251 -0.55567'/> |
5532 | <fieldValue name='textColor' value='0 0 0'/> |
5533 | </ProtoInstance> |
5534 | <ProtoInstance name='Vertex'> |
5535 | <fieldValue name='vertexText' value='"reform"'/> |
5536 | <fieldValue name='description' value='147: reform'/> |
5537 | <fieldValue name='url'/> |
5538 | <fieldValue name='radius' value='0.1500'/> |
5539 | <fieldValue name='displayMode'/> |
5540 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5541 | <fieldValue name='transparency' value='0'/> |
5542 | <fieldValue name='translation' value='0.85879 1.82033 -2.26929'/> |
5543 | <fieldValue name='textTranslation' value='1.00879 1.82033 -2.26929'/> |
5544 | <fieldValue name='textColor' value='0 0 0'/> |
5545 | </ProtoInstance> |
5546 | <ProtoInstance name='Vertex'> |
5547 | <fieldValue name='vertexText' value='"refugees"'/> |
5548 | <fieldValue name='description' value='148: refugees'/> |
5549 | <fieldValue name='url'/> |
5550 | <fieldValue name='radius' value='0.1500'/> |
5551 | <fieldValue name='displayMode'/> |
5552 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5553 | <fieldValue name='transparency' value='0'/> |
5554 | <fieldValue name='translation' value='0.97107 1.35317 -0.85690'/> |
5555 | <fieldValue name='textTranslation' value='1.12107 1.35317 -0.85690'/> |
5556 | <fieldValue name='textColor' value='0 0 0'/> |
5557 | </ProtoInstance> |
5558 | <ProtoInstance name='Vertex'> |
5559 | <fieldValue name='vertexText' value='"register"'/> |
5560 | <fieldValue name='description' value='149: register'/> |
5561 | <fieldValue name='url'/> |
5562 | <fieldValue name='radius' value='0.1500'/> |
5563 | <fieldValue name='displayMode'/> |
5564 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5565 | <fieldValue name='transparency' value='0'/> |
5566 | <fieldValue name='translation' value='1.15552 2.29747 -1.32071'/> |
5567 | <fieldValue name='textTranslation' value='1.30552 2.29747 -1.32071'/> |
5568 | <fieldValue name='textColor' value='0 0 0'/> |
5569 | </ProtoInstance> |
5570 | <ProtoInstance name='Vertex'> |
5571 | <fieldValue name='vertexText' value='"reinforced"'/> |
5572 | <fieldValue name='description' value='150: reinforced'/> |
5573 | <fieldValue name='url'/> |
5574 | <fieldValue name='radius' value='0.1500'/> |
5575 | <fieldValue name='displayMode'/> |
5576 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5577 | <fieldValue name='transparency' value='0'/> |
5578 | <fieldValue name='translation' value='-0.95319 -2.47438 0.88025'/> |
5579 | <fieldValue name='textTranslation' value='-0.80319 -2.47438 0.88025'/> |
5580 | <fieldValue name='textColor' value='0 0 0'/> |
5581 | </ProtoInstance> |
5582 | <ProtoInstance name='Vertex'> |
5583 | <fieldValue name='vertexText' value='"releases"'/> |
5584 | <fieldValue name='description' value='151: releases'/> |
5585 | <fieldValue name='url'/> |
5586 | <fieldValue name='radius' value='0.1500'/> |
5587 | <fieldValue name='displayMode'/> |
5588 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5589 | <fieldValue name='transparency' value='0'/> |
5590 | <fieldValue name='translation' value='2.47278 -0.29053 0.81750'/> |
5591 | <fieldValue name='textTranslation' value='2.62278 -0.29053 0.81750'/> |
5592 | <fieldValue name='textColor' value='0 0 0'/> |
5593 | </ProtoInstance> |
5594 | <ProtoInstance name='Vertex'> |
5595 | <fieldValue name='vertexText' value='"remains"'/> |
5596 | <fieldValue name='description' value='152: remains'/> |
5597 | <fieldValue name='url'/> |
5598 | <fieldValue name='radius' value='0.1500'/> |
5599 | <fieldValue name='displayMode'/> |
5600 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5601 | <fieldValue name='transparency' value='0'/> |
5602 | <fieldValue name='translation' value='-2.29179 -0.06903 -1.09136'/> |
5603 | <fieldValue name='textTranslation' value='-2.14179 -0.06903 -1.09136'/> |
5604 | <fieldValue name='textColor' value='0 0 0'/> |
5605 | </ProtoInstance> |
5606 | <ProtoInstance name='Vertex'> |
5607 | <fieldValue name='vertexText' value='"reports"'/> |
5608 | <fieldValue name='description' value='153: reports'/> |
5609 | <fieldValue name='url'/> |
5610 | <fieldValue name='radius' value='0.1500'/> |
5611 | <fieldValue name='displayMode'/> |
5612 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5613 | <fieldValue name='transparency' value='0'/> |
5614 | <fieldValue name='translation' value='2.05864 0.24598 0.23168'/> |
5615 | <fieldValue name='textTranslation' value='2.20864 0.24598 0.23168'/> |
5616 | <fieldValue name='textColor' value='0 0 0'/> |
5617 | </ProtoInstance> |
5618 | <ProtoInstance name='Vertex'> |
5619 | <fieldValue name='vertexText' value='"responding"'/> |
5620 | <fieldValue name='description' value='154: responding'/> |
5621 | <fieldValue name='url'/> |
5622 | <fieldValue name='radius' value='0.1500'/> |
5623 | <fieldValue name='displayMode'/> |
5624 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5625 | <fieldValue name='transparency' value='0'/> |
5626 | <fieldValue name='translation' value='-0.48839 0.27017 1.05853'/> |
5627 | <fieldValue name='textTranslation' value='-0.33839 0.27017 1.05853'/> |
5628 | <fieldValue name='textColor' value='0 0 0'/> |
5629 | </ProtoInstance> |
5630 | <ProtoInstance name='Vertex'> |
5631 | <fieldValue name='vertexText' value='"response"'/> |
5632 | <fieldValue name='description' value='155: response'/> |
5633 | <fieldValue name='url'/> |
5634 | <fieldValue name='radius' value='0.1500'/> |
5635 | <fieldValue name='displayMode'/> |
5636 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5637 | <fieldValue name='transparency' value='0'/> |
5638 | <fieldValue name='translation' value='0.24191 1.49087 0.92175'/> |
5639 | <fieldValue name='textTranslation' value='0.39191 1.49087 0.92175'/> |
5640 | <fieldValue name='textColor' value='0 0 0'/> |
5641 | </ProtoInstance> |
5642 | <ProtoInstance name='Vertex'> |
5643 | <fieldValue name='vertexText' value='"school"'/> |
5644 | <fieldValue name='description' value='156: school'/> |
5645 | <fieldValue name='url'/> |
5646 | <fieldValue name='radius' value='0.1500'/> |
5647 | <fieldValue name='displayMode'/> |
5648 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5649 | <fieldValue name='transparency' value='0'/> |
5650 | <fieldValue name='translation' value='-1.06248 1.89220 -0.19955'/> |
5651 | <fieldValue name='textTranslation' value='-0.91248 1.89220 -0.19955'/> |
5652 | <fieldValue name='textColor' value='0 0 0'/> |
5653 | </ProtoInstance> |
5654 | <ProtoInstance name='Vertex'> |
5655 | <fieldValue name='vertexText' value='"sea"'/> |
5656 | <fieldValue name='description' value='157: sea'/> |
5657 | <fieldValue name='url'/> |
5658 | <fieldValue name='radius' value='0.1500'/> |
5659 | <fieldValue name='displayMode'/> |
5660 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5661 | <fieldValue name='transparency' value='0'/> |
5662 | <fieldValue name='translation' value='-0.82147 -2.62533 0.25173'/> |
5663 | <fieldValue name='textTranslation' value='-0.67147 -2.62533 0.25173'/> |
5664 | <fieldValue name='textColor' value='0 0 0'/> |
5665 | </ProtoInstance> |
5666 | <ProtoInstance name='Vertex'> |
5667 | <fieldValue name='vertexText' value='"security"'/> |
5668 | <fieldValue name='description' value='158: security'/> |
5669 | <fieldValue name='url'/> |
5670 | <fieldValue name='radius' value='0.1500'/> |
5671 | <fieldValue name='displayMode'/> |
5672 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5673 | <fieldValue name='transparency' value='0'/> |
5674 | <fieldValue name='translation' value='-0.76820 1.82443 -0.25132'/> |
5675 | <fieldValue name='textTranslation' value='-0.61820 1.82443 -0.25132'/> |
5676 | <fieldValue name='textColor' value='0 0 0'/> |
5677 | </ProtoInstance> |
5678 | <ProtoInstance name='Vertex'> |
5679 | <fieldValue name='vertexText' value='"sending"'/> |
5680 | <fieldValue name='description' value='159: sending'/> |
5681 | <fieldValue name='url'/> |
5682 | <fieldValue name='radius' value='0.1500'/> |
5683 | <fieldValue name='displayMode'/> |
5684 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5685 | <fieldValue name='transparency' value='0'/> |
5686 | <fieldValue name='translation' value='0.03542 -0.92333 -2.23981'/> |
5687 | <fieldValue name='textTranslation' value='0.18542 -0.92333 -2.23981'/> |
5688 | <fieldValue name='textColor' value='0 0 0'/> |
5689 | </ProtoInstance> |
5690 | <ProtoInstance name='Vertex'> |
5691 | <fieldValue name='vertexText' value='"share"'/> |
5692 | <fieldValue name='description' value='160: share'/> |
5693 | <fieldValue name='url'/> |
5694 | <fieldValue name='radius' value='0.1500'/> |
5695 | <fieldValue name='displayMode'/> |
5696 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5697 | <fieldValue name='transparency' value='0'/> |
5698 | <fieldValue name='translation' value='-1.31264 0.05088 1.66119'/> |
5699 | <fieldValue name='textTranslation' value='-1.16264 0.05088 1.66119'/> |
5700 | <fieldValue name='textColor' value='0 0 0'/> |
5701 | </ProtoInstance> |
5702 | <ProtoInstance name='Vertex'> |
5703 | <fieldValue name='vertexText' value='"sheeting"'/> |
5704 | <fieldValue name='description' value='161: sheeting'/> |
5705 | <fieldValue name='url'/> |
5706 | <fieldValue name='radius' value='0.1500'/> |
5707 | <fieldValue name='displayMode'/> |
5708 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5709 | <fieldValue name='transparency' value='0'/> |
5710 | <fieldValue name='translation' value='-0.21083 2.15508 2.35827'/> |
5711 | <fieldValue name='textTranslation' value='-0.06083 2.15508 2.35827'/> |
5712 | <fieldValue name='textColor' value='0 0 0'/> |
5713 | </ProtoInstance> |
5714 | <ProtoInstance name='Vertex'> |
5715 | <fieldValue name='vertexText' value='"situation"'/> |
5716 | <fieldValue name='description' value='162: situation'/> |
5717 | <fieldValue name='url'/> |
5718 | <fieldValue name='radius' value='0.1500'/> |
5719 | <fieldValue name='displayMode'/> |
5720 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5721 | <fieldValue name='transparency' value='0'/> |
5722 | <fieldValue name='translation' value='1.26970 0.82918 0.10384'/> |
5723 | <fieldValue name='textTranslation' value='1.41970 0.82918 0.10384'/> |
5724 | <fieldValue name='textColor' value='0 0 0'/> |
5725 | </ProtoInstance> |
5726 | <ProtoInstance name='Vertex'> |
5727 | <fieldValue name='vertexText' value='"soldiers"'/> |
5728 | <fieldValue name='description' value='163: soldiers'/> |
5729 | <fieldValue name='url'/> |
5730 | <fieldValue name='radius' value='0.1500'/> |
5731 | <fieldValue name='displayMode'/> |
5732 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5733 | <fieldValue name='transparency' value='0'/> |
5734 | <fieldValue name='translation' value='-1.18890 -0.44664 -1.68041'/> |
5735 | <fieldValue name='textTranslation' value='-1.03890 -0.44664 -1.68041'/> |
5736 | <fieldValue name='textColor' value='0 0 0'/> |
5737 | </ProtoInstance> |
5738 | <ProtoInstance name='Vertex'> |
5739 | <fieldValue name='vertexText' value='"special"'/> |
5740 | <fieldValue name='description' value='164: special'/> |
5741 | <fieldValue name='url'/> |
5742 | <fieldValue name='radius' value='0.1500'/> |
5743 | <fieldValue name='displayMode'/> |
5744 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5745 | <fieldValue name='transparency' value='0'/> |
5746 | <fieldValue name='translation' value='-2.10416 0.49819 -0.94709'/> |
5747 | <fieldValue name='textTranslation' value='-1.95416 0.49819 -0.94709'/> |
5748 | <fieldValue name='textColor' value='0 0 0'/> |
5749 | </ProtoInstance> |
5750 | <ProtoInstance name='Vertex'> |
5751 | <fieldValue name='vertexText' value='"squadron"'/> |
5752 | <fieldValue name='description' value='165: squadron'/> |
5753 | <fieldValue name='url'/> |
5754 | <fieldValue name='radius' value='0.1500'/> |
5755 | <fieldValue name='displayMode'/> |
5756 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5757 | <fieldValue name='transparency' value='0'/> |
5758 | <fieldValue name='translation' value='-0.95319 -2.47438 0.88026'/> |
5759 | <fieldValue name='textTranslation' value='-0.80319 -2.47438 0.88026'/> |
5760 | <fieldValue name='textColor' value='0 0 0'/> |
5761 | </ProtoInstance> |
5762 | <ProtoInstance name='Vertex'> |
5763 | <fieldValue name='vertexText' value='"standing"'/> |
5764 | <fieldValue name='description' value='166: standing'/> |
5765 | <fieldValue name='url'/> |
5766 | <fieldValue name='radius' value='0.1500'/> |
5767 | <fieldValue name='displayMode'/> |
5768 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5769 | <fieldValue name='transparency' value='0'/> |
5770 | <fieldValue name='translation' value='0.82698 2.51400 -1.74820'/> |
5771 | <fieldValue name='textTranslation' value='0.97698 2.51400 -1.74820'/> |
5772 | <fieldValue name='textColor' value='0 0 0'/> |
5773 | </ProtoInstance> |
5774 | <ProtoInstance name='Vertex'> |
5775 | <fieldValue name='vertexText' value='"starting"'/> |
5776 | <fieldValue name='description' value='167: starting'/> |
5777 | <fieldValue name='url'/> |
5778 | <fieldValue name='radius' value='0.1500'/> |
5779 | <fieldValue name='displayMode'/> |
5780 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5781 | <fieldValue name='transparency' value='0'/> |
5782 | <fieldValue name='translation' value='-2.23917 -0.08344 -1.42010'/> |
5783 | <fieldValue name='textTranslation' value='-2.08917 -0.08344 -1.42010'/> |
5784 | <fieldValue name='textColor' value='0 0 0'/> |
5785 | </ProtoInstance> |
5786 | <ProtoInstance name='Vertex'> |
5787 | <fieldValue name='vertexText' value='"state"'/> |
5788 | <fieldValue name='description' value='168: state'/> |
5789 | <fieldValue name='url'/> |
5790 | <fieldValue name='radius' value='0.1500'/> |
5791 | <fieldValue name='displayMode'/> |
5792 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5793 | <fieldValue name='transparency' value='0'/> |
5794 | <fieldValue name='translation' value='0.97833 1.38147 1.52175'/> |
5795 | <fieldValue name='textTranslation' value='1.12833 1.38147 1.52175'/> |
5796 | <fieldValue name='textColor' value='0 0 0'/> |
5797 | </ProtoInstance> |
5798 | <ProtoInstance name='Vertex'> |
5799 | <fieldValue name='vertexText' value='"states"'/> |
5800 | <fieldValue name='description' value='169: states'/> |
5801 | <fieldValue name='url'/> |
5802 | <fieldValue name='radius' value='0.1500'/> |
5803 | <fieldValue name='displayMode'/> |
5804 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5805 | <fieldValue name='transparency' value='0'/> |
5806 | <fieldValue name='translation' value='1.39039 1.28784 1.39448'/> |
5807 | <fieldValue name='textTranslation' value='1.54039 1.28784 1.39448'/> |
5808 | <fieldValue name='textColor' value='0 0 0'/> |
5809 | </ProtoInstance> |
5810 | <ProtoInstance name='Vertex'> |
5811 | <fieldValue name='vertexText' value='"status"'/> |
5812 | <fieldValue name='description' value='170: status'/> |
5813 | <fieldValue name='url'/> |
5814 | <fieldValue name='radius' value='0.1500'/> |
5815 | <fieldValue name='displayMode'/> |
5816 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5817 | <fieldValue name='transparency' value='0'/> |
5818 | <fieldValue name='translation' value='1.95094 -1.99280 -0.32775'/> |
5819 | <fieldValue name='textTranslation' value='2.10094 -1.99280 -0.32775'/> |
5820 | <fieldValue name='textColor' value='0 0 0'/> |
5821 | </ProtoInstance> |
5822 | <ProtoInstance name='Vertex'> |
5823 | <fieldValue name='vertexText' value='"study"'/> |
5824 | <fieldValue name='description' value='171: study'/> |
5825 | <fieldValue name='url'/> |
5826 | <fieldValue name='radius' value='0.1500'/> |
5827 | <fieldValue name='displayMode'/> |
5828 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5829 | <fieldValue name='transparency' value='0'/> |
5830 | <fieldValue name='translation' value='1.28451 0.56442 2.34182'/> |
5831 | <fieldValue name='textTranslation' value='1.43451 0.56442 2.34182'/> |
5832 | <fieldValue name='textColor' value='0 0 0'/> |
5833 | </ProtoInstance> |
5834 | <ProtoInstance name='Vertex'> |
5835 | <fieldValue name='vertexText' value='"summer"'/> |
5836 | <fieldValue name='description' value='172: summer'/> |
5837 | <fieldValue name='url'/> |
5838 | <fieldValue name='radius' value='0.1500'/> |
5839 | <fieldValue name='displayMode'/> |
5840 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5841 | <fieldValue name='transparency' value='0'/> |
5842 | <fieldValue name='translation' value='-2.13523 -0.35844 -1.62813'/> |
5843 | <fieldValue name='textTranslation' value='-1.98523 -0.35844 -1.62813'/> |
5844 | <fieldValue name='textColor' value='0 0 0'/> |
5845 | </ProtoInstance> |
5846 | <ProtoInstance name='Vertex'> |
5847 | <fieldValue name='vertexText' value='"sun"'/> |
5848 | <fieldValue name='description' value='173: sun'/> |
5849 | <fieldValue name='url'/> |
5850 | <fieldValue name='radius' value='0.1500'/> |
5851 | <fieldValue name='displayMode'/> |
5852 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5853 | <fieldValue name='transparency' value='0'/> |
5854 | <fieldValue name='translation' value='-0.15546 -2.71997 0.58300'/> |
5855 | <fieldValue name='textTranslation' value='-0.00546 -2.71997 0.58300'/> |
5856 | <fieldValue name='textColor' value='0 0 0'/> |
5857 | </ProtoInstance> |
5858 | <ProtoInstance name='Vertex'> |
5859 | <fieldValue name='vertexText' value='"surprise"'/> |
5860 | <fieldValue name='description' value='174: surprise'/> |
5861 | <fieldValue name='url'/> |
5862 | <fieldValue name='radius' value='0.1500'/> |
5863 | <fieldValue name='displayMode'/> |
5864 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5865 | <fieldValue name='transparency' value='0'/> |
5866 | <fieldValue name='translation' value='-0.07328 -1.25074 -2.24624'/> |
5867 | <fieldValue name='textTranslation' value='0.07672 -1.25074 -2.24624'/> |
5868 | <fieldValue name='textColor' value='0 0 0'/> |
5869 | </ProtoInstance> |
5870 | <ProtoInstance name='Vertex'> |
5871 | <fieldValue name='vertexText' value='"sustain"'/> |
5872 | <fieldValue name='description' value='175: sustain'/> |
5873 | <fieldValue name='url'/> |
5874 | <fieldValue name='radius' value='0.1500'/> |
5875 | <fieldValue name='displayMode'/> |
5876 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5877 | <fieldValue name='transparency' value='0'/> |
5878 | <fieldValue name='translation' value='1.21215 1.06189 2.08898'/> |
5879 | <fieldValue name='textTranslation' value='1.36215 1.06189 2.08898'/> |
5880 | <fieldValue name='textColor' value='0 0 0'/> |
5881 | </ProtoInstance> |
5882 | <ProtoInstance name='Vertex'> |
5883 | <fieldValue name='vertexText' value='"swift"'/> |
5884 | <fieldValue name='description' value='176: swift'/> |
5885 | <fieldValue name='url'/> |
5886 | <fieldValue name='radius' value='0.1500'/> |
5887 | <fieldValue name='displayMode'/> |
5888 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5889 | <fieldValue name='transparency' value='0'/> |
5890 | <fieldValue name='translation' value='1.26588 1.40305 1.89274'/> |
5891 | <fieldValue name='textTranslation' value='1.41588 1.40305 1.89274'/> |
5892 | <fieldValue name='textColor' value='0 0 0'/> |
5893 | </ProtoInstance> |
5894 | <ProtoInstance name='Vertex'> |
5895 | <fieldValue name='vertexText' value='"tagged"'/> |
5896 | <fieldValue name='description' value='177: tagged'/> |
5897 | <fieldValue name='url'/> |
5898 | <fieldValue name='radius' value='0.1500'/> |
5899 | <fieldValue name='displayMode'/> |
5900 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5901 | <fieldValue name='transparency' value='0'/> |
5902 | <fieldValue name='translation' value='-1.26547 -0.07238 1.67121'/> |
5903 | <fieldValue name='textTranslation' value='-1.11547 -0.07238 1.67121'/> |
5904 | <fieldValue name='textColor' value='0 0 0'/> |
5905 | </ProtoInstance> |
5906 | <ProtoInstance name='Vertex'> |
5907 | <fieldValue name='vertexText' value='"telecommunications"'/> |
5908 | <fieldValue name='description' value='178: telecommunications'/> |
5909 | <fieldValue name='url'/> |
5910 | <fieldValue name='radius' value='0.1500'/> |
5911 | <fieldValue name='displayMode'/> |
5912 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5913 | <fieldValue name='transparency' value='0'/> |
5914 | <fieldValue name='translation' value='0.35225 2.28321 -1.07152'/> |
5915 | <fieldValue name='textTranslation' value='0.50225 2.28321 -1.07152'/> |
5916 | <fieldValue name='textColor' value='0 0 0'/> |
5917 | </ProtoInstance> |
5918 | <ProtoInstance name='Vertex'> |
5919 | <fieldValue name='vertexText' value='"temporary"'/> |
5920 | <fieldValue name='description' value='179: temporary'/> |
5921 | <fieldValue name='url'/> |
5922 | <fieldValue name='radius' value='0.1500'/> |
5923 | <fieldValue name='displayMode'/> |
5924 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5925 | <fieldValue name='transparency' value='0'/> |
5926 | <fieldValue name='translation' value='-0.49310 2.05771 2.31689'/> |
5927 | <fieldValue name='textTranslation' value='-0.34310 2.05771 2.31689'/> |
5928 | <fieldValue name='textColor' value='0 0 0'/> |
5929 | </ProtoInstance> |
5930 | <ProtoInstance name='Vertex'> |
5931 | <fieldValue name='vertexText' value='"terms"'/> |
5932 | <fieldValue name='description' value='180: terms'/> |
5933 | <fieldValue name='url'/> |
5934 | <fieldValue name='radius' value='0.1500'/> |
5935 | <fieldValue name='displayMode'/> |
5936 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5937 | <fieldValue name='transparency' value='0'/> |
5938 | <fieldValue name='translation' value='1.95947 -1.94088 -0.53221'/> |
5939 | <fieldValue name='textTranslation' value='2.10947 -1.94088 -0.53221'/> |
5940 | <fieldValue name='textColor' value='0 0 0'/> |
5941 | </ProtoInstance> |
5942 | <ProtoInstance name='Vertex'> |
5943 | <fieldValue name='vertexText' value='"text"'/> |
5944 | <fieldValue name='description' value='181: text'/> |
5945 | <fieldValue name='url'/> |
5946 | <fieldValue name='radius' value='0.1500'/> |
5947 | <fieldValue name='displayMode'/> |
5948 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5949 | <fieldValue name='transparency' value='0'/> |
5950 | <fieldValue name='translation' value='1.34626 0.93786 2.00927'/> |
5951 | <fieldValue name='textTranslation' value='1.49626 0.93786 2.00927'/> |
5952 | <fieldValue name='textColor' value='0 0 0'/> |
5953 | </ProtoInstance> |
5954 | <ProtoInstance name='Vertex'> |
5955 | <fieldValue name='vertexText' value='"thankful"'/> |
5956 | <fieldValue name='description' value='182: thankful'/> |
5957 | <fieldValue name='url'/> |
5958 | <fieldValue name='radius' value='0.1500'/> |
5959 | <fieldValue name='displayMode'/> |
5960 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5961 | <fieldValue name='transparency' value='0'/> |
5962 | <fieldValue name='translation' value='-1.34331 2.30700 -0.06245'/> |
5963 | <fieldValue name='textTranslation' value='-1.19331 2.30700 -0.06245'/> |
5964 | <fieldValue name='textColor' value='0 0 0'/> |
5965 | </ProtoInstance> |
5966 | <ProtoInstance name='Vertex'> |
5967 | <fieldValue name='vertexText' value='"tilt"'/> |
5968 | <fieldValue name='description' value='183: tilt'/> |
5969 | <fieldValue name='url'/> |
5970 | <fieldValue name='radius' value='0.1500'/> |
5971 | <fieldValue name='displayMode'/> |
5972 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5973 | <fieldValue name='transparency' value='0'/> |
5974 | <fieldValue name='translation' value='-0.13624 -2.58398 1.10190'/> |
5975 | <fieldValue name='textTranslation' value='0.01376 -2.58398 1.10190'/> |
5976 | <fieldValue name='textColor' value='0 0 0'/> |
5977 | </ProtoInstance> |
5978 | <ProtoInstance name='Vertex'> |
5979 | <fieldValue name='vertexText' value='"tough"'/> |
5980 | <fieldValue name='description' value='184: tough'/> |
5981 | <fieldValue name='url'/> |
5982 | <fieldValue name='radius' value='0.1500'/> |
5983 | <fieldValue name='displayMode'/> |
5984 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5985 | <fieldValue name='transparency' value='0'/> |
5986 | <fieldValue name='translation' value='-2.42887 -0.24201 -0.97368'/> |
5987 | <fieldValue name='textTranslation' value='-2.27887 -0.24201 -0.97368'/> |
5988 | <fieldValue name='textColor' value='0 0 0'/> |
5989 | </ProtoInstance> |
5990 | <ProtoInstance name='Vertex'> |
5991 | <fieldValue name='vertexText' value='"troops"'/> |
5992 | <fieldValue name='description' value='185: troops'/> |
5993 | <fieldValue name='url'/> |
5994 | <fieldValue name='radius' value='0.1500'/> |
5995 | <fieldValue name='displayMode'/> |
5996 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5997 | <fieldValue name='transparency' value='0'/> |
5998 | <fieldValue name='translation' value='-2.29244 -0.76151 -1.01186'/> |
5999 | <fieldValue name='textTranslation' value='-2.14244 -0.76151 -1.01186'/> |
6000 | <fieldValue name='textColor' value='0 0 0'/> |
6001 | </ProtoInstance> |
6002 | <ProtoInstance name='Vertex'> |
6003 | <fieldValue name='vertexText' value='"truce"'/> |
6004 | <fieldValue name='description' value='186: truce'/> |
6005 | <fieldValue name='url'/> |
6006 | <fieldValue name='radius' value='0.1500'/> |
6007 | <fieldValue name='displayMode'/> |
6008 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
6009 | <fieldValue name='transparency' value='0'/> |
6010 | <fieldValue name='translation' value='-1.58431 1.74538 -0.20811'/> |
6011 | <fieldValue name='textTranslation' value='-1.43431 1.74538 -0.20811'/> |
6012 | <fieldValue name='textColor' value='0 0 0'/> |
6013 | </ProtoInstance> |
6014 | <ProtoInstance name='Vertex'> |
6015 | <fieldValue name='vertexText' value='"twitter"'/> |
6016 | <fieldValue name='description' value='187: twitter'/> |
6017 | <fieldValue name='url'/> |
6018 | <fieldValue name='radius' value='0.1500'/> |
6019 | <fieldValue name='displayMode'/> |
6020 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6021 | <fieldValue name='transparency' value='0'/> |
6022 | <fieldValue name='translation' value='2.27500 -1.66673 -0.00193'/> |
6023 | <fieldValue name='textTranslation' value='2.42500 -1.66673 -0.00193'/> |
6024 | <fieldValue name='textColor' value='0 0 0'/> |
6025 | </ProtoInstance> |
6026 | <ProtoInstance name='Vertex'> |
6027 | <fieldValue name='vertexText' value='"uniform"'/> |
6028 | <fieldValue name='description' value='188: uniform'/> |
6029 | <fieldValue name='url'/> |
6030 | <fieldValue name='radius' value='0.1500'/> |
6031 | <fieldValue name='displayMode'/> |
6032 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6033 | <fieldValue name='transparency' value='0'/> |
6034 | <fieldValue name='translation' value='-2.75416 0.07048 -0.74768'/> |
6035 | <fieldValue name='textTranslation' value='-2.60416 0.07048 -0.74768'/> |
6036 | <fieldValue name='textColor' value='0 0 0'/> |
6037 | </ProtoInstance> |
6038 | <ProtoInstance name='Vertex'> |
6039 | <fieldValue name='vertexText' value='"unit"'/> |
6040 | <fieldValue name='description' value='189: unit'/> |
6041 | <fieldValue name='url'/> |
6042 | <fieldValue name='radius' value='0.1500'/> |
6043 | <fieldValue name='displayMode'/> |
6044 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6045 | <fieldValue name='transparency' value='0'/> |
6046 | <fieldValue name='translation' value='-0.43647 -2.70651 0.45838'/> |
6047 | <fieldValue name='textTranslation' value='-0.28647 -2.70651 0.45838'/> |
6048 | <fieldValue name='textColor' value='0 0 0'/> |
6049 | </ProtoInstance> |
6050 | <ProtoInstance name='Vertex'> |
6051 | <fieldValue name='vertexText' value='"united"'/> |
6052 | <fieldValue name='description' value='190: united'/> |
6053 | <fieldValue name='url'/> |
6054 | <fieldValue name='radius' value='0.1500'/> |
6055 | <fieldValue name='displayMode'/> |
6056 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6057 | <fieldValue name='transparency' value='0'/> |
6058 | <fieldValue name='translation' value='1.12992 1.33502 0.58855'/> |
6059 | <fieldValue name='textTranslation' value='1.27992 1.33502 0.58855'/> |
6060 | <fieldValue name='textColor' value='0 0 0'/> |
6061 | </ProtoInstance> |
6062 | <ProtoInstance name='Vertex'> |
6063 | <fieldValue name='vertexText' value='"university"'/> |
6064 | <fieldValue name='description' value='191: university'/> |
6065 | <fieldValue name='url'/> |
6066 | <fieldValue name='radius' value='0.1500'/> |
6067 | <fieldValue name='displayMode'/> |
6068 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
6069 | <fieldValue name='transparency' value='0'/> |
6070 | <fieldValue name='translation' value='-0.53570 1.99890 0.39400'/> |
6071 | <fieldValue name='textTranslation' value='-0.38570 1.99890 0.39400'/> |
6072 | <fieldValue name='textColor' value='0 0 0'/> |
6073 | </ProtoInstance> |
6074 | <ProtoInstance name='Vertex'> |
6075 | <fieldValue name='vertexText' value='"village"'/> |
6076 | <fieldValue name='description' value='192: village'/> |
6077 | <fieldValue name='url'/> |
6078 | <fieldValue name='radius' value='0.1500'/> |
6079 | <fieldValue name='displayMode'/> |
6080 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
6081 | <fieldValue name='transparency' value='0'/> |
6082 | <fieldValue name='translation' value='-1.52245 2.17973 0.17291'/> |
6083 | <fieldValue name='textTranslation' value='-1.37245 2.17973 0.17291'/> |
6084 | <fieldValue name='textColor' value='0 0 0'/> |
6085 | </ProtoInstance> |
6086 | <ProtoInstance name='Vertex'> |
6087 | <fieldValue name='vertexText' value='"water"'/> |
6088 | <fieldValue name='description' value='193: water'/> |
6089 | <fieldValue name='url'/> |
6090 | <fieldValue name='radius' value='0.1500'/> |
6091 | <fieldValue name='displayMode'/> |
6092 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6093 | <fieldValue name='transparency' value='0'/> |
6094 | <fieldValue name='translation' value='-0.15205 2.22941 2.16123'/> |
6095 | <fieldValue name='textTranslation' value='-0.00205 2.22941 2.16123'/> |
6096 | <fieldValue name='textColor' value='0 0 0'/> |
6097 | </ProtoInstance> |
6098 | <ProtoInstance name='Vertex'> |
6099 | <fieldValue name='vertexText' value='"wear"'/> |
6100 | <fieldValue name='description' value='194: wear'/> |
6101 | <fieldValue name='url'/> |
6102 | <fieldValue name='radius' value='0.1500'/> |
6103 | <fieldValue name='displayMode'/> |
6104 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6105 | <fieldValue name='transparency' value='0'/> |
6106 | <fieldValue name='translation' value='-2.28179 0.07013 -1.19057'/> |
6107 | <fieldValue name='textTranslation' value='-2.13179 0.07013 -1.19057'/> |
6108 | <fieldValue name='textColor' value='0 0 0'/> |
6109 | </ProtoInstance> |
6110 | <ProtoInstance name='Vertex'> |
6111 | <fieldValue name='vertexText' value='"weeks"'/> |
6112 | <fieldValue name='description' value='195: weeks'/> |
6113 | <fieldValue name='url'/> |
6114 | <fieldValue name='radius' value='0.1500'/> |
6115 | <fieldValue name='displayMode'/> |
6116 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6117 | <fieldValue name='transparency' value='0'/> |
6118 | <fieldValue name='translation' value='-0.75821 1.55182 2.61614'/> |
6119 | <fieldValue name='textTranslation' value='-0.60821 1.55182 2.61614'/> |
6120 | <fieldValue name='textColor' value='0 0 0'/> |
6121 | </ProtoInstance> |
6122 | <ProtoInstance name='Vertex'> |
6123 | <fieldValue name='vertexText' value='"working"'/> |
6124 | <fieldValue name='description' value='196: working'/> |
6125 | <fieldValue name='url'/> |
6126 | <fieldValue name='radius' value='0.1500'/> |
6127 | <fieldValue name='displayMode'/> |
6128 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6129 | <fieldValue name='transparency' value='0'/> |
6130 | <fieldValue name='translation' value='0.27790 0.80342 1.74206'/> |
6131 | <fieldValue name='textTranslation' value='0.42790 0.80342 1.74206'/> |
6132 | <fieldValue name='textColor' value='0 0 0'/> |
6133 | </ProtoInstance> |
6134 | <ProtoInstance name='Vertex'> |
6135 | <fieldValue name='vertexText' value='"world"'/> |
6136 | <fieldValue name='description' value='197: world'/> |
6137 | <fieldValue name='url'/> |
6138 | <fieldValue name='radius' value='0.1500'/> |
6139 | <fieldValue name='displayMode'/> |
6140 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6141 | <fieldValue name='transparency' value='0'/> |
6142 | <fieldValue name='translation' value='0.55923 1.46136 -0.41549'/> |
6143 | <fieldValue name='textTranslation' value='0.70923 1.46136 -0.41549'/> |
6144 | <fieldValue name='textColor' value='0 0 0'/> |
6145 | </ProtoInstance> |
6146 | <ProtoInstance name='Vertex'> |
6147 | <fieldValue name='vertexText' value='"yearns"'/> |
6148 | <fieldValue name='description' value='198: yearns'/> |
6149 | <fieldValue name='url'/> |
6150 | <fieldValue name='radius' value='0.1500'/> |
6151 | <fieldValue name='displayMode'/> |
6152 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
6153 | <fieldValue name='transparency' value='0'/> |
6154 | <fieldValue name='translation' value='-1.52245 2.17973 0.17291'/> |
6155 | <fieldValue name='textTranslation' value='-1.37245 2.17973 0.17291'/> |
6156 | <fieldValue name='textColor' value='0 0 0'/> |
6157 | </ProtoInstance> |
6158 | <ProtoInstance name='Vertex'> |
6159 | <fieldValue name='vertexText' value='"yemen"'/> |
6160 | <fieldValue name='description' value='199: yemen'/> |
6161 | <fieldValue name='url'/> |
6162 | <fieldValue name='radius' value='0.1500'/> |
6163 | <fieldValue name='displayMode'/> |
6164 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
6165 | <fieldValue name='transparency' value='0'/> |
6166 | <fieldValue name='translation' value='-1.12810 2.04617 0.04584'/> |
6167 | <fieldValue name='textTranslation' value='-0.97810 2.04617 0.04584'/> |
6168 | <fieldValue name='textColor' value='0 0 0'/> |
6169 | </ProtoInstance> |
6170 | </Scene> |
6171 | </X3D> |
Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
line 53
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 64
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 75
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 86
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 97
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 108
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 119
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 130
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 141
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 152
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 163
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 174
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 185
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 196
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 207
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 218
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 229
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 240
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 251
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 262
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 273
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 284
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 295
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 306
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 317
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 328
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 339
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 350
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 361
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 372
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 383
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 394
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 405
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 416
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 427
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 438
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 449
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 460
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 471
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 482
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 493
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 504
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 515
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 526
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 537
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 548
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 559
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 570
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 581
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 592
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 603
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 614
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 625
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 636
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 647
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 658
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 669
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 680
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 691
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 702
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 713
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 724
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 735
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 746
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 757
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 768
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 779
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 790
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 801
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 812
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 823
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 834
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 845
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 856
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 867
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 878
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 889
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 900
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 911
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 922
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 933
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 944
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 955
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 966
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 977
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 988
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 999
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1010
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1021
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1032
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1043
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1054
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1065
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1076
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1087
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1098
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1109
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1120
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1131
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1142
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1153
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1164
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1175
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1186
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1197
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1208
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1219
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1230
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1241
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1252
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1263
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1274
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1285
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1296
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1307
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1318
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1329
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1340
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1351
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1362
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1373
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1384
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1395
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1406
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1417
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1428
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1439
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1450
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1461
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1472
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1483
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1494
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1505
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1516
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1527
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1538
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1549
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1560
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1571
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1582
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1593
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1604
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1615
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1626
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1637
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1648
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1659
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1670
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1681
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1692
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1703
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1714
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1725
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1736
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1747
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1758
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1769
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1780
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1791
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1802
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1813
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1824
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1835
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1846
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1857
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1868
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1879
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1890
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1901
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1912
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1923
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1934
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1945
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1956
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1967
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1978
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1989
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2000
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2011
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2022
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2033
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2044
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2055
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2066
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2077
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2088
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2099
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2110
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2121
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2132
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2143
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2154
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2165
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2176
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2187
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2198
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2209
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2220
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2231
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2242
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2253
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2264
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2275
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2286
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2297
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2308
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2319
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2330
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2341
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2352
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2363
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2374
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2385
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2396
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2407
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2418
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2429
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2440
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2451
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2462
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2473
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2484
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2495
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2506
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2517
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2528
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2539
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2550
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2561
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2572
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2583
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2594
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2605
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2616
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2627
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2638
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2649
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2660
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2671
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2682
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2693
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2704
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2715
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2726
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2737
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2748
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2759
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2770
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2781
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2792
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2803
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2814
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2825
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2836
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2847
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2858
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2869
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2880
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2891
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2902
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2913
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2924
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2935
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2946
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2957
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2968
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2979
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2990
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3001
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3012
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3023
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3034
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3045
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3056
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3067
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3078
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3089
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3100
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3111
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3122
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3133
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3144
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3155
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3166
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3177
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3188
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3199
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3210
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3221
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3232
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3243
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3254
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3265
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3276
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3287
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3298
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3309
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3320
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3331
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3342
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3353
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3364
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3375
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3386
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3397
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3408
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3419
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3430
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3441
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3452
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3463
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3474
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3485
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3496
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3507
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3518
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3529
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3540
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3551
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3562
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3573
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3584
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3595
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3606
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3617
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3628
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3639
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3650
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3661
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3672
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3683
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3694
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3705
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3716
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3727
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3738
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3749
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3760
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3771
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3782
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3794
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3806
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3818
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3830
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3842
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3854
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3866
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3878
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3890
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3902
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3914
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3926
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3938
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3950
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3962
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3974
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3986
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3998
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4010
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4022
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4034
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4046
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4058
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4070
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4082
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4094
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4106
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4118
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4130
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4142
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4154
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4166
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4178
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4190
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4202
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4214
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4226
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4238
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4250
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4262
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4274
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4286
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4298
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4310
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4322
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4334
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4346
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4358
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4370
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4382
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4394
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4406
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4418
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4430
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4442
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4454
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4466
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4478
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4490
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4502
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4514
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4526
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4538
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4550
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4562
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4574
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4586
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4598
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4610
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4622
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4634
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4646
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4658
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4670
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4682
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4694
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4706
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4718
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4730
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4742
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4754
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4766
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4778
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4790
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4802
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4814
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4826
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4838
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4850
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4862
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4874
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4886
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4898
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4910
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4922
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4934
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4946
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4958
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4970
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4982
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4994
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5006
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5018
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5030
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5042
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5054
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5066
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5078
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5090
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5102
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5114
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5126
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5138
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5150
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5162
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5174
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5186
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5198
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5210
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5222
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5234
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5246
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5258
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5270
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5282
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5294
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5306
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5318
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5330
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5342
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5354
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5366
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5378
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5390
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5402
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5414
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5426
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5438
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5450
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5462
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5474
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5486
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5498
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5510
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5522
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5534
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5546
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5558
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5570
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5582
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5594
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5606
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5618
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5630
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5642
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5654
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5666
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5678
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5690
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5702
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5714
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5726
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5738
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5750
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5762
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5774
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5786
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5798
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5810
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5822
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5834
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5846
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5858
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5870
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5882
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5894
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5906
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5918
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5930
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5942
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5954
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5966
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5978
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5990
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6002
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6014
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6026
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6038
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6050
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6062
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6074
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6086
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6098
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6110
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6122
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6134
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6146
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6158
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
<!--
Color-coding legend: X3D terminology
<X3dNode field='value'/>
matches XML terminology
<XmlElement attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
<ProtoInstance name='ProtoName'>
<field
name='fieldName'/> </ProtoInstance>
-->
<!--
For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints.
-->