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='1.00006'/> |
55 | <fieldValue name='cylinderTranslation' value='-1.13615 0.42421 -1.37811'/> |
56 | <fieldValue name='coneTranslation' value='-1.27724 0.14579 -1.24324'/> |
57 | <fieldValue name='rotation' value='39.66717 -0.00000 41.49815 2.53017'/> |
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='1.22533'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.44161 1.06992 -1.28953'/> |
67 | <fieldValue name='coneTranslation' value='-0.08176 1.24449 -1.07754'/> |
68 | <fieldValue name='rotation' value='57.38325 0 -97.40856 1.17489'/> |
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.54238'/> |
77 | <fieldValue name='cylinderTranslation' value='-1.09776 0.95487 -1.75039'/> |
78 | <fieldValue name='coneTranslation' value='-1.16709 1.00457 -1.82171'/> |
79 | <fieldValue name='rotation' value='-34.78875 0 33.81990 1.10742'/> |
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.51201'/> |
88 | <fieldValue name='cylinderTranslation' value='-1.08758 0.95216 -1.73843'/> |
89 | <fieldValue name='coneTranslation' value='-1.14718 0.99660 -1.79917'/> |
90 | <fieldValue name='rotation' value='-32.39598 0 31.78534 1.08954'/> |
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.53003'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.84879 1.08569 -1.59470'/> |
100 | <fieldValue name='coneTranslation' value='-0.81715 1.18556 -1.60193'/> |
101 | <fieldValue name='rotation' value='-3.65039 0 -15.97220 0.31427'/> |
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.86995'/> |
110 | <fieldValue name='cylinderTranslation' value='-1.17834 0.99323 -1.89487'/> |
111 | <fieldValue name='coneTranslation' value='-1.33619 1.09411 -2.09617'/> |
112 | <fieldValue name='rotation' value='-63.68482 0 49.93782 1.19516'/> |
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.51194'/> |
121 | <fieldValue name='cylinderTranslation' value='-1.08750 0.95253 -1.73818'/> |
122 | <fieldValue name='coneTranslation' value='-1.14705 0.99710 -1.79882'/> |
123 | <fieldValue name='rotation' value='-32.34651 0 31.76842 1.08782'/> |
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.92151'/> |
132 | <fieldValue name='cylinderTranslation' value='-1.22707 1.07164 -1.83453'/> |
133 | <fieldValue name='coneTranslation' value='-1.42185 1.22699 -2.00300'/> |
134 | <fieldValue name='rotation' value='-51.61714 0 59.68210 1.02802'/> |
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.84387'/> |
143 | <fieldValue name='cylinderTranslation' value='-1.34299 0.89686 -1.52785'/> |
144 | <fieldValue name='coneTranslation' value='-1.60020 0.93609 -1.49769'/> |
145 | <fieldValue name='rotation' value='9.71862 -0.00000 82.86644 1.42044'/> |
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='0.94061'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.64765 0.69567 -1.22547'/> |
155 | <fieldValue name='coneTranslation' value='-0.46224 0.60463 -0.99390'/> |
156 | <fieldValue name='rotation' value='70.19459 0 -56.20141 1.86857'/> |
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.44569'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.94178 0.87664 -1.79471'/> |
166 | <fieldValue name='coneTranslation' value='-0.94548 0.88876 -1.85627'/> |
167 | <fieldValue name='rotation' value='-43.65334 0 2.62461 1.37668'/> |
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.95739'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.56236 1.02143 -1.33208'/> |
177 | <fieldValue name='coneTranslation' value='-0.31849 1.14645 -1.16940'/> |
178 | <fieldValue name='rotation' value='48.87264 0 -73.26006 1.16770'/> |
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.51194'/> |
187 | <fieldValue name='cylinderTranslation' value='-1.08750 0.95253 -1.73818'/> |
188 | <fieldValue name='coneTranslation' value='-1.14705 0.99710 -1.79882'/> |
189 | <fieldValue name='rotation' value='-32.34651 0 31.76842 1.08782'/> |
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.89639'/> |
198 | <fieldValue name='cylinderTranslation' value='-1.23312 0.70196 -1.27506'/> |
199 | <fieldValue name='coneTranslation' value='-1.42890 0.61728 -1.08127'/> |
200 | <fieldValue name='rotation' value='60.27720 -0.00000 60.89359 1.86902'/> |
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.74424'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.86868 0.86431 -1.94242'/> |
210 | <fieldValue name='coneTranslation' value='-0.83450 0.88178 -2.15103'/> |
211 | <fieldValue name='rotation' value='-73.19454 0 -11.99453 1.48832'/> |
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='0.45289'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.92499 0.86950 -1.80001'/> |
221 | <fieldValue name='coneTranslation' value='-0.92392 0.88002 -1.86560'/> |
222 | <fieldValue name='rotation' value='-44.71197 0 -0.73232 1.41182'/> |
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.53304'/> |
231 | <fieldValue name='cylinderTranslation' value='-1.06673 0.93278 -1.78172'/> |
232 | <fieldValue name='coneTranslation' value='-1.12192 0.97240 -1.86377'/> |
233 | <fieldValue name='rotation' value='-41.05569 0 27.61590 1.18969'/> |
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.51355'/> |
242 | <fieldValue name='cylinderTranslation' value='-1.08822 0.95163 -1.73940'/> |
243 | <fieldValue name='coneTranslation' value='-1.14836 0.99609 -1.80081'/> |
244 | <fieldValue name='rotation' value='-32.59010 0 31.91332 1.09341'/> |
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.84009'/> |
253 | <fieldValue name='cylinderTranslation' value='-1.03508 1.20252 -1.74688'/> |
254 | <fieldValue name='coneTranslation' value='-1.10097 1.43088 -1.85239'/> |
255 | <fieldValue name='rotation' value='-34.08639 0 21.28581 0.49879'/> |
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.92168'/> |
264 | <fieldValue name='cylinderTranslation' value='-1.22689 1.07324 -1.83339'/> |
265 | <fieldValue name='coneTranslation' value='-1.42159 1.22965 -2.00113'/> |
266 | <fieldValue name='rotation' value='-51.38948 0 59.64789 1.02406'/> |
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.67362'/> |
275 | <fieldValue name='cylinderTranslation' value='-0.63303 0.72044 -1.69146'/> |
276 | <fieldValue name='coneTranslation' value='-0.47784 0.66101 -1.75184'/> |
277 | <fieldValue name='rotation' value='-23.00285 0 -59.12522 1.91360'/> |
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.87540'/> |
286 | <fieldValue name='cylinderTranslation' value='-1.20668 1.02326 -1.85632'/> |
287 | <fieldValue name='coneTranslation' value='-1.38308 1.14356 -2.03389'/> |
288 | <fieldValue name='rotation' value='-55.97523 0 55.60550 1.12276'/> |
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.92151'/> |
297 | <fieldValue name='cylinderTranslation' value='-1.22707 1.07164 -1.83453'/> |
298 | <fieldValue name='coneTranslation' value='-1.42185 1.22699 -2.00300'/> |
299 | <fieldValue name='rotation' value='-51.61714 0 59.68210 1.02802'/> |
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.93431'/> |
308 | <fieldValue name='cylinderTranslation' value='-0.58926 1.90217 -0.04378'/> |
309 | <fieldValue name='coneTranslation' value='-0.69046 2.17909 0.04234'/> |
310 | <fieldValue name='rotation' value='26.19528 -0.00000 30.78406 0.44741'/> |
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.23846'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.46221 1.59703 -0.18023'/> |
320 | <fieldValue name='coneTranslation' value='-0.45302 1.55736 -0.17836'/> |
321 | <fieldValue name='rotation' value='-1.09528 0 5.37345 0.23205'/> |
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.56877'/> |
330 | <fieldValue name='cylinderTranslation' value='-0.54507 1.72824 -0.08698'/> |
331 | <fieldValue name='coneTranslation' value='-0.59307 1.83638 -0.04859'/> |
332 | <fieldValue name='rotation' value='17.55462 -0.00000 21.94689 0.51682'/> |
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='1.32735'/> |
341 | <fieldValue name='cylinderTranslation' value='-0.71910 0.88173 -0.14604'/> |
342 | <fieldValue name='coneTranslation' value='-0.93445 0.42693 -0.12424'/> |
343 | <fieldValue name='rotation' value='5.74376 -0.00000 56.75165 2.69739'/> |
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='0.89110'/> |
352 | <fieldValue name='cylinderTranslation' value='-0.59331 1.87920 -0.05233'/> |
353 | <fieldValue name='coneTranslation' value='-0.69456 2.13441 0.02614'/> |
354 | <fieldValue name='rotation' value='24.48563 -0.00000 31.59475 0.46517'/> |
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='1.16055'/> |
363 | <fieldValue name='cylinderTranslation' value='-0.40099 1.01934 -0.52463'/> |
364 | <fieldValue name='coneTranslation' value='-0.37611 0.68498 -0.77803'/> |
365 | <fieldValue name='rotation' value='-69.97464 0 -6.86986 2.49077'/> |
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.37932'/> |
374 | <fieldValue name='cylinderTranslation' value='-0.34675 1.56757 -0.31837'/> |
375 | <fieldValue name='coneTranslation' value='-0.33290 1.58111 -0.34083'/> |
376 | <fieldValue name='rotation' value='-28.72416 0 -17.71726 1.09675'/> |
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.93431'/> |
385 | <fieldValue name='cylinderTranslation' value='-0.58926 1.90217 -0.04378'/> |
386 | <fieldValue name='coneTranslation' value='-0.69046 2.17909 0.04234'/> |
387 | <fieldValue name='rotation' value='26.19528 -0.00000 30.78406 0.44741'/> |
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='0.54938'/> |
396 | <fieldValue name='cylinderTranslation' value='-0.53774 1.72441 -0.09914'/> |
397 | <fieldValue name='coneTranslation' value='-0.58050 1.82604 -0.06758'/> |
398 | <fieldValue name='rotation' value='15.12188 -0.00000 20.48013 0.48182'/> |
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.93431'/> |
407 | <fieldValue name='cylinderTranslation' value='-0.58926 1.90217 -0.04378'/> |
408 | <fieldValue name='coneTranslation' value='-0.69046 2.17909 0.04234'/> |
409 | <fieldValue name='rotation' value='26.19521 -0.00000 30.78414 0.44741'/> |
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='1.52125'/> |
418 | <fieldValue name='cylinderTranslation' value='0.21949 1.19205 0.08266'/> |
419 | <fieldValue name='coneTranslation' value='0.73658 0.96389 0.28592'/> |
420 | <fieldValue name='rotation' value='51.48226 0 -130.96626 1.96046'/> |
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.94269'/> |
429 | <fieldValue name='cylinderTranslation' value='-0.08620 1.55943 0.13203'/> |
430 | <fieldValue name='coneTranslation' value='0.14442 1.61124 0.33467'/> |
431 | <fieldValue name='rotation' value='61.35642 0 -69.82782 1.40361'/> |
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.89460'/> |
440 | <fieldValue name='cylinderTranslation' value='-0.59559 1.87763 -0.04407'/> |
441 | <fieldValue name='coneTranslation' value='-0.69852 2.13239 0.03986'/> |
442 | <fieldValue name='rotation' value='26.13589 -0.00000 32.05040 0.48057'/> |
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.54538'/> |
451 | <fieldValue name='cylinderTranslation' value='-0.54343 1.71612 -0.08878'/> |
452 | <fieldValue name='coneTranslation' value='-0.58810 1.81329 -0.05325'/> |
453 | <fieldValue name='rotation' value='17.19497 -0.00000 21.61838 0.53110'/> |
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.86594'/> |
462 | <fieldValue name='cylinderTranslation' value='1.31284 -0.92336 -1.48890'/> |
463 | <fieldValue name='coneTranslation' value='1.24749 -0.66866 -1.41562'/> |
464 | <fieldValue name='rotation' value='23.24680 -0.00000 20.73089 0.36795'/> |
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.87834'/> |
473 | <fieldValue name='cylinderTranslation' value='1.68061 -1.65686 -1.72568'/> |
474 | <fieldValue name='coneTranslation' value='1.84850 -1.86633 -1.80231'/> |
475 | <fieldValue name='rotation' value='-24.10949 0 -52.82357 2.41933'/> |
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.63064'/> |
484 | <fieldValue name='cylinderTranslation' value='1.44427 -1.08246 -1.80182'/> |
485 | <fieldValue name='coneTranslation' value='1.45795 -0.96183 -1.89870'/> |
486 | <fieldValue name='rotation' value='-39.33610 0 -5.55452 0.68147'/> |
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.55433'/> |
495 | <fieldValue name='cylinderTranslation' value='1.53921 -1.55493 -1.70498'/> |
496 | <fieldValue name='coneTranslation' value='1.59109 -1.65113 -1.74719'/> |
497 | <fieldValue name='rotation' value='-19.96928 0 -24.54388 2.53411'/> |
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.86969'/> |
506 | <fieldValue name='cylinderTranslation' value='1.65192 -1.66674 -1.74108'/> |
507 | <fieldValue name='coneTranslation' value='1.80073 -1.88125 -1.82700'/> |
508 | <fieldValue name='rotation' value='-27.18798 0 -47.08616 2.46622'/> |
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='1.76324'/> |
517 | <fieldValue name='cylinderTranslation' value='1.18568 -0.51938 -1.33836'/> |
518 | <fieldValue name='coneTranslation' value='0.99675 0.14195 -1.11999'/> |
519 | <fieldValue name='rotation' value='53.35589 -0.00000 46.16271 0.41167'/> |
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.91127'/> |
528 | <fieldValue name='cylinderTranslation' value='1.49223 -1.71495 -1.83237'/> |
529 | <fieldValue name='coneTranslation' value='1.54137 -1.96644 -1.97981'/> |
530 | <fieldValue name='rotation' value='-45.44682 0 -15.14752 2.58807'/> |
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.49863'/> |
539 | <fieldValue name='cylinderTranslation' value='1.52723 -1.53100 -1.69691'/> |
540 | <fieldValue name='coneTranslation' value='1.56690 -1.60396 -1.72979'/> |
541 | <fieldValue name='rotation' value='-18.35502 0 -22.14734 2.52670'/> |
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.53202'/> |
550 | <fieldValue name='cylinderTranslation' value='1.55080 -1.53944 -1.69312'/> |
551 | <fieldValue name='coneTranslation' value='1.60433 -1.62396 -1.72819'/> |
552 | <fieldValue name='rotation' value='-17.59751 0 -26.86176 2.49359'/> |
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.91123'/> |
561 | <fieldValue name='cylinderTranslation' value='1.49210 -1.71475 -1.83271'/> |
562 | <fieldValue name='coneTranslation' value='1.54115 -1.96611 -1.98036'/> |
563 | <fieldValue name='rotation' value='-45.51407 0 -15.12070 2.58733'/> |
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.87120'/> |
572 | <fieldValue name='cylinderTranslation' value='1.61073 -1.68467 -1.76115'/> |
573 | <fieldValue name='coneTranslation' value='1.73363 -1.91073 -1.85986'/> |
574 | <fieldValue name='rotation' value='-31.20328 0 -38.84842 2.53271'/> |
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='0.87120'/> |
583 | <fieldValue name='cylinderTranslation' value='1.61073 -1.68467 -1.76115'/> |
584 | <fieldValue name='coneTranslation' value='1.73363 -1.91074 -1.85986'/> |
585 | <fieldValue name='rotation' value='-31.20335 0 -38.84828 2.53271'/> |
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.56730'/> |
594 | <fieldValue name='cylinderTranslation' value='1.49407 -1.08710 -1.73444'/> |
595 | <fieldValue name='coneTranslation' value='1.52789 -0.98237 -1.79080'/> |
596 | <fieldValue name='rotation' value='-25.86023 0 -15.51594 0.56049'/> |
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.66836'/> |
605 | <fieldValue name='cylinderTranslation' value='0.84998 -1.33222 -0.99285'/> |
606 | <fieldValue name='coneTranslation' value='0.39212 -1.33615 -0.49800'/> |
607 | <fieldValue name='rotation' value='122.45702 -0.00000 113.30291 1.57663'/> |
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.55823'/> |
616 | <fieldValue name='cylinderTranslation' value='1.57529 -1.54191 -1.68669'/> |
617 | <fieldValue name='coneTranslation' value='1.64306 -1.63348 -1.72149'/> |
618 | <fieldValue name='rotation' value='-16.31007 0 -31.75989 2.44764'/> |
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.87834'/> |
627 | <fieldValue name='cylinderTranslation' value='1.68061 -1.65686 -1.72568'/> |
628 | <fieldValue name='coneTranslation' value='1.84850 -1.86633 -1.80231'/> |
629 | <fieldValue name='rotation' value='-24.10949 0 -52.82357 2.41933'/> |
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.70547'/> |
638 | <fieldValue name='cylinderTranslation' value='1.59300 -1.39085 -1.90385'/> |
639 | <fieldValue name='coneTranslation' value='1.68945 -1.42555 -2.06707'/> |
640 | <fieldValue name='rotation' value='-59.74364 0 -35.30244 1.75181'/> |
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.70547'/> |
649 | <fieldValue name='cylinderTranslation' value='1.59300 -1.39085 -1.90385'/> |
650 | <fieldValue name='coneTranslation' value='1.68945 -1.42555 -2.06707'/> |
651 | <fieldValue name='rotation' value='-59.74364 0 -35.30244 1.75181'/> |
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.91123'/> |
660 | <fieldValue name='cylinderTranslation' value='1.49210 -1.71475 -1.83271'/> |
661 | <fieldValue name='coneTranslation' value='1.54115 -1.96611 -1.98036'/> |
662 | <fieldValue name='rotation' value='-45.51407 0 -15.12070 2.58733'/> |
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='1.47676'/> |
671 | <fieldValue name='cylinderTranslation' value='1.27441 0.07674 -0.94185'/> |
672 | <fieldValue name='coneTranslation' value='1.22332 -0.39020 -1.27931'/> |
673 | <fieldValue name='rotation' value='-86.16383 0 13.04618 2.51039'/> |
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='0.63110'/> |
682 | <fieldValue name='cylinderTranslation' value='1.10896 0.88586 -0.54236'/> |
683 | <fieldValue name='coneTranslation' value='0.99524 0.99087 -0.55780'/> |
684 | <fieldValue name='rotation' value='-6.26538 0 46.13757 0.82976'/> |
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.99735'/> |
693 | <fieldValue name='cylinderTranslation' value='1.75986 0.93896 -0.47529'/> |
694 | <fieldValue name='coneTranslation' value='2.04525 1.11969 -0.45102'/> |
695 | <fieldValue name='rotation' value='7.14713 0 -84.04344 1.00790'/> |
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.81757'/> |
704 | <fieldValue name='cylinderTranslation' value='1.48031 1.05665 -0.50800'/> |
705 | <fieldValue name='coneTranslation' value='1.56592 1.29023 -0.50615'/> |
706 | <fieldValue name='rotation' value='0.60681 0 -28.13358 0.35138'/> |
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.78098'/> |
715 | <fieldValue name='cylinderTranslation' value='1.14726 0.48072 -0.79130'/> |
716 | <fieldValue name='coneTranslation' value='1.03370 0.36731 -0.95674'/> |
717 | <fieldValue name='rotation' value='-56.05475 0 38.47800 2.08521'/> |
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.99735'/> |
726 | <fieldValue name='cylinderTranslation' value='1.75986 0.93896 -0.47529'/> |
727 | <fieldValue name='coneTranslation' value='2.04525 1.11969 -0.45102'/> |
728 | <fieldValue name='rotation' value='7.14713 0 -84.04344 1.00790'/> |
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.60100'/> |
737 | <fieldValue name='cylinderTranslation' value='1.10820 0.86185 -0.54282'/> |
738 | <fieldValue name='coneTranslation' value='0.99999 0.95022 -0.55768'/> |
739 | <fieldValue name='rotation' value='-6.35760 0 46.28856 0.89056'/> |
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.85228'/> |
748 | <fieldValue name='cylinderTranslation' value='1.05710 0.98435 -0.57981'/> |
749 | <fieldValue name='coneTranslation' value='0.88065 1.17890 -0.62277'/> |
750 | <fieldValue name='rotation' value='-13.75671 0 56.50816 0.75102'/> |
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.71911'/> |
759 | <fieldValue name='cylinderTranslation' value='1.63281 0.68889 -0.30348'/> |
760 | <fieldValue name='coneTranslation' value='1.79552 0.69779 -0.18829'/> |
761 | <fieldValue name='rotation' value='41.50967 0 -58.63318 1.52617'/> |
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.57877'/> |
770 | <fieldValue name='cylinderTranslation' value='1.10036 0.82097 -0.57845'/> |
771 | <fieldValue name='coneTranslation' value='0.99338 0.88719 -0.60860'/> |
772 | <fieldValue name='rotation' value='-13.48485 0 47.85654 1.03345'/> |
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='1.06271'/> |
781 | <fieldValue name='cylinderTranslation' value='1.47615 0.50523 -0.99642'/> |
782 | <fieldValue name='coneTranslation' value='1.57155 0.38808 -1.33566'/> |
783 | <fieldValue name='rotation' value='-97.07878 0 -27.30032 1.89174'/> |
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.99735'/> |
792 | <fieldValue name='cylinderTranslation' value='1.75986 0.93896 -0.47529'/> |
793 | <fieldValue name='coneTranslation' value='2.04525 1.11969 -0.45102'/> |
794 | <fieldValue name='rotation' value='7.14713 0 -84.04344 1.00790'/> |
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.62571'/> |
803 | <fieldValue name='cylinderTranslation' value='1.61205 0.82346 -0.47959'/> |
804 | <fieldValue name='coneTranslation' value='1.74515 0.89704 -0.46422'/> |
805 | <fieldValue name='rotation' value='6.28879 0 -54.48151 1.06854'/> |
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.95828'/> |
814 | <fieldValue name='cylinderTranslation' value='1.75001 0.91741 -0.47410'/> |
815 | <fieldValue name='coneTranslation' value='2.02334 1.08031 -0.44951'/> |
816 | <fieldValue name='rotation' value='7.38531 0 -82.07333 1.03512'/> |
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.58386'/> |
825 | <fieldValue name='cylinderTranslation' value='1.25587 0.46518 -0.32373'/> |
826 | <fieldValue name='coneTranslation' value='1.21801 0.37133 -0.23909'/> |
827 | <fieldValue name='rotation' value='37.45915 -0.00000 16.75463 2.36222'/> |
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.93190'/> |
836 | <fieldValue name='cylinderTranslation' value='1.60147 0.36253 -0.73965'/> |
837 | <fieldValue name='coneTranslation' value='1.77339 0.15878 -0.88976'/> |
838 | <fieldValue name='rotation' value='-45.72370 0 -52.36478 2.29959'/> |
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.64501'/> |
847 | <fieldValue name='cylinderTranslation' value='1.13118 0.91306 -0.56441'/> |
848 | <fieldValue name='coneTranslation' value='1.02613 1.03410 -0.59130'/> |
849 | <fieldValue name='rotation' value='-10.67559 0 41.69398 0.73052'/> |
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.95828'/> |
858 | <fieldValue name='cylinderTranslation' value='1.75001 0.91741 -0.47410'/> |
859 | <fieldValue name='coneTranslation' value='2.02334 1.08031 -0.44951'/> |
860 | <fieldValue name='rotation' value='7.38531 0 -82.07333 1.03512'/> |
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.42669'/> |
869 | <fieldValue name='cylinderTranslation' value='1.52997 0.62941 -0.59709'/> |
870 | <fieldValue name='coneTranslation' value='1.57755 0.61855 -0.61861'/> |
871 | <fieldValue name='rotation' value='-17.21208 0 -38.06421 1.77582'/> |
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='0.44349'/> |
880 | <fieldValue name='cylinderTranslation' value='-0.16619 -0.68459 -0.52779'/> |
881 | <fieldValue name='coneTranslation' value='-0.15436 -0.74516 -0.52603'/> |
882 | <fieldValue name='rotation' value='1.26535 0 -8.49446 2.94671'/> |
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.40682'/> |
891 | <fieldValue name='cylinderTranslation' value='-0.08703 -0.61493 -0.60277'/> |
892 | <fieldValue name='coneTranslation' value='-0.06108 -0.64649 -0.61742'/> |
893 | <fieldValue name='rotation' value='-13.72975 0 -24.32465 2.38481'/> |
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.10931'/> |
902 | <fieldValue name='cylinderTranslation' value='-0.52173 -0.29436 -0.11008'/> |
903 | <fieldValue name='coneTranslation' value='-0.74449 -0.17148 0.19163'/> |
904 | <fieldValue name='rotation' value='84.80761 -0.00000 62.61442 1.25419'/> |
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.77642'/> |
913 | <fieldValue name='cylinderTranslation' value='0.01158 -0.75432 -0.67437'/> |
914 | <fieldValue name='coneTranslation' value='0.14105 -0.92320 -0.75682'/> |
915 | <fieldValue name='rotation' value='-28.05061 0 -44.04783 2.40389'/> |
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='1.09127'/> |
924 | <fieldValue name='cylinderTranslation' value='-0.28765 0.04532 -0.70431'/> |
925 | <fieldValue name='coneTranslation' value='-0.34348 0.40744 -0.82459'/> |
926 | <fieldValue name='rotation' value='-34.03797 0 15.79839 0.35104'/> |
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.97052'/> |
935 | <fieldValue name='cylinderTranslation' value='-0.42671 -0.76660 -0.84747'/> |
936 | <fieldValue name='coneTranslation' value='-0.57287 -0.96739 -1.05751'/> |
937 | <fieldValue name='rotation' value='-62.67056 0 43.61092 2.23613'/> |
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.90227'/> |
946 | <fieldValue name='cylinderTranslation' value='0.16926 -0.52239 -0.77420'/> |
947 | <fieldValue name='coneTranslation' value='0.41314 -0.55811 -0.92913'/> |
948 | <fieldValue name='rotation' value='-48.01603 0 -75.58324 1.69379'/> |
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.12077'/> |
957 | <fieldValue name='cylinderTranslation' value='-0.24397 -0.50314 -0.56723'/> |
958 | <fieldValue name='coneTranslation' value='-0.18572 -0.44359 -0.51261'/> |
959 | <fieldValue name='rotation' value='-6.62178 0 7.06249 2.21158'/> |
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='1.06069'/> |
968 | <fieldValue name='cylinderTranslation' value='-0.58350 -0.00371 0.76584'/> |
969 | <fieldValue name='coneTranslation' value='-0.75899 -0.08608 0.45029'/> |
970 | <fieldValue name='rotation' value='-90.37751 0 50.25936 1.79508'/> |
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.89901'/> |
979 | <fieldValue name='cylinderTranslation' value='-0.41505 0.31988 1.60876'/> |
980 | <fieldValue name='coneTranslation' value='-0.46841 0.45232 1.86060'/> |
981 | <fieldValue name='rotation' value='78.20560 -0.00000 16.56928 1.09564'/> |
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.82686'/> |
990 | <fieldValue name='cylinderTranslation' value='-0.39680 0.28668 1.58789'/> |
991 | <fieldValue name='coneTranslation' value='-0.43640 0.39238 1.81479'/> |
992 | <fieldValue name='rotation' value='74.03134 -0.00000 12.91875 1.14055'/> |
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.62216'/> |
1001 | <fieldValue name='cylinderTranslation' value='-0.63382 0.18514 1.18992'/> |
1002 | <fieldValue name='coneTranslation' value='-0.78030 0.21957 1.17641'/> |
1003 | <fieldValue name='rotation' value='-5.56284 0 60.32219 1.34086'/> |
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.61667'/> |
1012 | <fieldValue name='cylinderTranslation' value='0.44089 0.06035 0.98788'/> |
1013 | <fieldValue name='coneTranslation' value='1.06096 0.01713 0.80353'/> |
1014 | <fieldValue name='rotation' value='-45.96959 0 -154.61885 1.63751'/> |
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.43367'/> |
1023 | <fieldValue name='cylinderTranslation' value='-0.35672 0.20002 1.41536'/> |
1024 | <fieldValue name='coneTranslation' value='-0.36315 0.22250 1.46717'/> |
1025 | <fieldValue name='rotation' value='39.52666 -0.00000 4.90292 1.16408'/> |
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.82686'/> |
1034 | <fieldValue name='cylinderTranslation' value='-0.39680 0.28668 1.58789'/> |
1035 | <fieldValue name='coneTranslation' value='-0.43640 0.39238 1.81479'/> |
1036 | <fieldValue name='rotation' value='74.03134 -0.00000 12.91875 1.14055'/> |
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.89904'/> |
1045 | <fieldValue name='cylinderTranslation' value='-0.41497 0.32011 1.60868'/> |
1046 | <fieldValue name='coneTranslation' value='-0.46828 0.45270 1.86047'/> |
1047 | <fieldValue name='rotation' value='78.18894 -0.00000 16.55291 1.09508'/> |
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.89901'/> |
1056 | <fieldValue name='cylinderTranslation' value='-0.41505 0.31988 1.60876'/> |
1057 | <fieldValue name='coneTranslation' value='-0.46841 0.45232 1.86060'/> |
1058 | <fieldValue name='rotation' value='78.20560 -0.00000 16.56928 1.09564'/> |
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.89904'/> |
1067 | <fieldValue name='cylinderTranslation' value='-0.41497 0.32011 1.60868'/> |
1068 | <fieldValue name='coneTranslation' value='-0.46828 0.45270 1.86047'/> |
1069 | <fieldValue name='rotation' value='78.18894 -0.00000 16.55291 1.09508'/> |
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='1.31112'/> |
1078 | <fieldValue name='cylinderTranslation' value='-0.03572 -0.42750 0.99779'/> |
1079 | <fieldValue name='coneTranslation' value='0.18840 -0.83702 0.83152'/> |
1080 | <fieldValue name='rotation' value='-43.98903 0 -59.29696 2.54343'/> |
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.82686'/> |
1089 | <fieldValue name='cylinderTranslation' value='-0.39680 0.28668 1.58789'/> |
1090 | <fieldValue name='coneTranslation' value='-0.43640 0.39238 1.81479'/> |
1091 | <fieldValue name='rotation' value='74.03134 -0.00000 12.91875 1.14055'/> |
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.39767'/> |
1100 | <fieldValue name='cylinderTranslation' value='0.20029 1.29818 -0.87816'/> |
1101 | <fieldValue name='coneTranslation' value='0.17005 1.29975 -0.90247'/> |
1102 | <fieldValue name='rotation' value='-24.89075 0 30.97243 1.53048'/> |
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.76231'/> |
1111 | <fieldValue name='cylinderTranslation' value='0.42098 1.66224 -0.80378'/> |
1112 | <fieldValue name='coneTranslation' value='0.45918 1.87812 -0.83284'/> |
1113 | <fieldValue name='rotation' value='-10.01501 0 -13.16606 0.21874'/> |
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.58537'/> |
1122 | <fieldValue name='cylinderTranslation' value='0.61671 1.19452 -0.66369'/> |
1123 | <fieldValue name='coneTranslation' value='0.73528 1.15116 -0.62289'/> |
1124 | <fieldValue name='rotation' value='18.00234 0 -52.31155 1.90371'/> |
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.17959'/> |
1133 | <fieldValue name='cylinderTranslation' value='0.37593 1.37692 -0.76404'/> |
1134 | <fieldValue name='coneTranslation' value='0.35969 1.30910 -0.75596'/> |
1135 | <fieldValue name='rotation' value='-2.06648 0 -4.15501 0.26136'/> |
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.76231'/> |
1144 | <fieldValue name='cylinderTranslation' value='0.42098 1.66224 -0.80378'/> |
1145 | <fieldValue name='coneTranslation' value='0.45918 1.87812 -0.83284'/> |
1146 | <fieldValue name='rotation' value='-10.01501 0 -13.16606 0.21874'/> |
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.37299'/> |
1155 | <fieldValue name='cylinderTranslation' value='0.38135 1.47343 -0.77632'/> |
1156 | <fieldValue name='coneTranslation' value='0.38508 1.49946 -0.77953'/> |
1157 | <fieldValue name='rotation' value='-4.52252 0 -5.23976 0.18665'/> |
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.76231'/> |
1166 | <fieldValue name='cylinderTranslation' value='0.42098 1.66224 -0.80378'/> |
1167 | <fieldValue name='coneTranslation' value='0.45918 1.87812 -0.83284'/> |
1168 | <fieldValue name='rotation' value='-10.01501 0 -13.16606 0.21874'/> |
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='1.20991'/> |
1177 | <fieldValue name='cylinderTranslation' value='0.65501 0.78938 -0.91264'/> |
1178 | <fieldValue name='coneTranslation' value='0.87556 0.42104 -1.02954'/> |
1179 | <fieldValue name='rotation' value='-31.78702 0 -59.97112 2.54601'/> |
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='0.38311'/> |
1188 | <fieldValue name='cylinderTranslation' value='0.38242 1.47841 -0.77645'/> |
1189 | <fieldValue name='coneTranslation' value='0.38691 1.50941 -0.78019'/> |
1190 | <fieldValue name='rotation' value='-4.54831 0 -5.45343 0.18644'/> |
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.38309'/> |
1199 | <fieldValue name='cylinderTranslation' value='0.38241 1.47840 -0.77645'/> |
1200 | <fieldValue name='coneTranslation' value='0.38690 1.50939 -0.78019'/> |
1201 | <fieldValue name='rotation' value='-4.54859 0 -5.45180 0.18642'/> |
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.38311'/> |
1210 | <fieldValue name='cylinderTranslation' value='0.38242 1.47841 -0.77645'/> |
1211 | <fieldValue name='coneTranslation' value='0.38691 1.50941 -0.78019'/> |
1212 | <fieldValue name='rotation' value='-4.54817 0 -5.45368 0.18644'/> |
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='1.41268'/> |
1221 | <fieldValue name='cylinderTranslation' value='-0.10023 0.80362 -0.51961'/> |
1222 | <fieldValue name='coneTranslation' value='-0.45246 0.42728 -0.33854'/> |
1223 | <fieldValue name='rotation' value='46.81977 -0.00000 91.07737 2.33068'/> |
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.34423'/> |
1232 | <fieldValue name='cylinderTranslation' value='0.33713 1.45114 -0.81193'/> |
1233 | <fieldValue name='coneTranslation' value='0.33586 1.46247 -0.81602'/> |
1234 | <fieldValue name='rotation' value='-11.64397 0 3.60555 0.36196'/> |
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.38264'/> |
1243 | <fieldValue name='cylinderTranslation' value='0.38233 1.47818 -0.77645'/> |
1244 | <fieldValue name='coneTranslation' value='0.38678 1.50895 -0.78018'/> |
1245 | <fieldValue name='rotation' value='-4.54918 0 -5.43512 0.18631'/> |
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.60118'/> |
1254 | <fieldValue name='cylinderTranslation' value='0.61596 1.17052 -0.66416'/> |
1255 | <fieldValue name='coneTranslation' value='0.73794 1.11455 -0.62227'/> |
1256 | <fieldValue name='rotation' value='17.91013 0 -52.16056 1.98021'/> |
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.43242'/> |
1265 | <fieldValue name='cylinderTranslation' value='0.56486 1.29301 -0.70115'/> |
1266 | <fieldValue name='coneTranslation' value='0.61938 1.29375 -0.68749'/> |
1267 | <fieldValue name='rotation' value='10.51102 0 -41.94097 1.55765'/> |
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.64958'/> |
1276 | <fieldValue name='cylinderTranslation' value='0.07955 1.24969 -0.92071'/> |
1277 | <fieldValue name='coneTranslation' value='-0.06028 1.22915 -1.00545'/> |
1278 | <fieldValue name='rotation' value='-33.40137 0 55.12093 1.69576'/> |
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.77055'/> |
1287 | <fieldValue name='cylinderTranslation' value='0.04849 1.47216 -0.60785'/> |
1288 | <fieldValue name='coneTranslation' value='-0.13081 1.57857 -0.52257'/> |
1289 | <fieldValue name='rotation' value='29.17107 -0.00000 61.33218 1.07882'/> |
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='1.44211'/> |
1298 | <fieldValue name='cylinderTranslation' value='-0.11569 0.79413 -0.52530'/> |
1299 | <fieldValue name='coneTranslation' value='-0.48206 0.40816 -0.34758'/> |
1300 | <fieldValue name='rotation' value='45.68071 -0.00000 94.16930 2.32944'/> |
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.35560'/> |
1309 | <fieldValue name='cylinderTranslation' value='0.50224 1.23849 -0.83919'/> |
1310 | <fieldValue name='coneTranslation' value='0.51696 1.23331 -0.84775'/> |
1311 | <fieldValue name='rotation' value='-17.09773 0 -29.41660 1.86574'/> |
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='0.60884'/> |
1320 | <fieldValue name='cylinderTranslation' value='0.60812 1.12963 -0.69979'/> |
1321 | <fieldValue name='coneTranslation' value='0.72812 1.05347 -0.67421'/> |
1322 | <fieldValue name='rotation' value='10.78288 0 -50.59259 2.12630'/> |
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.69641'/> |
1331 | <fieldValue name='cylinderTranslation' value='0.40905 1.63081 -0.80172'/> |
1332 | <fieldValue name='coneTranslation' value='0.43818 1.81493 -0.82767'/> |
1333 | <fieldValue name='rotation' value='-9.60211 0 -10.77967 0.20881'/> |
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.38311'/> |
1342 | <fieldValue name='cylinderTranslation' value='0.38242 1.47841 -0.77645'/> |
1343 | <fieldValue name='coneTranslation' value='0.38691 1.50941 -0.78019'/> |
1344 | <fieldValue name='rotation' value='-4.54817 0 -5.45368 0.18644'/> |
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.59944'/> |
1353 | <fieldValue name='cylinderTranslation' value='0.63893 1.22172 -0.68575'/> |
1354 | <fieldValue name='coneTranslation' value='0.77122 1.18981 -0.65406'/> |
1355 | <fieldValue name='rotation' value='13.59214 0 -56.75515 1.80121'/> |
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.69641'/> |
1364 | <fieldValue name='cylinderTranslation' value='0.40905 1.63081 -0.80172'/> |
1365 | <fieldValue name='coneTranslation' value='0.43818 1.81493 -0.82767'/> |
1366 | <fieldValue name='rotation' value='-9.60211 0 -10.77967 0.20881'/> |
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.70265'/> |
1375 | <fieldValue name='cylinderTranslation' value='0.59607 1.54029 -0.70052'/> |
1376 | <fieldValue name='coneTranslation' value='0.72727 1.67650 -0.67156'/> |
1377 | <fieldValue name='rotation' value='10.63705 0 -48.18379 0.77856'/> |
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.39767'/> |
1386 | <fieldValue name='cylinderTranslation' value='0.20029 1.29818 -0.87816'/> |
1387 | <fieldValue name='coneTranslation' value='0.17005 1.29975 -0.90247'/> |
1388 | <fieldValue name='rotation' value='-24.89075 0 30.97243 1.53048'/> |
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.76231'/> |
1397 | <fieldValue name='cylinderTranslation' value='0.42098 1.66224 -0.80378'/> |
1398 | <fieldValue name='coneTranslation' value='0.45918 1.87812 -0.83284'/> |
1399 | <fieldValue name='rotation' value='-10.01501 0 -13.16606 0.21874'/> |
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.58537'/> |
1408 | <fieldValue name='cylinderTranslation' value='0.61671 1.19452 -0.66369'/> |
1409 | <fieldValue name='coneTranslation' value='0.73528 1.15116 -0.62289'/> |
1410 | <fieldValue name='rotation' value='18.00234 0 -52.31155 1.90371'/> |
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.17959'/> |
1419 | <fieldValue name='cylinderTranslation' value='0.37593 1.37692 -0.76404'/> |
1420 | <fieldValue name='coneTranslation' value='0.35969 1.30910 -0.75596'/> |
1421 | <fieldValue name='rotation' value='-2.06648 0 -4.15501 0.26136'/> |
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.76231'/> |
1430 | <fieldValue name='cylinderTranslation' value='0.42098 1.66224 -0.80378'/> |
1431 | <fieldValue name='coneTranslation' value='0.45918 1.87812 -0.83284'/> |
1432 | <fieldValue name='rotation' value='-10.01501 0 -13.16606 0.21874'/> |
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.37299'/> |
1441 | <fieldValue name='cylinderTranslation' value='0.38135 1.47343 -0.77632'/> |
1442 | <fieldValue name='coneTranslation' value='0.38508 1.49946 -0.77953'/> |
1443 | <fieldValue name='rotation' value='-4.52252 0 -5.23976 0.18665'/> |
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.76231'/> |
1452 | <fieldValue name='cylinderTranslation' value='0.42098 1.66224 -0.80378'/> |
1453 | <fieldValue name='coneTranslation' value='0.45918 1.87812 -0.83284'/> |
1454 | <fieldValue name='rotation' value='-10.01501 0 -13.16606 0.21874'/> |
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='1.20991'/> |
1463 | <fieldValue name='cylinderTranslation' value='0.65501 0.78938 -0.91264'/> |
1464 | <fieldValue name='coneTranslation' value='0.87556 0.42104 -1.02954'/> |
1465 | <fieldValue name='rotation' value='-31.78702 0 -59.97112 2.54601'/> |
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.38311'/> |
1474 | <fieldValue name='cylinderTranslation' value='0.38242 1.47841 -0.77645'/> |
1475 | <fieldValue name='coneTranslation' value='0.38691 1.50941 -0.78019'/> |
1476 | <fieldValue name='rotation' value='-4.54831 0 -5.45343 0.18644'/> |
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.38309'/> |
1485 | <fieldValue name='cylinderTranslation' value='0.38241 1.47840 -0.77645'/> |
1486 | <fieldValue name='coneTranslation' value='0.38690 1.50939 -0.78019'/> |
1487 | <fieldValue name='rotation' value='-4.54859 0 -5.45180 0.18642'/> |
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.38311'/> |
1496 | <fieldValue name='cylinderTranslation' value='0.38242 1.47841 -0.77645'/> |
1497 | <fieldValue name='coneTranslation' value='0.38691 1.50941 -0.78019'/> |
1498 | <fieldValue name='rotation' value='-4.54817 0 -5.45368 0.18644'/> |
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='1.41268'/> |
1507 | <fieldValue name='cylinderTranslation' value='-0.10023 0.80362 -0.51961'/> |
1508 | <fieldValue name='coneTranslation' value='-0.45246 0.42728 -0.33854'/> |
1509 | <fieldValue name='rotation' value='46.81977 -0.00000 91.07737 2.33068'/> |
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.34423'/> |
1518 | <fieldValue name='cylinderTranslation' value='0.33713 1.45114 -0.81193'/> |
1519 | <fieldValue name='coneTranslation' value='0.33586 1.46247 -0.81602'/> |
1520 | <fieldValue name='rotation' value='-11.64397 0 3.60555 0.36196'/> |
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.38264'/> |
1529 | <fieldValue name='cylinderTranslation' value='0.38233 1.47818 -0.77645'/> |
1530 | <fieldValue name='coneTranslation' value='0.38678 1.50895 -0.78018'/> |
1531 | <fieldValue name='rotation' value='-4.54918 0 -5.43512 0.18631'/> |
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.60118'/> |
1540 | <fieldValue name='cylinderTranslation' value='0.61596 1.17052 -0.66416'/> |
1541 | <fieldValue name='coneTranslation' value='0.73794 1.11455 -0.62227'/> |
1542 | <fieldValue name='rotation' value='17.91013 0 -52.16056 1.98021'/> |
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.43242'/> |
1551 | <fieldValue name='cylinderTranslation' value='0.56486 1.29301 -0.70115'/> |
1552 | <fieldValue name='coneTranslation' value='0.61938 1.29375 -0.68749'/> |
1553 | <fieldValue name='rotation' value='10.51102 0 -41.94097 1.55765'/> |
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.64958'/> |
1562 | <fieldValue name='cylinderTranslation' value='0.07955 1.24969 -0.92071'/> |
1563 | <fieldValue name='coneTranslation' value='-0.06028 1.22915 -1.00545'/> |
1564 | <fieldValue name='rotation' value='-33.40137 0 55.12093 1.69576'/> |
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.77055'/> |
1573 | <fieldValue name='cylinderTranslation' value='0.04849 1.47216 -0.60785'/> |
1574 | <fieldValue name='coneTranslation' value='-0.13081 1.57857 -0.52257'/> |
1575 | <fieldValue name='rotation' value='29.17107 -0.00000 61.33218 1.07882'/> |
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='1.44211'/> |
1584 | <fieldValue name='cylinderTranslation' value='-0.11569 0.79413 -0.52530'/> |
1585 | <fieldValue name='coneTranslation' value='-0.48206 0.40816 -0.34758'/> |
1586 | <fieldValue name='rotation' value='45.68071 -0.00000 94.16930 2.32944'/> |
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.35560'/> |
1595 | <fieldValue name='cylinderTranslation' value='0.50224 1.23849 -0.83919'/> |
1596 | <fieldValue name='coneTranslation' value='0.51696 1.23331 -0.84775'/> |
1597 | <fieldValue name='rotation' value='-17.09773 0 -29.41660 1.86574'/> |
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.60884'/> |
1606 | <fieldValue name='cylinderTranslation' value='0.60812 1.12963 -0.69979'/> |
1607 | <fieldValue name='coneTranslation' value='0.72812 1.05347 -0.67421'/> |
1608 | <fieldValue name='rotation' value='10.78288 0 -50.59259 2.12630'/> |
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.69641'/> |
1617 | <fieldValue name='cylinderTranslation' value='0.40905 1.63081 -0.80172'/> |
1618 | <fieldValue name='coneTranslation' value='0.43818 1.81493 -0.82767'/> |
1619 | <fieldValue name='rotation' value='-9.60211 0 -10.77967 0.20881'/> |
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='0.38311'/> |
1628 | <fieldValue name='cylinderTranslation' value='0.38242 1.47841 -0.77645'/> |
1629 | <fieldValue name='coneTranslation' value='0.38691 1.50941 -0.78019'/> |
1630 | <fieldValue name='rotation' value='-4.54817 0 -5.45368 0.18644'/> |
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.59944'/> |
1639 | <fieldValue name='cylinderTranslation' value='0.63893 1.22172 -0.68575'/> |
1640 | <fieldValue name='coneTranslation' value='0.77122 1.18981 -0.65406'/> |
1641 | <fieldValue name='rotation' value='13.59214 0 -56.75515 1.80121'/> |
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='0.69641'/> |
1650 | <fieldValue name='cylinderTranslation' value='0.40905 1.63081 -0.80172'/> |
1651 | <fieldValue name='coneTranslation' value='0.43818 1.81493 -0.82767'/> |
1652 | <fieldValue name='rotation' value='-9.60211 0 -10.77967 0.20881'/> |
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.70265'/> |
1661 | <fieldValue name='cylinderTranslation' value='0.59607 1.54029 -0.70052'/> |
1662 | <fieldValue name='coneTranslation' value='0.72727 1.67650 -0.67156'/> |
1663 | <fieldValue name='rotation' value='10.63705 0 -48.18379 0.77856'/> |
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.76643'/> |
1672 | <fieldValue name='cylinderTranslation' value='2.44159 0.02176 2.01965'/> |
1673 | <fieldValue name='coneTranslation' value='2.61917 0.12997 2.10078'/> |
1674 | <fieldValue name='rotation' value='27.85798 0 -60.97340 1.06471'/> |
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.41038'/> |
1683 | <fieldValue name='cylinderTranslation' value='2.29051 -0.07870 1.98608'/> |
1684 | <fieldValue name='coneTranslation' value='2.32438 -0.05991 2.00936'/> |
1685 | <fieldValue name='rotation' value='21.14492 0 -30.75603 1.14203'/> |
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.45136'/> |
1694 | <fieldValue name='cylinderTranslation' value='2.28114 -0.20049 2.04990'/> |
1695 | <fieldValue name='coneTranslation' value='2.32317 -0.21111 2.09924'/> |
1696 | <fieldValue name='rotation' value='33.90913 0 -28.88261 1.73317'/> |
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.72102'/> |
1705 | <fieldValue name='cylinderTranslation' value='2.41387 0.00462 2.03759'/> |
1706 | <fieldValue name='coneTranslation' value='2.56802 0.09840 2.12504'/> |
1707 | <fieldValue name='rotation' value='31.44734 0 -55.42921 1.08407'/> |
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.76643'/> |
1716 | <fieldValue name='cylinderTranslation' value='2.44159 0.02176 2.01965'/> |
1717 | <fieldValue name='coneTranslation' value='2.61917 0.12997 2.10078'/> |
1718 | <fieldValue name='rotation' value='27.85798 0 -60.97340 1.06471'/> |
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.45136'/> |
1727 | <fieldValue name='cylinderTranslation' value='2.28114 -0.20049 2.04990'/> |
1728 | <fieldValue name='coneTranslation' value='2.32317 -0.21111 2.09924'/> |
1729 | <fieldValue name='rotation' value='33.90914 0 -28.88261 1.73317'/> |
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='1.46292'/> |
1738 | <fieldValue name='cylinderTranslation' value='1.67535 -0.07877 1.31919'/> |
1739 | <fieldValue name='coneTranslation' value='1.31490 -0.01218 0.88078'/> |
1740 | <fieldValue name='rotation' value='-112.23207 0 92.27464 1.45400'/> |
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.45136'/> |
1749 | <fieldValue name='cylinderTranslation' value='2.28114 -0.20049 2.04990'/> |
1750 | <fieldValue name='coneTranslation' value='2.32317 -0.21111 2.09924'/> |
1751 | <fieldValue name='rotation' value='33.90915 0 -28.88260 1.73317'/> |
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.43439'/> |
1760 | <fieldValue name='cylinderTranslation' value='2.30130 -0.06924 1.98576'/> |
1761 | <fieldValue name='coneTranslation' value='2.34464 -0.04429 2.01351'/> |
1762 | <fieldValue name='rotation' value='21.08007 0 -32.91450 1.11931'/> |
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.39119'/> |
1771 | <fieldValue name='cylinderTranslation' value='2.02438 -0.32400 1.88643'/> |
1772 | <fieldValue name='coneTranslation' value='2.00394 -0.35312 1.88753'/> |
1773 | <fieldValue name='rotation' value='1.21411 -0.00000 22.46899 2.52872'/> |
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.73315'/> |
1782 | <fieldValue name='cylinderTranslation' value='0.18154 -1.00995 -0.34949'/> |
1783 | <fieldValue name='coneTranslation' value='0.00952 -0.94919 -0.44640'/> |
1784 | <fieldValue name='rotation' value='-34.39635 0 61.04969 1.27228'/> |
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.56735'/> |
1793 | <fieldValue name='cylinderTranslation' value='0.48804 -1.21415 0.08929'/> |
1794 | <fieldValue name='coneTranslation' value='0.48859 -1.25618 0.20560'/> |
1795 | <fieldValue name='rotation' value='53.35852 0 -0.25187 1.91751'/> |
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='0.75790'/> |
1804 | <fieldValue name='cylinderTranslation' value='0.26069 -0.94029 -0.42446'/> |
1805 | <fieldValue name='coneTranslation' value='0.13005 -0.83775 -0.56715'/> |
1806 | <fieldValue name='rotation' value='-49.39145 0 45.21949 1.08341'/> |
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='1.00063'/> |
1815 | <fieldValue name='cylinderTranslation' value='0.76358 -1.53431 -0.19127'/> |
1816 | <fieldValue name='coneTranslation' value='0.95185 -1.81765 -0.20063'/> |
1817 | <fieldValue name='rotation' value='-2.75330 0 -55.35842 2.55453'/> |
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.43695'/> |
1826 | <fieldValue name='cylinderTranslation' value='0.61897 -1.28460 -0.12829'/> |
1827 | <fieldValue name='coneTranslation' value='0.65435 -1.32926 -0.11512'/> |
1828 | <fieldValue name='rotation' value='9.84242 0 -26.43763 2.43976'/> |
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.60235'/> |
1837 | <fieldValue name='cylinderTranslation' value='0.19849 -1.08672 -0.25892'/> |
1838 | <fieldValue name='coneTranslation' value='0.06335 -1.07217 -0.29708'/> |
1839 | <fieldValue name='rotation' value='-16.28333 0 57.65951 1.46755'/> |
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.44238'/> |
1848 | <fieldValue name='cylinderTranslation' value='0.45927 -1.32690 -0.24405'/> |
1849 | <fieldValue name='coneTranslation' value='0.45166 -1.38476 -0.26246'/> |
1850 | <fieldValue name='rotation' value='-13.30935 0 5.50230 2.80999'/> |
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.69046'/> |
1859 | <fieldValue name='cylinderTranslation' value='0.35930 -1.07968 -0.49607'/> |
1860 | <fieldValue name='coneTranslation' value='0.29090 -1.05925 -0.66699'/> |
1861 | <fieldValue name='rotation' value='-63.71231 0 25.49632 1.46027'/> |
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.52178'/> |
1870 | <fieldValue name='cylinderTranslation' value='0.63380 -1.33305 -0.16755'/> |
1871 | <fieldValue name='coneTranslation' value='0.69066 -1.41631 -0.16370'/> |
1872 | <fieldValue name='rotation' value='1.99020 0 -29.40392 2.54138'/> |
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='1.07833'/> |
1881 | <fieldValue name='cylinderTranslation' value='-0.01572 -1.15885 0.01355'/> |
1882 | <fieldValue name='coneTranslation' value='-0.36910 -1.18775 0.14791'/> |
1883 | <fieldValue name='rotation' value='38.21135 -0.00000 100.50056 1.64708'/> |
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.99773'/> |
1892 | <fieldValue name='cylinderTranslation' value='0.51698 -0.84775 -0.59589'/> |
1893 | <fieldValue name='coneTranslation' value='0.53749 -0.66434 -0.88009'/> |
1894 | <fieldValue name='rotation' value='-83.67773 0 -6.03910 0.99887'/> |
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='1.00063'/> |
1903 | <fieldValue name='cylinderTranslation' value='0.76358 -1.53431 -0.19127'/> |
1904 | <fieldValue name='coneTranslation' value='0.95185 -1.81765 -0.20063'/> |
1905 | <fieldValue name='rotation' value='-2.75330 0 -55.35842 2.55453'/> |
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='1.00063'/> |
1914 | <fieldValue name='cylinderTranslation' value='0.76358 -1.53431 -0.19127'/> |
1915 | <fieldValue name='coneTranslation' value='0.95185 -1.81765 -0.20064'/> |
1916 | <fieldValue name='rotation' value='-2.75339 0 -55.35831 2.55453'/> |
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='1.57297'/> |
1925 | <fieldValue name='cylinderTranslation' value='0.55530 -1.24078 0.59627'/> |
1926 | <fieldValue name='coneTranslation' value='0.60987 -1.33878 1.21263'/> |
1927 | <fieldValue name='rotation' value='154.75489 0 -13.70268 1.72786'/> |
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.53712'/> |
1936 | <fieldValue name='cylinderTranslation' value='0.82944 -0.43012 -0.15697'/> |
1937 | <fieldValue name='coneTranslation' value='1.10076 0.11436 -0.14071'/> |
1938 | <fieldValue name='rotation' value='4.10661 0 -68.53154 0.46301'/> |
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.51975'/> |
1947 | <fieldValue name='cylinderTranslation' value='0.58208 -1.35743 -0.20933'/> |
1948 | <fieldValue name='coneTranslation' value='0.61870 -1.44954 -0.22156'/> |
1949 | <fieldValue name='rotation' value='-6.36498 0 -19.05849 2.74466'/> |
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='0.26527'/> |
1958 | <fieldValue name='cylinderTranslation' value='0.46101 -1.03883 -0.07408'/> |
1959 | <fieldValue name='coneTranslation' value='0.46633 -1.05511 -0.09541'/> |
1960 | <fieldValue name='rotation' value='20.68570 -0.00000 5.15450 0.93339'/> |
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='1.00063'/> |
1969 | <fieldValue name='cylinderTranslation' value='0.76358 -1.53431 -0.19127'/> |
1970 | <fieldValue name='coneTranslation' value='0.95185 -1.81765 -0.20064'/> |
1971 | <fieldValue name='rotation' value='-2.75339 0 -55.35831 2.55453'/> |
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.91622'/> |
1980 | <fieldValue name='cylinderTranslation' value='1.86488 0.33599 0.51101'/> |
1981 | <fieldValue name='coneTranslation' value='2.12980 0.41765 0.62064'/> |
1982 | <fieldValue name='rotation' value='33.69216 0 -81.42178 1.29333'/> |
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.96386'/> |
1991 | <fieldValue name='cylinderTranslation' value='1.88712 0.35528 0.50675'/> |
1992 | <fieldValue name='coneTranslation' value='2.17392 0.45198 0.61643'/> |
1993 | <fieldValue name='rotation' value='32.83928 0 -85.86877 1.26568'/> |
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='0.52316'/> |
2002 | <fieldValue name='cylinderTranslation' value='1.33588 0.10848 0.55029'/> |
2003 | <fieldValue name='coneTranslation' value='1.28854 0.06887 0.63097'/> |
2004 | <fieldValue name='rotation' value='41.54831 -0.00000 24.37938 1.97145'/> |
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.57602'/> |
2013 | <fieldValue name='cylinderTranslation' value='1.71270 0.27815 0.45824'/> |
2014 | <fieldValue name='coneTranslation' value='1.82601 0.30822 0.50967'/> |
2015 | <fieldValue name='rotation' value='23.13858 0 -50.98578 1.33371'/> |
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.96386'/> |
2024 | <fieldValue name='cylinderTranslation' value='1.88712 0.35528 0.50675'/> |
2025 | <fieldValue name='coneTranslation' value='2.17392 0.45198 0.61643'/> |
2026 | <fieldValue name='rotation' value='32.83928 0 -85.86877 1.26568'/> |
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.54473'/> |
2035 | <fieldValue name='cylinderTranslation' value='1.69734 0.26838 0.45849'/> |
2036 | <fieldValue name='coneTranslation' value='1.79617 0.29226 0.50633'/> |
2037 | <fieldValue name='rotation' value='23.18835 0 -47.91301 1.35668'/> |
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.50002'/> |
2046 | <fieldValue name='cylinderTranslation' value='1.50430 0.42133 0.46862'/> |
2047 | <fieldValue name='coneTranslation' value='1.52105 0.49723 0.51401'/> |
2048 | <fieldValue name='rotation' value='25.21448 0 -9.30566 0.56749'/> |
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.55969'/> |
2057 | <fieldValue name='cylinderTranslation' value='1.31494 0.23401 0.10306'/> |
2058 | <fieldValue name='coneTranslation' value='1.25377 0.24408 0.00049'/> |
2059 | <fieldValue name='rotation' value='-47.89891 0 28.56749 1.48670'/> |
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.90561'/> |
2068 | <fieldValue name='cylinderTranslation' value='1.16605 0.55681 0.34131'/> |
2069 | <fieldValue name='coneTranslation' value='0.97741 0.78074 0.34051'/> |
2070 | <fieldValue name='rotation' value='-0.24828 0 58.34517 0.70007'/> |
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.89930'/> |
2079 | <fieldValue name='cylinderTranslation' value='1.46896 -0.19264 0.54139'/> |
2080 | <fieldValue name='coneTranslation' value='1.47617 -0.45233 0.66948'/> |
2081 | <fieldValue name='rotation' value='39.76777 0 -2.23807 2.68276'/> |
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.96386'/> |
2090 | <fieldValue name='cylinderTranslation' value='1.88712 0.35528 0.50675'/> |
2091 | <fieldValue name='coneTranslation' value='2.17392 0.45198 0.61643'/> |
2092 | <fieldValue name='rotation' value='32.83928 0 -85.86877 1.26568'/> |
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.85125'/> |
2101 | <fieldValue name='cylinderTranslation' value='1.48674 0.58662 0.53967'/> |
2102 | <fieldValue name='coneTranslation' value='1.50481 0.82134 0.66269'/> |
2103 | <fieldValue name='rotation' value='39.42432 0 -5.79252 0.48715'/> |
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.17397'/> |
2112 | <fieldValue name='cylinderTranslation' value='1.43473 0.13915 -0.23963'/> |
2113 | <fieldValue name='coneTranslation' value='1.41796 0.08724 -0.66311'/> |
2114 | <fieldValue name='rotation' value='-116.43529 0 4.60914 1.69266'/> |
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='1.54645'/> |
2123 | <fieldValue name='cylinderTranslation' value='1.09351 -0.45959 0.46966'/> |
2124 | <fieldValue name='coneTranslation' value='0.80462 -0.99103 0.57046'/> |
2125 | <fieldValue name='rotation' value='25.42137 -0.00000 72.85248 2.61920'/> |
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.75608'/> |
2134 | <fieldValue name='cylinderTranslation' value='1.63725 0.25869 0.67176'/> |
2135 | <fieldValue name='coneTranslation' value='1.74077 0.28649 0.86164'/> |
2136 | <fieldValue name='rotation' value='65.84171 0 -35.89600 1.44298'/> |
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.47030'/> |
2145 | <fieldValue name='cylinderTranslation' value='-1.07909 -1.62804 1.32941'/> |
2146 | <fieldValue name='coneTranslation' value='-1.12125 -1.66603 1.37867'/> |
2147 | <fieldValue name='rotation' value='30.83093 -0.00000 26.38469 2.10073'/> |
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.83880'/> |
2156 | <fieldValue name='cylinderTranslation' value='-1.23691 -1.65266 1.44238'/> |
2157 | <fieldValue name='coneTranslation' value='-1.41612 -1.74140 1.60761'/> |
2158 | <fieldValue name='rotation' value='53.42664 -0.00000 57.94875 1.91995'/> |
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.48314'/> |
2167 | <fieldValue name='cylinderTranslation' value='-0.95893 -1.61063 1.39417'/> |
2168 | <fieldValue name='coneTranslation' value='-0.96291 -1.64488 1.46809'/> |
2169 | <fieldValue name='rotation' value='43.78367 -0.00000 2.35401 2.00419'/> |
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.73747'/> |
2178 | <fieldValue name='cylinderTranslation' value='-1.00842 -1.83860 1.32918'/> |
2179 | <fieldValue name='coneTranslation' value='-1.04310 -2.02508 1.41631'/> |
2180 | <fieldValue name='rotation' value='30.78500 -0.00000 12.25170 2.67563'/> |
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.57621'/> |
2189 | <fieldValue name='cylinderTranslation' value='-1.07834 -1.27754 1.06505'/> |
2190 | <fieldValue name='coneTranslation' value='-1.13666 -1.17455 1.01606'/> |
2191 | <fieldValue name='rotation' value='-22.03927 0 26.23475 0.63681'/> |
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='1.04109'/> |
2200 | <fieldValue name='cylinderTranslation' value='-1.01675 -1.18246 0.77602'/> |
2201 | <fieldValue name='coneTranslation' value='-1.06494 -0.95617 0.49951'/> |
2202 | <fieldValue name='rotation' value='-79.84530 0 13.91680 0.89227'/> |
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.85892'/> |
2211 | <fieldValue name='cylinderTranslation' value='-1.18396 -1.72513 1.46114'/> |
2212 | <fieldValue name='coneTranslation' value='-1.33253 -1.86063 1.64052'/> |
2213 | <fieldValue name='rotation' value='57.17756 -0.00000 47.35871 2.09768'/> |
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.46694'/> |
2222 | <fieldValue name='cylinderTranslation' value='-1.14208 -1.52591 1.30267'/> |
2223 | <fieldValue name='coneTranslation' value='-1.20341 -1.53117 1.34277'/> |
2224 | <fieldValue name='rotation' value='25.48475 -0.00000 38.98257 1.64250'/> |
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.40296'/> |
2233 | <fieldValue name='cylinderTranslation' value='-0.81106 -1.64736 1.12070'/> |
2234 | <fieldValue name='coneTranslation' value='-0.78304 -1.67581 1.10947'/> |
2235 | <fieldValue name='rotation' value='-10.90945 0 -27.22125 2.32654'/> |
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='1.58967'/> |
2244 | <fieldValue name='cylinderTranslation' value='-0.16168 -1.43649 1.27265'/> |
2245 | <fieldValue name='coneTranslation' value='0.46569 -1.37843 1.35044'/> |
2246 | <fieldValue name='rotation' value='19.47942 0 -157.09753 1.47922'/> |
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='0.36640'/> |
2255 | <fieldValue name='cylinderTranslation' value='-1.12261 -1.47435 1.13566'/> |
2256 | <fieldValue name='coneTranslation' value='-1.14483 -1.46994 1.13064'/> |
2257 | <fieldValue name='rotation' value='-7.91850 0 35.08945 1.37950'/> |
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.85406'/> |
2266 | <fieldValue name='cylinderTranslation' value='-1.16480 -1.71461 1.47987'/> |
2267 | <fieldValue name='coneTranslation' value='-1.30089 -1.84306 1.67035'/> |
2268 | <fieldValue name='rotation' value='60.92363 -0.00000 43.52700 2.07265'/> |
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.73747'/> |
2277 | <fieldValue name='cylinderTranslation' value='-1.00842 -1.83860 1.32918'/> |
2278 | <fieldValue name='coneTranslation' value='-1.04310 -2.02508 1.41631'/> |
2279 | <fieldValue name='rotation' value='30.78500 -0.00000 12.25170 2.67563'/> |
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.53959'/> |
2288 | <fieldValue name='cylinderTranslation' value='-1.09113 -1.64275 1.36025'/> |
2289 | <fieldValue name='coneTranslation' value='-1.14972 -1.69710 1.43553'/> |
2290 | <fieldValue name='rotation' value='36.99933 -0.00000 28.79333 2.08871'/> |
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.09670'/> |
2299 | <fieldValue name='cylinderTranslation' value='-0.95985 -1.55043 1.19705'/> |
2300 | <fieldValue name='coneTranslation' value='-0.93055 -1.45518 1.14672'/> |
2301 | <fieldValue name='rotation' value='4.35916 -0.00000 2.53773 2.59287'/> |
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.63222'/> |
2310 | <fieldValue name='cylinderTranslation' value='-0.68969 -1.54364 1.35537'/> |
2311 | <fieldValue name='coneTranslation' value='-0.56253 -1.56066 1.44433'/> |
2312 | <fieldValue name='rotation' value='36.02456 0 -51.49528 1.68003'/> |
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.73747'/> |
2321 | <fieldValue name='cylinderTranslation' value='-1.00842 -1.83860 1.32918'/> |
2322 | <fieldValue name='coneTranslation' value='-1.04310 -2.02508 1.41631'/> |
2323 | <fieldValue name='rotation' value='30.78500 -0.00000 12.25170 2.67563'/> |
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.53258'/> |
2332 | <fieldValue name='cylinderTranslation' value='-1.06640 -1.63518 1.37728'/> |
2333 | <fieldValue name='coneTranslation' value='-1.11399 -1.68548 1.45792'/> |
2334 | <fieldValue name='rotation' value='40.40622 -0.00000 23.84632 2.06370'/> |
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.74123'/> |
2343 | <fieldValue name='cylinderTranslation' value='-0.67787 -1.60593 0.93971'/> |
2344 | <fieldValue name='coneTranslation' value='-0.52484 -1.66091 0.80586'/> |
2345 | <fieldValue name='rotation' value='-47.10718 0 -53.85847 1.83490'/> |
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.47685'/> |
2354 | <fieldValue name='cylinderTranslation' value='-1.11972 -1.60857 1.30637'/> |
2355 | <fieldValue name='coneTranslation' value='-1.17647 -1.64126 1.34950'/> |
2356 | <fieldValue name='rotation' value='26.22442 -0.00000 34.51035 2.00079'/> |
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.65490'/> |
2365 | <fieldValue name='cylinderTranslation' value='1.56446 -1.26854 2.42282'/> |
2366 | <fieldValue name='coneTranslation' value='1.56864 -1.28807 2.58907'/> |
2367 | <fieldValue name='rotation' value='65.02214 0 -1.63320 1.68771'/> |
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.66753'/> |
2376 | <fieldValue name='cylinderTranslation' value='1.74176 -1.44859 2.26908'/> |
2377 | <fieldValue name='coneTranslation' value='1.83832 -1.56221 2.35830'/> |
2378 | <fieldValue name='rotation' value='34.27436 0 -37.09370 2.28352'/> |
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.65859'/> |
2387 | <fieldValue name='cylinderTranslation' value='1.75877 -1.22842 2.35739'/> |
2388 | <fieldValue name='coneTranslation' value='1.86287 -1.22744 2.49090'/> |
2389 | <fieldValue name='rotation' value='51.93633 0 -40.49551 1.56497'/> |
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.68921'/> |
2398 | <fieldValue name='cylinderTranslation' value='1.64404 -1.47942 2.31910'/> |
2399 | <fieldValue name='coneTranslation' value='1.69105 -1.61285 2.43770'/> |
2400 | <fieldValue name='rotation' value='44.27847 0 -17.54955 2.37862'/> |
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.37722'/> |
2409 | <fieldValue name='cylinderTranslation' value='1.69688 -1.12172 2.16104'/> |
2410 | <fieldValue name='coneTranslation' value='1.71820 -1.10524 2.17064'/> |
2411 | <fieldValue name='rotation' value='12.66560 0 -28.11627 0.95705'/> |
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.66215'/> |
2420 | <fieldValue name='cylinderTranslation' value='1.59562 -1.20111 2.42514'/> |
2421 | <fieldValue name='coneTranslation' value='1.61594 -1.18600 2.59434'/> |
2422 | <fieldValue name='rotation' value='65.48622 0 -7.86478 1.48238'/> |
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.65859'/> |
2431 | <fieldValue name='cylinderTranslation' value='1.75877 -1.22842 2.35739'/> |
2432 | <fieldValue name='coneTranslation' value='1.86287 -1.22744 2.49090'/> |
2433 | <fieldValue name='rotation' value='51.93633 0 -40.49550 1.56497'/> |
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.75073'/> |
2442 | <fieldValue name='cylinderTranslation' value='1.85913 -1.42466 2.20462'/> |
2443 | <fieldValue name='coneTranslation' value='2.03288 -1.53615 2.26597'/> |
2444 | <fieldValue name='rotation' value='21.38259 0 -60.56711 2.11493'/> |
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.38777'/> |
2453 | <fieldValue name='cylinderTranslation' value='1.64991 -1.34486 2.22307'/> |
2454 | <fieldValue name='coneTranslation' value='1.66626 -1.36487 2.24498'/> |
2455 | <fieldValue name='rotation' value='25.07132 0 -18.72182 2.20265'/> |
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.35630'/> |
2464 | <fieldValue name='cylinderTranslation' value='1.62628 -1.31873 2.23565'/> |
2465 | <fieldValue name='coneTranslation' value='1.63341 -1.32774 2.24970'/> |
2466 | <fieldValue name='rotation' value='27.58712 0 -13.99613 2.08998'/> |
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.58472'/> |
2475 | <fieldValue name='cylinderTranslation' value='1.32031 -1.39890 2.06065'/> |
2476 | <fieldValue name='coneTranslation' value='1.21348 -1.47521 2.04387'/> |
2477 | <fieldValue name='rotation' value='-7.41257 0 47.19653 2.18529'/> |
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='1.19031'/> |
2486 | <fieldValue name='cylinderTranslation' value='1.09005 -1.29707 1.73388'/> |
2487 | <fieldValue name='coneTranslation' value='0.74915 -1.34586 1.46786'/> |
2488 | <fieldValue name='rotation' value='-72.76658 0 93.24852 1.68316'/> |
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.75128'/> |
2497 | <fieldValue name='cylinderTranslation' value='1.82877 -1.46681 2.20233'/> |
2498 | <fieldValue name='coneTranslation' value='1.98519 -1.60256 2.26239'/> |
2499 | <fieldValue name='rotation' value='20.92347 0 -54.49557 2.25171'/> |
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.35961'/> |
2508 | <fieldValue name='cylinderTranslation' value='1.63269 -1.32528 2.22992'/> |
2509 | <fieldValue name='coneTranslation' value='1.64111 -1.33574 2.24448'/> |
2510 | <fieldValue name='rotation' value='26.44146 0 -15.27940 2.12708'/> |
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.85188'/> |
2519 | <fieldValue name='cylinderTranslation' value='1.73417 -0.85717 1.99510'/> |
2520 | <fieldValue name='coneTranslation' value='1.84522 -0.62418 1.93104'/> |
2521 | <fieldValue name='rotation' value='-20.52146 0 -35.57409 0.50305'/> |
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.65490'/> |
2530 | <fieldValue name='cylinderTranslation' value='1.56446 -1.26854 2.42282'/> |
2531 | <fieldValue name='coneTranslation' value='1.56864 -1.28807 2.58907'/> |
2532 | <fieldValue name='rotation' value='65.02214 0 -1.63320 1.68771'/> |
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.75073'/> |
2541 | <fieldValue name='cylinderTranslation' value='1.85913 -1.42466 2.20462'/> |
2542 | <fieldValue name='coneTranslation' value='2.03288 -1.53615 2.26597'/> |
2543 | <fieldValue name='rotation' value='21.38259 0 -60.56711 2.11493'/> |
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.68167'/> |
2552 | <fieldValue name='cylinderTranslation' value='1.81689 -1.03792 2.20370'/> |
2553 | <fieldValue name='coneTranslation' value='1.95515 -0.93582 2.25994'/> |
2554 | <fieldValue name='rotation' value='21.19801 0 -52.11798 0.97088'/> |
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.84251'/> |
2563 | <fieldValue name='cylinderTranslation' value='1.05715 0.06556 -2.27506'/> |
2564 | <fieldValue name='coneTranslation' value='0.96786 0.13692 -2.50999'/> |
2565 | <fieldValue name='rotation' value='-75.75954 0 28.79523 1.29412'/> |
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.97084'/> |
2574 | <fieldValue name='cylinderTranslation' value='1.58350 -0.11829 -2.18729'/> |
2575 | <fieldValue name='coneTranslation' value='1.83983 -0.16439 -2.38240'/> |
2576 | <fieldValue name='rotation' value='-58.20574 0 -76.47405 1.71296'/> |
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.70355'/> |
2585 | <fieldValue name='cylinderTranslation' value='1.20516 -0.28444 -1.63447'/> |
2586 | <fieldValue name='coneTranslation' value='1.20735 -0.41252 -1.49174'/> |
2587 | <fieldValue name='rotation' value='52.35964 0 -0.80576 2.30210'/> |
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.86373'/> |
2596 | <fieldValue name='cylinderTranslation' value='1.25338 -0.07097 -2.32442'/> |
2597 | <fieldValue name='coneTranslation' value='1.28628 -0.08448 -2.59395'/> |
2598 | <fieldValue name='rotation' value='-85.63093 0 -10.45098 1.62051'/> |
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.91174'/> |
2607 | <fieldValue name='cylinderTranslation' value='1.46731 0.15496 -2.20474'/> |
2608 | <fieldValue name='coneTranslation' value='1.64007 0.28767 -2.40494'/> |
2609 | <fieldValue name='rotation' value='-61.69425 0 -53.23634 1.10567'/> |
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.93231'/> |
2618 | <fieldValue name='cylinderTranslation' value='1.40559 -0.36847 -2.16785'/> |
2619 | <fieldValue name='coneTranslation' value='1.53988 -0.57795 -2.34622'/> |
2620 | <fieldValue name='rotation' value='-54.31736 0 -40.89280 2.32435'/> |
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.83957'/> |
2629 | <fieldValue name='cylinderTranslation' value='1.33658 -0.44354 -1.94738'/> |
2630 | <fieldValue name='coneTranslation' value='1.42041 -0.68738 -1.97901'/> |
2631 | <fieldValue name='rotation' value='-10.22326 0 -27.09116 2.78947'/> |
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.86372'/> |
2640 | <fieldValue name='cylinderTranslation' value='1.25340 -0.07091 -2.32442'/> |
2641 | <fieldValue name='coneTranslation' value='1.28630 -0.08438 -2.59394'/> |
2642 | <fieldValue name='rotation' value='-85.63053 0 -10.45446 1.62037'/> |
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.94640'/> |
2651 | <fieldValue name='cylinderTranslation' value='1.38368 0.18817 -2.26246'/> |
2652 | <fieldValue name='coneTranslation' value='1.50450 0.34549 -2.50484'/> |
2653 | <fieldValue name='rotation' value='-73.23942 0 -36.50981 1.04456'/> |
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.44236'/> |
2662 | <fieldValue name='cylinderTranslation' value='1.35618 -0.20461 -1.92496'/> |
2663 | <fieldValue name='coneTranslation' value='1.39907 -0.24751 -1.93289'/> |
2664 | <fieldValue name='rotation' value='-5.73871 0 -31.01088 2.34792'/> |
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.92038'/> |
2673 | <fieldValue name='cylinderTranslation' value='1.59831 0.18257 -1.90892'/> |
2674 | <fieldValue name='coneTranslation' value='1.85740 0.33396 -1.91717'/> |
2675 | <fieldValue name='rotation' value='-2.53024 0 -79.43695 1.04221'/> |
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.94640'/> |
2684 | <fieldValue name='cylinderTranslation' value='1.38368 0.18817 -2.26246'/> |
2685 | <fieldValue name='coneTranslation' value='1.50450 0.34549 -2.50484'/> |
2686 | <fieldValue name='rotation' value='-73.23942 0 -36.50981 1.04456'/> |
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.91174'/> |
2695 | <fieldValue name='cylinderTranslation' value='1.46731 0.15496 -2.20473'/> |
2696 | <fieldValue name='coneTranslation' value='1.64007 0.28767 -2.40494'/> |
2697 | <fieldValue name='rotation' value='-61.69423 0 -53.23637 1.10567'/> |
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='1.96738'/> |
2706 | <fieldValue name='cylinderTranslation' value='0.41724 0.25409 -1.38538'/> |
2707 | <fieldValue name='coneTranslation' value='-0.23914 0.50830 -0.95760'/> |
2708 | <fieldValue name='rotation' value='102.17633 -0.00000 156.77677 1.25704'/> |
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.79756'/> |
2717 | <fieldValue name='cylinderTranslation' value='1.28441 -0.21876 -2.24761'/> |
2718 | <fieldValue name='coneTranslation' value='1.33428 -0.32010 -2.45799'/> |
2719 | <fieldValue name='rotation' value='-70.26959 0 -16.65676 2.00911'/> |
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='1.21843'/> |
2728 | <fieldValue name='cylinderTranslation' value='0.87415 -0.31362 -1.45527'/> |
2729 | <fieldValue name='coneTranslation' value='0.63305 -0.50837 -1.13010'/> |
2730 | <fieldValue name='rotation' value='88.19827 -0.00000 65.39514 2.01920'/> |
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.98542'/> |
2739 | <fieldValue name='cylinderTranslation' value='1.62235 0.05399 -2.12999'/> |
2740 | <fieldValue name='coneTranslation' value='1.90678 0.12389 -2.28781'/> |
2741 | <fieldValue name='rotation' value='-46.74427 0 -84.24385 1.35915'/> |
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.47629'/> |
2750 | <fieldValue name='cylinderTranslation' value='1.28946 -0.00994 -2.11385'/> |
2751 | <fieldValue name='coneTranslation' value='1.31845 0.00305 -2.18524'/> |
2752 | <fieldValue name='rotation' value='-43.51677 0 -17.66719 1.40385'/> |
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.47977'/> |
2761 | <fieldValue name='cylinderTranslation' value='1.31483 -0.03386 -2.10691'/> |
2762 | <fieldValue name='coneTranslation' value='1.35270 -0.02864 -2.17706'/> |
2763 | <fieldValue name='rotation' value='-42.12884 0 -22.74123 1.50549'/> |
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.39306'/> |
2772 | <fieldValue name='cylinderTranslation' value='1.10897 -0.21914 -1.85942'/> |
2773 | <fieldValue name='coneTranslation' value='1.09184 -0.25067 -1.85258'/> |
2774 | <fieldValue name='rotation' value='7.36790 -0.00000 18.43069 2.61223'/> |
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.42995'/> |
2783 | <fieldValue name='cylinderTranslation' value='1.02596 0.03184 -1.99067'/> |
2784 | <fieldValue name='coneTranslation' value='0.98117 0.05264 -2.01482'/> |
2785 | <fieldValue name='rotation' value='-18.88224 0 35.03302 1.18271'/> |
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.87983'/> |
2794 | <fieldValue name='cylinderTranslation' value='1.38639 -0.44818 -1.88000'/> |
2795 | <fieldValue name='coneTranslation' value='1.50427 -0.70185 -1.86965'/> |
2796 | <fieldValue name='rotation' value='3.25261 0 -37.05258 2.70511'/> |
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.98542'/> |
2805 | <fieldValue name='cylinderTranslation' value='1.62235 0.05399 -2.12999'/> |
2806 | <fieldValue name='coneTranslation' value='1.90678 0.12389 -2.28781'/> |
2807 | <fieldValue name='rotation' value='-46.74427 0 -84.24385 1.35915'/> |
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.56661'/> |
2816 | <fieldValue name='cylinderTranslation' value='1.36477 0.06927 -2.09470'/> |
2817 | <fieldValue name='coneTranslation' value='1.43599 0.12097 -2.18106'/> |
2818 | <fieldValue name='rotation' value='-39.68682 0 -32.72781 1.13817'/> |
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.99403'/> |
2827 | <fieldValue name='cylinderTranslation' value='1.64954 -0.06123 -2.11031'/> |
2828 | <fieldValue name='coneTranslation' value='1.95359 -0.06917 -2.25546'/> |
2829 | <fieldValue name='rotation' value='-42.81020 0 -89.68181 1.59437'/> |
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.92038'/> |
2838 | <fieldValue name='cylinderTranslation' value='1.59831 0.18257 -1.90892'/> |
2839 | <fieldValue name='coneTranslation' value='1.85740 0.33396 -1.91717'/> |
2840 | <fieldValue name='rotation' value='-2.53024 0 -79.43695 1.04221'/> |
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.45367'/> |
2849 | <fieldValue name='cylinderTranslation' value='1.28505 -0.09738 -2.10149'/> |
2850 | <fieldValue name='coneTranslation' value='1.30977 -0.11148 -2.16196'/> |
2851 | <fieldValue name='rotation' value='-41.04603 0 -16.78418 1.78342'/> |
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.70070'/> |
2860 | <fieldValue name='cylinderTranslation' value='1.40689 0.14405 -1.68904'/> |
2861 | <fieldValue name='coneTranslation' value='1.51868 0.24921 -1.57645'/> |
2862 | <fieldValue name='rotation' value='41.44470 0 -41.15225 0.98547'/> |
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.97084'/> |
2871 | <fieldValue name='cylinderTranslation' value='1.58350 -0.11829 -2.18729'/> |
2872 | <fieldValue name='coneTranslation' value='1.83983 -0.16439 -2.38240'/> |
2873 | <fieldValue name='rotation' value='-58.20574 0 -76.47405 1.71296'/> |
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.77166'/> |
2882 | <fieldValue name='cylinderTranslation' value='0.99927 -0.37694 -1.86610'/> |
2883 | <fieldValue name='coneTranslation' value='0.88113 -0.56859 -1.84844'/> |
2884 | <fieldValue name='rotation' value='6.03363 -0.00000 40.37039 2.58420'/> |
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.20526'/> |
2893 | <fieldValue name='cylinderTranslation' value='1.23344 -0.12260 -1.96066'/> |
2894 | <fieldValue name='coneTranslation' value='1.21538 -0.08174 -1.92466'/> |
2895 | <fieldValue name='rotation' value='-12.87837 0 -6.46251 2.36340'/> |
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.42076'/> |
2904 | <fieldValue name='cylinderTranslation' value='1.23339 -0.06218 -2.10377'/> |
2905 | <fieldValue name='coneTranslation' value='1.24111 -0.06521 -2.15346'/> |
2906 | <fieldValue name='rotation' value='-41.50145 0 -6.45187 1.63103'/> |
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.99403'/> |
2915 | <fieldValue name='cylinderTranslation' value='1.64954 -0.06123 -2.11031'/> |
2916 | <fieldValue name='coneTranslation' value='1.95359 -0.06917 -2.25546'/> |
2917 | <fieldValue name='rotation' value='-42.81020 0 -89.68181 1.59437'/> |
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.49927'/> |
2926 | <fieldValue name='cylinderTranslation' value='1.40748 -0.01266 -1.76069'/> |
2927 | <fieldValue name='coneTranslation' value='1.48157 0.00057 -1.71201'/> |
2928 | <fieldValue name='rotation' value='27.11427 0 -41.27028 1.42265'/> |
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='0.52312'/> |
2937 | <fieldValue name='cylinderTranslation' value='1.32522 -0.04799 -2.12651'/> |
2938 | <fieldValue name='coneTranslation' value='1.37341 -0.04740 -2.21591'/> |
2939 | <fieldValue name='rotation' value='-46.04850 0 -24.81957 1.56499'/> |
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='1.67525'/> |
2948 | <fieldValue name='cylinderTranslation' value='0.43186 0.27886 -1.85137'/> |
2949 | <fieldValue name='coneTranslation' value='-0.19046 0.54451 -1.81505'/> |
2950 | <fieldValue name='rotation' value='8.97890 -0.00000 153.85296 1.16796'/> |
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.88529'/> |
2959 | <fieldValue name='cylinderTranslation' value='1.41340 -0.05858 -2.28458'/> |
2960 | <fieldValue name='coneTranslation' value='1.54895 -0.06438 -2.53254'/> |
2961 | <fieldValue name='rotation' value='-77.66400 0 -42.45533 1.59130'/> |
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='1.10116'/> |
2970 | <fieldValue name='cylinderTranslation' value='1.30640 0.00914 -1.35903'/> |
2971 | <fieldValue name='coneTranslation' value='1.38109 0.05075 -0.97792'/> |
2972 | <fieldValue name='rotation' value='107.44624 0 -21.05565 1.46407'/> |
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.93231'/> |
2981 | <fieldValue name='cylinderTranslation' value='1.40559 -0.36847 -2.16785'/> |
2982 | <fieldValue name='coneTranslation' value='1.53988 -0.57795 -2.34622'/> |
2983 | <fieldValue name='rotation' value='-54.31736 0 -40.89280 2.32435'/> |
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.47629'/> |
2992 | <fieldValue name='cylinderTranslation' value='1.28946 -0.00994 -2.11385'/> |
2993 | <fieldValue name='coneTranslation' value='1.31845 0.00305 -2.18524'/> |
2994 | <fieldValue name='rotation' value='-43.51677 0 -17.66719 1.40385'/> |
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.86373'/> |
3003 | <fieldValue name='cylinderTranslation' value='1.25339 -0.07096 -2.32442'/> |
3004 | <fieldValue name='coneTranslation' value='1.28628 -0.08446 -2.59395'/> |
3005 | <fieldValue name='rotation' value='-85.63083 0 -10.45181 1.62047'/> |
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='0.84251'/> |
3014 | <fieldValue name='cylinderTranslation' value='1.05715 0.06556 -2.27506'/> |
3015 | <fieldValue name='coneTranslation' value='0.96786 0.13692 -2.50999'/> |
3016 | <fieldValue name='rotation' value='-75.75954 0 28.79523 1.29412'/> |
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.84251'/> |
3025 | <fieldValue name='cylinderTranslation' value='1.05715 0.06556 -2.27506'/> |
3026 | <fieldValue name='coneTranslation' value='0.96786 0.13692 -2.50999'/> |
3027 | <fieldValue name='rotation' value='-75.75954 0 28.79523 1.29412'/> |
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.50807'/> |
3036 | <fieldValue name='cylinderTranslation' value='0.04002 -1.96911 0.36411'/> |
3037 | <fieldValue name='coneTranslation' value='0.06610 -2.03165 0.29890'/> |
3038 | <fieldValue name='rotation' value='-35.22856 0 -14.09123 2.29837'/> |
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.81342'/> |
3047 | <fieldValue name='cylinderTranslation' value='0.06341 -2.00950 0.20442'/> |
3048 | <fieldValue name='coneTranslation' value='0.12033 -2.13649 0.00071'/> |
3049 | <fieldValue name='rotation' value='-67.16500 0 -18.76911 2.11149'/> |
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.97274'/> |
3058 | <fieldValue name='cylinderTranslation' value='0.02957 -2.27155 0.64392'/> |
3059 | <fieldValue name='coneTranslation' value='0.06984 -2.58786 0.71348'/> |
3060 | <fieldValue name='rotation' value='20.73330 0 -12.00201 2.89275'/> |
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.84312'/> |
3069 | <fieldValue name='cylinderTranslation' value='-0.27433 -1.50005 0.37243'/> |
3070 | <fieldValue name='coneTranslation' value='-0.42565 -1.31385 0.26830'/> |
3071 | <fieldValue name='rotation' value='-33.56389 0 48.77830 0.77859'/> |
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.97308'/> |
3080 | <fieldValue name='cylinderTranslation' value='0.02579 -2.27300 0.64017'/> |
3081 | <fieldValue name='coneTranslation' value='0.06353 -2.59034 0.70724'/> |
3082 | <fieldValue name='rotation' value='19.98508 0 -11.24610 2.90369'/> |
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='0.97343'/> |
3091 | <fieldValue name='cylinderTranslation' value='0.02203 -2.27436 0.63652'/> |
3092 | <fieldValue name='coneTranslation' value='0.05724 -2.59268 0.70115'/> |
3093 | <fieldValue name='rotation' value='19.25454 0 -10.49305 2.91438'/> |
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.90182'/> |
3102 | <fieldValue name='cylinderTranslation' value='0.02725 -2.23496 0.43566'/> |
3103 | <fieldValue name='coneTranslation' value='0.06446 -2.51548 0.36818'/> |
3104 | <fieldValue name='rotation' value='-20.91864 0 -11.53684 2.87349'/> |
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.82166'/> |
3113 | <fieldValue name='cylinderTranslation' value='0.33549 -1.85253 0.71951'/> |
3114 | <fieldValue name='coneTranslation' value='0.55891 -1.88450 0.82895'/> |
3115 | <fieldValue name='rotation' value='35.85143 0 -73.18633 1.69862'/> |
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.56878'/> |
3124 | <fieldValue name='cylinderTranslation' value='0.01320 -2.06827 0.62444'/> |
3125 | <fieldValue name='coneTranslation' value='0.03229 -2.18554 0.66127'/> |
3126 | <fieldValue name='rotation' value='16.83894 0 -8.72752 2.80162'/> |
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.54678'/> |
3135 | <fieldValue name='cylinderTranslation' value='0.01067 -2.05766 0.62239'/> |
3136 | <fieldValue name='coneTranslation' value='0.02772 -2.16445 0.65645'/> |
3137 | <fieldValue name='rotation' value='16.42774 0 -8.22229 2.79895'/> |
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.87447'/> |
3146 | <fieldValue name='cylinderTranslation' value='-0.17835 -2.21139 0.52642'/> |
3147 | <fieldValue name='coneTranslation' value='-0.27213 -2.47213 0.51765'/> |
3148 | <fieldValue name='rotation' value='-2.76642 0 29.58164 2.79494'/> |
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='1.07744'/> |
3157 | <fieldValue name='cylinderTranslation' value='0.12651 -1.56862 0.07984'/> |
3158 | <fieldValue name='coneTranslation' value='0.23685 -1.40585 -0.24382'/> |
3159 | <fieldValue name='rotation' value='-92.08139 0 -31.39024 1.12654'/> |
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.83198'/> |
3168 | <fieldValue name='cylinderTranslation' value='-0.35270 -1.79285 0.80320'/> |
3169 | <fieldValue name='coneTranslation' value='-0.55100 -1.78835 0.96502'/> |
3170 | <fieldValue name='rotation' value='52.59077 -0.00000 64.45133 1.55323'/> |
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.92086'/> |
3179 | <fieldValue name='cylinderTranslation' value='0.03905 -2.23506 0.67450'/> |
3180 | <fieldValue name='coneTranslation' value='0.08438 -2.51884 0.76210'/> |
3181 | <fieldValue name='rotation' value='26.85068 0 -13.89698 2.80707'/> |
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.76437'/> |
3190 | <fieldValue name='cylinderTranslation' value='-0.21355 -2.09551 0.69933'/> |
3191 | <fieldValue name='coneTranslation' value='-0.32000 -2.26721 0.79182'/> |
3192 | <fieldValue name='rotation' value='31.81680 -0.00000 36.62162 2.45401'/> |
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.54678'/> |
3201 | <fieldValue name='cylinderTranslation' value='0.01067 -2.05766 0.62239'/> |
3202 | <fieldValue name='coneTranslation' value='0.02772 -2.16445 0.65645'/> |
3203 | <fieldValue name='rotation' value='16.42774 0 -8.22229 2.79895'/> |
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='1.08808'/> |
3212 | <fieldValue name='cylinderTranslation' value='0.20240 -1.38003 0.28480'/> |
3213 | <fieldValue name='coneTranslation' value='0.36676 -1.08345 0.10448'/> |
3214 | <fieldValue name='rotation' value='-51.08953 0 -46.56776 0.68843'/> |
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.43049'/> |
3223 | <fieldValue name='cylinderTranslation' value='-0.19090 -1.93551 0.49269'/> |
3224 | <fieldValue name='coneTranslation' value='-0.23208 -1.97026 0.48048'/> |
3225 | <fieldValue name='rotation' value='-9.51258 0 32.09193 2.25086'/> |
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.36315'/> |
3234 | <fieldValue name='cylinderTranslation' value='-0.00586 -1.97078 0.59729'/> |
3235 | <fieldValue name='coneTranslation' value='-0.00293 -1.99105 0.60407'/> |
3236 | <fieldValue name='rotation' value='11.40862 0 -4.91663 2.79245'/> |
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.91196'/> |
3245 | <fieldValue name='cylinderTranslation' value='0.11516 -1.38470 0.65904'/> |
3246 | <fieldValue name='coneTranslation' value='0.20967 -1.11502 0.73616'/> |
3247 | <fieldValue name='rotation' value='23.75915 0 -29.12002 0.42477'/> |
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='1.01481'/> |
3256 | <fieldValue name='cylinderTranslation' value='0.34941 -1.46493 0.56851'/> |
3257 | <fieldValue name='coneTranslation' value='0.60947 -1.23540 0.58785'/> |
3258 | <fieldValue name='rotation' value='5.65165 0 -75.96881 0.84907'/> |
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.97274'/> |
3267 | <fieldValue name='cylinderTranslation' value='0.02957 -2.27155 0.64392'/> |
3268 | <fieldValue name='coneTranslation' value='0.06984 -2.58786 0.71348'/> |
3269 | <fieldValue name='rotation' value='20.73330 0 -12.00201 2.89275'/> |
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.42352'/> |
3278 | <fieldValue name='cylinderTranslation' value='-0.21951 -1.75142 0.62221'/> |
3279 | <fieldValue name='coneTranslation' value='-0.26572 -1.73950 0.64225'/> |
3280 | <fieldValue name='rotation' value='16.39304 -0.00000 37.81411 1.33854'/> |
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.46865'/> |
3289 | <fieldValue name='cylinderTranslation' value='-0.09295 -1.99923 0.64688'/> |
3290 | <fieldValue name='coneTranslation' value='-0.11278 -2.06237 0.68070'/> |
3291 | <fieldValue name='rotation' value='21.32641 -0.00000 12.50220 2.58595'/> |
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.92423'/> |
3300 | <fieldValue name='cylinderTranslation' value='-2.33907 0.11742 0.42949'/> |
3301 | <fieldValue name='coneTranslation' value='-2.60305 0.20888 0.54447'/> |
3302 | <fieldValue name='rotation' value='35.17440 -0.00000 80.75814 1.26323'/> |
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.31770'/> |
3311 | <fieldValue name='cylinderTranslation' value='-1.89069 -0.16708 0.20530'/> |
3312 | <fieldValue name='coneTranslation' value='-1.89102 -0.16603 0.20565'/> |
3313 | <fieldValue name='rotation' value='-9.66483 0 -8.91701 2.71484'/> |
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.92423'/> |
3322 | <fieldValue name='cylinderTranslation' value='-2.33907 0.11742 0.42949'/> |
3323 | <fieldValue name='coneTranslation' value='-2.60305 0.20888 0.54447'/> |
3324 | <fieldValue name='rotation' value='35.17440 -0.00000 80.75814 1.26323'/> |
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='1.10658'/> |
3333 | <fieldValue name='cylinderTranslation' value='-1.38504 -0.07208 0.28379'/> |
3334 | <fieldValue name='coneTranslation' value='-0.99392 -0.10733 0.30523'/> |
3335 | <fieldValue name='rotation' value='6.03358 0 -110.04761 1.66055'/> |
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='1.43732'/> |
3344 | <fieldValue name='cylinderTranslation' value='-1.57239 -0.53420 0.60424'/> |
3345 | <fieldValue name='coneTranslation' value='-1.29030 -0.93198 0.87680'/> |
3346 | <fieldValue name='rotation' value='70.12385 0 -72.57658 2.36320'/> |
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.92436'/> |
3355 | <fieldValue name='cylinderTranslation' value='-2.33789 0.12194 0.42870'/> |
3356 | <fieldValue name='coneTranslation' value='-2.60113 0.21636 0.54317'/> |
3357 | <fieldValue name='rotation' value='35.01626 -0.00000 80.52306 1.25300'/> |
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.92407'/> |
3366 | <fieldValue name='cylinderTranslation' value='-2.34087 0.11079 0.43029'/> |
3367 | <fieldValue name='coneTranslation' value='-2.60601 0.19790 0.54578'/> |
3368 | <fieldValue name='rotation' value='35.33433 -0.00000 81.11830 1.27821'/> |
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='1.41977'/> |
3377 | <fieldValue name='cylinderTranslation' value='-1.73643 0.27389 -0.36003'/> |
3378 | <fieldValue name='coneTranslation' value='-1.58241 0.50347 -0.83537'/> |
3379 | <fieldValue name='rotation' value='-122.72940 0 -39.76864 1.14011'/> |
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.46691'/> |
3388 | <fieldValue name='cylinderTranslation' value='-2.15523 -0.00687 0.33029'/> |
3389 | <fieldValue name='coneTranslation' value='-2.22444 -0.00196 0.35442'/> |
3390 | <fieldValue name='rotation' value='15.33503 -0.00000 43.99055 1.50387'/> |
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.59618'/> |
3399 | <fieldValue name='cylinderTranslation' value='-2.15983 0.09894 0.40754'/> |
3400 | <fieldValue name='coneTranslation' value='-2.26385 0.15519 0.47884'/> |
3401 | <fieldValue name='rotation' value='30.78314 -0.00000 44.91032 1.15125'/> |
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.59618'/> |
3410 | <fieldValue name='cylinderTranslation' value='-2.15983 0.09894 0.40754'/> |
3411 | <fieldValue name='coneTranslation' value='-2.26385 0.15519 0.47884'/> |
3412 | <fieldValue name='rotation' value='30.78314 -0.00000 44.91032 1.15125'/> |
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.66714'/> |
3421 | <fieldValue name='cylinderTranslation' value='-2.04004 -0.01447 -0.06297'/> |
3422 | <fieldValue name='coneTranslation' value='-2.09455 -0.01031 -0.22771'/> |
3423 | <fieldValue name='rotation' value='-63.31847 0 20.95172 1.54679'/> |
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.80845'/> |
3432 | <fieldValue name='cylinderTranslation' value='-2.30195 0.06578 0.10816'/> |
3433 | <fieldValue name='coneTranslation' value='-2.52349 0.11911 0.02028'/> |
3434 | <fieldValue name='rotation' value='-29.09104 0 73.33476 1.35067'/> |
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.21343'/> |
3443 | <fieldValue name='cylinderTranslation' value='-1.83371 -0.05446 0.24659'/> |
3444 | <fieldValue name='coneTranslation' value='-1.88443 -0.03849 0.25010'/> |
3445 | <fieldValue name='rotation' value='-1.40672 0 -20.31332 1.87515'/> |
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.92407'/> |
3454 | <fieldValue name='cylinderTranslation' value='-2.34087 0.11079 0.43029'/> |
3455 | <fieldValue name='coneTranslation' value='-2.60601 0.19790 0.54578'/> |
3456 | <fieldValue name='rotation' value='35.33433 -0.00000 81.11830 1.27821'/> |
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.86426'/> |
3465 | <fieldValue name='cylinderTranslation' value='-2.33950 0.03545 0.39498'/> |
3466 | <fieldValue name='coneTranslation' value='-2.59406 0.07194 0.48400'/> |
3467 | <fieldValue name='rotation' value='28.27175 -0.00000 80.84466 1.43632'/> |
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.66647'/> |
3476 | <fieldValue name='cylinderTranslation' value='-2.24936 -0.11500 0.31561'/> |
3477 | <fieldValue name='coneTranslation' value='-2.41263 -0.16309 0.34783'/> |
3478 | <fieldValue name='rotation' value='12.39790 -0.00000 62.81546 1.85212'/> |
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.68516'/> |
3487 | <fieldValue name='cylinderTranslation' value='-2.16439 -0.18463 0.45002'/> |
3488 | <fieldValue name='coneTranslation' value='-2.28650 -0.27105 0.55469'/> |
3489 | <fieldValue name='rotation' value='39.28016 -0.00000 45.82293 2.06386'/> |
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.53334'/> |
3498 | <fieldValue name='cylinderTranslation' value='-1.81383 -0.25484 0.30231'/> |
3499 | <fieldValue name='coneTranslation' value='-1.76525 -0.34779 0.32179'/> |
3500 | <fieldValue name='rotation' value='9.73863 0 -24.28953 2.62874'/> |
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.71139'/> |
3509 | <fieldValue name='cylinderTranslation' value='-1.50644 -0.38653 0.08254'/> |
3510 | <fieldValue name='coneTranslation' value='-1.69332 -0.34535 0.12349'/> |
3511 | <fieldValue name='rotation' value='14.88677 -0.00000 67.93404 1.35880'/> |
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.70684'/> |
3520 | <fieldValue name='cylinderTranslation' value='-1.43813 -0.51249 -0.21247'/> |
3521 | <fieldValue name='coneTranslation' value='-1.58665 -0.54047 -0.33319'/> |
3522 | <fieldValue name='rotation' value='-44.11510 0 54.27338 1.71595'/> |
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.93464'/> |
3531 | <fieldValue name='cylinderTranslation' value='-1.56779 -0.67897 -0.09300'/> |
3532 | <fieldValue name='coneTranslation' value='-1.83151 -0.82206 -0.15949'/> |
3533 | <fieldValue name='rotation' value='-20.22154 0 80.20389 2.05513'/> |
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.37612'/> |
3542 | <fieldValue name='cylinderTranslation' value='-1.24829 -0.31993 -0.08525'/> |
3543 | <fieldValue name='coneTranslation' value='-1.26045 -0.29883 -0.09918'/> |
3544 | <fieldValue name='rotation' value='-18.67129 0 16.30449 0.71956'/> |
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.56493'/> |
3553 | <fieldValue name='cylinderTranslation' value='-1.00078 -0.29152 0.16103'/> |
3554 | <fieldValue name='coneTranslation' value='-0.92882 -0.21788 0.22733'/> |
3555 | <fieldValue name='rotation' value='30.58518 0 -33.19657 0.92564'/> |
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='1.00235'/> |
3564 | <fieldValue name='cylinderTranslation' value='-0.84249 -0.83066 0.10636'/> |
3565 | <fieldValue name='coneTranslation' value='-0.62175 -1.08205 0.17324'/> |
3566 | <fieldValue name='rotation' value='19.65062 0 -64.85457 2.39918'/> |
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='1.03231'/> |
3575 | <fieldValue name='cylinderTranslation' value='-0.86119 -0.07215 -0.13870'/> |
3576 | <fieldValue name='coneTranslation' value='-0.65034 0.19641 -0.24000'/> |
3577 | <fieldValue name='rotation' value='-29.36122 0 -61.11480 0.71656'/> |
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.77193'/> |
3586 | <fieldValue name='cylinderTranslation' value='-1.08481 -0.08946 -0.05461'/> |
3587 | <fieldValue name='coneTranslation' value='-1.03683 0.12829 -0.09132'/> |
3588 | <fieldValue name='rotation' value='-12.54201 0 -16.39108 0.27066'/> |
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.54583'/> |
3597 | <fieldValue name='cylinderTranslation' value='-1.12655 -0.65856 0.19245'/> |
3598 | <fieldValue name='coneTranslation' value='-1.10991 -0.74014 0.26872'/> |
3599 | <fieldValue name='rotation' value='36.86943 0 -8.04348 2.37823'/> |
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.53051'/> |
3608 | <fieldValue name='cylinderTranslation' value='-1.41522 -0.50582 0.08968'/> |
3609 | <fieldValue name='coneTranslation' value='-1.51381 -0.52346 0.12205'/> |
3610 | <fieldValue name='rotation' value='16.31594 -0.00000 49.69060 1.73916'/> |
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.52924'/> |
3619 | <fieldValue name='cylinderTranslation' value='-1.39641 -0.56972 0.08258'/> |
3620 | <fieldValue name='coneTranslation' value='-1.48721 -0.61255 0.11202'/> |
3621 | <fieldValue name='rotation' value='14.89430 -0.00000 45.92924 1.99265'/> |
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='1.00323'/> |
3630 | <fieldValue name='cylinderTranslation' value='-0.87665 -0.08164 -0.14440'/> |
3631 | <fieldValue name='coneTranslation' value='-0.67908 0.17697 -0.24826'/> |
3632 | <fieldValue name='rotation' value='-30.50029 0 -58.02287 0.71206'/> |
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='0.56395'/> |
3641 | <fieldValue name='cylinderTranslation' value='-1.42734 -0.48718 0.11273'/> |
3642 | <fieldValue name='coneTranslation' value='-1.54005 -0.49834 0.15800'/> |
3643 | <fieldValue name='rotation' value='20.92622 -0.00000 52.11406 1.66245'/> |
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='1.73813'/> |
3652 | <fieldValue name='cylinderTranslation' value='-0.44165 -0.89923 -0.18623'/> |
3653 | <fieldValue name='coneTranslation' value='0.14997 -1.25648 -0.34479'/> |
3654 | <fieldValue name='rotation' value='-38.86688 0 -145.02310 2.09882'/> |
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='0.52924'/> |
3663 | <fieldValue name='cylinderTranslation' value='-1.39641 -0.56972 0.08258'/> |
3664 | <fieldValue name='coneTranslation' value='-1.48721 -0.61255 0.11202'/> |
3665 | <fieldValue name='rotation' value='14.89430 -0.00000 45.92924 1.99265'/> |
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.94121'/> |
3674 | <fieldValue name='cylinderTranslation' value='-1.58535 -0.62206 0.15107'/> |
3675 | <fieldValue name='coneTranslation' value='-1.86162 -0.72811 0.24543'/> |
3676 | <fieldValue name='rotation' value='28.59357 -0.00000 83.71626 1.91925'/> |
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='0.52457'/> |
3685 | <fieldValue name='cylinderTranslation' value='-1.40030 -0.54982 0.08831'/> |
3686 | <fieldValue name='coneTranslation' value='-1.49137 -0.58431 0.11958'/> |
3687 | <fieldValue name='rotation' value='16.04033 -0.00000 46.70676 1.91476'/> |
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.71679'/> |
3696 | <fieldValue name='cylinderTranslation' value='-1.44946 -0.27391 0.12383'/> |
3697 | <fieldValue name='coneTranslation' value='-1.60594 -0.17013 0.18789'/> |
3698 | <fieldValue name='rotation' value='23.14489 -0.00000 56.53773 1.02035'/> |
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.67262'/> |
3707 | <fieldValue name='cylinderTranslation' value='-1.38282 -0.54164 -0.23681'/> |
3708 | <fieldValue name='coneTranslation' value='-1.49608 -0.58372 -0.36521'/> |
3709 | <fieldValue name='rotation' value='-48.98344 0 43.21003 1.81179'/> |
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.61843'/> |
3718 | <fieldValue name='cylinderTranslation' value='-1.29381 -0.70180 -0.13910'/> |
3719 | <fieldValue name='coneTranslation' value='-1.35512 -0.81782 -0.21014'/> |
3720 | <fieldValue name='rotation' value='-29.44082 0 25.40905 2.46153'/> |
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.62811'/> |
3729 | <fieldValue name='cylinderTranslation' value='-1.42957 -0.47429 0.17955'/> |
3730 | <fieldValue name='coneTranslation' value='-1.55849 -0.48063 0.26366'/> |
3731 | <fieldValue name='rotation' value='34.29023 -0.00000 52.56152 1.61194'/> |
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.92349'/> |
3740 | <fieldValue name='cylinderTranslation' value='-2.14255 -0.75265 -1.20031'/> |
3741 | <fieldValue name='coneTranslation' value='-2.39407 -0.82173 -1.35201'/> |
3742 | <fieldValue name='rotation' value='-46.42597 0 76.98011 1.80178'/> |
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.69593'/> |
3751 | <fieldValue name='cylinderTranslation' value='-1.89253 -0.95248 -0.87058'/> |
3752 | <fieldValue name='coneTranslation' value='-1.96540 -1.11753 -0.81786'/> |
3753 | <fieldValue name='rotation' value='19.52088 -0.00000 26.97775 2.64266'/> |
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.80872'/> |
3762 | <fieldValue name='cylinderTranslation' value='-1.55064 -0.31608 -1.07398'/> |
3763 | <fieldValue name='coneTranslation' value='-1.42555 -0.11614 -1.13791'/> |
3764 | <fieldValue name='rotation' value='-21.15897 0 -41.40084 0.61249'/> |
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.54372'/> |
3773 | <fieldValue name='cylinderTranslation' value='-1.73357 -0.60528 -0.70062'/> |
3774 | <fieldValue name='coneTranslation' value='-1.72367 -0.58813 -0.59052'/> |
3775 | <fieldValue name='rotation' value='53.51375 0 -4.81443 1.41694'/> |
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='Arc'> |
3783 | <fieldValue name='cylinderHeight' value='1.82837'/> |
3784 | <fieldValue name='cylinderTranslation' value='-0.92373 -0.85131 -0.65426'/> |
3785 | <fieldValue name='coneTranslation' value='-0.23576 -1.01991 -0.39528'/> |
3786 | <fieldValue name='rotation' value='62.78479 0 -166.78343 1.79625'/> |
3787 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3788 | <fieldValue name='ballRadius' value='0.02'/> |
3789 | <fieldValue name='traceEnabled' value='false'/> |
3790 | <fieldValue name='displayMode'/> |
3791 | <fieldValue name='transparency' value='0'/> |
3792 | </ProtoInstance> |
3793 | <ProtoInstance name='Arc'> |
3794 | <fieldValue name='cylinderHeight' value='0.58991'/> |
3795 | <fieldValue name='cylinderTranslation' value='-2.00920 -0.79109 -0.91397'/> |
3796 | <fieldValue name='coneTranslation' value='-2.12429 -0.85705 -0.88917'/> |
3797 | <fieldValue name='rotation' value='10.84216 -0.00000 50.31024 2.08144'/> |
3798 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3799 | <fieldValue name='ballRadius' value='0.02'/> |
3800 | <fieldValue name='traceEnabled' value='false'/> |
3801 | <fieldValue name='displayMode'/> |
3802 | <fieldValue name='transparency' value='0'/> |
3803 | </ProtoInstance> |
3804 | <ProtoInstance name='Arc'> |
3805 | <fieldValue name='cylinderHeight' value='0.55281'/> |
3806 | <fieldValue name='cylinderTranslation' value='-2.02194 -0.56757 -0.98398'/> |
3807 | <fieldValue name='coneTranslation' value='-2.13324 -0.53414 -0.99063'/> |
3808 | <fieldValue name='rotation' value='-3.15807 0 52.85840 1.27955'/> |
3809 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3810 | <fieldValue name='ballRadius' value='0.02'/> |
3811 | <fieldValue name='traceEnabled' value='false'/> |
3812 | <fieldValue name='displayMode'/> |
3813 | <fieldValue name='transparency' value='0'/> |
3814 | </ProtoInstance> |
3815 | <ProtoInstance name='Arc'> |
3816 | <fieldValue name='cylinderHeight' value='0.92048'/> |
3817 | <fieldValue name='cylinderTranslation' value='-2.10342 -0.82762 -1.21235'/> |
3818 | <fieldValue name='coneTranslation' value='-2.32898 -0.94549 -1.37163'/> |
3819 | <fieldValue name='rotation' value='-48.83306 0 69.15444 1.97423'/> |
3820 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3821 | <fieldValue name='ballRadius' value='0.02'/> |
3822 | <fieldValue name='traceEnabled' value='false'/> |
3823 | <fieldValue name='displayMode'/> |
3824 | <fieldValue name='transparency' value='0'/> |
3825 | </ProtoInstance> |
3826 | <ProtoInstance name='Arc'> |
3827 | <fieldValue name='cylinderHeight' value='0.92312'/> |
3828 | <fieldValue name='cylinderTranslation' value='-2.14060 -0.75648 -1.20139'/> |
3829 | <fieldValue name='coneTranslation' value='-2.39079 -0.82806 -1.35376'/> |
3830 | <fieldValue name='rotation' value='-46.64121 0 76.58997 1.81042'/> |
3831 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3832 | <fieldValue name='ballRadius' value='0.02'/> |
3833 | <fieldValue name='traceEnabled' value='false'/> |
3834 | <fieldValue name='displayMode'/> |
3835 | <fieldValue name='transparency' value='0'/> |
3836 | </ProtoInstance> |
3837 | <ProtoInstance name='Arc'> |
3838 | <fieldValue name='cylinderHeight' value='0.92048'/> |
3839 | <fieldValue name='cylinderTranslation' value='-2.10342 -0.82762 -1.21235'/> |
3840 | <fieldValue name='coneTranslation' value='-2.32898 -0.94549 -1.37163'/> |
3841 | <fieldValue name='rotation' value='-48.83306 0 69.15444 1.97423'/> |
3842 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3843 | <fieldValue name='ballRadius' value='0.02'/> |
3844 | <fieldValue name='traceEnabled' value='false'/> |
3845 | <fieldValue name='displayMode'/> |
3846 | <fieldValue name='transparency' value='0'/> |
3847 | </ProtoInstance> |
3848 | <ProtoInstance name='Arc'> |
3849 | <fieldValue name='cylinderHeight' value='0.92312'/> |
3850 | <fieldValue name='cylinderTranslation' value='-2.14060 -0.75648 -1.20139'/> |
3851 | <fieldValue name='coneTranslation' value='-2.39079 -0.82806 -1.35376'/> |
3852 | <fieldValue name='rotation' value='-46.64121 0 76.58997 1.81042'/> |
3853 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3854 | <fieldValue name='ballRadius' value='0.02'/> |
3855 | <fieldValue name='traceEnabled' value='false'/> |
3856 | <fieldValue name='displayMode'/> |
3857 | <fieldValue name='transparency' value='0'/> |
3858 | </ProtoInstance> |
3859 | <ProtoInstance name='Arc'> |
3860 | <fieldValue name='cylinderHeight' value='0.65083'/> |
3861 | <fieldValue name='cylinderTranslation' value='-2.06399 -0.72766 -0.89381'/> |
3862 | <fieldValue name='coneTranslation' value='-2.21971 -0.76869 -0.85601'/> |
3863 | <fieldValue name='rotation' value='14.87406 -0.00000 61.26925 1.82146'/> |
3864 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3865 | <fieldValue name='ballRadius' value='0.02'/> |
3866 | <fieldValue name='traceEnabled' value='false'/> |
3867 | <fieldValue name='displayMode'/> |
3868 | <fieldValue name='transparency' value='0'/> |
3869 | </ProtoInstance> |
3870 | <ProtoInstance name='Arc'> |
3871 | <fieldValue name='cylinderHeight' value='0.92240'/> |
3872 | <fieldValue name='cylinderTranslation' value='-2.09277 -0.85888 -1.20372'/> |
3873 | <fieldValue name='coneTranslation' value='-2.31164 -0.99729 -1.35754'/> |
3874 | <fieldValue name='rotation' value='-47.10724 0 67.02539 2.04827'/> |
3875 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3876 | <fieldValue name='ballRadius' value='0.02'/> |
3877 | <fieldValue name='traceEnabled' value='false'/> |
3878 | <fieldValue name='displayMode'/> |
3879 | <fieldValue name='transparency' value='0'/> |
3880 | </ProtoInstance> |
3881 | <ProtoInstance name='Arc'> |
3882 | <fieldValue name='cylinderHeight' value='0.92241'/> |
3883 | <fieldValue name='cylinderTranslation' value='-2.09283 -0.85894 -1.20359'/> |
3884 | <fieldValue name='coneTranslation' value='-2.31174 -0.99739 -1.35733'/> |
3885 | <fieldValue name='rotation' value='-47.08141 0 67.03776 2.04841'/> |
3886 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3887 | <fieldValue name='ballRadius' value='0.02'/> |
3888 | <fieldValue name='traceEnabled' value='false'/> |
3889 | <fieldValue name='displayMode'/> |
3890 | <fieldValue name='transparency' value='0'/> |
3891 | </ProtoInstance> |
3892 | <ProtoInstance name='Arc'> |
3893 | <fieldValue name='cylinderHeight' value='0.95213'/> |
3894 | <fieldValue name='cylinderTranslation' value='-1.95122 -0.32670 -0.67388'/> |
3895 | <fieldValue name='coneTranslation' value='-2.07974 -0.11410 -0.47848'/> |
3896 | <fieldValue name='rotation' value='58.86199 -0.00000 38.71496 0.83299'/> |
3897 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3898 | <fieldValue name='ballRadius' value='0.02'/> |
3899 | <fieldValue name='traceEnabled' value='false'/> |
3900 | <fieldValue name='displayMode'/> |
3901 | <fieldValue name='transparency' value='0'/> |
3902 | </ProtoInstance> |
3903 | <ProtoInstance name='Arc'> |
3904 | <fieldValue name='cylinderHeight' value='0.87703'/> |
3905 | <fieldValue name='cylinderTranslation' value='-2.17397 -0.64920 -1.10589'/> |
3906 | <fieldValue name='coneTranslation' value='-2.43840 -0.65064 -1.19335'/> |
3907 | <fieldValue name='rotation' value='-27.54063 0 83.26544 1.57595'/> |
3908 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3909 | <fieldValue name='ballRadius' value='0.02'/> |
3910 | <fieldValue name='traceEnabled' value='false'/> |
3911 | <fieldValue name='displayMode'/> |
3912 | <fieldValue name='transparency' value='0'/> |
3913 | </ProtoInstance> |
3914 | <ProtoInstance name='Arc'> |
3915 | <fieldValue name='cylinderHeight' value='0.51232'/> |
3916 | <fieldValue name='cylinderTranslation' value='-1.67826 -0.63442 -0.72496'/> |
3917 | <fieldValue name='coneTranslation' value='-1.64845 -0.62972 -0.63365'/> |
3918 | <fieldValue name='rotation' value='48.64542 0 -15.87779 1.52191'/> |
3919 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3920 | <fieldValue name='ballRadius' value='0.02'/> |
3921 | <fieldValue name='traceEnabled' value='false'/> |
3922 | <fieldValue name='displayMode'/> |
3923 | <fieldValue name='transparency' value='0'/> |
3924 | </ProtoInstance> |
3925 | <ProtoInstance name='Arc'> |
3926 | <fieldValue name='cylinderHeight' value='0.92259'/> |
3927 | <fieldValue name='cylinderTranslation' value='-2.09479 -0.85853 -1.20133'/> |
3928 | <fieldValue name='coneTranslation' value='-2.31499 -0.99673 -1.35360'/> |
3929 | <fieldValue name='rotation' value='-46.62843 0 67.42873 2.04732'/> |
3930 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3931 | <fieldValue name='ballRadius' value='0.02'/> |
3932 | <fieldValue name='traceEnabled' value='false'/> |
3933 | <fieldValue name='displayMode'/> |
3934 | <fieldValue name='transparency' value='0'/> |
3935 | </ProtoInstance> |
3936 | <ProtoInstance name='Arc'> |
3937 | <fieldValue name='cylinderHeight' value='0.81583'/> |
3938 | <fieldValue name='cylinderTranslation' value='-1.58925 -0.79458 -0.62724'/> |
3939 | <fieldValue name='coneTranslation' value='-1.48691 -0.88431 -0.42003'/> |
3940 | <fieldValue name='rotation' value='68.18803 0 -33.67877 1.94115'/> |
3941 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3942 | <fieldValue name='ballRadius' value='0.02'/> |
3943 | <fieldValue name='traceEnabled' value='false'/> |
3944 | <fieldValue name='displayMode'/> |
3945 | <fieldValue name='transparency' value='0'/> |
3946 | </ProtoInstance> |
3947 | <ProtoInstance name='Arc'> |
3948 | <fieldValue name='cylinderHeight' value='0.57614'/> |
3949 | <fieldValue name='cylinderTranslation' value='0.88199 0.14691 -2.36947'/> |
3950 | <fieldValue name='coneTranslation' value='0.86812 0.13192 -2.24304'/> |
3951 | <fieldValue name='rotation' value='56.87731 -0.00000 6.23779 1.68811'/> |
3952 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3953 | <fieldValue name='ballRadius' value='0.02'/> |
3954 | <fieldValue name='traceEnabled' value='false'/> |
3955 | <fieldValue name='displayMode'/> |
3956 | <fieldValue name='transparency' value='0'/> |
3957 | </ProtoInstance> |
3958 | <ProtoInstance name='Arc'> |
3959 | <fieldValue name='cylinderHeight' value='0.67400'/> |
3960 | <fieldValue name='cylinderTranslation' value='1.36021 -0.43954 -1.66316'/> |
3961 | <fieldValue name='coneTranslation' value='1.43953 -0.39761 -1.81573'/> |
3962 | <fieldValue name='rotation' value='-58.09835 0 -30.20513 1.33163'/> |
3963 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3964 | <fieldValue name='ballRadius' value='0.02'/> |
3965 | <fieldValue name='traceEnabled' value='false'/> |
3966 | <fieldValue name='displayMode'/> |
3967 | <fieldValue name='transparency' value='0'/> |
3968 | </ProtoInstance> |
3969 | <ProtoInstance name='Arc'> |
3970 | <fieldValue name='cylinderHeight' value='0.69266'/> |
3971 | <fieldValue name='cylinderTranslation' value='1.39042 -0.68311 -1.61820'/> |
3972 | <fieldValue name='coneTranslation' value='1.48792 -0.77121 -1.75030'/> |
3973 | <fieldValue name='rotation' value='-49.10703 0 -36.24683 2.06325'/> |
3974 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3975 | <fieldValue name='ballRadius' value='0.02'/> |
3976 | <fieldValue name='traceEnabled' value='false'/> |
3977 | <fieldValue name='displayMode'/> |
3978 | <fieldValue name='transparency' value='0'/> |
3979 | </ProtoInstance> |
3980 | <ProtoInstance name='Arc'> |
3981 | <fieldValue name='cylinderHeight' value='0.73046'/> |
3982 | <fieldValue name='cylinderTranslation' value='1.23747 -0.35753 -1.69886'/> |
3983 | <fieldValue name='coneTranslation' value='1.25336 -0.26659 -1.88215'/> |
3984 | <fieldValue name='rotation' value='-65.23801 0 -5.65676 1.11172'/> |
3985 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3986 | <fieldValue name='ballRadius' value='0.02'/> |
3987 | <fieldValue name='traceEnabled' value='false'/> |
3988 | <fieldValue name='displayMode'/> |
3989 | <fieldValue name='transparency' value='0'/> |
3990 | </ProtoInstance> |
3991 | <ProtoInstance name='Arc'> |
3992 | <fieldValue name='cylinderHeight' value='1.58426'/> |
3993 | <fieldValue name='cylinderTranslation' value='0.74632 -0.92823 -0.87662'/> |
3994 | <fieldValue name='coneTranslation' value='0.37696 -1.25450 -0.48076'/> |
3995 | <fieldValue name='rotation' value='99.21022 -0.00000 92.57202 2.11315'/> |
3996 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3997 | <fieldValue name='ballRadius' value='0.02'/> |
3998 | <fieldValue name='traceEnabled' value='false'/> |
3999 | <fieldValue name='displayMode'/> |
4000 | <fieldValue name='transparency' value='0'/> |
4001 | </ProtoInstance> |
4002 | <ProtoInstance name='Arc'> |
4003 | <fieldValue name='cylinderHeight' value='0.95818'/> |
4004 | <fieldValue name='cylinderTranslation' value='1.53624 -0.23357 -1.17047'/> |
4005 | <fieldValue name='coneTranslation' value='1.75407 -0.04322 -1.03579'/> |
4006 | <fieldValue name='rotation' value='40.44013 0 -65.41096 0.93162'/> |
4007 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4008 | <fieldValue name='ballRadius' value='0.02'/> |
4009 | <fieldValue name='traceEnabled' value='false'/> |
4010 | <fieldValue name='displayMode'/> |
4011 | <fieldValue name='transparency' value='0'/> |
4012 | </ProtoInstance> |
4013 | <ProtoInstance name='Arc'> |
4014 | <fieldValue name='cylinderHeight' value='0.44345'/> |
4015 | <fieldValue name='cylinderTranslation' value='1.28564 -0.08364 -2.53193'/> |
4016 | <fieldValue name='coneTranslation' value='1.28007 -0.08119 -2.47050'/> |
4017 | <fieldValue name='rotation' value='44.12948 -0.00000 3.99911 1.53112'/> |
4018 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4019 | <fieldValue name='ballRadius' value='0.02'/> |
4020 | <fieldValue name='traceEnabled' value='false'/> |
4021 | <fieldValue name='displayMode'/> |
4022 | <fieldValue name='transparency' value='0'/> |
4023 | </ProtoInstance> |
4024 | <ProtoInstance name='Arc'> |
4025 | <fieldValue name='cylinderHeight' value='0.32142'/> |
4026 | <fieldValue name='cylinderTranslation' value='1.83941 -1.87143 -1.80723'/> |
4027 | <fieldValue name='coneTranslation' value='1.83895 -1.87092 -1.80706'/> |
4028 | <fieldValue name='rotation' value='7.79942 -0.00000 21.06368 0.77375'/> |
4029 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4030 | <fieldValue name='ballRadius' value='0.02'/> |
4031 | <fieldValue name='traceEnabled' value='false'/> |
4032 | <fieldValue name='displayMode'/> |
4033 | <fieldValue name='transparency' value='0'/> |
4034 | </ProtoInstance> |
4035 | <ProtoInstance name='Arc'> |
4036 | <fieldValue name='cylinderHeight' value='0.83935'/> |
4037 | <fieldValue name='cylinderTranslation' value='-1.72414 -1.10012 -0.52964'/> |
4038 | <fieldValue name='coneTranslation' value='-1.53648 -1.00242 -0.37908'/> |
4039 | <fieldValue name='rotation' value='48.66715 0 -60.65652 1.18505'/> |
4040 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4041 | <fieldValue name='ballRadius' value='0.02'/> |
4042 | <fieldValue name='traceEnabled' value='false'/> |
4043 | <fieldValue name='displayMode'/> |
4044 | <fieldValue name='transparency' value='0'/> |
4045 | </ProtoInstance> |
4046 | <ProtoInstance name='Arc'> |
4047 | <fieldValue name='cylinderHeight' value='0.23986'/> |
4048 | <fieldValue name='cylinderTranslation' value='-0.10676 -0.97891 -0.43090'/> |
4049 | <fieldValue name='coneTranslation' value='-0.11243 -0.95326 -0.46116'/> |
4050 | <fieldValue name='rotation' value='18.11301 0 -3.39017 2.26546'/> |
4051 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4052 | <fieldValue name='ballRadius' value='0.02'/> |
4053 | <fieldValue name='traceEnabled' value='false'/> |
4054 | <fieldValue name='displayMode'/> |
4055 | <fieldValue name='transparency' value='0'/> |
4056 | </ProtoInstance> |
4057 | <ProtoInstance name='Arc'> |
4058 | <fieldValue name='cylinderHeight' value='0.65594'/> |
4059 | <fieldValue name='cylinderTranslation' value='-1.77780 -0.43765 -0.13804'/> |
4060 | <fieldValue name='coneTranslation' value='-1.74282 -0.50216 -0.28913'/> |
4061 | <fieldValue name='rotation' value='-59.00188 0 -13.66065 1.96500'/> |
4062 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4063 | <fieldValue name='ballRadius' value='0.02'/> |
4064 | <fieldValue name='traceEnabled' value='false'/> |
4065 | <fieldValue name='displayMode'/> |
4066 | <fieldValue name='transparency' value='0'/> |
4067 | </ProtoInstance> |
4068 | <ProtoInstance name='Arc'> |
4069 | <fieldValue name='cylinderHeight' value='0.30068'/> |
4070 | <fieldValue name='cylinderTranslation' value='-1.75489 -0.43098 0.16412'/> |
4071 | <fieldValue name='coneTranslation' value='-1.76075 -0.42331 0.16366'/> |
4072 | <fieldValue name='rotation' value='1.42917 0 -18.24343 2.48730'/> |
4073 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4074 | <fieldValue name='ballRadius' value='0.02'/> |
4075 | <fieldValue name='traceEnabled' value='false'/> |
4076 | <fieldValue name='displayMode'/> |
4077 | <fieldValue name='transparency' value='0'/> |
4078 | </ProtoInstance> |
4079 | <ProtoInstance name='Arc'> |
4080 | <fieldValue name='cylinderHeight' value='0.66715'/> |
4081 | <fieldValue name='cylinderTranslation' value='-2.11065 -0.15147 0.28197'/> |
4082 | <fieldValue name='coneTranslation' value='-2.24830 -0.06810 0.34701'/> |
4083 | <fieldValue name='rotation' value='24.99986 -0.00000 52.90756 1.06981'/> |
4084 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4085 | <fieldValue name='ballRadius' value='0.02'/> |
4086 | <fieldValue name='traceEnabled' value='false'/> |
4087 | <fieldValue name='displayMode'/> |
4088 | <fieldValue name='transparency' value='0'/> |
4089 | </ProtoInstance> |
4090 | <ProtoInstance name='Arc'> |
4091 | <fieldValue name='cylinderHeight' value='0.75768'/> |
4092 | <fieldValue name='cylinderTranslation' value='-2.20477 -0.25960 0.26728'/> |
4093 | <fieldValue name='coneTranslation' value='-2.41195 -0.22951 0.33101'/> |
4094 | <fieldValue name='rotation' value='22.06273 -0.00000 71.73247 1.43287'/> |
4095 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4096 | <fieldValue name='ballRadius' value='0.02'/> |
4097 | <fieldValue name='traceEnabled' value='false'/> |
4098 | <fieldValue name='displayMode'/> |
4099 | <fieldValue name='transparency' value='0'/> |
4100 | </ProtoInstance> |
4101 | <ProtoInstance name='Arc'> |
4102 | <fieldValue name='cylinderHeight' value='0.94092'/> |
4103 | <fieldValue name='cylinderTranslation' value='0.19975 -1.18311 0.00787'/> |
4104 | <fieldValue name='coneTranslation' value='0.00866 -1.09902 -0.22191'/> |
4105 | <fieldValue name='rotation' value='-69.64185 0 57.91138 1.29649'/> |
4106 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4107 | <fieldValue name='ballRadius' value='0.02'/> |
4108 | <fieldValue name='traceEnabled' value='false'/> |
4109 | <fieldValue name='displayMode'/> |
4110 | <fieldValue name='transparency' value='0'/> |
4111 | </ProtoInstance> |
4112 | <ProtoInstance name='Arc'> |
4113 | <fieldValue name='cylinderHeight' value='1.02423'/> |
4114 | <fieldValue name='cylinderTranslation' value='0.55656 -1.33718 0.86306'/> |
4115 | <fieldValue name='coneTranslation' value='0.60280 -1.35548 1.21165'/> |
4116 | <fieldValue name='rotation' value='101.39637 0 -13.45081 1.62281'/> |
4117 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4118 | <fieldValue name='ballRadius' value='0.02'/> |
4119 | <fieldValue name='traceEnabled' value='false'/> |
4120 | <fieldValue name='displayMode'/> |
4121 | <fieldValue name='transparency' value='0'/> |
4122 | </ProtoInstance> |
4123 | <ProtoInstance name='Arc'> |
4124 | <fieldValue name='cylinderHeight' value='0.64386'/> |
4125 | <fieldValue name='cylinderTranslation' value='0.29088 -0.67028 -0.84285'/> |
4126 | <fieldValue name='coneTranslation' value='0.41980 -0.62373 -0.92908'/> |
4127 | <fieldValue name='rotation' value='-34.28628 0 -51.25859 1.27922'/> |
4128 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4129 | <fieldValue name='ballRadius' value='0.02'/> |
4130 | <fieldValue name='traceEnabled' value='false'/> |
4131 | <fieldValue name='displayMode'/> |
4132 | <fieldValue name='transparency' value='0'/> |
4133 | </ProtoInstance> |
4134 | <ProtoInstance name='Arc'> |
4135 | <fieldValue name='cylinderHeight' value='0.39186'/> |
4136 | <fieldValue name='cylinderTranslation' value='-0.12235 -0.65103 -0.63588'/> |
4137 | <fieldValue name='coneTranslation' value='-0.15113 -0.63053 -0.62936'/> |
4138 | <fieldValue name='rotation' value='7.10797 -0.00000 31.38715 0.96361'/> |
4139 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4140 | <fieldValue name='ballRadius' value='0.02'/> |
4141 | <fieldValue name='traceEnabled' value='false'/> |
4142 | <fieldValue name='displayMode'/> |
4143 | <fieldValue name='transparency' value='0'/> |
4144 | </ProtoInstance> |
4145 | <ProtoInstance name='Arc'> |
4146 | <fieldValue name='cylinderHeight' value='1.15865'/> |
4147 | <fieldValue name='cylinderTranslation' value='-0.85514 0.28623 -1.02714'/> |
4148 | <fieldValue name='coneTranslation' value='-0.50156 0.48271 -0.91666'/> |
4149 | <fieldValue name='rotation' value='30.52742 0 -97.69957 1.08312'/> |
4150 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4151 | <fieldValue name='ballRadius' value='0.02'/> |
4152 | <fieldValue name='traceEnabled' value='false'/> |
4153 | <fieldValue name='displayMode'/> |
4154 | <fieldValue name='transparency' value='0'/> |
4155 | </ProtoInstance> |
4156 | <ProtoInstance name='Arc'> |
4157 | <fieldValue name='cylinderHeight' value='0.97866'/> |
4158 | <fieldValue name='cylinderTranslation' value='-1.47125 -0.30357 -0.83075'/> |
4159 | <fieldValue name='coneTranslation' value='-1.55714 -0.51782 -0.59585'/> |
4160 | <fieldValue name='rotation' value='69.80439 -0.00000 25.52306 2.27912'/> |
4161 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4162 | <fieldValue name='ballRadius' value='0.02'/> |
4163 | <fieldValue name='traceEnabled' value='false'/> |
4164 | <fieldValue name='displayMode'/> |
4165 | <fieldValue name='transparency' value='0'/> |
4166 | </ProtoInstance> |
4167 | <ProtoInstance name='Arc'> |
4168 | <fieldValue name='cylinderHeight' value='1.01818'/> |
4169 | <fieldValue name='cylinderTranslation' value='-0.36175 1.32196 -1.30778'/> |
4170 | <fieldValue name='coneTranslation' value='-0.64096 1.33277 -1.51704'/> |
4171 | <fieldValue name='rotation' value='-61.03364 0 81.43636 1.53983'/> |
4172 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4173 | <fieldValue name='ballRadius' value='0.02'/> |
4174 | <fieldValue name='traceEnabled' value='false'/> |
4175 | <fieldValue name='displayMode'/> |
4176 | <fieldValue name='transparency' value='0'/> |
4177 | </ProtoInstance> |
4178 | <ProtoInstance name='Arc'> |
4179 | <fieldValue name='cylinderHeight' value='0.43130'/> |
4180 | <fieldValue name='cylinderTranslation' value='0.18226 1.45915 -0.93638'/> |
4181 | <fieldValue name='coneTranslation' value='0.21758 1.49862 -0.91929'/> |
4182 | <fieldValue name='rotation' value='13.24678 0 -27.36688 0.78235'/> |
4183 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4184 | <fieldValue name='ballRadius' value='0.02'/> |
4185 | <fieldValue name='traceEnabled' value='false'/> |
4186 | <fieldValue name='displayMode'/> |
4187 | <fieldValue name='transparency' value='0'/> |
4188 | </ProtoInstance> |
4189 | <ProtoInstance name='Arc'> |
4190 | <fieldValue name='cylinderHeight' value='0.27380'/> |
4191 | <fieldValue name='cylinderTranslation' value='-0.07531 1.25770 -1.04517'/> |
4192 | <fieldValue name='coneTranslation' value='-0.05494 1.26589 -1.03799'/> |
4193 | <fieldValue name='rotation' value='-8.51061 0 24.14850 1.93289'/> |
4194 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4195 | <fieldValue name='ballRadius' value='0.02'/> |
4196 | <fieldValue name='traceEnabled' value='false'/> |
4197 | <fieldValue name='displayMode'/> |
4198 | <fieldValue name='transparency' value='0'/> |
4199 | </ProtoInstance> |
4200 | <ProtoInstance name='Arc'> |
4201 | <fieldValue name='cylinderHeight' value='0.34228'/> |
4202 | <fieldValue name='cylinderTranslation' value='2.11981 0.40364 0.62671'/> |
4203 | <fieldValue name='coneTranslation' value='2.10991 0.39987 0.62327'/> |
4204 | <fieldValue name='rotation' value='-10.55358 0 30.43600 1.91556'/> |
4205 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4206 | <fieldValue name='ballRadius' value='0.02'/> |
4207 | <fieldValue name='traceEnabled' value='false'/> |
4208 | <fieldValue name='displayMode'/> |
4209 | <fieldValue name='transparency' value='0'/> |
4210 | </ProtoInstance> |
4211 | <ProtoInstance name='Arc'> |
4212 | <fieldValue name='cylinderHeight' value='0.02870'/> |
4213 | <fieldValue name='cylinderTranslation' value='2.45508 0.01607 2.09148'/> |
4214 | <fieldValue name='coneTranslation' value='2.34555 -0.07988 2.09477'/> |
4215 | <fieldValue name='rotation' value='-0.06485 0 -2.15847 0.85160'/> |
4216 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4217 | <fieldValue name='ballRadius' value='0.02'/> |
4218 | <fieldValue name='traceEnabled' value='false'/> |
4219 | <fieldValue name='displayMode'/> |
4220 | <fieldValue name='transparency' value='0'/> |
4221 | </ProtoInstance> |
4222 | <ProtoInstance name='Arc'> |
4223 | <fieldValue name='cylinderHeight' value='0.59768'/> |
4224 | <fieldValue name='cylinderTranslation' value='-1.51966 -0.37105 -0.30583'/> |
4225 | <fieldValue name='coneTranslation' value='-1.43146 -0.28159 -0.24672'/> |
4226 | <fieldValue name='rotation' value='25.44381 0 -37.96890 0.87061'/> |
4227 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4228 | <fieldValue name='ballRadius' value='0.02'/> |
4229 | <fieldValue name='traceEnabled' value='false'/> |
4230 | <fieldValue name='displayMode'/> |
4231 | <fieldValue name='transparency' value='0'/> |
4232 | </ProtoInstance> |
4233 | <ProtoInstance name='Arc'> |
4234 | <fieldValue name='cylinderHeight' value='0.80369'/> |
4235 | <fieldValue name='cylinderTranslation' value='-2.03992 -0.68599 -0.62625'/> |
4236 | <fieldValue name='coneTranslation' value='-2.23878 -0.75965 -0.74252'/> |
4237 | <fieldValue name='rotation' value='-38.63969 0 66.08368 1.88026'/> |
4238 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4239 | <fieldValue name='ballRadius' value='0.02'/> |
4240 | <fieldValue name='traceEnabled' value='false'/> |
4241 | <fieldValue name='displayMode'/> |
4242 | <fieldValue name='transparency' value='0'/> |
4243 | </ProtoInstance> |
4244 | <ProtoInstance name='Arc'> |
4245 | <fieldValue name='cylinderHeight' value='0.54315'/> |
4246 | <fieldValue name='cylinderTranslation' value='-1.78384 -0.75923 -0.33792'/> |
4247 | <fieldValue name='coneTranslation' value='-1.70784 -0.70281 -0.39700'/> |
4248 | <fieldValue name='rotation' value='-28.76190 0 -36.99386 1.04064'/> |
4249 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4250 | <fieldValue name='ballRadius' value='0.02'/> |
4251 | <fieldValue name='traceEnabled' value='false'/> |
4252 | <fieldValue name='displayMode'/> |
4253 | <fieldValue name='transparency' value='0'/> |
4254 | </ProtoInstance> |
4255 | <ProtoInstance name='Arc'> |
4256 | <fieldValue name='cylinderHeight' value='0.23488'/> |
4257 | <fieldValue name='cylinderTranslation' value='0.82642 1.19737 -0.61114'/> |
4258 | <fieldValue name='coneTranslation' value='0.84521 1.16167 -0.59757'/> |
4259 | <fieldValue name='rotation' value='-7.49132 0 10.37059 0.57600'/> |
4260 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4261 | <fieldValue name='ballRadius' value='0.02'/> |
4262 | <fieldValue name='traceEnabled' value='false'/> |
4263 | <fieldValue name='displayMode'/> |
4264 | <fieldValue name='transparency' value='0'/> |
4265 | </ProtoInstance> |
4266 | <ProtoInstance name='Arc'> |
4267 | <fieldValue name='cylinderHeight' value='0.99267'/> |
4268 | <fieldValue name='cylinderTranslation' value='1.02518 0.67820 -0.35506'/> |
4269 | <fieldValue name='coneTranslation' value='1.12474 0.39313 -0.20691'/> |
4270 | <fieldValue name='rotation' value='43.72453 0 -29.38294 2.58218'/> |
4271 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4272 | <fieldValue name='ballRadius' value='0.02'/> |
4273 | <fieldValue name='traceEnabled' value='false'/> |
4274 | <fieldValue name='displayMode'/> |
4275 | <fieldValue name='transparency' value='0'/> |
4276 | </ProtoInstance> |
4277 | <ProtoInstance name='Arc'> |
4278 | <fieldValue name='cylinderHeight' value='0.69667'/> |
4279 | <fieldValue name='cylinderTranslation' value='0.85763 1.44464 -0.61051'/> |
4280 | <fieldValue name='coneTranslation' value='0.84647 1.63159 -0.63042'/> |
4281 | <fieldValue name='rotation' value='-7.36530 0 4.12776 0.12149'/> |
4282 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4283 | <fieldValue name='ballRadius' value='0.02'/> |
4284 | <fieldValue name='traceEnabled' value='false'/> |
4285 | <fieldValue name='displayMode'/> |
4286 | <fieldValue name='transparency' value='0'/> |
4287 | </ProtoInstance> |
4288 | <ProtoInstance name='Arc'> |
4289 | <fieldValue name='cylinderHeight' value='0.19488'/> |
4290 | <fieldValue name='cylinderTranslation' value='0.40213 1.56017 -0.78665'/> |
4291 | <fieldValue name='coneTranslation' value='0.39865 1.49821 -0.77877'/> |
4292 | <fieldValue name='rotation' value='-2.45604 0 -1.08475 0.13822'/> |
4293 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4294 | <fieldValue name='ballRadius' value='0.02'/> |
4295 | <fieldValue name='traceEnabled' value='false'/> |
4296 | <fieldValue name='displayMode'/> |
4297 | <fieldValue name='transparency' value='0'/> |
4298 | </ProtoInstance> |
4299 | <ProtoInstance name='Arc'> |
4300 | <fieldValue name='cylinderHeight' value='0.19295'/> |
4301 | <fieldValue name='cylinderTranslation' value='0.35790 1.53788 -0.82226'/> |
4302 | <fieldValue name='coneTranslation' value='0.38345 1.48901 -0.79073'/> |
4303 | <fieldValue name='rotation' value='-9.57749 0 7.76056 0.69304'/> |
4304 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4305 | <fieldValue name='ballRadius' value='0.02'/> |
4306 | <fieldValue name='traceEnabled' value='false'/> |
4307 | <fieldValue name='displayMode'/> |
4308 | <fieldValue name='transparency' value='0'/> |
4309 | </ProtoInstance> |
4310 | <ProtoInstance name='Arc'> |
4311 | <fieldValue name='cylinderHeight' value='0.51761'/> |
4312 | <fieldValue name='cylinderTranslation' value='0.42983 1.71756 -0.81205'/> |
4313 | <fieldValue name='coneTranslation' value='0.44247 1.81449 -0.82643'/> |
4314 | <fieldValue name='rotation' value='-7.53563 0 -6.62466 0.19508'/> |
4315 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4316 | <fieldValue name='ballRadius' value='0.02'/> |
4317 | <fieldValue name='traceEnabled' value='false'/> |
4318 | <fieldValue name='displayMode'/> |
4319 | <fieldValue name='transparency' value='0'/> |
4320 | </ProtoInstance> |
4321 | <ProtoInstance name='Arc'> |
4322 | <fieldValue name='cylinderHeight' value='0.51761'/> |
4323 | <fieldValue name='cylinderTranslation' value='0.42983 1.71756 -0.81205'/> |
4324 | <fieldValue name='coneTranslation' value='0.44247 1.81449 -0.82643'/> |
4325 | <fieldValue name='rotation' value='-7.53563 0 -6.62466 0.19508'/> |
4326 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4327 | <fieldValue name='ballRadius' value='0.02'/> |
4328 | <fieldValue name='traceEnabled' value='false'/> |
4329 | <fieldValue name='displayMode'/> |
4330 | <fieldValue name='transparency' value='0'/> |
4331 | </ProtoInstance> |
4332 | <ProtoInstance name='Arc'> |
4333 | <fieldValue name='cylinderHeight' value='0.89083'/> |
4334 | <fieldValue name='cylinderTranslation' value='-0.95818 0.05980 -0.23775'/> |
4335 | <fieldValue name='coneTranslation' value='-0.72004 0.21249 -0.27565'/> |
4336 | <fieldValue name='rotation' value='-11.82899 0 -74.32735 1.00630'/> |
4337 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4338 | <fieldValue name='ballRadius' value='0.02'/> |
4339 | <fieldValue name='traceEnabled' value='false'/> |
4340 | <fieldValue name='displayMode'/> |
4341 | <fieldValue name='transparency' value='0'/> |
4342 | </ProtoInstance> |
4343 | <ProtoInstance name='Arc'> |
4344 | <fieldValue name='cylinderHeight' value='0.34622'/> |
4345 | <fieldValue name='cylinderTranslation' value='1.63095 0.27374 -2.40317'/> |
4346 | <fieldValue name='coneTranslation' value='1.62318 0.26725 -2.39484'/> |
4347 | <fieldValue name='rotation' value='22.00743 -0.00000 20.50852 2.08866'/> |
4348 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4349 | <fieldValue name='ballRadius' value='0.02'/> |
4350 | <fieldValue name='traceEnabled' value='false'/> |
4351 | <fieldValue name='displayMode'/> |
4352 | <fieldValue name='transparency' value='0'/> |
4353 | </ProtoInstance> |
4354 | <ProtoInstance name='Arc'> |
4355 | <fieldValue name='cylinderHeight' value='0.93389'/> |
4356 | <fieldValue name='cylinderTranslation' value='-0.88512 0.06719 0.73803'/> |
4357 | <fieldValue name='coneTranslation' value='-0.91819 0.19133 1.01679'/> |
4358 | <fieldValue name='rotation' value='84.81467 -0.00000 10.06283 1.15442'/> |
4359 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4360 | <fieldValue name='ballRadius' value='0.02'/> |
4361 | <fieldValue name='traceEnabled' value='false'/> |
4362 | <fieldValue name='displayMode'/> |
4363 | <fieldValue name='transparency' value='0'/> |
4364 | </ProtoInstance> |
4365 | <ProtoInstance name='Arc'> |
4366 | <fieldValue name='cylinderHeight' value='1.18549'/> |
4367 | <fieldValue name='cylinderTranslation' value='-1.02216 -0.58379 0.63441'/> |
4368 | <fieldValue name='coneTranslation' value='-1.15894 -0.92117 0.86836'/> |
4369 | <fieldValue name='rotation' value='64.09028 -0.00000 37.47103 2.46487'/> |
4370 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4371 | <fieldValue name='ballRadius' value='0.02'/> |
4372 | <fieldValue name='traceEnabled' value='false'/> |
4373 | <fieldValue name='displayMode'/> |
4374 | <fieldValue name='transparency' value='0'/> |
4375 | </ProtoInstance> |
4376 | <ProtoInstance name='Arc'> |
4377 | <fieldValue name='cylinderHeight' value='0.77851'/> |
4378 | <fieldValue name='cylinderTranslation' value='-0.96057 -0.48871 0.34538'/> |
4379 | <fieldValue name='coneTranslation' value='-1.03464 -0.70488 0.36388'/> |
4380 | <fieldValue name='rotation' value='6.28425 -0.00000 25.15308 2.80209'/> |
4381 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4382 | <fieldValue name='ballRadius' value='0.02'/> |
4383 | <fieldValue name='traceEnabled' value='false'/> |
4384 | <fieldValue name='displayMode'/> |
4385 | <fieldValue name='transparency' value='0'/> |
4386 | </ProtoInstance> |
4387 | <ProtoInstance name='Arc'> |
4388 | <fieldValue name='cylinderHeight' value='1.44676'/> |
4389 | <fieldValue name='cylinderTranslation' value='-0.60072 0.21801 -0.28027'/> |
4390 | <fieldValue name='coneTranslation' value='-0.41842 0.48255 -0.74307'/> |
4391 | <fieldValue name='rotation' value='-118.84559 0 -46.81603 1.08200'/> |
4392 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4393 | <fieldValue name='ballRadius' value='0.02'/> |
4394 | <fieldValue name='traceEnabled' value='false'/> |
4395 | <fieldValue name='displayMode'/> |
4396 | <fieldValue name='transparency' value='0'/> |
4397 | </ProtoInstance> |
4398 | <ProtoInstance name='Arc'> |
4399 | <fieldValue name='cylinderHeight' value='0.38863'/> |
4400 | <fieldValue name='cylinderTranslation' value='-1.09178 -1.66930 1.35120'/> |
4401 | <fieldValue name='coneTranslation' value='-1.07072 -1.65559 1.32783'/> |
4402 | <fieldValue name='rotation' value='-26.47176 0 -23.84696 1.15994'/> |
4403 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4404 | <fieldValue name='ballRadius' value='0.02'/> |
4405 | <fieldValue name='traceEnabled' value='false'/> |
4406 | <fieldValue name='displayMode'/> |
4407 | <fieldValue name='transparency' value='0'/> |
4408 | </ProtoInstance> |
4409 | <ProtoInstance name='Arc'> |
4410 | <fieldValue name='cylinderHeight' value='0.10120'/> |
4411 | <fieldValue name='cylinderTranslation' value='-1.25164 -1.72743 1.46053'/> |
4412 | <fieldValue name='coneTranslation' value='-1.16380 -1.76953 1.51033'/> |
4413 | <fieldValue name='rotation' value='-4.60651 0 8.12566 1.17576'/> |
4414 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4415 | <fieldValue name='ballRadius' value='0.02'/> |
4416 | <fieldValue name='traceEnabled' value='false'/> |
4417 | <fieldValue name='displayMode'/> |
4418 | <fieldValue name='transparency' value='0'/> |
4419 | </ProtoInstance> |
4420 | <ProtoInstance name='Arc'> |
4421 | <fieldValue name='cylinderHeight' value='0.29200'/> |
4422 | <fieldValue name='cylinderTranslation' value='1.83537 -1.56310 2.39444'/> |
4423 | <fieldValue name='coneTranslation' value='1.84418 -1.57305 2.39885'/> |
4424 | <fieldValue name='rotation' value='-9.20305 0 18.37187 0.78060'/> |
4425 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4426 | <fieldValue name='ballRadius' value='0.02'/> |
4427 | <fieldValue name='traceEnabled' value='false'/> |
4428 | <fieldValue name='displayMode'/> |
4429 | <fieldValue name='transparency' value='0'/> |
4430 | </ProtoInstance> |
4431 | <ProtoInstance name='Arc'> |
4432 | <fieldValue name='cylinderHeight' value='0.02981'/> |
4433 | <fieldValue name='cylinderTranslation' value='-1.25732 1.07284 -1.91334'/> |
4434 | <fieldValue name='coneTranslation' value='-1.35011 1.10437 -2.02034'/> |
4435 | <fieldValue name='rotation' value='2.19865 0 -1.90658 1.78980'/> |
4436 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4437 | <fieldValue name='ballRadius' value='0.02'/> |
4438 | <fieldValue name='traceEnabled' value='false'/> |
4439 | <fieldValue name='displayMode'/> |
4440 | <fieldValue name='transparency' value='0'/> |
4441 | </ProtoInstance> |
4442 | <ProtoInstance name='Arc'> |
4443 | <fieldValue name='cylinderHeight' value='0.33325'/> |
4444 | <fieldValue name='cylinderTranslation' value='-1.37578 1.14448 -2.03027'/> |
4445 | <fieldValue name='coneTranslation' value='-1.38011 1.14720 -2.03448'/> |
4446 | <fieldValue name='rotation' value='-21.18648 0 21.78559 1.14784'/> |
4447 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4448 | <fieldValue name='ballRadius' value='0.02'/> |
4449 | <fieldValue name='traceEnabled' value='false'/> |
4450 | <fieldValue name='displayMode'/> |
4451 | <fieldValue name='transparency' value='0'/> |
4452 | </ProtoInstance> |
4453 | <ProtoInstance name='Arc'> |
4454 | <fieldValue name='cylinderHeight' value='0.36486'/> |
4455 | <fieldValue name='cylinderTranslation' value='-0.37362 1.68361 -0.32385'/> |
4456 | <fieldValue name='coneTranslation' value='-0.35943 1.67999 -0.34084'/> |
4457 | <fieldValue name='rotation' value='-27.62888 0 -23.09071 1.73299'/> |
4458 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4459 | <fieldValue name='ballRadius' value='0.02'/> |
4460 | <fieldValue name='traceEnabled' value='false'/> |
4461 | <fieldValue name='displayMode'/> |
4462 | <fieldValue name='transparency' value='0'/> |
4463 | </ProtoInstance> |
4464 | <ProtoInstance name='Arc'> |
4465 | <fieldValue name='cylinderHeight' value='0.33767'/> |
4466 | <fieldValue name='cylinderTranslation' value='-0.56461 1.84045 -0.10462'/> |
4467 | <fieldValue name='coneTranslation' value='-0.56856 1.84711 -0.10038'/> |
4468 | <fieldValue name='rotation' value='16.21716 -0.00000 15.10668 0.71597'/> |
4469 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4470 | <fieldValue name='ballRadius' value='0.02'/> |
4471 | <fieldValue name='traceEnabled' value='false'/> |
4472 | <fieldValue name='displayMode'/> |
4473 | <fieldValue name='transparency' value='0'/> |
4474 | </ProtoInstance> |
4475 | <ProtoInstance name='Arc'> |
4476 | <fieldValue name='cylinderHeight' value='0.12820'/> |
4477 | <fieldValue name='cylinderTranslation' value='0.76599 -1.49989 -0.11834'/> |
4478 | <fieldValue name='coneTranslation' value='0.74380 -1.42741 -0.05960'/> |
4479 | <fieldValue name='rotation' value='-7.85222 0 -2.96629 2.42776'/> |
4480 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4481 | <fieldValue name='ballRadius' value='0.02'/> |
4482 | <fieldValue name='traceEnabled' value='false'/> |
4483 | <fieldValue name='displayMode'/> |
4484 | <fieldValue name='transparency' value='0'/> |
4485 | </ProtoInstance> |
4486 | <ProtoInstance name='Arc'> |
4487 | <fieldValue name='cylinderHeight' value='0.59429'/> |
4488 | <fieldValue name='cylinderTranslation' value='0.59320 -1.20567 -0.02486'/> |
4489 | <fieldValue name='coneTranslation' value='0.52029 -1.09223 0.00016'/> |
4490 | <fieldValue name='rotation' value='10.84328 -0.00000 31.59213 0.59684'/> |
4491 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4492 | <fieldValue name='ballRadius' value='0.02'/> |
4493 | <fieldValue name='traceEnabled' value='false'/> |
4494 | <fieldValue name='displayMode'/> |
4495 | <fieldValue name='transparency' value='0'/> |
4496 | </ProtoInstance> |
4497 | <ProtoInstance name='Arc'> |
4498 | <fieldValue name='cylinderHeight' value='0.48582'/> |
4499 | <fieldValue name='cylinderTranslation' value='1.54105 -0.76249 -2.21897'/> |
4500 | <fieldValue name='coneTranslation' value='1.51749 -0.78812 -2.14372'/> |
4501 | <fieldValue name='rotation' value='44.09410 -0.00000 13.80164 1.88498'/> |
4502 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4503 | <fieldValue name='ballRadius' value='0.02'/> |
4504 | <fieldValue name='traceEnabled' value='false'/> |
4505 | <fieldValue name='displayMode'/> |
4506 | <fieldValue name='transparency' value='0'/> |
4507 | </ProtoInstance> |
4508 | <ProtoInstance name='Arc'> |
4509 | <fieldValue name='cylinderHeight' value='0.70970'/> |
4510 | <fieldValue name='cylinderTranslation' value='0.17097 -1.29586 -0.32547'/> |
4511 | <fieldValue name='coneTranslation' value='0.31417 -1.42774 -0.31730'/> |
4512 | <fieldValue name='rotation' value='2.97398 0 -52.15721 2.31428'/> |
4513 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4514 | <fieldValue name='ballRadius' value='0.02'/> |
4515 | <fieldValue name='traceEnabled' value='false'/> |
4516 | <fieldValue name='displayMode'/> |
4517 | <fieldValue name='transparency' value='0'/> |
4518 | </ProtoInstance> |
4519 | <ProtoInstance name='Arc'> |
4520 | <fieldValue name='cylinderHeight' value='0.64925'/> |
4521 | <fieldValue name='cylinderTranslation' value='0.17271 -1.00779 -0.15549'/> |
4522 | <fieldValue name='coneTranslation' value='0.30585 -0.98350 -0.06175'/> |
4523 | <fieldValue name='rotation' value='36.96903 0 -52.50502 1.42273'/> |
4524 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4525 | <fieldValue name='ballRadius' value='0.02'/> |
4526 | <fieldValue name='traceEnabled' value='false'/> |
4527 | <fieldValue name='displayMode'/> |
4528 | <fieldValue name='transparency' value='0'/> |
4529 | </ProtoInstance> |
4530 | <ProtoInstance name='Arc'> |
4531 | <fieldValue name='cylinderHeight' value='0.65698'/> |
4532 | <fieldValue name='cylinderTranslation' value='2.16879 -0.36048 2.05597'/> |
4533 | <fieldValue name='coneTranslation' value='2.03710 -0.42384 1.97212'/> |
4534 | <fieldValue name='rotation' value='-32.69503 0 51.35160 1.95627'/> |
4535 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4536 | <fieldValue name='ballRadius' value='0.02'/> |
4537 | <fieldValue name='traceEnabled' value='false'/> |
4538 | <fieldValue name='displayMode'/> |
4539 | <fieldValue name='transparency' value='0'/> |
4540 | </ProtoInstance> |
4541 | <ProtoInstance name='Arc'> |
4542 | <fieldValue name='cylinderHeight' value='0.55122'/> |
4543 | <fieldValue name='cylinderTranslation' value='0.09770 -2.40391 0.25951'/> |
4544 | <fieldValue name='coneTranslation' value='0.09234 -2.51543 0.28953'/> |
4545 | <fieldValue name='rotation' value='14.30992 -0.00000 2.55439 2.87473'/> |
4546 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4547 | <fieldValue name='ballRadius' value='0.02'/> |
4548 | <fieldValue name='traceEnabled' value='false'/> |
4549 | <fieldValue name='displayMode'/> |
4550 | <fieldValue name='transparency' value='0'/> |
4551 | </ProtoInstance> |
4552 | <ProtoInstance name='Arc'> |
4553 | <fieldValue name='cylinderHeight' value='0.99735'/> |
4554 | <fieldValue name='cylinderTranslation' value='0.19697 -1.73757 -0.09630'/> |
4555 | <fieldValue name='coneTranslation' value='0.25571 -1.46558 -0.28936'/> |
4556 | <fieldValue name='rotation' value='-56.85283 0 -17.29901 0.63832'/> |
4557 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4558 | <fieldValue name='ballRadius' value='0.02'/> |
4559 | <fieldValue name='traceEnabled' value='false'/> |
4560 | <fieldValue name='displayMode'/> |
4561 | <fieldValue name='transparency' value='0'/> |
4562 | </ProtoInstance> |
4563 | <ProtoInstance name='Arc'> |
4564 | <fieldValue name='cylinderHeight' value='0.00971'/> |
4565 | <fieldValue name='cylinderTranslation' value='0.40853 1.66143 -0.79906'/> |
4566 | <fieldValue name='coneTranslation' value='0.37730 1.50952 -0.79480'/> |
4567 | <fieldValue name='rotation' value='-0.02666 0 -0.19537 0.20457'/> |
4568 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4569 | <fieldValue name='ballRadius' value='0.02'/> |
4570 | <fieldValue name='traceEnabled' value='false'/> |
4571 | <fieldValue name='displayMode'/> |
4572 | <fieldValue name='transparency' value='0'/> |
4573 | </ProtoInstance> |
4574 | <ProtoInstance name='Arc'> |
4575 | <fieldValue name='cylinderHeight' value='0.71454'/> |
4576 | <fieldValue name='cylinderTranslation' value='1.62078 -1.14596 -2.10053'/> |
4577 | <fieldValue name='coneTranslation' value='1.70291 -1.31624 -2.15688'/> |
4578 | <fieldValue name='rotation' value='-20.40754 0 -29.74792 2.61236'/> |
4579 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4580 | <fieldValue name='ballRadius' value='0.02'/> |
4581 | <fieldValue name='traceEnabled' value='false'/> |
4582 | <fieldValue name='displayMode'/> |
4583 | <fieldValue name='transparency' value='0'/> |
4584 | </ProtoInstance> |
4585 | <ProtoInstance name='Arc'> |
4586 | <fieldValue name='cylinderHeight' value='0.71454'/> |
4587 | <fieldValue name='cylinderTranslation' value='1.62078 -1.14596 -2.10053'/> |
4588 | <fieldValue name='coneTranslation' value='1.70291 -1.31624 -2.15688'/> |
4589 | <fieldValue name='rotation' value='-20.40754 0 -29.74792 2.61236'/> |
4590 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4591 | <fieldValue name='ballRadius' value='0.02'/> |
4592 | <fieldValue name='traceEnabled' value='false'/> |
4593 | <fieldValue name='displayMode'/> |
4594 | <fieldValue name='transparency' value='0'/> |
4595 | </ProtoInstance> |
4596 | <ProtoInstance name='Arc'> |
4597 | <fieldValue name='cylinderHeight' value='0.48582'/> |
4598 | <fieldValue name='cylinderTranslation' value='1.54105 -0.76249 -2.21897'/> |
4599 | <fieldValue name='coneTranslation' value='1.56460 -0.73687 -2.29422'/> |
4600 | <fieldValue name='rotation' value='-44.09410 0 -13.80164 1.25661'/> |
4601 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4602 | <fieldValue name='ballRadius' value='0.02'/> |
4603 | <fieldValue name='traceEnabled' value='false'/> |
4604 | <fieldValue name='displayMode'/> |
4605 | <fieldValue name='transparency' value='0'/> |
4606 | </ProtoInstance> |
4607 | <ProtoInstance name='Arc'> |
4608 | <fieldValue name='cylinderHeight' value='0.39436'/> |
4609 | <fieldValue name='cylinderTranslation' value='-0.42132 0.37246 1.78552'/> |
4610 | <fieldValue name='coneTranslation' value='-0.41376 0.35612 1.75299'/> |
4611 | <fieldValue name='rotation' value='-34.50468 0 -8.01584 2.02582'/> |
4612 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4613 | <fieldValue name='ballRadius' value='0.02'/> |
4614 | <fieldValue name='traceEnabled' value='false'/> |
4615 | <fieldValue name='displayMode'/> |
4616 | <fieldValue name='transparency' value='0'/> |
4617 | </ProtoInstance> |
4618 | <ProtoInstance name='Arc'> |
4619 | <fieldValue name='cylinderHeight' value='0.31687'/> |
4620 | <fieldValue name='cylinderTranslation' value='1.73345 -1.91224 -1.86100'/> |
4621 | <fieldValue name='coneTranslation' value='1.73275 -1.91096 -1.86044'/> |
4622 | <fieldValue name='rotation' value='-11.23400 0 -14.30454 2.53021'/> |
4623 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4624 | <fieldValue name='ballRadius' value='0.02'/> |
4625 | <fieldValue name='traceEnabled' value='false'/> |
4626 | <fieldValue name='displayMode'/> |
4627 | <fieldValue name='transparency' value='0'/> |
4628 | </ProtoInstance> |
4629 | <ProtoInstance name='Arc'> |
4630 | <fieldValue name='cylinderHeight' value='0.31687'/> |
4631 | <fieldValue name='cylinderTranslation' value='1.73345 -1.91224 -1.86100'/> |
4632 | <fieldValue name='coneTranslation' value='1.73275 -1.91096 -1.86044'/> |
4633 | <fieldValue name='rotation' value='-11.23407 0 -14.30440 2.53021'/> |
4634 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4635 | <fieldValue name='ballRadius' value='0.02'/> |
4636 | <fieldValue name='traceEnabled' value='false'/> |
4637 | <fieldValue name='displayMode'/> |
4638 | <fieldValue name='transparency' value='0'/> |
4639 | </ProtoInstance> |
4640 | <ProtoInstance name='Arc'> |
4641 | <fieldValue name='cylinderHeight' value='0.33900'/> |
4642 | <fieldValue name='cylinderTranslation' value='1.78623 -1.87882 -1.82906'/> |
4643 | <fieldValue name='coneTranslation' value='1.78057 -1.87169 -1.82638'/> |
4644 | <fieldValue name='rotation' value='9.59047 -0.00000 20.22440 0.72118'/> |
4645 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4646 | <fieldValue name='ballRadius' value='0.02'/> |
4647 | <fieldValue name='traceEnabled' value='false'/> |
4648 | <fieldValue name='displayMode'/> |
4649 | <fieldValue name='transparency' value='0'/> |
4650 | </ProtoInstance> |
4651 | <ProtoInstance name='Arc'> |
4652 | <fieldValue name='cylinderHeight' value='0.82412'/> |
4653 | <fieldValue name='cylinderTranslation' value='-1.92981 -0.77858 -0.67075'/> |
4654 | <fieldValue name='coneTranslation' value='-1.72737 -0.68274 -0.55512'/> |
4655 | <fieldValue name='rotation' value='37.80326 0 -66.18802 1.18077'/> |
4656 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4657 | <fieldValue name='ballRadius' value='0.02'/> |
4658 | <fieldValue name='traceEnabled' value='false'/> |
4659 | <fieldValue name='displayMode'/> |
4660 | <fieldValue name='transparency' value='0'/> |
4661 | </ProtoInstance> |
4662 | <ProtoInstance name='Arc'> |
4663 | <fieldValue name='cylinderHeight' value='0.79795'/> |
4664 | <fieldValue name='cylinderTranslation' value='-2.21551 -0.24733 -0.68967'/> |
4665 | <fieldValue name='coneTranslation' value='-2.17315 -0.10306 -0.50392'/> |
4666 | <fieldValue name='rotation' value='62.02005 0 -14.14344 0.92264'/> |
4667 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4668 | <fieldValue name='ballRadius' value='0.02'/> |
4669 | <fieldValue name='traceEnabled' value='false'/> |
4670 | <fieldValue name='displayMode'/> |
4671 | <fieldValue name='transparency' value='0'/> |
4672 | </ProtoInstance> |
4673 | <ProtoInstance name='Arc'> |
4674 | <fieldValue name='cylinderHeight' value='0.42257'/> |
4675 | <fieldValue name='cylinderTranslation' value='-2.43826 -0.56983 -1.12168'/> |
4676 | <fieldValue name='coneTranslation' value='-2.47517 -0.58965 -1.15127'/> |
4677 | <fieldValue name='rotation' value='-24.38256 0 30.40705 1.96747'/> |
4678 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4679 | <fieldValue name='ballRadius' value='0.02'/> |
4680 | <fieldValue name='traceEnabled' value='false'/> |
4681 | <fieldValue name='displayMode'/> |
4682 | <fieldValue name='transparency' value='0'/> |
4683 | </ProtoInstance> |
4684 | <ProtoInstance name='Arc'> |
4685 | <fieldValue name='cylinderHeight' value='0.42227'/> |
4686 | <fieldValue name='cylinderTranslation' value='-1.43182 -1.66939 1.56981'/> |
4687 | <fieldValue name='coneTranslation' value='-1.40885 -1.63869 1.53597'/> |
4688 | <fieldValue name='rotation' value='-27.94188 0 -18.96617 0.92687'/> |
4689 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4690 | <fieldValue name='ballRadius' value='0.02'/> |
4691 | <fieldValue name='traceEnabled' value='false'/> |
4692 | <fieldValue name='displayMode'/> |
4693 | <fieldValue name='transparency' value='0'/> |
4694 | </ProtoInstance> |
4695 | <ProtoInstance name='Arc'> |
4696 | <fieldValue name='cylinderHeight' value='0.92494'/> |
4697 | <fieldValue name='cylinderTranslation' value='0.22036 -1.77797 -0.25598'/> |
4698 | <fieldValue name='coneTranslation' value='0.26163 -1.48962 -0.33746'/> |
4699 | <fieldValue name='rotation' value='-24.91639 0 -12.62113 0.30676'/> |
4700 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4701 | <fieldValue name='ballRadius' value='0.02'/> |
4702 | <fieldValue name='traceEnabled' value='false'/> |
4703 | <fieldValue name='displayMode'/> |
4704 | <fieldValue name='transparency' value='0'/> |
4705 | </ProtoInstance> |
4706 | <ProtoInstance name='Arc'> |
4707 | <fieldValue name='cylinderHeight' value='0.00255'/> |
4708 | <fieldValue name='cylinderTranslation' value='-1.24715 1.07013 -1.90138'/> |
4709 | <fieldValue name='coneTranslation' value='-1.16757 1.13564 -1.78068'/> |
4710 | <fieldValue name='rotation' value='-0.19412 0 0.12799 1.99625'/> |
4711 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4712 | <fieldValue name='ballRadius' value='0.02'/> |
4713 | <fieldValue name='traceEnabled' value='false'/> |
4714 | <fieldValue name='displayMode'/> |
4715 | <fieldValue name='transparency' value='0'/> |
4716 | </ProtoInstance> |
4717 | <ProtoInstance name='Arc'> |
4718 | <fieldValue name='cylinderHeight' value='0.76341'/> |
4719 | <fieldValue name='cylinderTranslation' value='1.27184 1.29686 -0.56137'/> |
4720 | <fieldValue name='coneTranslation' value='1.06905 1.21346 -0.59414'/> |
4721 | <fieldValue name='rotation' value='-11.28241 0 69.82756 1.95648'/> |
4722 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4723 | <fieldValue name='ballRadius' value='0.02'/> |
4724 | <fieldValue name='traceEnabled' value='false'/> |
4725 | <fieldValue name='displayMode'/> |
4726 | <fieldValue name='transparency' value='0'/> |
4727 | </ProtoInstance> |
4728 | <ProtoInstance name='Arc'> |
4729 | <fieldValue name='cylinderHeight' value='0.44345'/> |
4730 | <fieldValue name='cylinderTranslation' value='1.28566 -0.08357 -2.53192'/> |
4731 | <fieldValue name='coneTranslation' value='1.28009 -0.08114 -2.47050'/> |
4732 | <fieldValue name='rotation' value='44.12908 -0.00000 4.00259 1.53139'/> |
4733 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4734 | <fieldValue name='ballRadius' value='0.02'/> |
4735 | <fieldValue name='traceEnabled' value='false'/> |
4736 | <fieldValue name='displayMode'/> |
4737 | <fieldValue name='transparency' value='0'/> |
4738 | </ProtoInstance> |
4739 | <ProtoInstance name='Arc'> |
4740 | <fieldValue name='cylinderHeight' value='0.28855'/> |
4741 | <fieldValue name='cylinderTranslation' value='2.57845 0.09938 2.14299'/> |
4742 | <fieldValue name='coneTranslation' value='2.59072 0.10743 2.14864'/> |
4743 | <fieldValue name='rotation' value='-10.36727 0 22.51472 2.10825'/> |
4744 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4745 | <fieldValue name='ballRadius' value='0.02'/> |
4746 | <fieldValue name='traceEnabled' value='false'/> |
4747 | <fieldValue name='displayMode'/> |
4748 | <fieldValue name='transparency' value='0'/> |
4749 | </ProtoInstance> |
4750 | <ProtoInstance name='Arc'> |
4751 | <fieldValue name='cylinderHeight' value='0.62900'/> |
4752 | <fieldValue name='cylinderTranslation' value='1.87475 -0.74854 2.05843'/> |
4753 | <fieldValue name='coneTranslation' value='1.89307 -0.61858 1.97692'/> |
4754 | <fieldValue name='rotation' value='-33.18706 0 -7.45782 0.57136'/> |
4755 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4756 | <fieldValue name='ballRadius' value='0.02'/> |
4757 | <fieldValue name='traceEnabled' value='false'/> |
4758 | <fieldValue name='displayMode'/> |
4759 | <fieldValue name='transparency' value='0'/> |
4760 | </ProtoInstance> |
4761 | <ProtoInstance name='Arc'> |
4762 | <fieldValue name='cylinderHeight' value='0.96007'/> |
4763 | <fieldValue name='cylinderTranslation' value='0.80209 0.73769 -0.99813'/> |
4764 | <fieldValue name='coneTranslation' value='0.70024 1.03711 -0.94916'/> |
4765 | <fieldValue name='rotation' value='14.68929 -0.00000 30.55453 0.36091'/> |
4766 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4767 | <fieldValue name='ballRadius' value='0.02'/> |
4768 | <fieldValue name='traceEnabled' value='false'/> |
4769 | <fieldValue name='displayMode'/> |
4770 | <fieldValue name='transparency' value='0'/> |
4771 | </ProtoInstance> |
4772 | <ProtoInstance name='Arc'> |
4773 | <fieldValue name='cylinderHeight' value='0.80815'/> |
4774 | <fieldValue name='cylinderTranslation' value='0.90797 0.62884 -0.85873'/> |
4775 | <fieldValue name='coneTranslation' value='0.87965 0.83436 -0.73016'/> |
4776 | <fieldValue name='rotation' value='42.56990 -0.00000 9.37853 0.56971'/> |
4777 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4778 | <fieldValue name='ballRadius' value='0.02'/> |
4779 | <fieldValue name='traceEnabled' value='false'/> |
4780 | <fieldValue name='displayMode'/> |
4781 | <fieldValue name='transparency' value='0'/> |
4782 | </ProtoInstance> |
4783 | <ProtoInstance name='Arc'> |
4784 | <fieldValue name='cylinderHeight' value='0.56031'/> |
4785 | <fieldValue name='cylinderTranslation' value='-0.70146 -1.64509 1.57429'/> |
4786 | <fieldValue name='coneTranslation' value='-0.58598 -1.61636 1.55765'/> |
4787 | <fieldValue name='rotation' value='-7.75911 0 -53.84928 1.32935'/> |
4788 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4789 | <fieldValue name='ballRadius' value='0.02'/> |
4790 | <fieldValue name='traceEnabled' value='false'/> |
4791 | <fieldValue name='displayMode'/> |
4792 | <fieldValue name='transparency' value='0'/> |
4793 | </ProtoInstance> |
4794 | <ProtoInstance name='Arc'> |
4795 | <fieldValue name='cylinderHeight' value='0.22304'/> |
4796 | <fieldValue name='cylinderTranslation' value='-1.07817 -1.73663 1.59620'/> |
4797 | <fieldValue name='coneTranslation' value='-1.03145 -1.72595 1.60354'/> |
4798 | <fieldValue name='rotation' value='-3.37745 0 21.49231 1.79283'/> |
4799 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4800 | <fieldValue name='ballRadius' value='0.02'/> |
4801 | <fieldValue name='traceEnabled' value='false'/> |
4802 | <fieldValue name='displayMode'/> |
4803 | <fieldValue name='transparency' value='0'/> |
4804 | </ProtoInstance> |
4805 | <ProtoInstance name='Arc'> |
4806 | <fieldValue name='cylinderHeight' value='0.00003'/> |
4807 | <fieldValue name='cylinderTranslation' value='0.40968 1.66663 -0.79919'/> |
4808 | <fieldValue name='coneTranslation' value='0.51066 1.78956 -0.78223'/> |
4809 | <fieldValue name='rotation' value='-0.00027 0 0.00163 2.44710'/> |
4810 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4811 | <fieldValue name='ballRadius' value='0.02'/> |
4812 | <fieldValue name='traceEnabled' value='false'/> |
4813 | <fieldValue name='displayMode'/> |
4814 | <fieldValue name='transparency' value='0'/> |
4815 | </ProtoInstance> |
4816 | <ProtoInstance name='Arc'> |
4817 | <fieldValue name='cylinderHeight' value='0.53484'/> |
4818 | <fieldValue name='cylinderTranslation' value='-0.95522 1.45455 -1.76513'/> |
4819 | <fieldValue name='coneTranslation' value='-1.03005 1.50149 -1.82626'/> |
4820 | <fieldValue name='rotation' value='-30.43600 0 37.25801 1.11865'/> |
4821 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4822 | <fieldValue name='ballRadius' value='0.02'/> |
4823 | <fieldValue name='traceEnabled' value='false'/> |
4824 | <fieldValue name='displayMode'/> |
4825 | <fieldValue name='transparency' value='0'/> |
4826 | </ProtoInstance> |
4827 | <ProtoInstance name='Arc'> |
4828 | <fieldValue name='cylinderHeight' value='0.00047'/> |
4829 | <fieldValue name='cylinderTranslation' value='0.40959 1.66640 -0.79920'/> |
4830 | <fieldValue name='coneTranslation' value='0.46673 1.81559 -0.79715'/> |
4831 | <fieldValue name='rotation' value='-0.00060 0 0.01667 2.77560'/> |
4832 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4833 | <fieldValue name='ballRadius' value='0.02'/> |
4834 | <fieldValue name='traceEnabled' value='false'/> |
4835 | <fieldValue name='displayMode'/> |
4836 | <fieldValue name='transparency' value='0'/> |
4837 | </ProtoInstance> |
4838 | <ProtoInstance name='Arc'> |
4839 | <fieldValue name='cylinderHeight' value='0.34007'/> |
4840 | <fieldValue name='cylinderTranslation' value='-1.31642 1.09236 -2.10015'/> |
4841 | <fieldValue name='coneTranslation' value='-1.30984 1.08879 -2.09347'/> |
4842 | <fieldValue name='rotation' value='22.62912 0 -22.32192 1.93424'/> |
4843 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4844 | <fieldValue name='ballRadius' value='0.02'/> |
4845 | <fieldValue name='traceEnabled' value='false'/> |
4846 | <fieldValue name='displayMode'/> |
4847 | <fieldValue name='transparency' value='0'/> |
4848 | </ProtoInstance> |
4849 | <ProtoInstance name='Arc'> |
4850 | <fieldValue name='cylinderHeight' value='0.26244'/> |
4851 | <fieldValue name='cylinderTranslation' value='0.55456 -1.56657 -0.27588'/> |
4852 | <fieldValue name='coneTranslation' value='0.52763 -1.55987 -0.28349'/> |
4853 | <fieldValue name='rotation' value='6.94438 0 -24.56079 1.80561'/> |
4854 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4855 | <fieldValue name='ballRadius' value='0.02'/> |
4856 | <fieldValue name='traceEnabled' value='false'/> |
4857 | <fieldValue name='displayMode'/> |
4858 | <fieldValue name='transparency' value='0'/> |
4859 | </ProtoInstance> |
4860 | <ProtoInstance name='Arc'> |
4861 | <fieldValue name='cylinderHeight' value='0.68989'/> |
4862 | <fieldValue name='cylinderTranslation' value='-0.87232 -1.97678 1.27463'/> |
4863 | <fieldValue name='coneTranslation' value='-0.76650 -1.87425 1.16285'/> |
4864 | <fieldValue name='rotation' value='-41.69446 0 -39.47295 0.98314'/> |
4865 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4866 | <fieldValue name='ballRadius' value='0.02'/> |
4867 | <fieldValue name='traceEnabled' value='false'/> |
4868 | <fieldValue name='displayMode'/> |
4869 | <fieldValue name='transparency' value='0'/> |
4870 | </ProtoInstance> |
4871 | <ProtoInstance name='Arc'> |
4872 | <fieldValue name='cylinderHeight' value='0.59538'/> |
4873 | <fieldValue name='cylinderTranslation' value='0.38950 -0.80967 -0.91445'/> |
4874 | <fieldValue name='coneTranslation' value='0.46243 -0.70239 -0.96063'/> |
4875 | <fieldValue name='rotation' value='-19.96542 0 -31.53541 0.67756'/> |
4876 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4877 | <fieldValue name='ballRadius' value='0.02'/> |
4878 | <fieldValue name='traceEnabled' value='false'/> |
4879 | <fieldValue name='displayMode'/> |
4880 | <fieldValue name='transparency' value='0'/> |
4881 | </ProtoInstance> |
4882 | <ProtoInstance name='Arc'> |
4883 | <fieldValue name='cylinderHeight' value='0.69917'/> |
4884 | <fieldValue name='cylinderTranslation' value='-1.27325 -1.29427 1.19248'/> |
4885 | <fieldValue name='coneTranslation' value='-1.30782 -1.42896 1.32134'/> |
4886 | <fieldValue name='rotation' value='47.52403 -0.00000 12.74782 2.36093'/> |
4887 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4888 | <fieldValue name='ballRadius' value='0.02'/> |
4889 | <fieldValue name='traceEnabled' value='false'/> |
4890 | <fieldValue name='displayMode'/> |
4891 | <fieldValue name='transparency' value='0'/> |
4892 | </ProtoInstance> |
4893 | <ProtoInstance name='Arc'> |
4894 | <fieldValue name='cylinderHeight' value='0.65094'/> |
4895 | <fieldValue name='cylinderTranslation' value='-1.09103 -1.31880 1.08685'/> |
4896 | <fieldValue name='coneTranslation' value='-1.03079 -1.45754 1.15396'/> |
4897 | <fieldValue name='rotation' value='26.39844 0 -23.69703 2.56523'/> |
4898 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4899 | <fieldValue name='ballRadius' value='0.02'/> |
4900 | <fieldValue name='traceEnabled' value='false'/> |
4901 | <fieldValue name='displayMode'/> |
4902 | <fieldValue name='transparency' value='0'/> |
4903 | </ProtoInstance> |
4904 | <ProtoInstance name='Arc'> |
4905 | <fieldValue name='cylinderHeight' value='0.68620'/> |
4906 | <fieldValue name='cylinderTranslation' value='-0.80228 -1.02784 0.29070'/> |
4907 | <fieldValue name='coneTranslation' value='-0.95387 -0.93600 0.33665'/> |
4908 | <fieldValue name='rotation' value='17.21881 -0.00000 56.81109 1.04535'/> |
4909 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4910 | <fieldValue name='ballRadius' value='0.02'/> |
4911 | <fieldValue name='traceEnabled' value='false'/> |
4912 | <fieldValue name='displayMode'/> |
4913 | <fieldValue name='transparency' value='0'/> |
4914 | </ProtoInstance> |
4915 | <ProtoInstance name='Arc'> |
4916 | <fieldValue name='cylinderHeight' value='0.99871'/> |
4917 | <fieldValue name='cylinderTranslation' value='-0.04149 -1.07992 0.11698'/> |
4918 | <fieldValue name='coneTranslation' value='0.28249 -0.99835 0.05743'/> |
4919 | <fieldValue name='rotation' value='-17.52565 0 -95.34606 1.32806'/> |
4920 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4921 | <fieldValue name='ballRadius' value='0.02'/> |
4922 | <fieldValue name='traceEnabled' value='false'/> |
4923 | <fieldValue name='displayMode'/> |
4924 | <fieldValue name='transparency' value='0'/> |
4925 | </ProtoInstance> |
4926 | <ProtoInstance name='Arc'> |
4927 | <fieldValue name='cylinderHeight' value='0.91881'/> |
4928 | <fieldValue name='cylinderTranslation' value='-0.43479 -1.63541 0.32487'/> |
4929 | <fieldValue name='coneTranslation' value='-0.38042 -1.91921 0.40324'/> |
4930 | <fieldValue name='rotation' value='24.05130 0 -16.68637 2.81734'/> |
4931 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4932 | <fieldValue name='ballRadius' value='0.02'/> |
4933 | <fieldValue name='traceEnabled' value='false'/> |
4934 | <fieldValue name='displayMode'/> |
4935 | <fieldValue name='transparency' value='0'/> |
4936 | </ProtoInstance> |
4937 | <ProtoInstance name='Arc'> |
4938 | <fieldValue name='cylinderHeight' value='1.05932'/> |
4939 | <fieldValue name='cylinderTranslation' value='-0.96954 -1.07108 -0.04085'/> |
4940 | <fieldValue name='coneTranslation' value='-1.28452 -0.98115 -0.21216'/> |
4941 | <fieldValue name='rotation' value='-49.09143 0 90.26361 1.32504'/> |
4942 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4943 | <fieldValue name='ballRadius' value='0.02'/> |
4944 | <fieldValue name='traceEnabled' value='false'/> |
4945 | <fieldValue name='displayMode'/> |
4946 | <fieldValue name='transparency' value='0'/> |
4947 | </ProtoInstance> |
4948 | <ProtoInstance name='Arc'> |
4949 | <fieldValue name='cylinderHeight' value='0.71717'/> |
4950 | <fieldValue name='cylinderTranslation' value='-0.46340 -1.45131 0.45439'/> |
4951 | <fieldValue name='coneTranslation' value='-0.43304 -1.59052 0.59273'/> |
4952 | <fieldValue name='rotation' value='49.95693 0 -10.96419 2.34759'/> |
4953 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4954 | <fieldValue name='ballRadius' value='0.02'/> |
4955 | <fieldValue name='traceEnabled' value='false'/> |
4956 | <fieldValue name='displayMode'/> |
4957 | <fieldValue name='transparency' value='0'/> |
4958 | </ProtoInstance> |
4959 | <ProtoInstance name='Arc'> |
4960 | <fieldValue name='cylinderHeight' value='0.58812'/> |
4961 | <fieldValue name='cylinderTranslation' value='1.80407 0.37613 -1.70169'/> |
4962 | <fieldValue name='coneTranslation' value='1.71680 0.35857 -1.60145'/> |
4963 | <fieldValue name='rotation' value='43.97494 -0.00000 38.28469 1.70217'/> |
4964 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4965 | <fieldValue name='ballRadius' value='0.02'/> |
4966 | <fieldValue name='traceEnabled' value='false'/> |
4967 | <fieldValue name='displayMode'/> |
4968 | <fieldValue name='transparency' value='0'/> |
4969 | </ProtoInstance> |
4970 | <ProtoInstance name='Arc'> |
4971 | <fieldValue name='cylinderHeight' value='0.32687'/> |
4972 | <fieldValue name='cylinderTranslation' value='-0.70533 2.12488 0.04370'/> |
4973 | <fieldValue name='coneTranslation' value='-0.70639 2.12802 0.04460'/> |
4974 | <fieldValue name='rotation' value='8.58128 -0.00000 10.10351 0.41757'/> |
4975 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4976 | <fieldValue name='ballRadius' value='0.02'/> |
4977 | <fieldValue name='traceEnabled' value='false'/> |
4978 | <fieldValue name='displayMode'/> |
4979 | <fieldValue name='transparency' value='0'/> |
4980 | </ProtoInstance> |
4981 | <ProtoInstance name='Arc'> |
4982 | <fieldValue name='cylinderHeight' value='0.02472'/> |
4983 | <fieldValue name='cylinderTranslation' value='-0.65317 1.96337 -0.00101'/> |
4984 | <fieldValue name='coneTranslation' value='-0.67279 2.10811 0.02048'/> |
4985 | <fieldValue name='rotation' value='-0.35965 0 -0.32851 2.94323'/> |
4986 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4987 | <fieldValue name='ballRadius' value='0.02'/> |
4988 | <fieldValue name='traceEnabled' value='false'/> |
4989 | <fieldValue name='displayMode'/> |
4990 | <fieldValue name='transparency' value='0'/> |
4991 | </ProtoInstance> |
4992 | <ProtoInstance name='Arc'> |
4993 | <fieldValue name='cylinderHeight' value='0.47907'/> |
4994 | <fieldValue name='cylinderTranslation' value='-0.77924 0.29976 -0.20141'/> |
4995 | <fieldValue name='coneTranslation' value='-0.85349 0.29402 -0.17349'/> |
4996 | <fieldValue name='rotation' value='16.81922 -0.00000 44.72373 1.64309'/> |
4997 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4998 | <fieldValue name='ballRadius' value='0.02'/> |
4999 | <fieldValue name='traceEnabled' value='false'/> |
5000 | <fieldValue name='displayMode'/> |
5001 | <fieldValue name='transparency' value='0'/> |
5002 | </ProtoInstance> |
5003 | <ProtoInstance name='Arc'> |
5004 | <fieldValue name='cylinderHeight' value='0.03802'/> |
5005 | <fieldValue name='cylinderTranslation' value='-0.57108 0.30758 -0.29120'/> |
5006 | <fieldValue name='coneTranslation' value='-0.45643 0.37794 -0.24897'/> |
5007 | <fieldValue name='rotation' value='-1.13906 0 3.09194 2.09330'/> |
5008 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5009 | <fieldValue name='ballRadius' value='0.02'/> |
5010 | <fieldValue name='traceEnabled' value='false'/> |
5011 | <fieldValue name='displayMode'/> |
5012 | <fieldValue name='transparency' value='0'/> |
5013 | </ProtoInstance> |
5014 | <ProtoInstance name='Arc'> |
5015 | <fieldValue name='cylinderHeight' value='1.02657'/> |
5016 | <fieldValue name='cylinderTranslation' value='-0.68475 0.42007 -0.49591'/> |
5017 | <fieldValue name='coneTranslation' value='-0.46580 0.51479 -0.75649'/> |
5018 | <fieldValue name='rotation' value='-75.71840 0 -63.62152 1.29938'/> |
5019 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5020 | <fieldValue name='ballRadius' value='0.02'/> |
5021 | <fieldValue name='traceEnabled' value='false'/> |
5022 | <fieldValue name='displayMode'/> |
5023 | <fieldValue name='transparency' value='0'/> |
5024 | </ProtoInstance> |
5025 | <ProtoInstance name='Arc'> |
5026 | <fieldValue name='cylinderHeight' value='0.89180'/> |
5027 | <fieldValue name='cylinderTranslation' value='-1.36750 0.09801 0.06112'/> |
5028 | <fieldValue name='coneTranslation' value='-1.60130 -0.02025 0.17553'/> |
5029 | <fieldValue name='rotation' value='35.68689 -0.00000 72.92881 1.99727'/> |
5030 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5031 | <fieldValue name='ballRadius' value='0.02'/> |
5032 | <fieldValue name='traceEnabled' value='false'/> |
5033 | <fieldValue name='displayMode'/> |
5034 | <fieldValue name='transparency' value='0'/> |
5035 | </ProtoInstance> |
5036 | <ProtoInstance name='Arc'> |
5037 | <fieldValue name='cylinderHeight' value='0.65698'/> |
5038 | <fieldValue name='cylinderTranslation' value='2.16879 -0.36048 2.05597'/> |
5039 | <fieldValue name='coneTranslation' value='2.03710 -0.42384 1.97212'/> |
5040 | <fieldValue name='rotation' value='-32.69503 0 51.35160 1.95627'/> |
5041 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5042 | <fieldValue name='ballRadius' value='0.02'/> |
5043 | <fieldValue name='traceEnabled' value='false'/> |
5044 | <fieldValue name='displayMode'/> |
5045 | <fieldValue name='transparency' value='0'/> |
5046 | </ProtoInstance> |
5047 | <ProtoInstance name='Arc'> |
5048 | <fieldValue name='cylinderHeight' value='0.92998'/> |
5049 | <fieldValue name='cylinderTranslation' value='1.19304 0.13199 0.31080'/> |
5050 | <fieldValue name='coneTranslation' value='1.17930 0.21432 0.01745'/> |
5051 | <fieldValue name='rotation' value='-89.44722 0 4.18811 1.29745'/> |
5052 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5053 | <fieldValue name='ballRadius' value='0.02'/> |
5054 | <fieldValue name='traceEnabled' value='false'/> |
5055 | <fieldValue name='displayMode'/> |
5056 | <fieldValue name='transparency' value='0'/> |
5057 | </ProtoInstance> |
5058 | <ProtoInstance name='Arc'> |
5059 | <fieldValue name='cylinderHeight' value='1.41945'/> |
5060 | <fieldValue name='cylinderTranslation' value='1.56301 -0.23877 1.32527'/> |
5061 | <fieldValue name='coneTranslation' value='1.83335 -0.42871 1.76462'/> |
5062 | <fieldValue name='rotation' value='113.44618 0 -69.80565 1.92360'/> |
5063 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5064 | <fieldValue name='ballRadius' value='0.02'/> |
5065 | <fieldValue name='traceEnabled' value='false'/> |
5066 | <fieldValue name='displayMode'/> |
5067 | <fieldValue name='transparency' value='0'/> |
5068 | </ProtoInstance> |
5069 | <ProtoInstance name='Arc'> |
5070 | <fieldValue name='cylinderHeight' value='1.36419'/> |
5071 | <fieldValue name='cylinderTranslation' value='0.73737 -0.48139 0.76794'/> |
5072 | <fieldValue name='coneTranslation' value='0.37256 -0.85480 0.77552'/> |
5073 | <fieldValue name='rotation' value='1.98056 -0.00000 95.32189 2.36774'/> |
5074 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5075 | <fieldValue name='ballRadius' value='0.02'/> |
5076 | <fieldValue name='traceEnabled' value='false'/> |
5077 | <fieldValue name='displayMode'/> |
5078 | <fieldValue name='transparency' value='0'/> |
5079 | </ProtoInstance> |
5080 | <ProtoInstance name='Arc'> |
5081 | <fieldValue name='cylinderHeight' value='0.71595'/> |
5082 | <fieldValue name='cylinderTranslation' value='1.51536 0.15667 0.87950'/> |
5083 | <fieldValue name='coneTranslation' value='1.68203 0.23975 0.94668'/> |
5084 | <fieldValue name='rotation' value='24.29340 0 -60.27539 1.13778'/> |
5085 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5086 | <fieldValue name='ballRadius' value='0.02'/> |
5087 | <fieldValue name='traceEnabled' value='false'/> |
5088 | <fieldValue name='displayMode'/> |
5089 | <fieldValue name='transparency' value='0'/> |
5090 | </ProtoInstance> |
5091 | <ProtoInstance name='Arc'> |
5092 | <fieldValue name='cylinderHeight' value='0.65698'/> |
5093 | <fieldValue name='cylinderTranslation' value='2.16879 -0.36048 2.05597'/> |
5094 | <fieldValue name='coneTranslation' value='2.03710 -0.42384 1.97212'/> |
5095 | <fieldValue name='rotation' value='-32.69504 0 51.35159 1.95627'/> |
5096 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5097 | <fieldValue name='ballRadius' value='0.02'/> |
5098 | <fieldValue name='traceEnabled' value='false'/> |
5099 | <fieldValue name='displayMode'/> |
5100 | <fieldValue name='transparency' value='0'/> |
5101 | </ProtoInstance> |
5102 | <ProtoInstance name='Arc'> |
5103 | <fieldValue name='cylinderHeight' value='1.02686'/> |
5104 | <fieldValue name='cylinderTranslation' value='-1.34260 -0.73883 -0.05247'/> |
5105 | <fieldValue name='coneTranslation' value='-1.51901 -0.65834 -0.34796'/> |
5106 | <fieldValue name='rotation' value='-85.85286 0 51.25351 1.34106'/> |
5107 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5108 | <fieldValue name='ballRadius' value='0.02'/> |
5109 | <fieldValue name='traceEnabled' value='false'/> |
5110 | <fieldValue name='displayMode'/> |
5111 | <fieldValue name='transparency' value='0'/> |
5112 | </ProtoInstance> |
5113 | <ProtoInstance name='Arc'> |
5114 | <fieldValue name='cylinderHeight' value='0.95024'/> |
5115 | <fieldValue name='cylinderTranslation' value='-1.19220 -1.14763 0.73643'/> |
5116 | <fieldValue name='coneTranslation' value='-1.26241 -1.34122 0.97496'/> |
5117 | <fieldValue name='rotation' value='71.92680 -0.00000 21.17264 2.23234'/> |
5118 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5119 | <fieldValue name='ballRadius' value='0.02'/> |
5120 | <fieldValue name='traceEnabled' value='false'/> |
5121 | <fieldValue name='displayMode'/> |
5122 | <fieldValue name='transparency' value='0'/> |
5123 | </ProtoInstance> |
5124 | <ProtoInstance name='Arc'> |
5125 | <fieldValue name='cylinderHeight' value='1.13306'/> |
5126 | <fieldValue name='cylinderTranslation' value='-0.74746 -1.27921 0.54049'/> |
5127 | <fieldValue name='coneTranslation' value='-0.50429 -1.58308 0.65795'/> |
5128 | <fieldValue name='rotation' value='32.73812 0 -67.77528 2.41505'/> |
5129 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5130 | <fieldValue name='ballRadius' value='0.02'/> |
5131 | <fieldValue name='traceEnabled' value='false'/> |
5132 | <fieldValue name='displayMode'/> |
5133 | <fieldValue name='transparency' value='0'/> |
5134 | </ProtoInstance> |
5135 | <ProtoInstance name='Arc'> |
5136 | <fieldValue name='cylinderHeight' value='0.70978'/> |
5137 | <fieldValue name='cylinderTranslation' value='-1.38936 -0.67148 0.36390'/> |
5138 | <fieldValue name='coneTranslation' value='-1.55576 -0.57028 0.35682'/> |
5139 | <fieldValue name='rotation' value='-2.57919 0 60.60500 1.02484'/> |
5140 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5141 | <fieldValue name='ballRadius' value='0.02'/> |
5142 | <fieldValue name='traceEnabled' value='false'/> |
5143 | <fieldValue name='displayMode'/> |
5144 | <fieldValue name='transparency' value='0'/> |
5145 | </ProtoInstance> |
5146 | <ProtoInstance name='Arc'> |
5147 | <fieldValue name='cylinderHeight' value='0.67515'/> |
5148 | <fieldValue name='cylinderTranslation' value='-1.64746 0.76516 -1.22647'/> |
5149 | <fieldValue name='coneTranslation' value='-1.58966 0.66264 -1.09349'/> |
5150 | <fieldValue name='rotation' value='50.55858 0 -21.97285 2.18625'/> |
5151 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5152 | <fieldValue name='ballRadius' value='0.02'/> |
5153 | <fieldValue name='traceEnabled' value='false'/> |
5154 | <fieldValue name='displayMode'/> |
5155 | <fieldValue name='transparency' value='0'/> |
5156 | </ProtoInstance> |
5157 | <ProtoInstance name='Arc'> |
5158 | <fieldValue name='cylinderHeight' value='0.34622'/> |
5159 | <fieldValue name='cylinderTranslation' value='1.63095 0.27374 -2.40317'/> |
5160 | <fieldValue name='coneTranslation' value='1.62318 0.26725 -2.39484'/> |
5161 | <fieldValue name='rotation' value='22.00741 -0.00000 20.50855 2.08866'/> |
5162 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5163 | <fieldValue name='ballRadius' value='0.02'/> |
5164 | <fieldValue name='traceEnabled' value='false'/> |
5165 | <fieldValue name='displayMode'/> |
5166 | <fieldValue name='transparency' value='0'/> |
5167 | </ProtoInstance> |
5168 | <ProtoInstance name='Arc'> |
5169 | <fieldValue name='cylinderHeight' value='0.39436'/> |
5170 | <fieldValue name='cylinderTranslation' value='-0.42132 0.37246 1.78552'/> |
5171 | <fieldValue name='coneTranslation' value='-0.42887 0.38880 1.81805'/> |
5172 | <fieldValue name='rotation' value='34.50468 -0.00000 8.01584 1.11577'/> |
5173 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5174 | <fieldValue name='ballRadius' value='0.02'/> |
5175 | <fieldValue name='traceEnabled' value='false'/> |
5176 | <fieldValue name='displayMode'/> |
5177 | <fieldValue name='transparency' value='0'/> |
5178 | </ProtoInstance> |
5179 | <ProtoInstance name='Arc'> |
5180 | <fieldValue name='cylinderHeight' value='0.39436'/> |
5181 | <fieldValue name='cylinderTranslation' value='-0.42132 0.37246 1.78552'/> |
5182 | <fieldValue name='coneTranslation' value='-0.42887 0.38880 1.81805'/> |
5183 | <fieldValue name='rotation' value='34.50468 -0.00000 8.01584 1.11577'/> |
5184 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5185 | <fieldValue name='ballRadius' value='0.02'/> |
5186 | <fieldValue name='traceEnabled' value='false'/> |
5187 | <fieldValue name='displayMode'/> |
5188 | <fieldValue name='transparency' value='0'/> |
5189 | </ProtoInstance> |
5190 | <ProtoInstance name='Arc'> |
5191 | <fieldValue name='cylinderHeight' value='0.34200'/> |
5192 | <fieldValue name='cylinderTranslation' value='-0.69571 2.12262 0.02328'/> |
5193 | <fieldValue name='coneTranslation' value='-0.69214 2.11266 0.02027'/> |
5194 | <fieldValue name='rotation' value='-9.36375 0 -11.11462 2.70269'/> |
5195 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5196 | <fieldValue name='ballRadius' value='0.02'/> |
5197 | <fieldValue name='traceEnabled' value='false'/> |
5198 | <fieldValue name='displayMode'/> |
5199 | <fieldValue name='transparency' value='0'/> |
5200 | </ProtoInstance> |
5201 | <ProtoInstance name='Arc'> |
5202 | <fieldValue name='cylinderHeight' value='0.31989'/> |
5203 | <fieldValue name='cylinderTranslation' value='-1.32792 -1.85870 1.64614'/> |
5204 | <fieldValue name='coneTranslation' value='-1.32796 -1.85873 1.64617'/> |
5205 | <fieldValue name='rotation' value='-20.17822 0 -18.56538 1.02970'/> |
5206 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5207 | <fieldValue name='ballRadius' value='0.02'/> |
5208 | <fieldValue name='traceEnabled' value='false'/> |
5209 | <fieldValue name='displayMode'/> |
5210 | <fieldValue name='transparency' value='0'/> |
5211 | </ProtoInstance> |
5212 | <ProtoInstance name='Arc'> |
5213 | <fieldValue name='cylinderHeight' value='0.61380'/> |
5214 | <fieldValue name='cylinderTranslation' value='1.31672 -0.29185 -2.31200'/> |
5215 | <fieldValue name='coneTranslation' value='1.29232 -0.24582 -2.17465'/> |
5216 | <fieldValue name='rotation' value='57.39122 -0.00000 10.19424 1.25211'/> |
5217 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5218 | <fieldValue name='ballRadius' value='0.02'/> |
5219 | <fieldValue name='traceEnabled' value='false'/> |
5220 | <fieldValue name='displayMode'/> |
5221 | <fieldValue name='transparency' value='0'/> |
5222 | </ProtoInstance> |
5223 | <ProtoInstance name='Arc'> |
5224 | <fieldValue name='cylinderHeight' value='0.95374'/> |
5225 | <fieldValue name='cylinderTranslation' value='0.78200 -0.48325 -1.41843'/> |
5226 | <fieldValue name='coneTranslation' value='0.93803 -0.42047 -1.68698'/> |
5227 | <fieldValue name='rotation' value='-80.83037 0 -46.96445 1.37135'/> |
5228 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5229 | <fieldValue name='ballRadius' value='0.02'/> |
5230 | <fieldValue name='traceEnabled' value='false'/> |
5231 | <fieldValue name='displayMode'/> |
5232 | <fieldValue name='transparency' value='0'/> |
5233 | </ProtoInstance> |
5234 | <ProtoInstance name='Arc'> |
5235 | <fieldValue name='cylinderHeight' value='0.86819'/> |
5236 | <fieldValue name='cylinderTranslation' value='0.67230 -0.64105 -1.42510'/> |
5237 | <fieldValue name='coneTranslation' value='0.75130 -0.68103 -1.68451'/> |
5238 | <fieldValue name='rotation' value='-82.16464 0 -25.02476 1.71718'/> |
5239 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5240 | <fieldValue name='ballRadius' value='0.02'/> |
5241 | <fieldValue name='traceEnabled' value='false'/> |
5242 | <fieldValue name='displayMode'/> |
5243 | <fieldValue name='transparency' value='0'/> |
5244 | </ProtoInstance> |
5245 | <ProtoInstance name='Arc'> |
5246 | <fieldValue name='cylinderHeight' value='0.09296'/> |
5247 | <fieldValue name='cylinderTranslation' value='-1.64875 -0.59427 0.16988'/> |
5248 | <fieldValue name='coneTranslation' value='-1.68519 -0.48681 0.17325'/> |
5249 | <fieldValue name='rotation' value='-0.27561 0 -2.98384 2.81339'/> |
5250 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5251 | <fieldValue name='ballRadius' value='0.02'/> |
5252 | <fieldValue name='traceEnabled' value='false'/> |
5253 | <fieldValue name='displayMode'/> |
5254 | <fieldValue name='transparency' value='0'/> |
5255 | </ProtoInstance> |
5256 | <ProtoInstance name='Arc'> |
5257 | <fieldValue name='cylinderHeight' value='0.83242'/> |
5258 | <fieldValue name='cylinderTranslation' value='0.71534 -1.51730 0.74776'/> |
5259 | <fieldValue name='coneTranslation' value='0.72390 -1.27870 0.65481'/> |
5260 | <fieldValue name='rotation' value='-30.19978 0 -2.78248 0.37292'/> |
5261 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5262 | <fieldValue name='ballRadius' value='0.02'/> |
5263 | <fieldValue name='traceEnabled' value='false'/> |
5264 | <fieldValue name='displayMode'/> |
5265 | <fieldValue name='transparency' value='0'/> |
5266 | </ProtoInstance> |
5267 | <ProtoInstance name='Arc'> |
5268 | <fieldValue name='cylinderHeight' value='0.27558'/> |
5269 | <fieldValue name='cylinderTranslation' value='0.82566 1.17336 -0.61160'/> |
5270 | <fieldValue name='coneTranslation' value='0.83390 1.15361 -0.60564'/> |
5271 | <fieldValue name='rotation' value='-7.39911 0 10.21960 0.47556'/> |
5272 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5273 | <fieldValue name='ballRadius' value='0.02'/> |
5274 | <fieldValue name='traceEnabled' value='false'/> |
5275 | <fieldValue name='displayMode'/> |
5276 | <fieldValue name='transparency' value='0'/> |
5277 | </ProtoInstance> |
5278 | <ProtoInstance name='Arc'> |
5279 | <fieldValue name='cylinderHeight' value='0.95321'/> |
5280 | <fieldValue name='cylinderTranslation' value='1.02443 0.65419 -0.35552'/> |
5281 | <fieldValue name='coneTranslation' value='1.12253 0.39068 -0.20999'/> |
5282 | <fieldValue name='rotation' value='43.81674 0 -29.53393 2.55401'/> |
5283 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5284 | <fieldValue name='ballRadius' value='0.02'/> |
5285 | <fieldValue name='traceEnabled' value='false'/> |
5286 | <fieldValue name='displayMode'/> |
5287 | <fieldValue name='transparency' value='0'/> |
5288 | </ProtoInstance> |
5289 | <ProtoInstance name='Arc'> |
5290 | <fieldValue name='cylinderHeight' value='0.12026'/> |
5291 | <fieldValue name='cylinderTranslation' value='0.89973 1.10206 -0.59620'/> |
5292 | <fieldValue name='coneTranslation' value='0.86158 1.01702 -0.56034'/> |
5293 | <fieldValue name='rotation' value='-4.31799 0 -4.59458 0.55187'/> |
5294 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5295 | <fieldValue name='ballRadius' value='0.02'/> |
5296 | <fieldValue name='traceEnabled' value='false'/> |
5297 | <fieldValue name='displayMode'/> |
5298 | <fieldValue name='transparency' value='0'/> |
5299 | </ProtoInstance> |
5300 | <ProtoInstance name='Arc'> |
5301 | <fieldValue name='cylinderHeight' value='0.35210'/> |
5302 | <fieldValue name='cylinderTranslation' value='0.08268 -2.50317 0.75870'/> |
5303 | <fieldValue name='coneTranslation' value='0.08504 -2.51838 0.76326'/> |
5304 | <fieldValue name='rotation' value='10.01174 0 -5.16946 2.81585'/> |
5305 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5306 | <fieldValue name='ballRadius' value='0.02'/> |
5307 | <fieldValue name='traceEnabled' value='false'/> |
5308 | <fieldValue name='displayMode'/> |
5309 | <fieldValue name='transparency' value='0'/> |
5310 | </ProtoInstance> |
5311 | <ProtoInstance name='Arc'> |
5312 | <fieldValue name='cylinderHeight' value='0.20596'/> |
5313 | <fieldValue name='cylinderTranslation' value='0.03778 -2.23889 0.68149'/> |
5314 | <fieldValue name='coneTranslation' value='0.04833 -2.29287 0.69652'/> |
5315 | <fieldValue name='rotation' value='-5.43031 0 3.81088 0.32796'/> |
5316 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5317 | <fieldValue name='ballRadius' value='0.02'/> |
5318 | <fieldValue name='traceEnabled' value='false'/> |
5319 | <fieldValue name='displayMode'/> |
5320 | <fieldValue name='transparency' value='0'/> |
5321 | </ProtoInstance> |
5322 | <ProtoInstance name='Arc'> |
5323 | <fieldValue name='cylinderHeight' value='0.27521'/> |
5324 | <fieldValue name='cylinderTranslation' value='-1.07986 0.97577 -1.99999'/> |
5325 | <fieldValue name='coneTranslation' value='-1.05952 0.96663 -2.00211'/> |
5326 | <fieldValue name='rotation' value='2.59765 -0.00000 24.99129 1.15052'/> |
5327 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5328 | <fieldValue name='ballRadius' value='0.02'/> |
5329 | <fieldValue name='traceEnabled' value='false'/> |
5330 | <fieldValue name='displayMode'/> |
5331 | <fieldValue name='transparency' value='0'/> |
5332 | </ProtoInstance> |
5333 | <ProtoInstance name='Arc'> |
5334 | <fieldValue name='cylinderHeight' value='0.72218'/> |
5335 | <fieldValue name='cylinderTranslation' value='-0.64615 0.76343 -1.90973'/> |
5336 | <fieldValue name='coneTranslation' value='-0.47421 0.67644 -1.85223'/> |
5337 | <fieldValue name='rotation' value='20.65050 0 -61.74983 2.01814'/> |
5338 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5339 | <fieldValue name='ballRadius' value='0.02'/> |
5340 | <fieldValue name='traceEnabled' value='false'/> |
5341 | <fieldValue name='displayMode'/> |
5342 | <fieldValue name='transparency' value='0'/> |
5343 | </ProtoInstance> |
5344 | <ProtoInstance name='Arc'> |
5345 | <fieldValue name='cylinderHeight' value='0.77030'/> |
5346 | <fieldValue name='cylinderTranslation' value='-0.22711 1.43168 -0.77486'/> |
5347 | <fieldValue name='coneTranslation' value='-0.24527 1.56173 -0.59197'/> |
5348 | <fieldValue name='rotation' value='62.57244 -0.00000 6.21126 0.95499'/> |
5349 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5350 | <fieldValue name='ballRadius' value='0.02'/> |
5351 | <fieldValue name='traceEnabled' value='false'/> |
5352 | <fieldValue name='displayMode'/> |
5353 | <fieldValue name='transparency' value='0'/> |
5354 | </ProtoInstance> |
5355 | <ProtoInstance name='Arc'> |
5356 | <fieldValue name='cylinderHeight' value='0.05390'/> |
5357 | <fieldValue name='cylinderTranslation' value='1.72630 -1.43980 2.35527'/> |
5358 | <fieldValue name='coneTranslation' value='1.81128 -1.53643 2.32145'/> |
5359 | <fieldValue name='rotation' value='1.37015 -0.00000 3.44242 0.75789'/> |
5360 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5361 | <fieldValue name='ballRadius' value='0.02'/> |
5362 | <fieldValue name='traceEnabled' value='false'/> |
5363 | <fieldValue name='displayMode'/> |
5364 | <fieldValue name='transparency' value='0'/> |
5365 | </ProtoInstance> |
5366 | <ProtoInstance name='Arc'> |
5367 | <fieldValue name='cylinderHeight' value='0.87758'/> |
5368 | <fieldValue name='cylinderTranslation' value='1.54904 0.48122 -0.11618'/> |
5369 | <fieldValue name='coneTranslation' value='1.30955 0.33909 -0.12905'/> |
5370 | <fieldValue name='rotation' value='-4.05053 0 75.38781 2.10577'/> |
5371 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5372 | <fieldValue name='ballRadius' value='0.02'/> |
5373 | <fieldValue name='traceEnabled' value='false'/> |
5374 | <fieldValue name='displayMode'/> |
5375 | <fieldValue name='transparency' value='0'/> |
5376 | </ProtoInstance> |
5377 | <ProtoInstance name='Arc'> |
5378 | <fieldValue name='cylinderHeight' value='0.05261'/> |
5379 | <fieldValue name='cylinderTranslation' value='1.43893 -0.03234 -2.33715'/> |
5380 | <fieldValue name='coneTranslation' value='1.38611 0.03952 -2.23754'/> |
5381 | <fieldValue name='rotation' value='-3.91966 0 -2.07834 2.13820'/> |
5382 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5383 | <fieldValue name='ballRadius' value='0.02'/> |
5384 | <fieldValue name='traceEnabled' value='false'/> |
5385 | <fieldValue name='displayMode'/> |
5386 | <fieldValue name='transparency' value='0'/> |
5387 | </ProtoInstance> |
5388 | <ProtoInstance name='Arc'> |
5389 | <fieldValue name='cylinderHeight' value='1.02679'/> |
5390 | <fieldValue name='cylinderTranslation' value='-1.84119 0.28190 -0.67662'/> |
5391 | <fieldValue name='coneTranslation' value='-2.05018 0.08340 -0.47214'/> |
5392 | <fieldValue name='rotation' value='59.41093 -0.00000 60.72036 2.16723'/> |
5393 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5394 | <fieldValue name='ballRadius' value='0.02'/> |
5395 | <fieldValue name='traceEnabled' value='false'/> |
5396 | <fieldValue name='displayMode'/> |
5397 | <fieldValue name='transparency' value='0'/> |
5398 | </ProtoInstance> |
5399 | <ProtoInstance name='Arc'> |
5400 | <fieldValue name='cylinderHeight' value='0.82503'/> |
5401 | <fieldValue name='cylinderTranslation' value='0.85407 -1.46563 1.69682'/> |
5402 | <fieldValue name='coneTranslation' value='0.71312 -1.40330 1.49679'/> |
5403 | <fieldValue name='rotation' value='-65.35401 0 46.05199 1.32137'/> |
5404 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5405 | <fieldValue name='ballRadius' value='0.02'/> |
5406 | <fieldValue name='traceEnabled' value='false'/> |
5407 | <fieldValue name='displayMode'/> |
5408 | <fieldValue name='transparency' value='0'/> |
5409 | </ProtoInstance> |
5410 | <ProtoInstance name='Arc'> |
5411 | <fieldValue name='cylinderHeight' value='0.37448'/> |
5412 | <fieldValue name='cylinderTranslation' value='1.14129 -0.29223 -1.92382'/> |
5413 | <fieldValue name='coneTranslation' value='1.15939 -0.27818 -1.93854'/> |
5414 | <fieldValue name='rotation' value='-20.24628 0 -24.89321 1.02910'/> |
5415 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5416 | <fieldValue name='ballRadius' value='0.02'/> |
5417 | <fieldValue name='traceEnabled' value='false'/> |
5418 | <fieldValue name='displayMode'/> |
5419 | <fieldValue name='transparency' value='0'/> |
5420 | </ProtoInstance> |
5421 | <ProtoInstance name='Arc'> |
5422 | <fieldValue name='cylinderHeight' value='1.31663'/> |
5423 | <fieldValue name='cylinderTranslation' value='0.25670 0.36021 -1.94578'/> |
5424 | <fieldValue name='coneTranslation' value='-0.19301 0.54720 -1.84033'/> |
5425 | <fieldValue name='rotation' value='27.86113 -0.00000 118.81995 1.18615'/> |
5426 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5427 | <fieldValue name='ballRadius' value='0.02'/> |
5428 | <fieldValue name='traceEnabled' value='false'/> |
5429 | <fieldValue name='displayMode'/> |
5430 | <fieldValue name='transparency' value='0'/> |
5431 | </ProtoInstance> |
5432 | <ProtoInstance name='Arc'> |
5433 | <fieldValue name='cylinderHeight' value='0.57614'/> |
5434 | <fieldValue name='cylinderTranslation' value='0.88199 0.14691 -2.36947'/> |
5435 | <fieldValue name='coneTranslation' value='0.89585 0.16190 -2.49591'/> |
5436 | <fieldValue name='rotation' value='-56.87731 0 -6.23779 1.45348'/> |
5437 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5438 | <fieldValue name='ballRadius' value='0.02'/> |
5439 | <fieldValue name='traceEnabled' value='false'/> |
5440 | <fieldValue name='displayMode'/> |
5441 | <fieldValue name='transparency' value='0'/> |
5442 | </ProtoInstance> |
5443 | <ProtoInstance name='Arc'> |
5444 | <fieldValue name='cylinderHeight' value='0.57614'/> |
5445 | <fieldValue name='cylinderTranslation' value='0.88199 0.14691 -2.36947'/> |
5446 | <fieldValue name='coneTranslation' value='0.89585 0.16190 -2.49591'/> |
5447 | <fieldValue name='rotation' value='-56.87731 0 -6.23779 1.45348'/> |
5448 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5449 | <fieldValue name='ballRadius' value='0.02'/> |
5450 | <fieldValue name='traceEnabled' value='false'/> |
5451 | <fieldValue name='displayMode'/> |
5452 | <fieldValue name='transparency' value='0'/> |
5453 | </ProtoInstance> |
5454 | <ProtoInstance name='Arc'> |
5455 | <fieldValue name='cylinderHeight' value='0.41228'/> |
5456 | <fieldValue name='cylinderTranslation' value='0.75520 1.07795 -0.78528'/> |
5457 | <fieldValue name='coneTranslation' value='0.77890 1.05358 -0.75408'/> |
5458 | <fieldValue name='rotation' value='27.88060 0 -21.17600 2.12713'/> |
5459 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5460 | <fieldValue name='ballRadius' value='0.02'/> |
5461 | <fieldValue name='traceEnabled' value='false'/> |
5462 | <fieldValue name='displayMode'/> |
5463 | <fieldValue name='transparency' value='0'/> |
5464 | </ProtoInstance> |
5465 | <ProtoInstance name='Arc'> |
5466 | <fieldValue name='cylinderHeight' value='0.42251'/> |
5467 | <fieldValue name='cylinderTranslation' value='-1.84592 -0.64787 0.25570'/> |
5468 | <fieldValue name='coneTranslation' value='-1.88426 -0.68059 0.26500'/> |
5469 | <fieldValue name='rotation' value='7.66735 -0.00000 31.60220 2.26328'/> |
5470 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5471 | <fieldValue name='ballRadius' value='0.02'/> |
5472 | <fieldValue name='traceEnabled' value='false'/> |
5473 | <fieldValue name='displayMode'/> |
5474 | <fieldValue name='transparency' value='0'/> |
5475 | </ProtoInstance> |
5476 | <ProtoInstance name='Arc'> |
5477 | <fieldValue name='cylinderHeight' value='0.42941'/> |
5478 | <fieldValue name='cylinderTranslation' value='-1.71003 -0.29971 0.22846'/> |
5479 | <fieldValue name='coneTranslation' value='-1.71566 -0.24537 0.23129'/> |
5480 | <fieldValue name='rotation' value='2.21866 -0.00000 4.42367 0.11550'/> |
5481 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5482 | <fieldValue name='ballRadius' value='0.02'/> |
5483 | <fieldValue name='traceEnabled' value='false'/> |
5484 | <fieldValue name='displayMode'/> |
5485 | <fieldValue name='transparency' value='0'/> |
5486 | </ProtoInstance> |
5487 | <ProtoInstance name='Arc'> |
5488 | <fieldValue name='cylinderHeight' value='0.92876'/> |
5489 | <fieldValue name='cylinderTranslation' value='1.01659 0.61330 -0.39116'/> |
5490 | <fieldValue name='coneTranslation' value='1.11852 0.38010 -0.22420'/> |
5491 | <fieldValue name='rotation' value='50.94400 0 -31.10191 2.44363'/> |
5492 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5493 | <fieldValue name='ballRadius' value='0.02'/> |
5494 | <fieldValue name='traceEnabled' value='false'/> |
5495 | <fieldValue name='displayMode'/> |
5496 | <fieldValue name='transparency' value='0'/> |
5497 | </ProtoInstance> |
5498 | <ProtoInstance name='Arc'> |
5499 | <fieldValue name='cylinderHeight' value='0.19624'/> |
5500 | <fieldValue name='cylinderTranslation' value='0.89189 1.06118 -0.63183'/> |
5501 | <fieldValue name='coneTranslation' value='0.87246 1.00310 -0.64069'/> |
5502 | <fieldValue name='rotation' value='2.80926 0 -6.16256 0.35237'/> |
5503 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5504 | <fieldValue name='ballRadius' value='0.02'/> |
5505 | <fieldValue name='traceEnabled' value='false'/> |
5506 | <fieldValue name='displayMode'/> |
5507 | <fieldValue name='transparency' value='0'/> |
5508 | </ProtoInstance> |
5509 | <ProtoInstance name='Arc'> |
5510 | <fieldValue name='cylinderHeight' value='0.39965'/> |
5511 | <fieldValue name='cylinderTranslation' value='-2.55945 0.05107 0.47165'/> |
5512 | <fieldValue name='coneTranslation' value='-2.59618 0.05950 0.48455'/> |
5513 | <fieldValue name='rotation' value='12.93672 -0.00000 36.85411 1.35738'/> |
5514 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5515 | <fieldValue name='ballRadius' value='0.02'/> |
5516 | <fieldValue name='traceEnabled' value='false'/> |
5517 | <fieldValue name='displayMode'/> |
5518 | <fieldValue name='transparency' value='0'/> |
5519 | </ProtoInstance> |
5520 | <ProtoInstance name='Arc'> |
5521 | <fieldValue name='cylinderHeight' value='0.58812'/> |
5522 | <fieldValue name='cylinderTranslation' value='1.80407 0.37613 -1.70169'/> |
5523 | <fieldValue name='coneTranslation' value='1.71680 0.35857 -1.60145'/> |
5524 | <fieldValue name='rotation' value='43.97494 -0.00000 38.28469 1.70217'/> |
5525 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5526 | <fieldValue name='ballRadius' value='0.02'/> |
5527 | <fieldValue name='traceEnabled' value='false'/> |
5528 | <fieldValue name='displayMode'/> |
5529 | <fieldValue name='transparency' value='0'/> |
5530 | </ProtoInstance> |
5531 | <ProtoInstance name='Arc'> |
5532 | <fieldValue name='cylinderHeight' value='0.55642'/> |
5533 | <fieldValue name='cylinderTranslation' value='-0.33881 -2.34674 0.47885'/> |
5534 | <fieldValue name='coneTranslation' value='-0.34414 -2.22953 0.46452'/> |
5535 | <fieldValue name='rotation' value='-6.74616 0 2.51030 0.12973'/> |
5536 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5537 | <fieldValue name='ballRadius' value='0.02'/> |
5538 | <fieldValue name='traceEnabled' value='false'/> |
5539 | <fieldValue name='displayMode'/> |
5540 | <fieldValue name='transparency' value='0'/> |
5541 | </ProtoInstance> |
5542 | <ProtoInstance name='Arc'> |
5543 | <fieldValue name='cylinderHeight' value='0.30420'/> |
5544 | <fieldValue name='cylinderTranslation' value='1.31736 -0.17047 -2.16589'/> |
5545 | <fieldValue name='coneTranslation' value='1.32004 -0.16916 -2.17320'/> |
5546 | <fieldValue name='rotation' value='28.16766 -0.00000 10.32166 1.73738'/> |
5547 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5548 | <fieldValue name='ballRadius' value='0.02'/> |
5549 | <fieldValue name='traceEnabled' value='false'/> |
5550 | <fieldValue name='displayMode'/> |
5551 | <fieldValue name='transparency' value='0'/> |
5552 | </ProtoInstance> |
5553 | <ProtoInstance name='Arc'> |
5554 | <fieldValue name='cylinderHeight' value='0.84329'/> |
5555 | <fieldValue name='cylinderTranslation' value='1.66647 0.46179 -1.08248'/> |
5556 | <fieldValue name='coneTranslation' value='1.69987 0.53885 -0.83468'/> |
5557 | <fieldValue name='rotation' value='79.86670 0 -10.76390 1.27184'/> |
5558 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5559 | <fieldValue name='ballRadius' value='0.02'/> |
5560 | <fieldValue name='traceEnabled' value='false'/> |
5561 | <fieldValue name='displayMode'/> |
5562 | <fieldValue name='transparency' value='0'/> |
5563 | </ProtoInstance> |
5564 | <ProtoInstance name='Arc'> |
5565 | <fieldValue name='cylinderHeight' value='0.78941'/> |
5566 | <fieldValue name='cylinderTranslation' value='-2.05826 0.06696 0.40050'/> |
5567 | <fieldValue name='coneTranslation' value='-1.86434 -0.02425 0.30480'/> |
5568 | <fieldValue name='rotation' value='-32.18986 0 -65.22364 1.96997'/> |
5569 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5570 | <fieldValue name='ballRadius' value='0.02'/> |
5571 | <fieldValue name='traceEnabled' value='false'/> |
5572 | <fieldValue name='displayMode'/> |
5573 | <fieldValue name='transparency' value='0'/> |
5574 | </ProtoInstance> |
5575 | <ProtoInstance name='Arc'> |
5576 | <fieldValue name='cylinderHeight' value='0.74622'/> |
5577 | <fieldValue name='cylinderTranslation' value='-0.57306 0.75110 -2.05743'/> |
5578 | <fieldValue name='coneTranslation' value='-0.43846 0.66893 -1.91409'/> |
5579 | <fieldValue name='rotation' value='50.19169 0 -47.13069 1.96664'/> |
5580 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5581 | <fieldValue name='ballRadius' value='0.02'/> |
5582 | <fieldValue name='traceEnabled' value='false'/> |
5583 | <fieldValue name='displayMode'/> |
5584 | <fieldValue name='transparency' value='0'/> |
5585 | </ProtoInstance> |
5586 | <ProtoInstance name='Arc'> |
5587 | <fieldValue name='cylinderHeight' value='0.69063'/> |
5588 | <fieldValue name='cylinderTranslation' value='-0.62937 0.75629 -1.91502'/> |
5589 | <fieldValue name='coneTranslation' value='-0.47268 0.67630 -1.85677'/> |
5590 | <fieldValue name='rotation' value='21.70913 0 -58.39290 2.01712'/> |
5591 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5592 | <fieldValue name='ballRadius' value='0.02'/> |
5593 | <fieldValue name='traceEnabled' value='false'/> |
5594 | <fieldValue name='displayMode'/> |
5595 | <fieldValue name='transparency' value='0'/> |
5596 | </ProtoInstance> |
5597 | <ProtoInstance name='Arc'> |
5598 | <fieldValue name='cylinderHeight' value='0.68989'/> |
5599 | <fieldValue name='cylinderTranslation' value='-0.87232 -1.97678 1.27463'/> |
5600 | <fieldValue name='coneTranslation' value='-0.97814 -2.07932 1.38640'/> |
5601 | <fieldValue name='rotation' value='41.69446 -0.00000 39.47295 2.15845'/> |
5602 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5603 | <fieldValue name='ballRadius' value='0.02'/> |
5604 | <fieldValue name='traceEnabled' value='false'/> |
5605 | <fieldValue name='displayMode'/> |
5606 | <fieldValue name='transparency' value='0'/> |
5607 | </ProtoInstance> |
5608 | <ProtoInstance name='Arc'> |
5609 | <fieldValue name='cylinderHeight' value='0.38659'/> |
5610 | <fieldValue name='cylinderTranslation' value='-0.82375 -1.68861 1.14250'/> |
5611 | <fieldValue name='coneTranslation' value='-0.84938 -1.67192 1.15565'/> |
5612 | <fieldValue name='rotation' value='15.26862 -0.00000 29.75897 1.04553'/> |
5613 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5614 | <fieldValue name='ballRadius' value='0.02'/> |
5615 | <fieldValue name='traceEnabled' value='false'/> |
5616 | <fieldValue name='displayMode'/> |
5617 | <fieldValue name='transparency' value='0'/> |
5618 | </ProtoInstance> |
5619 | <ProtoInstance name='Arc'> |
5620 | <fieldValue name='cylinderHeight' value='0.68989'/> |
5621 | <fieldValue name='cylinderTranslation' value='-0.87232 -1.97678 1.27463'/> |
5622 | <fieldValue name='coneTranslation' value='-0.97814 -2.07932 1.38640'/> |
5623 | <fieldValue name='rotation' value='41.69446 -0.00000 39.47295 2.15845'/> |
5624 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5625 | <fieldValue name='ballRadius' value='0.02'/> |
5626 | <fieldValue name='traceEnabled' value='false'/> |
5627 | <fieldValue name='displayMode'/> |
5628 | <fieldValue name='transparency' value='0'/> |
5629 | </ProtoInstance> |
5630 | <ProtoInstance name='Arc'> |
5631 | <fieldValue name='cylinderHeight' value='0.77196'/> |
5632 | <fieldValue name='cylinderTranslation' value='1.21258 0.76763 0.46738'/> |
5633 | <fieldValue name='coneTranslation' value='1.01454 0.84695 0.39284'/> |
5634 | <fieldValue name='rotation' value='-25.46277 0 67.65084 1.21215'/> |
5635 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5636 | <fieldValue name='ballRadius' value='0.02'/> |
5637 | <fieldValue name='traceEnabled' value='false'/> |
5638 | <fieldValue name='displayMode'/> |
5639 | <fieldValue name='transparency' value='0'/> |
5640 | </ProtoInstance> |
5641 | <ProtoInstance name='Arc'> |
5642 | <fieldValue name='cylinderHeight' value='1.09018'/> |
5643 | <fieldValue name='cylinderTranslation' value='0.09580 -1.47095 1.45277'/> |
5644 | <fieldValue name='coneTranslation' value='-0.27722 -1.54665 1.51121'/> |
5645 | <fieldValue name='rotation' value='16.54514 -0.00000 105.60225 1.76866'/> |
5646 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5647 | <fieldValue name='ballRadius' value='0.02'/> |
5648 | <fieldValue name='traceEnabled' value='false'/> |
5649 | <fieldValue name='displayMode'/> |
5650 | <fieldValue name='transparency' value='0'/> |
5651 | </ProtoInstance> |
5652 | <ProtoInstance name='Arc'> |
5653 | <fieldValue name='cylinderHeight' value='0.44345'/> |
5654 | <fieldValue name='cylinderTranslation' value='1.28564 -0.08362 -2.53193'/> |
5655 | <fieldValue name='coneTranslation' value='1.29121 -0.08607 -2.59335'/> |
5656 | <fieldValue name='rotation' value='-44.12939 0 -3.99994 1.61041'/> |
5657 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5658 | <fieldValue name='ballRadius' value='0.02'/> |
5659 | <fieldValue name='traceEnabled' value='false'/> |
5660 | <fieldValue name='displayMode'/> |
5661 | <fieldValue name='transparency' value='0'/> |
5662 | </ProtoInstance> |
5663 | <ProtoInstance name='Arc'> |
5664 | <fieldValue name='cylinderHeight' value='0.78941'/> |
5665 | <fieldValue name='cylinderTranslation' value='-2.05826 0.06696 0.40050'/> |
5666 | <fieldValue name='coneTranslation' value='-1.86434 -0.02425 0.30480'/> |
5667 | <fieldValue name='rotation' value='-32.18986 0 -65.22364 1.96997'/> |
5668 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5669 | <fieldValue name='ballRadius' value='0.02'/> |
5670 | <fieldValue name='traceEnabled' value='false'/> |
5671 | <fieldValue name='displayMode'/> |
5672 | <fieldValue name='transparency' value='0'/> |
5673 | </ProtoInstance> |
5674 | <ProtoInstance name='Arc'> |
5675 | <fieldValue name='cylinderHeight' value='0.64600'/> |
5676 | <fieldValue name='cylinderTranslation' value='-2.40671 0.07379 -0.20843'/> |
5677 | <fieldValue name='coneTranslation' value='-2.53888 0.11429 -0.12206'/> |
5678 | <fieldValue name='rotation' value='34.22742 -0.00000 52.38303 1.31969'/> |
5679 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5680 | <fieldValue name='ballRadius' value='0.02'/> |
5681 | <fieldValue name='traceEnabled' value='false'/> |
5682 | <fieldValue name='displayMode'/> |
5683 | <fieldValue name='transparency' value='0'/> |
5684 | </ProtoInstance> |
5685 | <ProtoInstance name='Arc'> |
5686 | <fieldValue name='cylinderHeight' value='0.33401'/> |
5687 | <fieldValue name='cylinderTranslation' value='2.02242 1.06802 -0.44266'/> |
5688 | <fieldValue name='coneTranslation' value='2.02821 1.07196 -0.44243'/> |
5689 | <fieldValue name='rotation' value='1.09652 0 -27.59182 0.97328'/> |
5690 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5691 | <fieldValue name='ballRadius' value='0.02'/> |
5692 | <fieldValue name='traceEnabled' value='false'/> |
5693 | <fieldValue name='displayMode'/> |
5694 | <fieldValue name='transparency' value='0'/> |
5695 | </ProtoInstance> |
5696 | <ProtoInstance name='Arc'> |
5697 | <fieldValue name='cylinderHeight' value='0.33401'/> |
5698 | <fieldValue name='cylinderTranslation' value='2.02242 1.06802 -0.44266'/> |
5699 | <fieldValue name='coneTranslation' value='2.02821 1.07196 -0.44243'/> |
5700 | <fieldValue name='rotation' value='1.09652 0 -27.59182 0.97328'/> |
5701 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5702 | <fieldValue name='ballRadius' value='0.02'/> |
5703 | <fieldValue name='traceEnabled' value='false'/> |
5704 | <fieldValue name='displayMode'/> |
5705 | <fieldValue name='transparency' value='0'/> |
5706 | </ProtoInstance> |
5707 | <ProtoInstance name='Arc'> |
5708 | <fieldValue name='cylinderHeight' value='0.32142'/> |
5709 | <fieldValue name='cylinderTranslation' value='1.83941 -1.87143 -1.80723'/> |
5710 | <fieldValue name='coneTranslation' value='1.83987 -1.87193 -1.80740'/> |
5711 | <fieldValue name='rotation' value='-7.79942 0 -21.06368 2.36784'/> |
5712 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5713 | <fieldValue name='ballRadius' value='0.02'/> |
5714 | <fieldValue name='traceEnabled' value='false'/> |
5715 | <fieldValue name='displayMode'/> |
5716 | <fieldValue name='transparency' value='0'/> |
5717 | </ProtoInstance> |
5718 | <ProtoInstance name='Arc'> |
5719 | <fieldValue name='cylinderHeight' value='1.43267'/> |
5720 | <fieldValue name='cylinderTranslation' value='0.80367 -0.35119 -0.05354'/> |
5721 | <fieldValue name='coneTranslation' value='0.51753 -0.82394 0.01084'/> |
5722 | <fieldValue name='rotation' value='16.57909 -0.00000 73.68604 2.58631'/> |
5723 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5724 | <fieldValue name='ballRadius' value='0.02'/> |
5725 | <fieldValue name='traceEnabled' value='false'/> |
5726 | <fieldValue name='displayMode'/> |
5727 | <fieldValue name='transparency' value='0'/> |
5728 | </ProtoInstance> |
5729 | <ProtoInstance name='Arc'> |
5730 | <fieldValue name='cylinderHeight' value='0.84101'/> |
5731 | <fieldValue name='cylinderTranslation' value='1.44619 0.42175 -0.40979'/> |
5732 | <fieldValue name='coneTranslation' value='1.61600 0.52349 -0.57914'/> |
5733 | <fieldValue name='rotation' value='-54.67122 0 -54.81885 1.16956'/> |
5734 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5735 | <fieldValue name='ballRadius' value='0.02'/> |
5736 | <fieldValue name='traceEnabled' value='false'/> |
5737 | <fieldValue name='displayMode'/> |
5738 | <fieldValue name='transparency' value='0'/> |
5739 | </ProtoInstance> |
5740 | <ProtoInstance name='Arc'> |
5741 | <fieldValue name='cylinderHeight' value='0.96094'/> |
5742 | <fieldValue name='cylinderTranslation' value='0.56863 1.27049 0.38944'/> |
5743 | <fieldValue name='coneTranslation' value='0.36474 1.51553 0.42237'/> |
5744 | <fieldValue name='rotation' value='9.87416 -0.00000 61.13844 0.70034'/> |
5745 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5746 | <fieldValue name='ballRadius' value='0.02'/> |
5747 | <fieldValue name='traceEnabled' value='false'/> |
5748 | <fieldValue name='displayMode'/> |
5749 | <fieldValue name='transparency' value='0'/> |
5750 | </ProtoInstance> |
5751 | <ProtoInstance name='Arc'> |
5752 | <fieldValue name='cylinderHeight' value='0.75651'/> |
5753 | <fieldValue name='cylinderTranslation' value='1.19501 0.93292 0.53843'/> |
5754 | <fieldValue name='coneTranslation' value='1.38005 0.95012 0.65289'/> |
5755 | <fieldValue name='rotation' value='39.67260 0 -64.13769 1.49191'/> |
5756 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5757 | <fieldValue name='ballRadius' value='0.02'/> |
5758 | <fieldValue name='traceEnabled' value='false'/> |
5759 | <fieldValue name='displayMode'/> |
5760 | <fieldValue name='transparency' value='0'/> |
5761 | </ProtoInstance> |
5762 | <ProtoInstance name='Arc'> |
5763 | <fieldValue name='cylinderHeight' value='0.57628'/> |
5764 | <fieldValue name='cylinderTranslation' value='1.99476 -0.66474 2.10109'/> |
5765 | <fieldValue name='coneTranslation' value='2.03154 -0.74512 2.19386'/> |
5766 | <fieldValue name='rotation' value='41.71946 0 -16.54389 2.24886'/> |
5767 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5768 | <fieldValue name='ballRadius' value='0.02'/> |
5769 | <fieldValue name='traceEnabled' value='false'/> |
5770 | <fieldValue name='displayMode'/> |
5771 | <fieldValue name='transparency' value='0'/> |
5772 | </ProtoInstance> |
5773 | <ProtoInstance name='Arc'> |
5774 | <fieldValue name='cylinderHeight' value='0.70535'/> |
5775 | <fieldValue name='cylinderTranslation' value='-0.40262 -2.04676 0.78130'/> |
5776 | <fieldValue name='coneTranslation' value='-0.40587 -1.85878 0.73917'/> |
5777 | <fieldValue name='rotation' value='-15.42376 0 1.19249 0.22112'/> |
5778 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5779 | <fieldValue name='ballRadius' value='0.02'/> |
5780 | <fieldValue name='traceEnabled' value='false'/> |
5781 | <fieldValue name='displayMode'/> |
5782 | <fieldValue name='transparency' value='0'/> |
5783 | </ProtoInstance> |
5784 | <ProtoInstance name='Arc'> |
5785 | <fieldValue name='cylinderHeight' value='0.93247'/> |
5786 | <fieldValue name='cylinderTranslation' value='1.10470 -0.86274 0.66850'/> |
5787 | <fieldValue name='coneTranslation' value='0.85810 -1.03808 0.62138'/> |
5788 | <fieldValue name='rotation' value='-14.34641 0 75.09055 2.18044'/> |
5789 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5790 | <fieldValue name='ballRadius' value='0.02'/> |
5791 | <fieldValue name='traceEnabled' value='false'/> |
5792 | <fieldValue name='displayMode'/> |
5793 | <fieldValue name='transparency' value='0'/> |
5794 | </ProtoInstance> |
5795 | <ProtoInstance name='Arc'> |
5796 | <fieldValue name='cylinderHeight' value='0.43436'/> |
5797 | <fieldValue name='cylinderTranslation' value='-1.29516 -1.57374 1.26678'/> |
5798 | <fieldValue name='coneTranslation' value='-1.29440 -1.60908 1.31173'/> |
5799 | <fieldValue name='rotation' value='34.14292 0 -0.57910 2.23702'/> |
5800 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5801 | <fieldValue name='ballRadius' value='0.02'/> |
5802 | <fieldValue name='traceEnabled' value='false'/> |
5803 | <fieldValue name='displayMode'/> |
5804 | <fieldValue name='transparency' value='0'/> |
5805 | </ProtoInstance> |
5806 | <ProtoInstance name='Arc'> |
5807 | <fieldValue name='cylinderHeight' value='0.76861'/> |
5808 | <fieldValue name='cylinderTranslation' value='0.34800 -0.96457 0.40360'/> |
5809 | <fieldValue name='coneTranslation' value='0.29708 -0.96729 0.62203'/> |
5810 | <fieldValue name='rotation' value='74.84869 -0.00000 17.44775 1.58295'/> |
5811 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5812 | <fieldValue name='ballRadius' value='0.02'/> |
5813 | <fieldValue name='traceEnabled' value='false'/> |
5814 | <fieldValue name='displayMode'/> |
5815 | <fieldValue name='transparency' value='0'/> |
5816 | </ProtoInstance> |
5817 | <ProtoInstance name='Arc'> |
5818 | <fieldValue name='cylinderHeight' value='0.32567'/> |
5819 | <fieldValue name='cylinderTranslation' value='-1.28403 -1.84061 1.68190'/> |
5820 | <fieldValue name='coneTranslation' value='-1.28232 -1.83923 1.68011'/> |
5821 | <fieldValue name='rotation' value='-20.51740 0 -19.68068 1.06129'/> |
5822 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5823 | <fieldValue name='ballRadius' value='0.02'/> |
5824 | <fieldValue name='traceEnabled' value='false'/> |
5825 | <fieldValue name='displayMode'/> |
5826 | <fieldValue name='transparency' value='0'/> |
5827 | </ProtoInstance> |
5828 | <ProtoInstance name='Arc'> |
5829 | <fieldValue name='cylinderHeight' value='0.82951'/> |
5830 | <fieldValue name='cylinderTranslation' value='1.51276 0.04599 -1.22346'/> |
5831 | <fieldValue name='coneTranslation' value='1.45067 0.05938 -0.97675'/> |
5832 | <fieldValue name='rotation' value='80.33197 -0.00000 20.21463 1.51820'/> |
5833 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5834 | <fieldValue name='ballRadius' value='0.02'/> |
5835 | <fieldValue name='traceEnabled' value='false'/> |
5836 | <fieldValue name='displayMode'/> |
5837 | <fieldValue name='transparency' value='0'/> |
5838 | </ProtoInstance> |
5839 | <ProtoInstance name='Arc'> |
5840 | <fieldValue name='cylinderHeight' value='0.77152'/> |
5841 | <fieldValue name='cylinderTranslation' value='-0.69056 -1.64718 0.96151'/> |
5842 | <fieldValue name='coneTranslation' value='-0.52554 -1.67966 0.81091'/> |
5843 | <fieldValue name='rotation' value='-51.46635 0 -56.39620 1.71515'/> |
5844 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5845 | <fieldValue name='ballRadius' value='0.02'/> |
5846 | <fieldValue name='traceEnabled' value='false'/> |
5847 | <fieldValue name='displayMode'/> |
5848 | <fieldValue name='transparency' value='0'/> |
5849 | </ProtoInstance> |
5850 | <ProtoInstance name='Arc'> |
5851 | <fieldValue name='cylinderHeight' value='0.36264'/> |
5852 | <fieldValue name='cylinderTranslation' value='1.53750 -0.05707 -2.51483'/> |
5853 | <fieldValue name='coneTranslation' value='1.54787 -0.05831 -2.53341'/> |
5854 | <fieldValue name='rotation' value='-31.61550 0 -17.63577 1.62924'/> |
5855 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5856 | <fieldValue name='ballRadius' value='0.02'/> |
5857 | <fieldValue name='traceEnabled' value='false'/> |
5858 | <fieldValue name='displayMode'/> |
5859 | <fieldValue name='transparency' value='0'/> |
5860 | </ProtoInstance> |
5861 | <ProtoInstance name='Arc'> |
5862 | <fieldValue name='cylinderHeight' value='0.77367'/> |
5863 | <fieldValue name='cylinderTranslation' value='-2.04294 -0.41699 0.49871'/> |
5864 | <fieldValue name='coneTranslation' value='-1.83738 -0.45817 0.41210'/> |
5865 | <fieldValue name='rotation' value='-29.54153 0 -70.11246 1.75331'/> |
5866 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5867 | <fieldValue name='ballRadius' value='0.02'/> |
5868 | <fieldValue name='traceEnabled' value='false'/> |
5869 | <fieldValue name='displayMode'/> |
5870 | <fieldValue name='transparency' value='0'/> |
5871 | </ProtoInstance> |
5872 | <ProtoInstance name='Arc'> |
5873 | <fieldValue name='cylinderHeight' value='0.55871'/> |
5874 | <fieldValue name='cylinderTranslation' value='-0.28202 -1.95049 0.72885'/> |
5875 | <fieldValue name='coneTranslation' value='-0.22795 -2.05637 0.73938'/> |
5876 | <fieldValue name='rotation' value='4.93337 0 -25.31190 2.66183'/> |
5877 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5878 | <fieldValue name='ballRadius' value='0.02'/> |
5879 | <fieldValue name='traceEnabled' value='false'/> |
5880 | <fieldValue name='displayMode'/> |
5881 | <fieldValue name='transparency' value='0'/> |
5882 | </ProtoInstance> |
5883 | <ProtoInstance name='Vertex'> |
5884 | <fieldValue name='vertexText' value='"2010-01-20-ARMY.MIL"'/> |
5885 | <fieldValue name='description' value='1: 2010-01-20-ARMY.MIL'/> |
5886 | <fieldValue name='url'/> |
5887 | <fieldValue name='radius' value='0.1500'/> |
5888 | <fieldValue name='displayMode'/> |
5889 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5890 | <fieldValue name='transparency' value='0'/> |
5891 | <fieldValue name='translation' value='-0.92866 0.83365 -1.57645'/> |
5892 | <fieldValue name='textTranslation' value='-0.77866 0.83365 -1.57645'/> |
5893 | <fieldValue name='textColor' value='0 0 0'/> |
5894 | </ProtoInstance> |
5895 | <ProtoInstance name='Vertex'> |
5896 | <fieldValue name='vertexText' value='"2010-01-20-CIDI.ORG-INCIDENT"'/> |
5897 | <fieldValue name='description' value='2: 2010-01-20-CIDI.ORG-INCIDENT'/> |
5898 | <fieldValue name='url'/> |
5899 | <fieldValue name='radius' value='0.1500'/> |
5900 | <fieldValue name='displayMode'/> |
5901 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5902 | <fieldValue name='transparency' value='0'/> |
5903 | <fieldValue name='translation' value='-0.43534 1.48099 -0.17475'/> |
5904 | <fieldValue name='textTranslation' value='-0.28534 1.48099 -0.17475'/> |
5905 | <fieldValue name='textColor' value='0 0 0'/> |
5906 | </ProtoInstance> |
5907 | <ProtoInstance name='Vertex'> |
5908 | <fieldValue name='vertexText' value='"2010-01-20-COMMUNITY.APAN.ORG-DEFAULT.ASPX"'/> |
5909 | <fieldValue name='description' value='3: 2010-01-20-COMMUNITY.APAN.ORG-DEFAULT.ASPX'/> |
5910 | <fieldValue name='url'/> |
5911 | <fieldValue name='radius' value='0.1500'/> |
5912 | <fieldValue name='displayMode'/> |
5913 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5914 | <fieldValue name='transparency' value='0'/> |
5915 | <fieldValue name='translation' value='1.41649 -1.32735 -1.60514'/> |
5916 | <fieldValue name='textTranslation' value='1.56649 -1.32735 -1.60514'/> |
5917 | <fieldValue name='textColor' value='0 0 0'/> |
5918 | </ProtoInstance> |
5919 | <ProtoInstance name='Vertex'> |
5920 | <fieldValue name='vertexText' value='"2010-01-20-DEC.USAID.GOV"'/> |
5921 | <fieldValue name='description' value='4: 2010-01-20-DEC.USAID.GOV'/> |
5922 | <fieldValue name='url'/> |
5923 | <fieldValue name='radius' value='0.1500'/> |
5924 | <fieldValue name='displayMode'/> |
5925 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5926 | <fieldValue name='transparency' value='0'/> |
5927 | <fieldValue name='translation' value='1.33965 0.67285 -0.51103'/> |
5928 | <fieldValue name='textTranslation' value='1.48965 0.67285 -0.51103'/> |
5929 | <fieldValue name='textColor' value='0 0 0'/> |
5930 | </ProtoInstance> |
5931 | <ProtoInstance name='Vertex'> |
5932 | <fieldValue name='vertexText' value='"2010-01-20-DEC.USAID.GOV-INDEX.CFM"'/> |
5933 | <fieldValue name='description' value='5: 2010-01-20-DEC.USAID.GOV-INDEX.CFM'/> |
5934 | <fieldValue name='url'/> |
5935 | <fieldValue name='radius' value='0.1500'/> |
5936 | <fieldValue name='displayMode'/> |
5937 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5938 | <fieldValue name='transparency' value='0'/> |
5939 | <fieldValue name='translation' value='-0.20866 -0.46704 -0.53412'/> |
5940 | <fieldValue name='textTranslation' value='-0.05866 -0.46704 -0.53412'/> |
5941 | <fieldValue name='textColor' value='0 0 0'/> |
5942 | </ProtoInstance> |
5943 | <ProtoInstance name='Vertex'> |
5944 | <fieldValue name='vertexText' value='"2010-01-20-DOD.XML.FEEDROOM.COM-RSS.XML"'/> |
5945 | <fieldValue name='description' value='6: 2010-01-20-DOD.XML.FEEDROOM.COM-RSS.XML'/> |
5946 | <fieldValue name='url'/> |
5947 | <fieldValue name='radius' value='0.1500'/> |
5948 | <fieldValue name='displayMode'/> |
5949 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5950 | <fieldValue name='transparency' value='0'/> |
5951 | <fieldValue name='translation' value='-0.33221 0.11424 1.21773'/> |
5952 | <fieldValue name='textTranslation' value='-0.18221 0.11424 1.21773'/> |
5953 | <fieldValue name='textColor' value='0 0 0'/> |
5954 | </ProtoInstance> |
5955 | <ProtoInstance name='Vertex'> |
5956 | <fieldValue name='vertexText' value='"2010-01-20-DODLIVE.MIL"'/> |
5957 | <fieldValue name='description' value='7: 2010-01-20-DODLIVE.MIL'/> |
5958 | <fieldValue name='url'/> |
5959 | <fieldValue name='radius' value='0.1500'/> |
5960 | <fieldValue name='displayMode'/> |
5961 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5962 | <fieldValue name='transparency' value='0'/> |
5963 | <fieldValue name='translation' value='0.35515 1.29017 -0.75371'/> |
5964 | <fieldValue name='textTranslation' value='0.50515 1.29017 -0.75371'/> |
5965 | <fieldValue name='textColor' value='0 0 0'/> |
5966 | </ProtoInstance> |
5967 | <ProtoInstance name='Vertex'> |
5968 | <fieldValue name='vertexText' value='"2010-01-20-DODLIVE.MIL-INDEX.PHP"'/> |
5969 | <fieldValue name='description' value='8: 2010-01-20-DODLIVE.MIL-INDEX.PHP'/> |
5970 | <fieldValue name='url'/> |
5971 | <fieldValue name='radius' value='0.1500'/> |
5972 | <fieldValue name='displayMode'/> |
5973 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5974 | <fieldValue name='transparency' value='0'/> |
5975 | <fieldValue name='translation' value='0.35515 1.29017 -0.75371'/> |
5976 | <fieldValue name='textTranslation' value='0.50515 1.29017 -0.75371'/> |
5977 | <fieldValue name='textColor' value='0 0 0'/> |
5978 | </ProtoInstance> |
5979 | <ProtoInstance name='Vertex'> |
5980 | <fieldValue name='vertexText' value='"2010-01-20-FACEBOOK.COM-REDCROSS"'/> |
5981 | <fieldValue name='description' value='9: 2010-01-20-FACEBOOK.COM-REDCROSS'/> |
5982 | <fieldValue name='url'/> |
5983 | <fieldValue name='radius' value='0.1500'/> |
5984 | <fieldValue name='displayMode'/> |
5985 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5986 | <fieldValue name='transparency' value='0'/> |
5987 | <fieldValue name='translation' value='2.13673 -0.16400 1.88036'/> |
5988 | <fieldValue name='textTranslation' value='2.28673 -0.16400 1.88036'/> |
5989 | <fieldValue name='textColor' value='0 0 0'/> |
5990 | </ProtoInstance> |
5991 | <ProtoInstance name='Vertex'> |
5992 | <fieldValue name='vertexText' value='"2010-01-20-FACEBOOK.COM-USAID.NEWS"'/> |
5993 | <fieldValue name='description' value='10: 2010-01-20-FACEBOOK.COM-USAID.NEWS'/> |
5994 | <fieldValue name='url'/> |
5995 | <fieldValue name='radius' value='0.1500'/> |
5996 | <fieldValue name='displayMode'/> |
5997 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5998 | <fieldValue name='transparency' value='0'/> |
5999 | <fieldValue name='translation' value='0.48678 -1.11776 -0.17750'/> |
6000 | <fieldValue name='textTranslation' value='0.63678 -1.11776 -0.17750'/> |
6001 | <fieldValue name='textColor' value='0 0 0'/> |
6002 | </ProtoInstance> |
6003 | <ProtoInstance name='Vertex'> |
6004 | <fieldValue name='vertexText' value='"2010-01-20-FACEBOOK.COM-USAIRFORCE"'/> |
6005 | <fieldValue name='description' value='11: 2010-01-20-FACEBOOK.COM-USAIRFORCE'/> |
6006 | <fieldValue name='url'/> |
6007 | <fieldValue name='radius' value='0.1500'/> |
6008 | <fieldValue name='displayMode'/> |
6009 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6010 | <fieldValue name='transparency' value='0'/> |
6011 | <fieldValue name='translation' value='1.45777 0.21050 0.34255'/> |
6012 | <fieldValue name='textTranslation' value='1.60777 0.21050 0.34255'/> |
6013 | <fieldValue name='textColor' value='0 0 0'/> |
6014 | </ProtoInstance> |
6015 | <ProtoInstance name='Vertex'> |
6016 | <fieldValue name='vertexText' value='"2010-01-20-JRSUSA.ORG"'/> |
6017 | <fieldValue name='description' value='12: 2010-01-20-JRSUSA.ORG'/> |
6018 | <fieldValue name='url'/> |
6019 | <fieldValue name='radius' value='0.1500'/> |
6020 | <fieldValue name='displayMode'/> |
6021 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6022 | <fieldValue name='transparency' value='0'/> |
6023 | <fieldValue name='translation' value='-0.94716 -1.50918 1.17525'/> |
6024 | <fieldValue name='textTranslation' value='-0.79716 -1.50918 1.17525'/> |
6025 | <fieldValue name='textColor' value='0 0 0'/> |
6026 | </ProtoInstance> |
6027 | <ProtoInstance name='Vertex'> |
6028 | <fieldValue name='vertexText' value='"2010-01-20-KARS.KU.EDU-RESEARCH"'/> |
6029 | <fieldValue name='description' value='13: 2010-01-20-KARS.KU.EDU-RESEARCH'/> |
6030 | <fieldValue name='url'/> |
6031 | <fieldValue name='radius' value='0.1500'/> |
6032 | <fieldValue name='displayMode'/> |
6033 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6034 | <fieldValue name='transparency' value='0'/> |
6035 | <fieldValue name='translation' value='1.55630 -1.23034 2.09771'/> |
6036 | <fieldValue name='textTranslation' value='1.70630 -1.23034 2.09771'/> |
6037 | <fieldValue name='textColor' value='0 0 0'/> |
6038 | </ProtoInstance> |
6039 | <ProtoInstance name='Vertex'> |
6040 | <fieldValue name='vertexText' value='"2010-01-20-SOUTHCOM.MIL-APPSSC"'/> |
6041 | <fieldValue name='description' value='14: 2010-01-20-SOUTHCOM.MIL-APPSSC'/> |
6042 | <fieldValue name='url'/> |
6043 | <fieldValue name='radius' value='0.1500'/> |
6044 | <fieldValue name='displayMode'/> |
6045 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6046 | <fieldValue name='transparency' value='0'/> |
6047 | <fieldValue name='translation' value='1.20113 -0.04951 -1.89626'/> |
6048 | <fieldValue name='textTranslation' value='1.35113 -0.04951 -1.89626'/> |
6049 | <fieldValue name='textColor' value='0 0 0'/> |
6050 | </ProtoInstance> |
6051 | <ProtoInstance name='Vertex'> |
6052 | <fieldValue name='vertexText' value='"2010-01-20-TWITTER.COM-USAID_HAITI"'/> |
6053 | <fieldValue name='description' value='15: 2010-01-20-TWITTER.COM-USAID_HAITI'/> |
6054 | <fieldValue name='url'/> |
6055 | <fieldValue name='radius' value='0.1500'/> |
6056 | <fieldValue name='displayMode'/> |
6057 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
6058 | <fieldValue name='transparency' value='0'/> |
6059 | <fieldValue name='translation' value='-0.03044 -1.80016 0.54025'/> |
6060 | <fieldValue name='textTranslation' value='0.11956 -1.80016 0.54025'/> |
6061 | <fieldValue name='textColor' value='0 0 0'/> |
6062 | </ProtoInstance> |
6063 | <ProtoInstance name='Vertex'> |
6064 | <fieldValue name='vertexText' value='"2010-01-20-USAID.GOV-UPDATES"'/> |
6065 | <fieldValue name='description' value='16: 2010-01-20-USAID.GOV-UPDATES'/> |
6066 | <fieldValue name='url'/> |
6067 | <fieldValue name='radius' value='0.1500'/> |
6068 | <fieldValue name='displayMode'/> |
6069 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6070 | <fieldValue name='transparency' value='0'/> |
6071 | <fieldValue name='translation' value='-1.93528 -0.02248 0.25362'/> |
6072 | <fieldValue name='textTranslation' value='-1.78528 -0.02248 0.25362'/> |
6073 | <fieldValue name='textColor' value='0 0 0'/> |
6074 | </ProtoInstance> |
6075 | <ProtoInstance name='Vertex'> |
6076 | <fieldValue name='vertexText' value='"2010-01-20-WFP.ORG-NEWS"'/> |
6077 | <fieldValue name='description' value='17: 2010-01-20-WFP.ORG-NEWS'/> |
6078 | <fieldValue name='url'/> |
6079 | <fieldValue name='radius' value='0.1500'/> |
6080 | <fieldValue name='displayMode'/> |
6081 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6082 | <fieldValue name='transparency' value='0'/> |
6083 | <fieldValue name='translation' value='-1.16677 -0.46137 0.00810'/> |
6084 | <fieldValue name='textTranslation' value='-1.01677 -0.46137 0.00810'/> |
6085 | <fieldValue name='textColor' value='0 0 0'/> |
6086 | </ProtoInstance> |
6087 | <ProtoInstance name='Vertex'> |
6088 | <fieldValue name='vertexText' value='"2010-01-20-YOUTUBE.COM-WATCH"'/> |
6089 | <fieldValue name='description' value='18: 2010-01-20-YOUTUBE.COM-WATCH'/> |
6090 | <fieldValue name='url'/> |
6091 | <fieldValue name='radius' value='0.1500'/> |
6092 | <fieldValue name='displayMode'/> |
6093 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6094 | <fieldValue name='transparency' value='0'/> |
6095 | <fieldValue name='translation' value='-1.75765 -0.64694 -0.96818'/> |
6096 | <fieldValue name='textTranslation' value='-1.60765 -0.64694 -0.96818'/> |
6097 | <fieldValue name='textColor' value='0 0 0'/> |
6098 | </ProtoInstance> |
6099 | <ProtoInstance name='Vertex'> |
6100 | <fieldValue name='vertexText' value=' "Haiti/2010-01-20/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-20.simple" '/> |
6101 | <fieldValue name='description' value='19: Haiti/2010-01-20/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-20.simple'/> |
6102 | <fieldValue name='url'/> |
6103 | <fieldValue name='radius' value='0.1500'/> |
6104 | <fieldValue name='displayMode'/> |
6105 | <fieldValue name='diffuseColor' value='1.0000 1.0000 0'/> |
6106 | <fieldValue name='transparency' value='0'/> |
6107 | <fieldValue name='translation' value='-2.26527 2.74857 0.83082'/> |
6108 | <fieldValue name='textTranslation' value='-2.11527 2.74857 0.83082'/> |
6109 | <fieldValue name='textColor' value='0 0 0'/> |
6110 | </ProtoInstance> |
6111 | <ProtoInstance name='Vertex'> |
6112 | <fieldValue name='vertexText' value='"abandoned"'/> |
6113 | <fieldValue name='description' value='20: abandoned'/> |
6114 | <fieldValue name='url'/> |
6115 | <fieldValue name='radius' value='0.1500'/> |
6116 | <fieldValue name='displayMode'/> |
6117 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6118 | <fieldValue name='transparency' value='0'/> |
6119 | <fieldValue name='translation' value='-2.52745 -0.85836 -1.43244'/> |
6120 | <fieldValue name='textTranslation' value='-2.37745 -0.85836 -1.43244'/> |
6121 | <fieldValue name='textColor' value='0 0 0'/> |
6122 | </ProtoInstance> |
6123 | <ProtoInstance name='Vertex'> |
6124 | <fieldValue name='vertexText' value='"aboard"'/> |
6125 | <fieldValue name='description' value='21: aboard'/> |
6126 | <fieldValue name='url'/> |
6127 | <fieldValue name='radius' value='0.1500'/> |
6128 | <fieldValue name='displayMode'/> |
6129 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6130 | <fieldValue name='transparency' value='0'/> |
6131 | <fieldValue name='translation' value='0.91317 0.18063 -2.65386'/> |
6132 | <fieldValue name='textTranslation' value='1.06317 0.18063 -2.65386'/> |
6133 | <fieldValue name='textColor' value='0 0 0'/> |
6134 | </ProtoInstance> |
6135 | <ProtoInstance name='Vertex'> |
6136 | <fieldValue name='vertexText' value='"academia"'/> |
6137 | <fieldValue name='description' value='22: academia'/> |
6138 | <fieldValue name='url'/> |
6139 | <fieldValue name='radius' value='0.1500'/> |
6140 | <fieldValue name='displayMode'/> |
6141 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6142 | <fieldValue name='transparency' value='0'/> |
6143 | <fieldValue name='translation' value='1.96587 -0.18706 -2.47832'/> |
6144 | <fieldValue name='textTranslation' value='2.11587 -0.18706 -2.47832'/> |
6145 | <fieldValue name='textColor' value='0 0 0'/> |
6146 | </ProtoInstance> |
6147 | <ProtoInstance name='Vertex'> |
6148 | <fieldValue name='vertexText' value='"access"'/> |
6149 | <fieldValue name='description' value='23: access'/> |
6150 | <fieldValue name='url'/> |
6151 | <fieldValue name='radius' value='0.1500'/> |
6152 | <fieldValue name='displayMode'/> |
6153 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6154 | <fieldValue name='transparency' value='0'/> |
6155 | <fieldValue name='translation' value='1.20918 -0.51937 -1.37267'/> |
6156 | <fieldValue name='textTranslation' value='1.35918 -0.51937 -1.37267'/> |
6157 | <fieldValue name='textColor' value='0 0 0'/> |
6158 | </ProtoInstance> |
6159 | <ProtoInstance name='Vertex'> |
6160 | <fieldValue name='vertexText' value='"accessible"'/> |
6161 | <fieldValue name='description' value='24: accessible'/> |
6162 | <fieldValue name='url'/> |
6163 | <fieldValue name='radius' value='0.1500'/> |
6164 | <fieldValue name='displayMode'/> |
6165 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6166 | <fieldValue name='transparency' value='0'/> |
6167 | <fieldValue name='translation' value='1.30564 -0.09243 -2.75257'/> |
6168 | <fieldValue name='textTranslation' value='1.45564 -0.09243 -2.75257'/> |
6169 | <fieldValue name='textColor' value='0 0 0'/> |
6170 | </ProtoInstance> |
6171 | <ProtoInstance name='Vertex'> |
6172 | <fieldValue name='vertexText' value='"account"'/> |
6173 | <fieldValue name='description' value='25: account'/> |
6174 | <fieldValue name='url'/> |
6175 | <fieldValue name='radius' value='0.1500'/> |
6176 | <fieldValue name='displayMode'/> |
6177 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6178 | <fieldValue name='transparency' value='0'/> |
6179 | <fieldValue name='translation' value='1.94473 -1.98638 -1.84623'/> |
6180 | <fieldValue name='textTranslation' value='2.09473 -1.98638 -1.84623'/> |
6181 | <fieldValue name='textColor' value='0 0 0'/> |
6182 | </ProtoInstance> |
6183 | <ProtoInstance name='Vertex'> |
6184 | <fieldValue name='vertexText' value='"activity"'/> |
6185 | <fieldValue name='description' value='26: activity'/> |
6186 | <fieldValue name='url'/> |
6187 | <fieldValue name='radius' value='0.1500'/> |
6188 | <fieldValue name='displayMode'/> |
6189 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6190 | <fieldValue name='transparency' value='0'/> |
6191 | <fieldValue name='translation' value='2.74646 0.20753 2.15894'/> |
6192 | <fieldValue name='textTranslation' value='2.89646 0.20753 2.15894'/> |
6193 | <fieldValue name='textColor' value='0 0 0'/> |
6194 | </ProtoInstance> |
6195 | <ProtoInstance name='Vertex'> |
6196 | <fieldValue name='vertexText' value='"added"'/> |
6197 | <fieldValue name='description' value='27: added'/> |
6198 | <fieldValue name='url'/> |
6199 | <fieldValue name='radius' value='0.1500'/> |
6200 | <fieldValue name='displayMode'/> |
6201 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6202 | <fieldValue name='transparency' value='0'/> |
6203 | <fieldValue name='translation' value='-2.02742 -1.25803 -0.77298'/> |
6204 | <fieldValue name='textTranslation' value='-1.87742 -1.25803 -0.77298'/> |
6205 | <fieldValue name='textColor' value='0 0 0'/> |
6206 | </ProtoInstance> |
6207 | <ProtoInstance name='Vertex'> |
6208 | <fieldValue name='vertexText' value='"ads"'/> |
6209 | <fieldValue name='description' value='28: ads'/> |
6210 | <fieldValue name='url'/> |
6211 | <fieldValue name='radius' value='0.1500'/> |
6212 | <fieldValue name='displayMode'/> |
6213 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6214 | <fieldValue name='transparency' value='0'/> |
6215 | <fieldValue name='translation' value='-2.74286 0.25732 0.60536'/> |
6216 | <fieldValue name='textTranslation' value='-2.59286 0.25732 0.60536'/> |
6217 | <fieldValue name='textColor' value='0 0 0'/> |
6218 | </ProtoInstance> |
6219 | <ProtoInstance name='Vertex'> |
6220 | <fieldValue name='vertexText' value='"affected"'/> |
6221 | <fieldValue name='description' value='29: affected'/> |
6222 | <fieldValue name='url'/> |
6223 | <fieldValue name='radius' value='0.1500'/> |
6224 | <fieldValue name='displayMode'/> |
6225 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6226 | <fieldValue name='transparency' value='0'/> |
6227 | <fieldValue name='translation' value='-0.12371 -0.90214 -0.52147'/> |
6228 | <fieldValue name='textTranslation' value='0.02629 -0.90214 -0.52147'/> |
6229 | <fieldValue name='textColor' value='0 0 0'/> |
6230 | </ProtoInstance> |
6231 | <ProtoInstance name='Vertex'> |
6232 | <fieldValue name='vertexText' value='"africa"'/> |
6233 | <fieldValue name='description' value='30: africa'/> |
6234 | <fieldValue name='url'/> |
6235 | <fieldValue name='radius' value='0.1500'/> |
6236 | <fieldValue name='displayMode'/> |
6237 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6238 | <fieldValue name='transparency' value='0'/> |
6239 | <fieldValue name='translation' value='-1.84611 -0.31168 0.15697'/> |
6240 | <fieldValue name='textTranslation' value='-1.69611 -0.31168 0.15697'/> |
6241 | <fieldValue name='textColor' value='0 0 0'/> |
6242 | </ProtoInstance> |
6243 | <ProtoInstance name='Vertex'> |
6244 | <fieldValue name='vertexText' value='"age"'/> |
6245 | <fieldValue name='description' value='31: age'/> |
6246 | <fieldValue name='url'/> |
6247 | <fieldValue name='radius' value='0.1500'/> |
6248 | <fieldValue name='displayMode'/> |
6249 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6250 | <fieldValue name='transparency' value='0'/> |
6251 | <fieldValue name='translation' value='0.48930 -1.31055 0.35608'/> |
6252 | <fieldValue name='textTranslation' value='0.63930 -1.31055 0.35608'/> |
6253 | <fieldValue name='textColor' value='0 0 0'/> |
6254 | </ProtoInstance> |
6255 | <ProtoInstance name='Vertex'> |
6256 | <fieldValue name='vertexText' value='"agency"'/> |
6257 | <fieldValue name='description' value='32: agency'/> |
6258 | <fieldValue name='url'/> |
6259 | <fieldValue name='radius' value='0.1500'/> |
6260 | <fieldValue name='displayMode'/> |
6261 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6262 | <fieldValue name='transparency' value='0'/> |
6263 | <fieldValue name='translation' value='0.03459 -0.76282 -0.67142'/> |
6264 | <fieldValue name='textTranslation' value='0.18459 -0.76282 -0.67142'/> |
6265 | <fieldValue name='textColor' value='0 0 0'/> |
6266 | </ProtoInstance> |
6267 | <ProtoInstance name='Vertex'> |
6268 | <fieldValue name='vertexText' value='"aid"'/> |
6269 | <fieldValue name='description' value='33: aid'/> |
6270 | <fieldValue name='url'/> |
6271 | <fieldValue name='radius' value='0.1500'/> |
6272 | <fieldValue name='displayMode'/> |
6273 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6274 | <fieldValue name='transparency' value='0'/> |
6275 | <fieldValue name='translation' value='-1.34364 0.01477 -1.17977'/> |
6276 | <fieldValue name='textTranslation' value='-1.19364 0.01477 -1.17977'/> |
6277 | <fieldValue name='textColor' value='0 0 0'/> |
6278 | </ProtoInstance> |
6279 | <ProtoInstance name='Vertex'> |
6280 | <fieldValue name='vertexText' value='"air"'/> |
6281 | <fieldValue name='description' value='34: air'/> |
6282 | <fieldValue name='url'/> |
6283 | <fieldValue name='radius' value='0.1500'/> |
6284 | <fieldValue name='displayMode'/> |
6285 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6286 | <fieldValue name='transparency' value='0'/> |
6287 | <fieldValue name='translation' value='0.04543 1.30620 -1.00261'/> |
6288 | <fieldValue name='textTranslation' value='0.19543 1.30620 -1.00261'/> |
6289 | <fieldValue name='textColor' value='0 0 0'/> |
6290 | </ProtoInstance> |
6291 | <ProtoInstance name='Vertex'> |
6292 | <fieldValue name='vertexText' value='"aircraft"'/> |
6293 | <fieldValue name='description' value='35: aircraft'/> |
6294 | <fieldValue name='url'/> |
6295 | <fieldValue name='radius' value='0.1500'/> |
6296 | <fieldValue name='displayMode'/> |
6297 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6298 | <fieldValue name='transparency' value='0'/> |
6299 | <fieldValue name='translation' value='2.27199 0.46148 0.67947'/> |
6300 | <fieldValue name='textTranslation' value='2.42199 0.46148 0.67947'/> |
6301 | <fieldValue name='textColor' value='0 0 0'/> |
6302 | </ProtoInstance> |
6303 | <ProtoInstance name='Vertex'> |
6304 | <fieldValue name='vertexText' value='"airman"'/> |
6305 | <fieldValue name='description' value='36: airman'/> |
6306 | <fieldValue name='url'/> |
6307 | <fieldValue name='radius' value='0.1500'/> |
6308 | <fieldValue name='displayMode'/> |
6309 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6310 | <fieldValue name='transparency' value='0'/> |
6311 | <fieldValue name='translation' value='2.31646 0.50005 0.67094'/> |
6312 | <fieldValue name='textTranslation' value='2.46646 0.50005 0.67094'/> |
6313 | <fieldValue name='textColor' value='0 0 0'/> |
6314 | </ProtoInstance> |
6315 | <ProtoInstance name='Vertex'> |
6316 | <fieldValue name='vertexText' value='"alice"'/> |
6317 | <fieldValue name='description' value='37: alice'/> |
6318 | <fieldValue name='url'/> |
6319 | <fieldValue name='radius' value='0.1500'/> |
6320 | <fieldValue name='displayMode'/> |
6321 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6322 | <fieldValue name='transparency' value='0'/> |
6323 | <fieldValue name='translation' value='0.48682 2.03431 -0.85386'/> |
6324 | <fieldValue name='textTranslation' value='0.63682 2.03431 -0.85386'/> |
6325 | <fieldValue name='textColor' value='0 0 0'/> |
6326 | </ProtoInstance> |
6327 | <ProtoInstance name='Vertex'> |
6328 | <fieldValue name='vertexText' value='"american"'/> |
6329 | <fieldValue name='description' value='38: american'/> |
6330 | <fieldValue name='url'/> |
6331 | <fieldValue name='radius' value='0.1500'/> |
6332 | <fieldValue name='displayMode'/> |
6333 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6334 | <fieldValue name='transparency' value='0'/> |
6335 | <fieldValue name='translation' value='2.44429 0.00661 2.09180'/> |
6336 | <fieldValue name='textTranslation' value='2.59429 0.00661 2.09180'/> |
6337 | <fieldValue name='textColor' value='0 0 0'/> |
6338 | </ProtoInstance> |
6339 | <ProtoInstance name='Vertex'> |
6340 | <fieldValue name='vertexText' value='"americas"'/> |
6341 | <fieldValue name='description' value='39: americas'/> |
6342 | <fieldValue name='url'/> |
6343 | <fieldValue name='radius' value='0.1500'/> |
6344 | <fieldValue name='displayMode'/> |
6345 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6346 | <fieldValue name='transparency' value='0'/> |
6347 | <fieldValue name='translation' value='-1.70950 -0.56361 -0.43305'/> |
6348 | <fieldValue name='textTranslation' value='-1.55950 -0.56361 -0.43305'/> |
6349 | <fieldValue name='textColor' value='0 0 0'/> |
6350 | </ProtoInstance> |
6351 | <ProtoInstance name='Vertex'> |
6352 | <fieldValue name='vertexText' value='"analysis"'/> |
6353 | <fieldValue name='description' value='40: analysis'/> |
6354 | <fieldValue name='url'/> |
6355 | <fieldValue name='radius' value='0.1500'/> |
6356 | <fieldValue name='displayMode'/> |
6357 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6358 | <fieldValue name='transparency' value='0'/> |
6359 | <fieldValue name='translation' value='-1.96881 -0.89656 -0.19411'/> |
6360 | <fieldValue name='textTranslation' value='-1.81881 -0.89656 -0.19411'/> |
6361 | <fieldValue name='textColor' value='0 0 0'/> |
6362 | </ProtoInstance> |
6363 | <ProtoInstance name='Vertex'> |
6364 | <fieldValue name='vertexText' value='"analytical"'/> |
6365 | <fieldValue name='description' value='41: analytical'/> |
6366 | <fieldValue name='url'/> |
6367 | <fieldValue name='radius' value='0.1500'/> |
6368 | <fieldValue name='displayMode'/> |
6369 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6370 | <fieldValue name='transparency' value='0'/> |
6371 | <fieldValue name='translation' value='1.57263 -1.30673 2.74793'/> |
6372 | <fieldValue name='textTranslation' value='1.72263 -1.30673 2.74793'/> |
6373 | <fieldValue name='textColor' value='0 0 0'/> |
6374 | </ProtoInstance> |
6375 | <ProtoInstance name='Vertex'> |
6376 | <fieldValue name='vertexText' value='"april"'/> |
6377 | <fieldValue name='description' value='42: april'/> |
6378 | <fieldValue name='url'/> |
6379 | <fieldValue name='radius' value='0.1500'/> |
6380 | <fieldValue name='displayMode'/> |
6381 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6382 | <fieldValue name='transparency' value='0'/> |
6383 | <fieldValue name='translation' value='0.87827 1.09887 -0.57368'/> |
6384 | <fieldValue name='textTranslation' value='1.02827 1.09887 -0.57368'/> |
6385 | <fieldValue name='textColor' value='0 0 0'/> |
6386 | </ProtoInstance> |
6387 | <ProtoInstance name='Vertex'> |
6388 | <fieldValue name='vertexText' value='"archives"'/> |
6389 | <fieldValue name='description' value='43: archives'/> |
6390 | <fieldValue name='url'/> |
6391 | <fieldValue name='radius' value='0.1500'/> |
6392 | <fieldValue name='displayMode'/> |
6393 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6394 | <fieldValue name='transparency' value='0'/> |
6395 | <fieldValue name='translation' value='-2.74286 0.25732 0.60536'/> |
6396 | <fieldValue name='textTranslation' value='-2.59286 0.25732 0.60536'/> |
6397 | <fieldValue name='textColor' value='0 0 0'/> |
6398 | </ProtoInstance> |
6399 | <ProtoInstance name='Vertex'> |
6400 | <fieldValue name='vertexText' value='"army"'/> |
6401 | <fieldValue name='description' value='44: army'/> |
6402 | <fieldValue name='url'/> |
6403 | <fieldValue name='radius' value='0.1500'/> |
6404 | <fieldValue name='displayMode'/> |
6405 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6406 | <fieldValue name='transparency' value='0'/> |
6407 | <fieldValue name='translation' value='0.39670 1.46367 -0.77437'/> |
6408 | <fieldValue name='textTranslation' value='0.54670 1.46367 -0.77437'/> |
6409 | <fieldValue name='textColor' value='0 0 0'/> |
6410 | </ProtoInstance> |
6411 | <ProtoInstance name='Vertex'> |
6412 | <fieldValue name='vertexText' value='"asia"'/> |
6413 | <fieldValue name='description' value='45: asia'/> |
6414 | <fieldValue name='url'/> |
6415 | <fieldValue name='radius' value='0.1500'/> |
6416 | <fieldValue name='displayMode'/> |
6417 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6418 | <fieldValue name='transparency' value='0'/> |
6419 | <fieldValue name='translation' value='-1.32981 -0.17849 -0.17861'/> |
6420 | <fieldValue name='textTranslation' value='-1.17981 -0.17849 -0.17861'/> |
6421 | <fieldValue name='textColor' value='0 0 0'/> |
6422 | </ProtoInstance> |
6423 | <ProtoInstance name='Vertex'> |
6424 | <fieldValue name='vertexText' value='"assist"'/> |
6425 | <fieldValue name='description' value='46: assist'/> |
6426 | <fieldValue name='url'/> |
6427 | <fieldValue name='radius' value='0.1500'/> |
6428 | <fieldValue name='displayMode'/> |
6429 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6430 | <fieldValue name='transparency' value='0'/> |
6431 | <fieldValue name='translation' value='1.73349 0.35943 -2.51321'/> |
6432 | <fieldValue name='textTranslation' value='1.88349 0.35943 -2.51321'/> |
6433 | <fieldValue name='textColor' value='0 0 0'/> |
6434 | </ProtoInstance> |
6435 | <ProtoInstance name='Vertex'> |
6436 | <fieldValue name='vertexText' value='"assistance"'/> |
6437 | <fieldValue name='description' value='47: assistance'/> |
6438 | <fieldValue name='url'/> |
6439 | <fieldValue name='radius' value='0.1500'/> |
6440 | <fieldValue name='displayMode'/> |
6441 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6442 | <fieldValue name='transparency' value='0'/> |
6443 | <fieldValue name='translation' value='-0.83480 -0.12167 0.31396'/> |
6444 | <fieldValue name='textTranslation' value='-0.68480 -0.12167 0.31396'/> |
6445 | <fieldValue name='textColor' value='0 0 0'/> |
6446 | </ProtoInstance> |
6447 | <ProtoInstance name='Vertex'> |
6448 | <fieldValue name='vertexText' value='"assisting"'/> |
6449 | <fieldValue name='description' value='48: assisting'/> |
6450 | <fieldValue name='url'/> |
6451 | <fieldValue name='radius' value='0.1500'/> |
6452 | <fieldValue name='displayMode'/> |
6453 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6454 | <fieldValue name='transparency' value='0'/> |
6455 | <fieldValue name='translation' value='-1.21101 -1.74691 1.48356'/> |
6456 | <fieldValue name='textTranslation' value='-1.06101 -1.74691 1.48356'/> |
6457 | <fieldValue name='textColor' value='0 0 0'/> |
6458 | </ProtoInstance> |
6459 | <ProtoInstance name='Vertex'> |
6460 | <fieldValue name='vertexText' value='"attentive"'/> |
6461 | <fieldValue name='description' value='49: attentive'/> |
6462 | <fieldValue name='url'/> |
6463 | <fieldValue name='radius' value='0.1500'/> |
6464 | <fieldValue name='displayMode'/> |
6465 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6466 | <fieldValue name='transparency' value='0'/> |
6467 | <fieldValue name='translation' value='-0.74318 2.32334 0.08720'/> |
6468 | <fieldValue name='textTranslation' value='-0.59318 2.32334 0.08720'/> |
6469 | <fieldValue name='textColor' value='0 0 0'/> |
6470 | </ProtoInstance> |
6471 | <ProtoInstance name='Vertex'> |
6472 | <fieldValue name='vertexText' value='"bel"'/> |
6473 | <fieldValue name='description' value='50: bel'/> |
6474 | <fieldValue name='url'/> |
6475 | <fieldValue name='radius' value='0.1500'/> |
6476 | <fieldValue name='displayMode'/> |
6477 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6478 | <fieldValue name='transparency' value='0'/> |
6479 | <fieldValue name='translation' value='1.92723 -1.66683 2.44045'/> |
6480 | <fieldValue name='textTranslation' value='2.07723 -1.66683 2.44045'/> |
6481 | <fieldValue name='textColor' value='0 0 0'/> |
6482 | </ProtoInstance> |
6483 | <ProtoInstance name='Vertex'> |
6484 | <fieldValue name='vertexText' value='"belle"'/> |
6485 | <fieldValue name='description' value='51: belle'/> |
6486 | <fieldValue name='url'/> |
6487 | <fieldValue name='radius' value='0.1500'/> |
6488 | <fieldValue name='displayMode'/> |
6489 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6490 | <fieldValue name='transparency' value='0'/> |
6491 | <fieldValue name='translation' value='1.04037 -1.95086 -0.20504'/> |
6492 | <fieldValue name='textTranslation' value='1.19037 -1.95086 -0.20504'/> |
6493 | <fieldValue name='textColor' value='0 0 0'/> |
6494 | </ProtoInstance> |
6495 | <ProtoInstance name='Vertex'> |
6496 | <fieldValue name='vertexText' value='"brigade"'/> |
6497 | <fieldValue name='description' value='52: brigade'/> |
6498 | <fieldValue name='url'/> |
6499 | <fieldValue name='radius' value='0.1500'/> |
6500 | <fieldValue name='displayMode'/> |
6501 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6502 | <fieldValue name='transparency' value='0'/> |
6503 | <fieldValue name='translation' value='-1.26685 1.07608 -1.92433'/> |
6504 | <fieldValue name='textTranslation' value='-1.11685 1.07608 -1.92433'/> |
6505 | <fieldValue name='textColor' value='0 0 0'/> |
6506 | </ProtoInstance> |
6507 | <ProtoInstance name='Vertex'> |
6508 | <fieldValue name='vertexText' value='"calls"'/> |
6509 | <fieldValue name='description' value='53: calls'/> |
6510 | <fieldValue name='url'/> |
6511 | <fieldValue name='radius' value='0.1500'/> |
6512 | <fieldValue name='displayMode'/> |
6513 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6514 | <fieldValue name='transparency' value='0'/> |
6515 | <fieldValue name='translation' value='-0.48907 1.71307 -0.18571'/> |
6516 | <fieldValue name='textTranslation' value='-0.33907 1.71307 -0.18571'/> |
6517 | <fieldValue name='textColor' value='0 0 0'/> |
6518 | </ProtoInstance> |
6519 | <ProtoInstance name='Vertex'> |
6520 | <fieldValue name='vertexText' value='"camps"'/> |
6521 | <fieldValue name='description' value='54: camps'/> |
6522 | <fieldValue name='url'/> |
6523 | <fieldValue name='radius' value='0.1500'/> |
6524 | <fieldValue name='displayMode'/> |
6525 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6526 | <fieldValue name='transparency' value='0'/> |
6527 | <fieldValue name='translation' value='0.75116 -1.45144 -0.07908'/> |
6528 | <fieldValue name='textTranslation' value='0.90116 -1.45144 -0.07908'/> |
6529 | <fieldValue name='textColor' value='0 0 0'/> |
6530 | </ProtoInstance> |
6531 | <ProtoInstance name='Vertex'> |
6532 | <fieldValue name='vertexText' value='"capacity"'/> |
6533 | <fieldValue name='description' value='55: capacity'/> |
6534 | <fieldValue name='url'/> |
6535 | <fieldValue name='radius' value='0.1500'/> |
6536 | <fieldValue name='displayMode'/> |
6537 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6538 | <fieldValue name='transparency' value='0'/> |
6539 | <fieldValue name='translation' value='1.96125 -1.22650 2.61707'/> |
6540 | <fieldValue name='textTranslation' value='2.11125 -1.22650 2.61707'/> |
6541 | <fieldValue name='textColor' value='0 0 0'/> |
6542 | </ProtoInstance> |
6543 | <ProtoInstance name='Vertex'> |
6544 | <fieldValue name='vertexText' value='"central"'/> |
6545 | <fieldValue name='description' value='56: central'/> |
6546 | <fieldValue name='url'/> |
6547 | <fieldValue name='radius' value='0.1500'/> |
6548 | <fieldValue name='displayMode'/> |
6549 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6550 | <fieldValue name='transparency' value='0'/> |
6551 | <fieldValue name='translation' value='1.61005 -0.68743 -2.43944'/> |
6552 | <fieldValue name='textTranslation' value='1.76005 -0.68743 -2.43944'/> |
6553 | <fieldValue name='textColor' value='0 0 0'/> |
6554 | </ProtoInstance> |
6555 | <ProtoInstance name='Vertex'> |
6556 | <fieldValue name='vertexText' value='"chairmans"'/> |
6557 | <fieldValue name='description' value='57: chairmans'/> |
6558 | <fieldValue name='url'/> |
6559 | <fieldValue name='radius' value='0.1500'/> |
6560 | <fieldValue name='displayMode'/> |
6561 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6562 | <fieldValue name='transparency' value='0'/> |
6563 | <fieldValue name='translation' value='0.48682 2.03431 -0.85386'/> |
6564 | <fieldValue name='textTranslation' value='0.63682 2.03431 -0.85386'/> |
6565 | <fieldValue name='textColor' value='0 0 0'/> |
6566 | </ProtoInstance> |
6567 | <ProtoInstance name='Vertex'> |
6568 | <fieldValue name='vertexText' value='"channels"'/> |
6569 | <fieldValue name='description' value='58: channels'/> |
6570 | <fieldValue name='url'/> |
6571 | <fieldValue name='radius' value='0.1500'/> |
6572 | <fieldValue name='displayMode'/> |
6573 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6574 | <fieldValue name='transparency' value='0'/> |
6575 | <fieldValue name='translation' value='-0.49790 0.52552 1.99979'/> |
6576 | <fieldValue name='textTranslation' value='-0.34790 0.52552 1.99979'/> |
6577 | <fieldValue name='textColor' value='0 0 0'/> |
6578 | </ProtoInstance> |
6579 | <ProtoInstance name='Vertex'> |
6580 | <fieldValue name='vertexText' value='"children"'/> |
6581 | <fieldValue name='description' value='59: children'/> |
6582 | <fieldValue name='url'/> |
6583 | <fieldValue name='radius' value='0.1500'/> |
6584 | <fieldValue name='displayMode'/> |
6585 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6586 | <fieldValue name='transparency' value='0'/> |
6587 | <fieldValue name='translation' value='-0.08981 -1.05568 -0.34034'/> |
6588 | <fieldValue name='textTranslation' value='0.06019 -1.05568 -0.34034'/> |
6589 | <fieldValue name='textColor' value='0 0 0'/> |
6590 | </ProtoInstance> |
6591 | <ProtoInstance name='Vertex'> |
6592 | <fieldValue name='vertexText' value='"closed"'/> |
6593 | <fieldValue name='description' value='60: closed'/> |
6594 | <fieldValue name='url'/> |
6595 | <fieldValue name='radius' value='0.1500'/> |
6596 | <fieldValue name='displayMode'/> |
6597 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6598 | <fieldValue name='transparency' value='0'/> |
6599 | <fieldValue name='translation' value='2.42555 -0.23697 2.21945'/> |
6600 | <fieldValue name='textTranslation' value='2.57555 -0.23697 2.21945'/> |
6601 | <fieldValue name='textColor' value='0 0 0'/> |
6602 | </ProtoInstance> |
6603 | <ProtoInstance name='Vertex'> |
6604 | <fieldValue name='vertexText' value='"cluster"'/> |
6605 | <fieldValue name='description' value='61: cluster'/> |
6606 | <fieldValue name='url'/> |
6607 | <fieldValue name='radius' value='0.1500'/> |
6608 | <fieldValue name='displayMode'/> |
6609 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
6610 | <fieldValue name='transparency' value='0'/> |
6611 | <fieldValue name='translation' value='0.11047 -2.13806 0.18796'/> |
6612 | <fieldValue name='textTranslation' value='0.26047 -2.13806 0.18796'/> |
6613 | <fieldValue name='textColor' value='0 0 0'/> |
6614 | </ProtoInstance> |
6615 | <ProtoInstance name='Vertex'> |
6616 | <fieldValue name='vertexText' value='"coast"'/> |
6617 | <fieldValue name='description' value='62: coast'/> |
6618 | <fieldValue name='url'/> |
6619 | <fieldValue name='radius' value='0.1500'/> |
6620 | <fieldValue name='displayMode'/> |
6621 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6622 | <fieldValue name='transparency' value='0'/> |
6623 | <fieldValue name='translation' value='0.40755 1.65668 -0.79893'/> |
6624 | <fieldValue name='textTranslation' value='0.55755 1.65668 -0.79893'/> |
6625 | <fieldValue name='textColor' value='0 0 0'/> |
6626 | </ProtoInstance> |
6627 | <ProtoInstance name='Vertex'> |
6628 | <fieldValue name='vertexText' value='"command"'/> |
6629 | <fieldValue name='description' value='63: command'/> |
6630 | <fieldValue name='url'/> |
6631 | <fieldValue name='radius' value='0.1500'/> |
6632 | <fieldValue name='displayMode'/> |
6633 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6634 | <fieldValue name='transparency' value='0'/> |
6635 | <fieldValue name='translation' value='1.47204 -0.83756 -1.99850'/> |
6636 | <fieldValue name='textTranslation' value='1.62204 -0.83756 -1.99850'/> |
6637 | <fieldValue name='textColor' value='0 0 0'/> |
6638 | </ProtoInstance> |
6639 | <ProtoInstance name='Vertex'> |
6640 | <fieldValue name='vertexText' value='"commander"'/> |
6641 | <fieldValue name='description' value='64: commander'/> |
6642 | <fieldValue name='url'/> |
6643 | <fieldValue name='radius' value='0.1500'/> |
6644 | <fieldValue name='displayMode'/> |
6645 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6646 | <fieldValue name='transparency' value='0'/> |
6647 | <fieldValue name='translation' value='-0.46140 0.45912 1.95804'/> |
6648 | <fieldValue name='textTranslation' value='-0.31140 0.45912 1.95804'/> |
6649 | <fieldValue name='textColor' value='0 0 0'/> |
6650 | </ProtoInstance> |
6651 | <ProtoInstance name='Vertex'> |
6652 | <fieldValue name='vertexText' value='"commands"'/> |
6653 | <fieldValue name='description' value='65: commands'/> |
6654 | <fieldValue name='url'/> |
6655 | <fieldValue name='radius' value='0.1500'/> |
6656 | <fieldValue name='displayMode'/> |
6657 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6658 | <fieldValue name='transparency' value='0'/> |
6659 | <fieldValue name='translation' value='-0.93543 0.25604 1.16210'/> |
6660 | <fieldValue name='textTranslation' value='-0.78543 0.25604 1.16210'/> |
6661 | <fieldValue name='textColor' value='0 0 0'/> |
6662 | </ProtoInstance> |
6663 | <ProtoInstance name='Vertex'> |
6664 | <fieldValue name='vertexText' value='"community"'/> |
6665 | <fieldValue name='description' value='66: community'/> |
6666 | <fieldValue name='url'/> |
6667 | <fieldValue name='radius' value='0.1500'/> |
6668 | <fieldValue name='displayMode'/> |
6669 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6670 | <fieldValue name='transparency' value='0'/> |
6671 | <fieldValue name='translation' value='1.66193 -1.78251 -1.80483'/> |
6672 | <fieldValue name='textTranslation' value='1.81193 -1.78251 -1.80483'/> |
6673 | <fieldValue name='textColor' value='0 0 0'/> |
6674 | </ProtoInstance> |
6675 | <ProtoInstance name='Vertex'> |
6676 | <fieldValue name='vertexText' value='"completed"'/> |
6677 | <fieldValue name='description' value='67: completed'/> |
6678 | <fieldValue name='url'/> |
6679 | <fieldValue name='radius' value='0.1500'/> |
6680 | <fieldValue name='displayMode'/> |
6681 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6682 | <fieldValue name='transparency' value='0'/> |
6683 | <fieldValue name='translation' value='1.88735 -2.00612 -1.87702'/> |
6684 | <fieldValue name='textTranslation' value='2.03735 -2.00612 -1.87702'/> |
6685 | <fieldValue name='textColor' value='0 0 0'/> |
6686 | </ProtoInstance> |
6687 | <ProtoInstance name='Vertex'> |
6688 | <fieldValue name='vertexText' value='"concerns"'/> |
6689 | <fieldValue name='description' value='68: concerns'/> |
6690 | <fieldValue name='url'/> |
6691 | <fieldValue name='radius' value='0.1500'/> |
6692 | <fieldValue name='displayMode'/> |
6693 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6694 | <fieldValue name='transparency' value='0'/> |
6695 | <fieldValue name='translation' value='-2.26075 -0.93525 -0.85976'/> |
6696 | <fieldValue name='textTranslation' value='-2.11075 -0.93525 -0.85976'/> |
6697 | <fieldValue name='textColor' value='0 0 0'/> |
6698 | </ProtoInstance> |
6699 | <ProtoInstance name='Vertex'> |
6700 | <fieldValue name='vertexText' value='"conference"'/> |
6701 | <fieldValue name='description' value='69: conference'/> |
6702 | <fieldValue name='url'/> |
6703 | <fieldValue name='radius' value='0.1500'/> |
6704 | <fieldValue name='displayMode'/> |
6705 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
6706 | <fieldValue name='transparency' value='0'/> |
6707 | <fieldValue name='translation' value='-2.28623 -0.48820 -0.99977'/> |
6708 | <fieldValue name='textTranslation' value='-2.13623 -0.48820 -0.99977'/> |
6709 | <fieldValue name='textColor' value='0 0 0'/> |
6710 | </ProtoInstance> |
6711 | <ProtoInstance name='Vertex'> |
6712 | <fieldValue name='vertexText' value='"consequences"'/> |
6713 | <fieldValue name='description' value='70: consequences'/> |
6714 | <fieldValue name='url'/> |
6715 | <fieldValue name='radius' value='0.1500'/> |
6716 | <fieldValue name='displayMode'/> |
6717 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6718 | <fieldValue name='transparency' value='0'/> |
6719 | <fieldValue name='translation' value='-1.52665 -1.79614 1.70952'/> |
6720 | <fieldValue name='textTranslation' value='-1.37665 -1.79614 1.70952'/> |
6721 | <fieldValue name='textColor' value='0 0 0'/> |
6722 | </ProtoInstance> |
6723 | <ProtoInstance name='Vertex'> |
6724 | <fieldValue name='vertexText' value='"constructed"'/> |
6725 | <fieldValue name='description' value='71: constructed'/> |
6726 | <fieldValue name='url'/> |
6727 | <fieldValue name='radius' value='0.1500'/> |
6728 | <fieldValue name='displayMode'/> |
6729 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
6730 | <fieldValue name='transparency' value='0'/> |
6731 | <fieldValue name='translation' value='0.15725 -2.21885 -0.13140'/> |
6732 | <fieldValue name='textTranslation' value='0.30725 -2.21885 -0.13140'/> |
6733 | <fieldValue name='textColor' value='0 0 0'/> |
6734 | </ProtoInstance> |
6735 | <ProtoInstance name='Vertex'> |
6736 | <fieldValue name='vertexText' value='"consult"'/> |
6737 | <fieldValue name='description' value='72: consult'/> |
6738 | <fieldValue name='url'/> |
6739 | <fieldValue name='radius' value='0.1500'/> |
6740 | <fieldValue name='displayMode'/> |
6741 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6742 | <fieldValue name='transparency' value='0'/> |
6743 | <fieldValue name='translation' value='2.18008 1.20507 -0.43956'/> |
6744 | <fieldValue name='textTranslation' value='2.33008 1.20507 -0.43956'/> |
6745 | <fieldValue name='textColor' value='0 0 0'/> |
6746 | </ProtoInstance> |
6747 | <ProtoInstance name='Vertex'> |
6748 | <fieldValue name='vertexText' value='"contact"'/> |
6749 | <fieldValue name='description' value='73: contact'/> |
6750 | <fieldValue name='url'/> |
6751 | <fieldValue name='radius' value='0.1500'/> |
6752 | <fieldValue name='displayMode'/> |
6753 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
6754 | <fieldValue name='transparency' value='0'/> |
6755 | <fieldValue name='translation' value='0.08958 -2.74293 0.74758'/> |
6756 | <fieldValue name='textTranslation' value='0.23958 -2.74293 0.74758'/> |
6757 | <fieldValue name='textColor' value='0 0 0'/> |
6758 | </ProtoInstance> |
6759 | <ProtoInstance name='Vertex'> |
6760 | <fieldValue name='vertexText' value='"continuing"'/> |
6761 | <fieldValue name='description' value='74: continuing'/> |
6762 | <fieldValue name='url'/> |
6763 | <fieldValue name='radius' value='0.1500'/> |
6764 | <fieldValue name='displayMode'/> |
6765 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6766 | <fieldValue name='transparency' value='0'/> |
6767 | <fieldValue name='translation' value='-1.24651 1.07066 -1.90041'/> |
6768 | <fieldValue name='textTranslation' value='-1.09651 1.07066 -1.90041'/> |
6769 | <fieldValue name='textColor' value='0 0 0'/> |
6770 | </ProtoInstance> |
6771 | <ProtoInstance name='Vertex'> |
6772 | <fieldValue name='vertexText' value='"contract"'/> |
6773 | <fieldValue name='description' value='75: contract'/> |
6774 | <fieldValue name='url'/> |
6775 | <fieldValue name='radius' value='0.1500'/> |
6776 | <fieldValue name='displayMode'/> |
6777 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6778 | <fieldValue name='transparency' value='0'/> |
6779 | <fieldValue name='translation' value='1.62098 1.44046 -0.50496'/> |
6780 | <fieldValue name='textTranslation' value='1.77098 1.44046 -0.50496'/> |
6781 | <fieldValue name='textColor' value='0 0 0'/> |
6782 | </ProtoInstance> |
6783 | <ProtoInstance name='Vertex'> |
6784 | <fieldValue name='vertexText' value='"coordination"'/> |
6785 | <fieldValue name='description' value='76: coordination'/> |
6786 | <fieldValue name='url'/> |
6787 | <fieldValue name='radius' value='0.1500'/> |
6788 | <fieldValue name='displayMode'/> |
6789 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6790 | <fieldValue name='transparency' value='0'/> |
6791 | <fieldValue name='translation' value='1.30567 -0.09231 -2.75257'/> |
6792 | <fieldValue name='textTranslation' value='1.45567 -0.09231 -2.75257'/> |
6793 | <fieldValue name='textColor' value='0 0 0'/> |
6794 | </ProtoInstance> |
6795 | <ProtoInstance name='Vertex'> |
6796 | <fieldValue name='vertexText' value='"corner"'/> |
6797 | <fieldValue name='description' value='77: corner'/> |
6798 | <fieldValue name='url'/> |
6799 | <fieldValue name='radius' value='0.1500'/> |
6800 | <fieldValue name='displayMode'/> |
6801 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6802 | <fieldValue name='transparency' value='0'/> |
6803 | <fieldValue name='translation' value='0.48682 2.03431 -0.85386'/> |
6804 | <fieldValue name='textTranslation' value='0.63682 2.03431 -0.85386'/> |
6805 | <fieldValue name='textColor' value='0 0 0'/> |
6806 | </ProtoInstance> |
6807 | <ProtoInstance name='Vertex'> |
6808 | <fieldValue name='vertexText' value='"creates"'/> |
6809 | <fieldValue name='description' value='78: creates'/> |
6810 | <fieldValue name='url'/> |
6811 | <fieldValue name='radius' value='0.1500'/> |
6812 | <fieldValue name='displayMode'/> |
6813 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6814 | <fieldValue name='transparency' value='0'/> |
6815 | <fieldValue name='translation' value='1.73179 -1.72850 2.54050'/> |
6816 | <fieldValue name='textTranslation' value='1.88179 -1.72850 2.54050'/> |
6817 | <fieldValue name='textColor' value='0 0 0'/> |
6818 | </ProtoInstance> |
6819 | <ProtoInstance name='Vertex'> |
6820 | <fieldValue name='vertexText' value='"cross"'/> |
6821 | <fieldValue name='description' value='79: cross'/> |
6822 | <fieldValue name='url'/> |
6823 | <fieldValue name='radius' value='0.1500'/> |
6824 | <fieldValue name='displayMode'/> |
6825 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6826 | <fieldValue name='transparency' value='0'/> |
6827 | <fieldValue name='translation' value='2.69102 0.17324 2.19483'/> |
6828 | <fieldValue name='textTranslation' value='2.84102 0.17324 2.19483'/> |
6829 | <fieldValue name='textColor' value='0 0 0'/> |
6830 | </ProtoInstance> |
6831 | <ProtoInstance name='Vertex'> |
6832 | <fieldValue name='vertexText' value='"daily"'/> |
6833 | <fieldValue name='description' value='80: daily'/> |
6834 | <fieldValue name='url'/> |
6835 | <fieldValue name='radius' value='0.1500'/> |
6836 | <fieldValue name='displayMode'/> |
6837 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6838 | <fieldValue name='transparency' value='0'/> |
6839 | <fieldValue name='translation' value='2.74646 0.20753 2.15894'/> |
6840 | <fieldValue name='textTranslation' value='2.89646 0.20753 2.15894'/> |
6841 | <fieldValue name='textColor' value='0 0 0'/> |
6842 | </ProtoInstance> |
6843 | <ProtoInstance name='Vertex'> |
6844 | <fieldValue name='vertexText' value='"damage"'/> |
6845 | <fieldValue name='description' value='81: damage'/> |
6846 | <fieldValue name='url'/> |
6847 | <fieldValue name='radius' value='0.1500'/> |
6848 | <fieldValue name='displayMode'/> |
6849 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6850 | <fieldValue name='transparency' value='0'/> |
6851 | <fieldValue name='translation' value='1.83746 -1.01309 2.22437'/> |
6852 | <fieldValue name='textTranslation' value='1.98746 -1.01309 2.22437'/> |
6853 | <fieldValue name='textColor' value='0 0 0'/> |
6854 | </ProtoInstance> |
6855 | <ProtoInstance name='Vertex'> |
6856 | <fieldValue name='vertexText' value='"december"'/> |
6857 | <fieldValue name='description' value='82: december'/> |
6858 | <fieldValue name='url'/> |
6859 | <fieldValue name='radius' value='0.1500'/> |
6860 | <fieldValue name='displayMode'/> |
6861 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6862 | <fieldValue name='transparency' value='0'/> |
6863 | <fieldValue name='translation' value='0.95487 0.28858 -1.07158'/> |
6864 | <fieldValue name='textTranslation' value='1.10487 0.28858 -1.07158'/> |
6865 | <fieldValue name='textColor' value='0 0 0'/> |
6866 | </ProtoInstance> |
6867 | <ProtoInstance name='Vertex'> |
6868 | <fieldValue name='vertexText' value='"deep"'/> |
6869 | <fieldValue name='description' value='83: deep'/> |
6870 | <fieldValue name='url'/> |
6871 | <fieldValue name='radius' value='0.1500'/> |
6872 | <fieldValue name='displayMode'/> |
6873 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6874 | <fieldValue name='transparency' value='0'/> |
6875 | <fieldValue name='translation' value='-0.97070 -1.71207 1.61309'/> |
6876 | <fieldValue name='textTranslation' value='-0.82070 -1.71207 1.61309'/> |
6877 | <fieldValue name='textColor' value='0 0 0'/> |
6878 | </ProtoInstance> |
6879 | <ProtoInstance name='Vertex'> |
6880 | <fieldValue name='vertexText' value='"defense"'/> |
6881 | <fieldValue name='description' value='84: defense'/> |
6882 | <fieldValue name='url'/> |
6883 | <fieldValue name='radius' value='0.1500'/> |
6884 | <fieldValue name='displayMode'/> |
6885 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6886 | <fieldValue name='transparency' value='0'/> |
6887 | <fieldValue name='translation' value='0.40969 1.66664 -0.79919'/> |
6888 | <fieldValue name='textTranslation' value='0.55969 1.66664 -0.79919'/> |
6889 | <fieldValue name='textColor' value='0 0 0'/> |
6890 | </ProtoInstance> |
6891 | <ProtoInstance name='Vertex'> |
6892 | <fieldValue name='vertexText' value='"delivery"'/> |
6893 | <fieldValue name='description' value='85: delivery'/> |
6894 | <fieldValue name='url'/> |
6895 | <fieldValue name='radius' value='0.1500'/> |
6896 | <fieldValue name='displayMode'/> |
6897 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6898 | <fieldValue name='transparency' value='0'/> |
6899 | <fieldValue name='translation' value='-0.76893 1.33772 -1.61295'/> |
6900 | <fieldValue name='textTranslation' value='-0.61893 1.33772 -1.61295'/> |
6901 | <fieldValue name='textColor' value='0 0 0'/> |
6902 | </ProtoInstance> |
6903 | <ProtoInstance name='Vertex'> |
6904 | <fieldValue name='vertexText' value='"department"'/> |
6905 | <fieldValue name='description' value='86: department'/> |
6906 | <fieldValue name='url'/> |
6907 | <fieldValue name='radius' value='0.1500'/> |
6908 | <fieldValue name='displayMode'/> |
6909 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6910 | <fieldValue name='transparency' value='0'/> |
6911 | <fieldValue name='translation' value='0.40967 1.66662 -0.79919'/> |
6912 | <fieldValue name='textTranslation' value='0.55967 1.66662 -0.79919'/> |
6913 | <fieldValue name='textColor' value='0 0 0'/> |
6914 | </ProtoInstance> |
6915 | <ProtoInstance name='Vertex'> |
6916 | <fieldValue name='vertexText' value='"deployment"'/> |
6917 | <fieldValue name='description' value='87: deployment'/> |
6918 | <fieldValue name='url'/> |
6919 | <fieldValue name='radius' value='0.1500'/> |
6920 | <fieldValue name='displayMode'/> |
6921 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6922 | <fieldValue name='transparency' value='0'/> |
6923 | <fieldValue name='translation' value='1.56622 0.42585 -2.62866'/> |
6924 | <fieldValue name='textTranslation' value='1.71622 0.42585 -2.62866'/> |
6925 | <fieldValue name='textColor' value='0 0 0'/> |
6926 | </ProtoInstance> |
6927 | <ProtoInstance name='Vertex'> |
6928 | <fieldValue name='vertexText' value='"designated"'/> |
6929 | <fieldValue name='description' value='88: designated'/> |
6930 | <fieldValue name='url'/> |
6931 | <fieldValue name='radius' value='0.1500'/> |
6932 | <fieldValue name='displayMode'/> |
6933 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6934 | <fieldValue name='transparency' value='0'/> |
6935 | <fieldValue name='translation' value='-1.42803 1.15281 -2.21329'/> |
6936 | <fieldValue name='textTranslation' value='-1.27803 1.15281 -2.21329'/> |
6937 | <fieldValue name='textColor' value='0 0 0'/> |
6938 | </ProtoInstance> |
6939 | <ProtoInstance name='Vertex'> |
6940 | <fieldValue name='vertexText' value='"destroyed"'/> |
6941 | <fieldValue name='description' value='89: destroyed'/> |
6942 | <fieldValue name='url'/> |
6943 | <fieldValue name='radius' value='0.1500'/> |
6944 | <fieldValue name='displayMode'/> |
6945 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6946 | <fieldValue name='transparency' value='0'/> |
6947 | <fieldValue name='translation' value='0.43176 -1.53604 -0.31060'/> |
6948 | <fieldValue name='textTranslation' value='0.58176 -1.53604 -0.31060'/> |
6949 | <fieldValue name='textColor' value='0 0 0'/> |
6950 | </ProtoInstance> |
6951 | <ProtoInstance name='Vertex'> |
6952 | <fieldValue name='vertexText' value='"details"'/> |
6953 | <fieldValue name='description' value='90: details'/> |
6954 | <fieldValue name='url'/> |
6955 | <fieldValue name='radius' value='0.1500'/> |
6956 | <fieldValue name='displayMode'/> |
6957 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
6958 | <fieldValue name='transparency' value='0'/> |
6959 | <fieldValue name='translation' value='1.51124 -0.35971 -1.95365'/> |
6960 | <fieldValue name='textTranslation' value='1.66124 -0.35971 -1.95365'/> |
6961 | <fieldValue name='textColor' value='0 0 0'/> |
6962 | </ProtoInstance> |
6963 | <ProtoInstance name='Vertex'> |
6964 | <fieldValue name='vertexText' value='"devastated"'/> |
6965 | <fieldValue name='description' value='91: devastated'/> |
6966 | <fieldValue name='url'/> |
6967 | <fieldValue name='radius' value='0.1500'/> |
6968 | <fieldValue name='displayMode'/> |
6969 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6970 | <fieldValue name='transparency' value='0'/> |
6971 | <fieldValue name='translation' value='-1.24634 1.07140 -1.89991'/> |
6972 | <fieldValue name='textTranslation' value='-1.09634 1.07140 -1.89991'/> |
6973 | <fieldValue name='textColor' value='0 0 0'/> |
6974 | </ProtoInstance> |
6975 | <ProtoInstance name='Vertex'> |
6976 | <fieldValue name='vertexText' value='"devastation"'/> |
6977 | <fieldValue name='description' value='92: devastation'/> |
6978 | <fieldValue name='url'/> |
6979 | <fieldValue name='radius' value='0.1500'/> |
6980 | <fieldValue name='displayMode'/> |
6981 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6982 | <fieldValue name='transparency' value='0'/> |
6983 | <fieldValue name='translation' value='-1.06968 -2.16803 1.48310'/> |
6984 | <fieldValue name='textTranslation' value='-0.91968 -2.16803 1.48310'/> |
6985 | <fieldValue name='textColor' value='0 0 0'/> |
6986 | </ProtoInstance> |
6987 | <ProtoInstance name='Vertex'> |
6988 | <fieldValue name='vertexText' value='"development"'/> |
6989 | <fieldValue name='description' value='93: development'/> |
6990 | <fieldValue name='url'/> |
6991 | <fieldValue name='radius' value='0.1500'/> |
6992 | <fieldValue name='displayMode'/> |
6993 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6994 | <fieldValue name='transparency' value='0'/> |
6995 | <fieldValue name='translation' value='0.23182 -1.04160 -0.81463'/> |
6996 | <fieldValue name='textTranslation' value='0.38182 -1.04160 -0.81463'/> |
6997 | <fieldValue name='textColor' value='0 0 0'/> |
6998 | </ProtoInstance> |
6999 | <ProtoInstance name='Vertex'> |
7000 | <fieldValue name='vertexText' value='"diminishes"'/> |
7001 | <fieldValue name='description' value='94: diminishes'/> |
7002 | <fieldValue name='url'/> |
7003 | <fieldValue name='radius' value='0.1500'/> |
7004 | <fieldValue name='displayMode'/> |
7005 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7006 | <fieldValue name='transparency' value='0'/> |
7007 | <fieldValue name='translation' value='1.63494 -1.17187 2.75257'/> |
7008 | <fieldValue name='textTranslation' value='1.78494 -1.17187 2.75257'/> |
7009 | <fieldValue name='textColor' value='0 0 0'/> |
7010 | </ProtoInstance> |
7011 | <ProtoInstance name='Vertex'> |
7012 | <fieldValue name='vertexText' value='"disaster"'/> |
7013 | <fieldValue name='description' value='95: disaster'/> |
7014 | <fieldValue name='url'/> |
7015 | <fieldValue name='radius' value='0.1500'/> |
7016 | <fieldValue name='displayMode'/> |
7017 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
7018 | <fieldValue name='transparency' value='0'/> |
7019 | <fieldValue name='translation' value='-1.20951 -1.04591 0.95486'/> |
7020 | <fieldValue name='textTranslation' value='-1.05951 -1.04591 0.95486'/> |
7021 | <fieldValue name='textColor' value='0 0 0'/> |
7022 | </ProtoInstance> |
7023 | <ProtoInstance name='Vertex'> |
7024 | <fieldValue name='vertexText' value='"disasters"'/> |
7025 | <fieldValue name='description' value='96: disasters'/> |
7026 | <fieldValue name='url'/> |
7027 | <fieldValue name='radius' value='0.1500'/> |
7028 | <fieldValue name='displayMode'/> |
7029 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7030 | <fieldValue name='transparency' value='0'/> |
7031 | <fieldValue name='translation' value='-2.74051 0.26635 0.60378'/> |
7032 | <fieldValue name='textTranslation' value='-2.59051 0.26635 0.60378'/> |
7033 | <fieldValue name='textColor' value='0 0 0'/> |
7034 | </ProtoInstance> |
7035 | <ProtoInstance name='Vertex'> |
7036 | <fieldValue name='vertexText' value='"displaced"'/> |
7037 | <fieldValue name='description' value='97: displaced'/> |
7038 | <fieldValue name='url'/> |
7039 | <fieldValue name='radius' value='0.1500'/> |
7040 | <fieldValue name='displayMode'/> |
7041 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7042 | <fieldValue name='transparency' value='0'/> |
7043 | <fieldValue name='translation' value='0.78082 -1.54835 -0.15760'/> |
7044 | <fieldValue name='textTranslation' value='0.93082 -1.54835 -0.15760'/> |
7045 | <fieldValue name='textColor' value='0 0 0'/> |
7046 | </ProtoInstance> |
7047 | <ProtoInstance name='Vertex'> |
7048 | <fieldValue name='vertexText' value='"distribution"'/> |
7049 | <fieldValue name='description' value='98: distribution'/> |
7050 | <fieldValue name='url'/> |
7051 | <fieldValue name='radius' value='0.1500'/> |
7052 | <fieldValue name='displayMode'/> |
7053 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7054 | <fieldValue name='transparency' value='0'/> |
7055 | <fieldValue name='translation' value='-0.51822 -1.19994 0.20461'/> |
7056 | <fieldValue name='textTranslation' value='-0.36822 -1.19994 0.20461'/> |
7057 | <fieldValue name='textColor' value='0 0 0'/> |
7058 | </ProtoInstance> |
7059 | <ProtoInstance name='Vertex'> |
7060 | <fieldValue name='vertexText' value='"divert"'/> |
7061 | <fieldValue name='description' value='99: divert'/> |
7062 | <fieldValue name='url'/> |
7063 | <fieldValue name='radius' value='0.1500'/> |
7064 | <fieldValue name='displayMode'/> |
7065 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7066 | <fieldValue name='transparency' value='0'/> |
7067 | <fieldValue name='translation' value='1.99550 0.41465 -1.92157'/> |
7068 | <fieldValue name='textTranslation' value='2.14550 0.41465 -1.92157'/> |
7069 | <fieldValue name='textColor' value='0 0 0'/> |
7070 | </ProtoInstance> |
7071 | <ProtoInstance name='Vertex'> |
7072 | <fieldValue name='vertexText' value='"donations"'/> |
7073 | <fieldValue name='description' value='100: donations'/> |
7074 | <fieldValue name='url'/> |
7075 | <fieldValue name='radius' value='0.1500'/> |
7076 | <fieldValue name='displayMode'/> |
7077 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7078 | <fieldValue name='transparency' value='0'/> |
7079 | <fieldValue name='translation' value='-0.65481 1.97549 0.00079'/> |
7080 | <fieldValue name='textTranslation' value='-0.50481 1.97549 0.00079'/> |
7081 | <fieldValue name='textColor' value='0 0 0'/> |
7082 | </ProtoInstance> |
7083 | <ProtoInstance name='Vertex'> |
7084 | <fieldValue name='vertexText' value='"drop"'/> |
7085 | <fieldValue name='description' value='101: drop'/> |
7086 | <fieldValue name='url'/> |
7087 | <fieldValue name='radius' value='0.1500'/> |
7088 | <fieldValue name='displayMode'/> |
7089 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7090 | <fieldValue name='transparency' value='0'/> |
7091 | <fieldValue name='translation' value='-1.52548 1.30963 -2.09262'/> |
7092 | <fieldValue name='textTranslation' value='-1.37548 1.30963 -2.09262'/> |
7093 | <fieldValue name='textColor' value='0 0 0'/> |
7094 | </ProtoInstance> |
7095 | <ProtoInstance name='Vertex'> |
7096 | <fieldValue name='vertexText' value='"earth"'/> |
7097 | <fieldValue name='description' value='102: earth'/> |
7098 | <fieldValue name='url'/> |
7099 | <fieldValue name='radius' value='0.1500'/> |
7100 | <fieldValue name='displayMode'/> |
7101 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7102 | <fieldValue name='transparency' value='0'/> |
7103 | <fieldValue name='translation' value='0.40969 1.66664 -0.79919'/> |
7104 | <fieldValue name='textTranslation' value='0.55969 1.66664 -0.79919'/> |
7105 | <fieldValue name='textColor' value='0 0 0'/> |
7106 | </ProtoInstance> |
7107 | <ProtoInstance name='Vertex'> |
7108 | <fieldValue name='vertexText' value='"east"'/> |
7109 | <fieldValue name='description' value='103: east'/> |
7110 | <fieldValue name='url'/> |
7111 | <fieldValue name='radius' value='0.1500'/> |
7112 | <fieldValue name='displayMode'/> |
7113 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7114 | <fieldValue name='transparency' value='0'/> |
7115 | <fieldValue name='translation' value='-0.55562 0.31707 -0.28551'/> |
7116 | <fieldValue name='textTranslation' value='-0.40562 0.31707 -0.28551'/> |
7117 | <fieldValue name='textColor' value='0 0 0'/> |
7118 | </ProtoInstance> |
7119 | <ProtoInstance name='Vertex'> |
7120 | <fieldValue name='vertexText' value='"emergency"'/> |
7121 | <fieldValue name='description' value='104: emergency'/> |
7122 | <fieldValue name='url'/> |
7123 | <fieldValue name='radius' value='0.1500'/> |
7124 | <fieldValue name='displayMode'/> |
7125 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7126 | <fieldValue name='transparency' value='0'/> |
7127 | <fieldValue name='translation' value='-1.00286 0.28246 -0.11732'/> |
7128 | <fieldValue name='textTranslation' value='-0.85286 0.28246 -0.11732'/> |
7129 | <fieldValue name='textColor' value='0 0 0'/> |
7130 | </ProtoInstance> |
7131 | <ProtoInstance name='Vertex'> |
7132 | <fieldValue name='vertexText' value='"entry"'/> |
7133 | <fieldValue name='description' value='105: entry'/> |
7134 | <fieldValue name='url'/> |
7135 | <fieldValue name='radius' value='0.1500'/> |
7136 | <fieldValue name='displayMode'/> |
7137 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7138 | <fieldValue name='transparency' value='0'/> |
7139 | <fieldValue name='translation' value='2.42555 -0.23697 2.21945'/> |
7140 | <fieldValue name='textTranslation' value='2.57555 -0.23697 2.21945'/> |
7141 | <fieldValue name='textColor' value='0 0 0'/> |
7142 | </ProtoInstance> |
7143 | <ProtoInstance name='Vertex'> |
7144 | <fieldValue name='vertexText' value='"european"'/> |
7145 | <fieldValue name='description' value='106: european'/> |
7146 | <fieldValue name='url'/> |
7147 | <fieldValue name='radius' value='0.1500'/> |
7148 | <fieldValue name='displayMode'/> |
7149 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
7150 | <fieldValue name='transparency' value='0'/> |
7151 | <fieldValue name='translation' value='1.56622 0.42585 -2.62866'/> |
7152 | <fieldValue name='textTranslation' value='1.71622 0.42585 -2.62866'/> |
7153 | <fieldValue name='textColor' value='0 0 0'/> |
7154 | </ProtoInstance> |
7155 | <ProtoInstance name='Vertex'> |
7156 | <fieldValue name='vertexText' value='"excited"'/> |
7157 | <fieldValue name='description' value='107: excited'/> |
7158 | <fieldValue name='url'/> |
7159 | <fieldValue name='radius' value='0.1500'/> |
7160 | <fieldValue name='displayMode'/> |
7161 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7162 | <fieldValue name='transparency' value='0'/> |
7163 | <fieldValue name='translation' value='1.56797 -2.10255 -2.05960'/> |
7164 | <fieldValue name='textTranslation' value='1.71797 -2.10255 -2.05960'/> |
7165 | <fieldValue name='textColor' value='0 0 0'/> |
7166 | </ProtoInstance> |
7167 | <ProtoInstance name='Vertex'> |
7168 | <fieldValue name='vertexText' value='"fact"'/> |
7169 | <fieldValue name='description' value='108: fact'/> |
7170 | <fieldValue name='url'/> |
7171 | <fieldValue name='radius' value='0.1500'/> |
7172 | <fieldValue name='displayMode'/> |
7173 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7174 | <fieldValue name='transparency' value='0'/> |
7175 | <fieldValue name='translation' value='-2.74646 0.24405 0.60696'/> |
7176 | <fieldValue name='textTranslation' value='-2.59646 0.24405 0.60696'/> |
7177 | <fieldValue name='textColor' value='0 0 0'/> |
7178 | </ProtoInstance> |
7179 | <ProtoInstance name='Vertex'> |
7180 | <fieldValue name='vertexText' value='"families"'/> |
7181 | <fieldValue name='description' value='109: families'/> |
7182 | <fieldValue name='url'/> |
7183 | <fieldValue name='radius' value='0.1500'/> |
7184 | <fieldValue name='displayMode'/> |
7185 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
7186 | <fieldValue name='transparency' value='0'/> |
7187 | <fieldValue name='translation' value='0.08202 -2.74584 0.74010'/> |
7188 | <fieldValue name='textTranslation' value='0.23202 -2.74584 0.74010'/> |
7189 | <fieldValue name='textColor' value='0 0 0'/> |
7190 | </ProtoInstance> |
7191 | <ProtoInstance name='Vertex'> |
7192 | <fieldValue name='vertexText' value='"featured"'/> |
7193 | <fieldValue name='description' value='110: featured'/> |
7194 | <fieldValue name='url'/> |
7195 | <fieldValue name='radius' value='0.1500'/> |
7196 | <fieldValue name='displayMode'/> |
7197 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7198 | <fieldValue name='transparency' value='0'/> |
7199 | <fieldValue name='translation' value='-2.44919 -1.00830 -1.45652'/> |
7200 | <fieldValue name='textTranslation' value='-2.29919 -1.00830 -1.45652'/> |
7201 | <fieldValue name='textColor' value='0 0 0'/> |
7202 | </ProtoInstance> |
7203 | <ProtoInstance name='Vertex'> |
7204 | <fieldValue name='vertexText' value='"features"'/> |
7205 | <fieldValue name='description' value='111: features'/> |
7206 | <fieldValue name='url'/> |
7207 | <fieldValue name='radius' value='0.1500'/> |
7208 | <fieldValue name='displayMode'/> |
7209 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7210 | <fieldValue name='transparency' value='0'/> |
7211 | <fieldValue name='translation' value='1.63797 -1.73465 -1.78869'/> |
7212 | <fieldValue name='textTranslation' value='1.78797 -1.73465 -1.78869'/> |
7213 | <fieldValue name='textColor' value='0 0 0'/> |
7214 | </ProtoInstance> |
7215 | <ProtoInstance name='Vertex'> |
7216 | <fieldValue name='vertexText' value='"feed"'/> |
7217 | <fieldValue name='description' value='112: feed'/> |
7218 | <fieldValue name='url'/> |
7219 | <fieldValue name='radius' value='0.1500'/> |
7220 | <fieldValue name='displayMode'/> |
7221 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7222 | <fieldValue name='transparency' value='0'/> |
7223 | <fieldValue name='translation' value='1.21398 0.00646 0.75803'/> |
7224 | <fieldValue name='textTranslation' value='1.36398 0.00646 0.75803'/> |
7225 | <fieldValue name='textColor' value='0 0 0'/> |
7226 | </ProtoInstance> |
7227 | <ProtoInstance name='Vertex'> |
7228 | <fieldValue name='vertexText' value='"final"'/> |
7229 | <fieldValue name='description' value='113: final'/> |
7230 | <fieldValue name='url'/> |
7231 | <fieldValue name='radius' value='0.1500'/> |
7232 | <fieldValue name='displayMode'/> |
7233 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7234 | <fieldValue name='transparency' value='0'/> |
7235 | <fieldValue name='translation' value='1.68511 -1.75153 -1.78111'/> |
7236 | <fieldValue name='textTranslation' value='1.83511 -1.75153 -1.78111'/> |
7237 | <fieldValue name='textColor' value='0 0 0'/> |
7238 | </ProtoInstance> |
7239 | <ProtoInstance name='Vertex'> |
7240 | <fieldValue name='vertexText' value='"financing"'/> |
7241 | <fieldValue name='description' value='114: financing'/> |
7242 | <fieldValue name='url'/> |
7243 | <fieldValue name='radius' value='0.1500'/> |
7244 | <fieldValue name='displayMode'/> |
7245 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7246 | <fieldValue name='transparency' value='0'/> |
7247 | <fieldValue name='translation' value='2.18008 1.20507 -0.43956'/> |
7248 | <fieldValue name='textTranslation' value='2.33008 1.20507 -0.43956'/> |
7249 | <fieldValue name='textColor' value='0 0 0'/> |
7250 | </ProtoInstance> |
7251 | <ProtoInstance name='Vertex'> |
7252 | <fieldValue name='vertexText' value='"flow"'/> |
7253 | <fieldValue name='description' value='115: flow'/> |
7254 | <fieldValue name='url'/> |
7255 | <fieldValue name='radius' value='0.1500'/> |
7256 | <fieldValue name='displayMode'/> |
7257 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7258 | <fieldValue name='transparency' value='0'/> |
7259 | <fieldValue name='translation' value='1.96763 0.34579 0.57394'/> |
7260 | <fieldValue name='textTranslation' value='2.11763 0.34579 0.57394'/> |
7261 | <fieldValue name='textColor' value='0 0 0'/> |
7262 | </ProtoInstance> |
7263 | <ProtoInstance name='Vertex'> |
7264 | <fieldValue name='vertexText' value='"follow"'/> |
7265 | <fieldValue name='description' value='116: follow'/> |
7266 | <fieldValue name='url'/> |
7267 | <fieldValue name='radius' value='0.1500'/> |
7268 | <fieldValue name='displayMode'/> |
7269 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7270 | <fieldValue name='transparency' value='0'/> |
7271 | <fieldValue name='translation' value='2.42555 -0.23697 2.21945'/> |
7272 | <fieldValue name='textTranslation' value='2.57555 -0.23697 2.21945'/> |
7273 | <fieldValue name='textColor' value='0 0 0'/> |
7274 | </ProtoInstance> |
7275 | <ProtoInstance name='Vertex'> |
7276 | <fieldValue name='vertexText' value='"food"'/> |
7277 | <fieldValue name='description' value='117: food'/> |
7278 | <fieldValue name='url'/> |
7279 | <fieldValue name='radius' value='0.1500'/> |
7280 | <fieldValue name='displayMode'/> |
7281 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7282 | <fieldValue name='transparency' value='0'/> |
7283 | <fieldValue name='translation' value='-1.08633 -0.85574 0.37680'/> |
7284 | <fieldValue name='textTranslation' value='-0.93633 -0.85574 0.37680'/> |
7285 | <fieldValue name='textColor' value='0 0 0'/> |
7286 | </ProtoInstance> |
7287 | <ProtoInstance name='Vertex'> |
7288 | <fieldValue name='vertexText' value='"footer"'/> |
7289 | <fieldValue name='description' value='118: footer'/> |
7290 | <fieldValue name='url'/> |
7291 | <fieldValue name='radius' value='0.1500'/> |
7292 | <fieldValue name='displayMode'/> |
7293 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
7294 | <fieldValue name='transparency' value='0'/> |
7295 | <fieldValue name='translation' value='0.07449 -2.74857 0.73279'/> |
7296 | <fieldValue name='textTranslation' value='0.22449 -2.74857 0.73279'/> |
7297 | <fieldValue name='textColor' value='0 0 0'/> |
7298 | </ProtoInstance> |
7299 | <ProtoInstance name='Vertex'> |
7300 | <fieldValue name='vertexText' value='"force"'/> |
7301 | <fieldValue name='description' value='119: force'/> |
7302 | <fieldValue name='url'/> |
7303 | <fieldValue name='radius' value='0.1500'/> |
7304 | <fieldValue name='displayMode'/> |
7305 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7306 | <fieldValue name='transparency' value='0'/> |
7307 | <fieldValue name='translation' value='0.31910 1.61210 -0.87015'/> |
7308 | <fieldValue name='textTranslation' value='0.46910 1.61210 -0.87015'/> |
7309 | <fieldValue name='textColor' value='0 0 0'/> |
7310 | </ProtoInstance> |
7311 | <ProtoInstance name='Vertex'> |
7312 | <fieldValue name='vertexText' value='"fort"'/> |
7313 | <fieldValue name='description' value='120: fort'/> |
7314 | <fieldValue name='url'/> |
7315 | <fieldValue name='radius' value='0.1500'/> |
7316 | <fieldValue name='displayMode'/> |
7317 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7318 | <fieldValue name='transparency' value='0'/> |
7319 | <fieldValue name='translation' value='-1.75732 0.96006 -1.47926'/> |
7320 | <fieldValue name='textTranslation' value='-1.60732 0.96006 -1.47926'/> |
7321 | <fieldValue name='textColor' value='0 0 0'/> |
7322 | </ProtoInstance> |
7323 | <ProtoInstance name='Vertex'> |
7324 | <fieldValue name='vertexText' value='"gear"'/> |
7325 | <fieldValue name='description' value='121: gear'/> |
7326 | <fieldValue name='url'/> |
7327 | <fieldValue name='radius' value='0.1500'/> |
7328 | <fieldValue name='displayMode'/> |
7329 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
7330 | <fieldValue name='transparency' value='0'/> |
7331 | <fieldValue name='translation' value='1.73349 0.35943 -2.51321'/> |
7332 | <fieldValue name='textTranslation' value='1.88349 0.35943 -2.51321'/> |
7333 | <fieldValue name='textColor' value='0 0 0'/> |
7334 | </ProtoInstance> |
7335 | <ProtoInstance name='Vertex'> |
7336 | <fieldValue name='vertexText' value='"general"'/> |
7337 | <fieldValue name='description' value='122: general'/> |
7338 | <fieldValue name='url'/> |
7339 | <fieldValue name='radius' value='0.1500'/> |
7340 | <fieldValue name='displayMode'/> |
7341 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7342 | <fieldValue name='transparency' value='0'/> |
7343 | <fieldValue name='translation' value='-0.38124 0.28580 1.61300'/> |
7344 | <fieldValue name='textTranslation' value='-0.23124 0.28580 1.61300'/> |
7345 | <fieldValue name='textColor' value='0 0 0'/> |
7346 | </ProtoInstance> |
7347 | <ProtoInstance name='Vertex'> |
7348 | <fieldValue name='vertexText' value='"goods"'/> |
7349 | <fieldValue name='description' value='123: goods'/> |
7350 | <fieldValue name='url'/> |
7351 | <fieldValue name='radius' value='0.1500'/> |
7352 | <fieldValue name='displayMode'/> |
7353 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7354 | <fieldValue name='transparency' value='0'/> |
7355 | <fieldValue name='translation' value='-0.75129 2.27741 0.07010'/> |
7356 | <fieldValue name='textTranslation' value='-0.60129 2.27741 0.07010'/> |
7357 | <fieldValue name='textColor' value='0 0 0'/> |
7358 | </ProtoInstance> |
7359 | <ProtoInstance name='Vertex'> |
7360 | <fieldValue name='vertexText' value='"government"'/> |
7361 | <fieldValue name='description' value='124: government'/> |
7362 | <fieldValue name='url'/> |
7363 | <fieldValue name='radius' value='0.1500'/> |
7364 | <fieldValue name='displayMode'/> |
7365 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7366 | <fieldValue name='transparency' value='0'/> |
7367 | <fieldValue name='translation' value='1.96125 -1.22650 2.61707'/> |
7368 | <fieldValue name='textTranslation' value='2.11125 -1.22650 2.61707'/> |
7369 | <fieldValue name='textColor' value='0 0 0'/> |
7370 | </ProtoInstance> |
7371 | <ProtoInstance name='Vertex'> |
7372 | <fieldValue name='vertexText' value='"gramp"'/> |
7373 | <fieldValue name='description' value='125: gramp'/> |
7374 | <fieldValue name='url'/> |
7375 | <fieldValue name='radius' value='0.1500'/> |
7376 | <fieldValue name='displayMode'/> |
7377 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7378 | <fieldValue name='transparency' value='0'/> |
7379 | <fieldValue name='translation' value='1.56770 -2.10216 -2.06028'/> |
7380 | <fieldValue name='textTranslation' value='1.71770 -2.10216 -2.06028'/> |
7381 | <fieldValue name='textColor' value='0 0 0'/> |
7382 | </ProtoInstance> |
7383 | <ProtoInstance name='Vertex'> |
7384 | <fieldValue name='vertexText' value='"guard"'/> |
7385 | <fieldValue name='description' value='126: guard'/> |
7386 | <fieldValue name='url'/> |
7387 | <fieldValue name='radius' value='0.1500'/> |
7388 | <fieldValue name='displayMode'/> |
7389 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7390 | <fieldValue name='transparency' value='0'/> |
7391 | <fieldValue name='translation' value='0.40951 1.66619 -0.79920'/> |
7392 | <fieldValue name='textTranslation' value='0.55951 1.66619 -0.79920'/> |
7393 | <fieldValue name='textColor' value='0 0 0'/> |
7394 | </ProtoInstance> |
7395 | <ProtoInstance name='Vertex'> |
7396 | <fieldValue name='vertexText' value='"hazards"'/> |
7397 | <fieldValue name='description' value='127: hazards'/> |
7398 | <fieldValue name='url'/> |
7399 | <fieldValue name='radius' value='0.1500'/> |
7400 | <fieldValue name='displayMode'/> |
7401 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7402 | <fieldValue name='transparency' value='0'/> |
7403 | <fieldValue name='translation' value='2.16197 -1.61898 2.31154'/> |
7404 | <fieldValue name='textTranslation' value='2.31197 -1.61898 2.31154'/> |
7405 | <fieldValue name='textColor' value='0 0 0'/> |
7406 | </ProtoInstance> |
7407 | <ProtoInstance name='Vertex'> |
7408 | <fieldValue name='vertexText' value='"health"'/> |
7409 | <fieldValue name='description' value='128: health'/> |
7410 | <fieldValue name='url'/> |
7411 | <fieldValue name='radius' value='0.1500'/> |
7412 | <fieldValue name='displayMode'/> |
7413 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
7414 | <fieldValue name='transparency' value='0'/> |
7415 | <fieldValue name='translation' value='0.08493 -2.66976 0.33106'/> |
7416 | <fieldValue name='textTranslation' value='0.23493 -2.66976 0.33106'/> |
7417 | <fieldValue name='textColor' value='0 0 0'/> |
7418 | </ProtoInstance> |
7419 | <ProtoInstance name='Vertex'> |
7420 | <fieldValue name='vertexText' value='"humanitarian"'/> |
7421 | <fieldValue name='description' value='129: humanitarian'/> |
7422 | <fieldValue name='url'/> |
7423 | <fieldValue name='radius' value='0.1500'/> |
7424 | <fieldValue name='displayMode'/> |
7425 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7426 | <fieldValue name='transparency' value='0'/> |
7427 | <fieldValue name='translation' value='-0.36664 0.55768 -0.87450'/> |
7428 | <fieldValue name='textTranslation' value='-0.21664 0.55768 -0.87450'/> |
7429 | <fieldValue name='textColor' value='0 0 0'/> |
7430 | </ProtoInstance> |
7431 | <ProtoInstance name='Vertex'> |
7432 | <fieldValue name='vertexText' value='"hunger"'/> |
7433 | <fieldValue name='description' value='130: hunger'/> |
7434 | <fieldValue name='url'/> |
7435 | <fieldValue name='radius' value='0.1500'/> |
7436 | <fieldValue name='displayMode'/> |
7437 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7438 | <fieldValue name='transparency' value='0'/> |
7439 | <fieldValue name='translation' value='-2.52355 -0.86603 -1.43460'/> |
7440 | <fieldValue name='textTranslation' value='-2.37355 -0.86603 -1.43460'/> |
7441 | <fieldValue name='textColor' value='0 0 0'/> |
7442 | </ProtoInstance> |
7443 | <ProtoInstance name='Vertex'> |
7444 | <fieldValue name='vertexText' value='"immeasurable"'/> |
7445 | <fieldValue name='description' value='131: immeasurable'/> |
7446 | <fieldValue name='url'/> |
7447 | <fieldValue name='radius' value='0.1500'/> |
7448 | <fieldValue name='displayMode'/> |
7449 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
7450 | <fieldValue name='transparency' value='0'/> |
7451 | <fieldValue name='translation' value='-1.42075 -1.94108 1.74703'/> |
7452 | <fieldValue name='textTranslation' value='-1.27075 -1.94108 1.74703'/> |
7453 | <fieldValue name='textColor' value='0 0 0'/> |
7454 | </ProtoInstance> |
7455 | <ProtoInstance name='Vertex'> |
7456 | <fieldValue name='vertexText' value='"impact"'/> |
7457 | <fieldValue name='description' value='132: impact'/> |
7458 | <fieldValue name='url'/> |
7459 | <fieldValue name='radius' value='0.1500'/> |
7460 | <fieldValue name='displayMode'/> |
7461 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
7462 | <fieldValue name='transparency' value='0'/> |
7463 | <fieldValue name='translation' value='-1.33699 -1.54263 1.43010'/> |
7464 | <fieldValue name='textTranslation' value='-1.18699 -1.54263 1.43010'/> |
7465 | <fieldValue name='textColor' value='0 0 0'/> |
7466 | </ProtoInstance> |
7467 | <ProtoInstance name='Vertex'> |
7468 | <fieldValue name='vertexText' value='"intensity"'/> |
7469 | <fieldValue name='description' value='133: intensity'/> |
7470 | <fieldValue name='url'/> |
7471 | <fieldValue name='radius' value='0.1500'/> |
7472 | <fieldValue name='displayMode'/> |
7473 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7474 | <fieldValue name='transparency' value='0'/> |
7475 | <fieldValue name='translation' value='-0.64477 -1.06617 -1.16083'/> |
7476 | <fieldValue name='textTranslation' value='-0.49477 -1.06617 -1.16083'/> |
7477 | <fieldValue name='textColor' value='0 0 0'/> |
7478 | </ProtoInstance> |
7479 | <ProtoInstance name='Vertex'> |
7480 | <fieldValue name='vertexText' value='"interagency"'/> |
7481 | <fieldValue name='description' value='134: interagency'/> |
7482 | <fieldValue name='url'/> |
7483 | <fieldValue name='radius' value='0.1500'/> |
7484 | <fieldValue name='displayMode'/> |
7485 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
7486 | <fieldValue name='transparency' value='0'/> |
7487 | <fieldValue name='translation' value='1.36769 -0.38800 -2.59896'/> |
7488 | <fieldValue name='textTranslation' value='1.51769 -0.38800 -2.59896'/> |
7489 | <fieldValue name='textColor' value='0 0 0'/> |
7490 | </ProtoInstance> |
7491 | <ProtoInstance name='Vertex'> |
7492 | <fieldValue name='vertexText' value='"interest"'/> |
7493 | <fieldValue name='description' value='135: interest'/> |
7494 | <fieldValue name='url'/> |
7495 | <fieldValue name='radius' value='0.1500'/> |
7496 | <fieldValue name='displayMode'/> |
7497 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7498 | <fieldValue name='transparency' value='0'/> |
7499 | <fieldValue name='translation' value='1.80498 -2.04198 -1.91717'/> |
7500 | <fieldValue name='textTranslation' value='1.95498 -2.04198 -1.91717'/> |
7501 | <fieldValue name='textColor' value='0 0 0'/> |
7502 | </ProtoInstance> |
7503 | <ProtoInstance name='Vertex'> |
7504 | <fieldValue name='vertexText' value='"international"'/> |
7505 | <fieldValue name='description' value='136: international'/> |
7506 | <fieldValue name='url'/> |
7507 | <fieldValue name='radius' value='0.1500'/> |
7508 | <fieldValue name='displayMode'/> |
7509 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7510 | <fieldValue name='transparency' value='0'/> |
7511 | <fieldValue name='translation' value='0.54717 -0.57774 -1.01428'/> |
7512 | <fieldValue name='textTranslation' value='0.69717 -0.57774 -1.01428'/> |
7513 | <fieldValue name='textColor' value='0 0 0'/> |
7514 | </ProtoInstance> |
7515 | <ProtoInstance name='Vertex'> |
7516 | <fieldValue name='vertexText' value='"interviews"'/> |
7517 | <fieldValue name='description' value='137: interviews'/> |
7518 | <fieldValue name='url'/> |
7519 | <fieldValue name='radius' value='0.1500'/> |
7520 | <fieldValue name='displayMode'/> |
7521 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7522 | <fieldValue name='transparency' value='0'/> |
7523 | <fieldValue name='translation' value='-0.46140 0.45912 1.95804'/> |
7524 | <fieldValue name='textTranslation' value='-0.31140 0.45912 1.95804'/> |
7525 | <fieldValue name='textColor' value='0 0 0'/> |
7526 | </ProtoInstance> |
7527 | <ProtoInstance name='Vertex'> |
7528 | <fieldValue name='vertexText' value='"intra"'/> |
7529 | <fieldValue name='description' value='138: intra'/> |
7530 | <fieldValue name='url'/> |
7531 | <fieldValue name='radius' value='0.1500'/> |
7532 | <fieldValue name='displayMode'/> |
7533 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
7534 | <fieldValue name='transparency' value='0'/> |
7535 | <fieldValue name='translation' value='2.04356 0.15750 -2.36371'/> |
7536 | <fieldValue name='textTranslation' value='2.19356 0.15750 -2.36371'/> |
7537 | <fieldValue name='textColor' value='0 0 0'/> |
7538 | </ProtoInstance> |
7539 | <ProtoInstance name='Vertex'> |
7540 | <fieldValue name='vertexText' value='"involved"'/> |
7541 | <fieldValue name='description' value='139: involved'/> |
7542 | <fieldValue name='url'/> |
7543 | <fieldValue name='radius' value='0.1500'/> |
7544 | <fieldValue name='displayMode'/> |
7545 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7546 | <fieldValue name='transparency' value='0'/> |
7547 | <fieldValue name='translation' value='-1.66367 -0.55027 0.17126'/> |
7548 | <fieldValue name='textTranslation' value='-1.51367 -0.55027 0.17126'/> |
7549 | <fieldValue name='textColor' value='0 0 0'/> |
7550 | </ProtoInstance> |
7551 | <ProtoInstance name='Vertex'> |
7552 | <fieldValue name='vertexText' value='"jobs"'/> |
7553 | <fieldValue name='description' value='140: jobs'/> |
7554 | <fieldValue name='url'/> |
7555 | <fieldValue name='radius' value='0.1500'/> |
7556 | <fieldValue name='displayMode'/> |
7557 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
7558 | <fieldValue name='transparency' value='0'/> |
7559 | <fieldValue name='translation' value='0.70142 -1.90490 0.89876'/> |
7560 | <fieldValue name='textTranslation' value='0.85142 -1.90490 0.89876'/> |
7561 | <fieldValue name='textColor' value='0 0 0'/> |
7562 | </ProtoInstance> |
7563 | <ProtoInstance name='Vertex'> |
7564 | <fieldValue name='vertexText' value='"july"'/> |
7565 | <fieldValue name='description' value='141: july'/> |
7566 | <fieldValue name='url'/> |
7567 | <fieldValue name='radius' value='0.1500'/> |
7568 | <fieldValue name='displayMode'/> |
7569 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7570 | <fieldValue name='transparency' value='0'/> |
7571 | <fieldValue name='translation' value='0.87676 1.05086 -0.57461'/> |
7572 | <fieldValue name='textTranslation' value='1.02676 1.05086 -0.57461'/> |
7573 | <fieldValue name='textColor' value='0 0 0'/> |
7574 | </ProtoInstance> |
7575 | <ProtoInstance name='Vertex'> |
7576 | <fieldValue name='vertexText' value='"june"'/> |
7577 | <fieldValue name='description' value='142: june'/> |
7578 | <fieldValue name='url'/> |
7579 | <fieldValue name='radius' value='0.1500'/> |
7580 | <fieldValue name='displayMode'/> |
7581 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7582 | <fieldValue name='transparency' value='0'/> |
7583 | <fieldValue name='translation' value='0.77456 1.29586 -0.64860'/> |
7584 | <fieldValue name='textTranslation' value='0.92456 1.29586 -0.64860'/> |
7585 | <fieldValue name='textColor' value='0 0 0'/> |
7586 | </ProtoInstance> |
7587 | <ProtoInstance name='Vertex'> |
7588 | <fieldValue name='vertexText' value='"kinds"'/> |
7589 | <fieldValue name='description' value='143: kinds'/> |
7590 | <fieldValue name='url'/> |
7591 | <fieldValue name='radius' value='0.1500'/> |
7592 | <fieldValue name='displayMode'/> |
7593 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
7594 | <fieldValue name='transparency' value='0'/> |
7595 | <fieldValue name='translation' value='0.05684 -2.33638 0.70864'/> |
7596 | <fieldValue name='textTranslation' value='0.20684 -2.33638 0.70864'/> |
7597 | <fieldValue name='textColor' value='0 0 0'/> |
7598 | </ProtoInstance> |
7599 | <ProtoInstance name='Vertex'> |
7600 | <fieldValue name='vertexText' value='"la"'/> |
7601 | <fieldValue name='description' value='144: la'/> |
7602 | <fieldValue name='url'/> |
7603 | <fieldValue name='radius' value='0.1500'/> |
7604 | <fieldValue name='displayMode'/> |
7605 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7606 | <fieldValue name='transparency' value='0'/> |
7607 | <fieldValue name='translation' value='1.04037 -1.95086 -0.20504'/> |
7608 | <fieldValue name='textTranslation' value='1.19037 -1.95086 -0.20504'/> |
7609 | <fieldValue name='textColor' value='0 0 0'/> |
7610 | </ProtoInstance> |
7611 | <ProtoInstance name='Vertex'> |
7612 | <fieldValue name='vertexText' value='"landed"'/> |
7613 | <fieldValue name='description' value='145: landed'/> |
7614 | <fieldValue name='url'/> |
7615 | <fieldValue name='radius' value='0.1500'/> |
7616 | <fieldValue name='displayMode'/> |
7617 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7618 | <fieldValue name='transparency' value='0'/> |
7619 | <fieldValue name='translation' value='-0.95490 0.91963 -2.01298'/> |
7620 | <fieldValue name='textTranslation' value='-0.80490 0.91963 -2.01298'/> |
7621 | <fieldValue name='textColor' value='0 0 0'/> |
7622 | </ProtoInstance> |
7623 | <ProtoInstance name='Vertex'> |
7624 | <fieldValue name='vertexText' value='"landing"'/> |
7625 | <fieldValue name='description' value='146: landing'/> |
7626 | <fieldValue name='url'/> |
7627 | <fieldValue name='radius' value='0.1500'/> |
7628 | <fieldValue name='displayMode'/> |
7629 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7630 | <fieldValue name='transparency' value='0'/> |
7631 | <fieldValue name='translation' value='2.31646 0.50005 0.67094'/> |
7632 | <fieldValue name='textTranslation' value='2.46646 0.50005 0.67094'/> |
7633 | <fieldValue name='textColor' value='0 0 0'/> |
7634 | </ProtoInstance> |
7635 | <ProtoInstance name='Vertex'> |
7636 | <fieldValue name='vertexText' value='"late"'/> |
7637 | <fieldValue name='description' value='147: late'/> |
7638 | <fieldValue name='url'/> |
7639 | <fieldValue name='radius' value='0.1500'/> |
7640 | <fieldValue name='displayMode'/> |
7641 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
7642 | <fieldValue name='transparency' value='0'/> |
7643 | <fieldValue name='translation' value='1.37780 0.02964 -2.33143'/> |
7644 | <fieldValue name='textTranslation' value='1.52780 0.02964 -2.33143'/> |
7645 | <fieldValue name='textColor' value='0 0 0'/> |
7646 | </ProtoInstance> |
7647 | <ProtoInstance name='Vertex'> |
7648 | <fieldValue name='vertexText' value='"latest"'/> |
7649 | <fieldValue name='description' value='148: latest'/> |
7650 | <fieldValue name='url'/> |
7651 | <fieldValue name='radius' value='0.1500'/> |
7652 | <fieldValue name='displayMode'/> |
7653 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7654 | <fieldValue name='transparency' value='0'/> |
7655 | <fieldValue name='translation' value='-1.62606 -0.67807 0.15705'/> |
7656 | <fieldValue name='textTranslation' value='-1.47606 -0.67807 0.15705'/> |
7657 | <fieldValue name='textColor' value='0 0 0'/> |
7658 | </ProtoInstance> |
7659 | <ProtoInstance name='Vertex'> |
7660 | <fieldValue name='vertexText' value='"latrines"'/> |
7661 | <fieldValue name='description' value='149: latrines'/> |
7662 | <fieldValue name='url'/> |
7663 | <fieldValue name='radius' value='0.1500'/> |
7664 | <fieldValue name='displayMode'/> |
7665 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
7666 | <fieldValue name='transparency' value='0'/> |
7667 | <fieldValue name='translation' value='0.05178 -2.31515 0.70453'/> |
7668 | <fieldValue name='textTranslation' value='0.20178 -2.31515 0.70453'/> |
7669 | <fieldValue name='textColor' value='0 0 0'/> |
7670 | </ProtoInstance> |
7671 | <ProtoInstance name='Vertex'> |
7672 | <fieldValue name='vertexText' value='"life"'/> |
7673 | <fieldValue name='description' value='150: life'/> |
7674 | <fieldValue name='url'/> |
7675 | <fieldValue name='radius' value='0.1500'/> |
7676 | <fieldValue name='displayMode'/> |
7677 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7678 | <fieldValue name='transparency' value='0'/> |
7679 | <fieldValue name='translation' value='1.93690 0.32625 0.57443'/> |
7680 | <fieldValue name='textTranslation' value='2.08690 0.32625 0.57443'/> |
7681 | <fieldValue name='textColor' value='0 0 0'/> |
7682 | </ProtoInstance> |
7683 | <ProtoInstance name='Vertex'> |
7684 | <fieldValue name='vertexText' value='"link"'/> |
7685 | <fieldValue name='description' value='151: link'/> |
7686 | <fieldValue name='url'/> |
7687 | <fieldValue name='radius' value='0.1500'/> |
7688 | <fieldValue name='displayMode'/> |
7689 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7690 | <fieldValue name='transparency' value='0'/> |
7691 | <fieldValue name='translation' value='1.80498 -2.04198 -1.91717'/> |
7692 | <fieldValue name='textTranslation' value='1.95498 -2.04198 -1.91717'/> |
7693 | <fieldValue name='textColor' value='0 0 0'/> |
7694 | </ProtoInstance> |
7695 | <ProtoInstance name='Vertex'> |
7696 | <fieldValue name='vertexText' value='"links"'/> |
7697 | <fieldValue name='description' value='152: links'/> |
7698 | <fieldValue name='url'/> |
7699 | <fieldValue name='radius' value='0.1500'/> |
7700 | <fieldValue name='displayMode'/> |
7701 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7702 | <fieldValue name='transparency' value='0'/> |
7703 | <fieldValue name='translation' value='-0.19605 1.20921 -1.08772'/> |
7704 | <fieldValue name='textTranslation' value='-0.04605 1.20921 -1.08772'/> |
7705 | <fieldValue name='textColor' value='0 0 0'/> |
7706 | </ProtoInstance> |
7707 | <ProtoInstance name='Vertex'> |
7708 | <fieldValue name='vertexText' value='"listed"'/> |
7709 | <fieldValue name='description' value='153: listed'/> |
7710 | <fieldValue name='url'/> |
7711 | <fieldValue name='radius' value='0.1500'/> |
7712 | <fieldValue name='displayMode'/> |
7713 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7714 | <fieldValue name='transparency' value='0'/> |
7715 | <fieldValue name='translation' value='1.74351 -1.45937 2.34842'/> |
7716 | <fieldValue name='textTranslation' value='1.89351 -1.45937 2.34842'/> |
7717 | <fieldValue name='textColor' value='0 0 0'/> |
7718 | </ProtoInstance> |
7719 | <ProtoInstance name='Vertex'> |
7720 | <fieldValue name='vertexText' value='"loading"'/> |
7721 | <fieldValue name='description' value='154: loading'/> |
7722 | <fieldValue name='url'/> |
7723 | <fieldValue name='radius' value='0.1500'/> |
7724 | <fieldValue name='displayMode'/> |
7725 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7726 | <fieldValue name='transparency' value='0'/> |
7727 | <fieldValue name='translation' value='-2.44919 -1.00830 -1.45652'/> |
7728 | <fieldValue name='textTranslation' value='-2.29919 -1.00830 -1.45652'/> |
7729 | <fieldValue name='textColor' value='0 0 0'/> |
7730 | </ProtoInstance> |
7731 | <ProtoInstance name='Vertex'> |
7732 | <fieldValue name='vertexText' value='"long"'/> |
7733 | <fieldValue name='description' value='155: long'/> |
7734 | <fieldValue name='url'/> |
7735 | <fieldValue name='radius' value='0.1500'/> |
7736 | <fieldValue name='displayMode'/> |
7737 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7738 | <fieldValue name='transparency' value='0'/> |
7739 | <fieldValue name='translation' value='1.04037 -1.95086 -0.20504'/> |
7740 | <fieldValue name='textTranslation' value='1.19037 -1.95086 -0.20504'/> |
7741 | <fieldValue name='textColor' value='0 0 0'/> |
7742 | </ProtoInstance> |
7743 | <ProtoInstance name='Vertex'> |
7744 | <fieldValue name='vertexText' value='"magnitude"'/> |
7745 | <fieldValue name='description' value='156: magnitude'/> |
7746 | <fieldValue name='url'/> |
7747 | <fieldValue name='radius' value='0.1500'/> |
7748 | <fieldValue name='displayMode'/> |
7749 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7750 | <fieldValue name='transparency' value='0'/> |
7751 | <fieldValue name='translation' value='-1.24634 1.07140 -1.89991'/> |
7752 | <fieldValue name='textTranslation' value='-1.09634 1.07140 -1.89991'/> |
7753 | <fieldValue name='textColor' value='0 0 0'/> |
7754 | </ProtoInstance> |
7755 | <ProtoInstance name='Vertex'> |
7756 | <fieldValue name='vertexText' value='"major"'/> |
7757 | <fieldValue name='description' value='157: major'/> |
7758 | <fieldValue name='url'/> |
7759 | <fieldValue name='radius' value='0.1500'/> |
7760 | <fieldValue name='displayMode'/> |
7761 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7762 | <fieldValue name='transparency' value='0'/> |
7763 | <fieldValue name='translation' value='1.69626 -1.40713 2.37358'/> |
7764 | <fieldValue name='textTranslation' value='1.84626 -1.40713 2.37358'/> |
7765 | <fieldValue name='textColor' value='0 0 0'/> |
7766 | </ProtoInstance> |
7767 | <ProtoInstance name='Vertex'> |
7768 | <fieldValue name='vertexText' value='"map"'/> |
7769 | <fieldValue name='description' value='158: map'/> |
7770 | <fieldValue name='url'/> |
7771 | <fieldValue name='radius' value='0.1500'/> |
7772 | <fieldValue name='displayMode'/> |
7773 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7774 | <fieldValue name='transparency' value='0'/> |
7775 | <fieldValue name='translation' value='-0.27928 -0.53924 -0.60034'/> |
7776 | <fieldValue name='textTranslation' value='-0.12928 -0.53924 -0.60034'/> |
7777 | <fieldValue name='textColor' value='0 0 0'/> |
7778 | </ProtoInstance> |
7779 | <ProtoInstance name='Vertex'> |
7780 | <fieldValue name='vertexText' value='"march"'/> |
7781 | <fieldValue name='description' value='159: march'/> |
7782 | <fieldValue name='url'/> |
7783 | <fieldValue name='radius' value='0.1500'/> |
7784 | <fieldValue name='displayMode'/> |
7785 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7786 | <fieldValue name='transparency' value='0'/> |
7787 | <fieldValue name='translation' value='1.92598 0.70493 -0.09593'/> |
7788 | <fieldValue name='textTranslation' value='2.07598 0.70493 -0.09593'/> |
7789 | <fieldValue name='textColor' value='0 0 0'/> |
7790 | </ProtoInstance> |
7791 | <ProtoInstance name='Vertex'> |
7792 | <fieldValue name='vertexText' value='"marines"'/> |
7793 | <fieldValue name='description' value='160: marines'/> |
7794 | <fieldValue name='url'/> |
7795 | <fieldValue name='radius' value='0.1500'/> |
7796 | <fieldValue name='displayMode'/> |
7797 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
7798 | <fieldValue name='transparency' value='0'/> |
7799 | <fieldValue name='translation' value='1.42854 -0.01820 -2.31755'/> |
7800 | <fieldValue name='textTranslation' value='1.57854 -0.01820 -2.31755'/> |
7801 | <fieldValue name='textColor' value='0 0 0'/> |
7802 | </ProtoInstance> |
7803 | <ProtoInstance name='Vertex'> |
7804 | <fieldValue name='vertexText' value='"media"'/> |
7805 | <fieldValue name='description' value='161: media'/> |
7806 | <fieldValue name='url'/> |
7807 | <fieldValue name='radius' value='0.1500'/> |
7808 | <fieldValue name='displayMode'/> |
7809 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7810 | <fieldValue name='transparency' value='0'/> |
7811 | <fieldValue name='translation' value='-0.25817 1.65415 -0.46200'/> |
7812 | <fieldValue name='textTranslation' value='-0.10817 1.65415 -0.46200'/> |
7813 | <fieldValue name='textColor' value='0 0 0'/> |
7814 | </ProtoInstance> |
7815 | <ProtoInstance name='Vertex'> |
7816 | <fieldValue name='vertexText' value='"middle"'/> |
7817 | <fieldValue name='description' value='162: middle'/> |
7818 | <fieldValue name='url'/> |
7819 | <fieldValue name='radius' value='0.1500'/> |
7820 | <fieldValue name='displayMode'/> |
7821 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7822 | <fieldValue name='transparency' value='0'/> |
7823 | <fieldValue name='translation' value='-0.58654 0.29809 -0.29690'/> |
7824 | <fieldValue name='textTranslation' value='-0.43654 0.29809 -0.29690'/> |
7825 | <fieldValue name='textColor' value='0 0 0'/> |
7826 | </ProtoInstance> |
7827 | <ProtoInstance name='Vertex'> |
7828 | <fieldValue name='vertexText' value='"misery"'/> |
7829 | <fieldValue name='description' value='163: misery'/> |
7830 | <fieldValue name='url'/> |
7831 | <fieldValue name='radius' value='0.1500'/> |
7832 | <fieldValue name='displayMode'/> |
7833 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7834 | <fieldValue name='transparency' value='0'/> |
7835 | <fieldValue name='translation' value='-2.52355 -0.86603 -1.43460'/> |
7836 | <fieldValue name='textTranslation' value='-2.37355 -0.86603 -1.43460'/> |
7837 | <fieldValue name='textColor' value='0 0 0'/> |
7838 | </ProtoInstance> |
7839 | <ProtoInstance name='Vertex'> |
7840 | <fieldValue name='vertexText' value='"mission"'/> |
7841 | <fieldValue name='description' value='164: mission'/> |
7842 | <fieldValue name='url'/> |
7843 | <fieldValue name='radius' value='0.1500'/> |
7844 | <fieldValue name='displayMode'/> |
7845 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7846 | <fieldValue name='transparency' value='0'/> |
7847 | <fieldValue name='translation' value='-1.53759 0.57027 -0.97367'/> |
7848 | <fieldValue name='textTranslation' value='-1.38759 0.57027 -0.97367'/> |
7849 | <fieldValue name='textColor' value='0 0 0'/> |
7850 | </ProtoInstance> |
7851 | <ProtoInstance name='Vertex'> |
7852 | <fieldValue name='vertexText' value='"movements"'/> |
7853 | <fieldValue name='description' value='165: movements'/> |
7854 | <fieldValue name='url'/> |
7855 | <fieldValue name='radius' value='0.1500'/> |
7856 | <fieldValue name='displayMode'/> |
7857 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7858 | <fieldValue name='transparency' value='0'/> |
7859 | <fieldValue name='translation' value='1.08433 -1.56746 2.02359'/> |
7860 | <fieldValue name='textTranslation' value='1.23433 -1.56746 2.02359'/> |
7861 | <fieldValue name='textColor' value='0 0 0'/> |
7862 | </ProtoInstance> |
7863 | <ProtoInstance name='Vertex'> |
7864 | <fieldValue name='vertexText' value='"nations"'/> |
7865 | <fieldValue name='description' value='166: nations'/> |
7866 | <fieldValue name='url'/> |
7867 | <fieldValue name='radius' value='0.1500'/> |
7868 | <fieldValue name='displayMode'/> |
7869 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
7870 | <fieldValue name='transparency' value='0'/> |
7871 | <fieldValue name='translation' value='1.01682 -0.38877 -1.82258'/> |
7872 | <fieldValue name='textTranslation' value='1.16682 -0.38877 -1.82258'/> |
7873 | <fieldValue name='textColor' value='0 0 0'/> |
7874 | </ProtoInstance> |
7875 | <ProtoInstance name='Vertex'> |
7876 | <fieldValue name='vertexText' value='"naval"'/> |
7877 | <fieldValue name='description' value='167: naval'/> |
7878 | <fieldValue name='url'/> |
7879 | <fieldValue name='radius' value='0.1500'/> |
7880 | <fieldValue name='displayMode'/> |
7881 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
7882 | <fieldValue name='transparency' value='0'/> |
7883 | <fieldValue name='translation' value='0.85080 0.11319 -2.08509'/> |
7884 | <fieldValue name='textTranslation' value='1.00080 0.11319 -2.08509'/> |
7885 | <fieldValue name='textColor' value='0 0 0'/> |
7886 | </ProtoInstance> |
7887 | <ProtoInstance name='Vertex'> |
7888 | <fieldValue name='vertexText' value='"network"'/> |
7889 | <fieldValue name='description' value='168: network'/> |
7890 | <fieldValue name='url'/> |
7891 | <fieldValue name='radius' value='0.1500'/> |
7892 | <fieldValue name='displayMode'/> |
7893 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
7894 | <fieldValue name='transparency' value='0'/> |
7895 | <fieldValue name='translation' value='1.57165 -0.84685 -1.86374'/> |
7896 | <fieldValue name='textTranslation' value='1.72165 -0.84685 -1.86374'/> |
7897 | <fieldValue name='textColor' value='0 0 0'/> |
7898 | </ProtoInstance> |
7899 | <ProtoInstance name='Vertex'> |
7900 | <fieldValue name='vertexText' value='"news"'/> |
7901 | <fieldValue name='description' value='169: news'/> |
7902 | <fieldValue name='url'/> |
7903 | <fieldValue name='radius' value='0.1500'/> |
7904 | <fieldValue name='displayMode'/> |
7905 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7906 | <fieldValue name='transparency' value='0'/> |
7907 | <fieldValue name='translation' value='-0.74318 2.32334 0.08720'/> |
7908 | <fieldValue name='textTranslation' value='-0.59318 2.32334 0.08720'/> |
7909 | <fieldValue name='textColor' value='0 0 0'/> |
7910 | </ProtoInstance> |
7911 | <ProtoInstance name='Vertex'> |
7912 | <fieldValue name='vertexText' value='"northern"'/> |
7913 | <fieldValue name='description' value='170: northern'/> |
7914 | <fieldValue name='url'/> |
7915 | <fieldValue name='radius' value='0.1500'/> |
7916 | <fieldValue name='displayMode'/> |
7917 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7918 | <fieldValue name='transparency' value='0'/> |
7919 | <fieldValue name='translation' value='-0.49774 0.52598 1.99962'/> |
7920 | <fieldValue name='textTranslation' value='-0.34774 0.52598 1.99962'/> |
7921 | <fieldValue name='textColor' value='0 0 0'/> |
7922 | </ProtoInstance> |
7923 | <ProtoInstance name='Vertex'> |
7924 | <fieldValue name='vertexText' value='"november"'/> |
7925 | <fieldValue name='description' value='171: november'/> |
7926 | <fieldValue name='url'/> |
7927 | <fieldValue name='radius' value='0.1500'/> |
7928 | <fieldValue name='displayMode'/> |
7929 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7930 | <fieldValue name='transparency' value='0'/> |
7931 | <fieldValue name='translation' value='0.64932 1.18680 -0.92468'/> |
7932 | <fieldValue name='textTranslation' value='0.79932 1.18680 -0.92468'/> |
7933 | <fieldValue name='textColor' value='0 0 0'/> |
7934 | </ProtoInstance> |
7935 | <ProtoInstance name='Vertex'> |
7936 | <fieldValue name='vertexText' value='"nutrition"'/> |
7937 | <fieldValue name='description' value='172: nutrition'/> |
7938 | <fieldValue name='url'/> |
7939 | <fieldValue name='radius' value='0.1500'/> |
7940 | <fieldValue name='displayMode'/> |
7941 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7942 | <fieldValue name='transparency' value='0'/> |
7943 | <fieldValue name='translation' value='-1.68791 -0.51299 0.21737'/> |
7944 | <fieldValue name='textTranslation' value='-1.53791 -0.51299 0.21737'/> |
7945 | <fieldValue name='textColor' value='0 0 0'/> |
7946 | </ProtoInstance> |
7947 | <ProtoInstance name='Vertex'> |
7948 | <fieldValue name='vertexText' value='"occupation"'/> |
7949 | <fieldValue name='description' value='173: occupation'/> |
7950 | <fieldValue name='url'/> |
7951 | <fieldValue name='radius' value='0.1500'/> |
7952 | <fieldValue name='displayMode'/> |
7953 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7954 | <fieldValue name='transparency' value='0'/> |
7955 | <fieldValue name='translation' value='-2.37034 -0.80837 -0.81944'/> |
7956 | <fieldValue name='textTranslation' value='-2.22034 -0.80837 -0.81944'/> |
7957 | <fieldValue name='textColor' value='0 0 0'/> |
7958 | </ProtoInstance> |
7959 | <ProtoInstance name='Vertex'> |
7960 | <fieldValue name='vertexText' value='"occurred"'/> |
7961 | <fieldValue name='description' value='174: occurred'/> |
7962 | <fieldValue name='url'/> |
7963 | <fieldValue name='radius' value='0.1500'/> |
7964 | <fieldValue name='displayMode'/> |
7965 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
7966 | <fieldValue name='transparency' value='0'/> |
7967 | <fieldValue name='translation' value='-2.42790 -1.07081 -1.43926'/> |
7968 | <fieldValue name='textTranslation' value='-2.27790 -1.07081 -1.43926'/> |
7969 | <fieldValue name='textColor' value='0 0 0'/> |
7970 | </ProtoInstance> |
7971 | <ProtoInstance name='Vertex'> |
7972 | <fieldValue name='vertexText' value='"october"'/> |
7973 | <fieldValue name='description' value='175: october'/> |
7974 | <fieldValue name='url'/> |
7975 | <fieldValue name='radius' value='0.1500'/> |
7976 | <fieldValue name='displayMode'/> |
7977 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7978 | <fieldValue name='transparency' value='0'/> |
7979 | <fieldValue name='translation' value='0.86108 0.96909 -0.64588'/> |
7980 | <fieldValue name='textTranslation' value='1.01108 0.96909 -0.64588'/> |
7981 | <fieldValue name='textColor' value='0 0 0'/> |
7982 | </ProtoInstance> |
7983 | <ProtoInstance name='Vertex'> |
7984 | <fieldValue name='vertexText' value='"offers"'/> |
7985 | <fieldValue name='description' value='176: offers'/> |
7986 | <fieldValue name='url'/> |
7987 | <fieldValue name='radius' value='0.1500'/> |
7988 | <fieldValue name='displayMode'/> |
7989 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7990 | <fieldValue name='transparency' value='0'/> |
7991 | <fieldValue name='translation' value='-0.64014 1.96783 -0.02354'/> |
7992 | <fieldValue name='textTranslation' value='-0.49014 1.96783 -0.02354'/> |
7993 | <fieldValue name='textColor' value='0 0 0'/> |
7994 | </ProtoInstance> |
7995 | <ProtoInstance name='Vertex'> |
7996 | <fieldValue name='vertexText' value='"official"'/> |
7997 | <fieldValue name='description' value='177: official'/> |
7998 | <fieldValue name='url'/> |
7999 | <fieldValue name='radius' value='0.1500'/> |
8000 | <fieldValue name='displayMode'/> |
8001 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8002 | <fieldValue name='transparency' value='0'/> |
8003 | <fieldValue name='translation' value='2.04356 0.15750 -2.36371'/> |
8004 | <fieldValue name='textTranslation' value='2.19356 0.15750 -2.36371'/> |
8005 | <fieldValue name='textColor' value='0 0 0'/> |
8006 | </ProtoInstance> |
8007 | <ProtoInstance name='Vertex'> |
8008 | <fieldValue name='vertexText' value='"offload"'/> |
8009 | <fieldValue name='description' value='178: offload'/> |
8010 | <fieldValue name='url'/> |
8011 | <fieldValue name='radius' value='0.1500'/> |
8012 | <fieldValue name='displayMode'/> |
8013 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8014 | <fieldValue name='transparency' value='0'/> |
8015 | <fieldValue name='translation' value='1.52840 0.18805 -2.29313'/> |
8016 | <fieldValue name='textTranslation' value='1.67840 0.18805 -2.29313'/> |
8017 | <fieldValue name='textColor' value='0 0 0'/> |
8018 | </ProtoInstance> |
8019 | <ProtoInstance name='Vertex'> |
8020 | <fieldValue name='vertexText' value='"open"'/> |
8021 | <fieldValue name='description' value='179: open'/> |
8022 | <fieldValue name='url'/> |
8023 | <fieldValue name='radius' value='0.1500'/> |
8024 | <fieldValue name='displayMode'/> |
8025 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8026 | <fieldValue name='transparency' value='0'/> |
8027 | <fieldValue name='translation' value='-2.37518 0.00874 0.40697'/> |
8028 | <fieldValue name='textTranslation' value='-2.22518 0.00874 0.40697'/> |
8029 | <fieldValue name='textColor' value='0 0 0'/> |
8030 | </ProtoInstance> |
8031 | <ProtoInstance name='Vertex'> |
8032 | <fieldValue name='vertexText' value='"operating"'/> |
8033 | <fieldValue name='description' value='180: operating'/> |
8034 | <fieldValue name='url'/> |
8035 | <fieldValue name='radius' value='0.1500'/> |
8036 | <fieldValue name='displayMode'/> |
8037 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8038 | <fieldValue name='transparency' value='0'/> |
8039 | <fieldValue name='translation' value='2.09794 -0.07294 -2.32437'/> |
8040 | <fieldValue name='textTranslation' value='2.24794 -0.07294 -2.32437'/> |
8041 | <fieldValue name='textColor' value='0 0 0'/> |
8042 | </ProtoInstance> |
8043 | <ProtoInstance name='Vertex'> |
8044 | <fieldValue name='vertexText' value='"operation"'/> |
8045 | <fieldValue name='description' value='181: operation'/> |
8046 | <fieldValue name='url'/> |
8047 | <fieldValue name='radius' value='0.1500'/> |
8048 | <fieldValue name='displayMode'/> |
8049 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8050 | <fieldValue name='transparency' value='0'/> |
8051 | <fieldValue name='translation' value='1.99550 0.41465 -1.92157'/> |
8052 | <fieldValue name='textTranslation' value='2.14550 0.41465 -1.92157'/> |
8053 | <fieldValue name='textColor' value='0 0 0'/> |
8054 | </ProtoInstance> |
8055 | <ProtoInstance name='Vertex'> |
8056 | <fieldValue name='vertexText' value='"operational"'/> |
8057 | <fieldValue name='description' value='182: operational'/> |
8058 | <fieldValue name='url'/> |
8059 | <fieldValue name='radius' value='0.1500'/> |
8060 | <fieldValue name='displayMode'/> |
8061 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
8062 | <fieldValue name='transparency' value='0'/> |
8063 | <fieldValue name='translation' value='-0.32625 -2.62261 0.51258'/> |
8064 | <fieldValue name='textTranslation' value='-0.17625 -2.62261 0.51258'/> |
8065 | <fieldValue name='textColor' value='0 0 0'/> |
8066 | </ProtoInstance> |
8067 | <ProtoInstance name='Vertex'> |
8068 | <fieldValue name='vertexText' value='"operations"'/> |
8069 | <fieldValue name='description' value='183: operations'/> |
8070 | <fieldValue name='url'/> |
8071 | <fieldValue name='radius' value='0.1500'/> |
8072 | <fieldValue name='displayMode'/> |
8073 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8074 | <fieldValue name='transparency' value='0'/> |
8075 | <fieldValue name='translation' value='1.36897 -0.14525 -2.30672'/> |
8076 | <fieldValue name='textTranslation' value='1.51897 -0.14525 -2.30672'/> |
8077 | <fieldValue name='textColor' value='0 0 0'/> |
8078 | </ProtoInstance> |
8079 | <ProtoInstance name='Vertex'> |
8080 | <fieldValue name='vertexText' value='"order"'/> |
8081 | <fieldValue name='description' value='184: order'/> |
8082 | <fieldValue name='url'/> |
8083 | <fieldValue name='radius' value='0.1500'/> |
8084 | <fieldValue name='displayMode'/> |
8085 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8086 | <fieldValue name='transparency' value='0'/> |
8087 | <fieldValue name='translation' value='1.61265 0.33761 -1.48182'/> |
8088 | <fieldValue name='textTranslation' value='1.76265 0.33761 -1.48182'/> |
8089 | <fieldValue name='textColor' value='0 0 0'/> |
8090 | </ProtoInstance> |
8091 | <ProtoInstance name='Vertex'> |
8092 | <fieldValue name='vertexText' value='"organization"'/> |
8093 | <fieldValue name='description' value='185: organization'/> |
8094 | <fieldValue name='url'/> |
8095 | <fieldValue name='radius' value='0.1500'/> |
8096 | <fieldValue name='displayMode'/> |
8097 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8098 | <fieldValue name='transparency' value='0'/> |
8099 | <fieldValue name='translation' value='1.96587 -0.18706 -2.47832'/> |
8100 | <fieldValue name='textTranslation' value='2.11587 -0.18706 -2.47832'/> |
8101 | <fieldValue name='textColor' value='0 0 0'/> |
8102 | </ProtoInstance> |
8103 | <ProtoInstance name='Vertex'> |
8104 | <fieldValue name='vertexText' value='"organizations"'/> |
8105 | <fieldValue name='description' value='186: organizations'/> |
8106 | <fieldValue name='url'/> |
8107 | <fieldValue name='radius' value='0.1500'/> |
8108 | <fieldValue name='displayMode'/> |
8109 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8110 | <fieldValue name='transparency' value='0'/> |
8111 | <fieldValue name='translation' value='0.79742 -0.70437 -1.83593'/> |
8112 | <fieldValue name='textTranslation' value='0.94742 -0.70437 -1.83593'/> |
8113 | <fieldValue name='textColor' value='0 0 0'/> |
8114 | </ProtoInstance> |
8115 | <ProtoInstance name='Vertex'> |
8116 | <fieldValue name='vertexText' value='"overview"'/> |
8117 | <fieldValue name='description' value='187: overview'/> |
8118 | <fieldValue name='url'/> |
8119 | <fieldValue name='radius' value='0.1500'/> |
8120 | <fieldValue name='displayMode'/> |
8121 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8122 | <fieldValue name='transparency' value='0'/> |
8123 | <fieldValue name='translation' value='-2.38438 0.22037 0.56145'/> |
8124 | <fieldValue name='textTranslation' value='-2.23438 0.22037 0.56145'/> |
8125 | <fieldValue name='textColor' value='0 0 0'/> |
8126 | </ProtoInstance> |
8127 | <ProtoInstance name='Vertex'> |
8128 | <fieldValue name='vertexText' value='"packed"'/> |
8129 | <fieldValue name='description' value='188: packed'/> |
8130 | <fieldValue name='url'/> |
8131 | <fieldValue name='radius' value='0.1500'/> |
8132 | <fieldValue name='displayMode'/> |
8133 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8134 | <fieldValue name='transparency' value='0'/> |
8135 | <fieldValue name='translation' value='-0.80871 0.89496 -2.30839'/> |
8136 | <fieldValue name='textTranslation' value='-0.65871 0.89496 -2.30839'/> |
8137 | <fieldValue name='textColor' value='0 0 0'/> |
8138 | </ProtoInstance> |
8139 | <ProtoInstance name='Vertex'> |
8140 | <fieldValue name='vertexText' value='"pallets"'/> |
8141 | <fieldValue name='description' value='189: pallets'/> |
8142 | <fieldValue name='url'/> |
8143 | <fieldValue name='radius' value='0.1500'/> |
8144 | <fieldValue name='displayMode'/> |
8145 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8146 | <fieldValue name='transparency' value='0'/> |
8147 | <fieldValue name='translation' value='-0.92133 0.90535 -2.02357'/> |
8148 | <fieldValue name='textTranslation' value='-0.77133 0.90535 -2.02357'/> |
8149 | <fieldValue name='textColor' value='0 0 0'/> |
8150 | </ProtoInstance> |
8151 | <ProtoInstance name='Vertex'> |
8152 | <fieldValue name='vertexText' value='"parachute"'/> |
8153 | <fieldValue name='description' value='190: parachute'/> |
8154 | <fieldValue name='url'/> |
8155 | <fieldValue name='radius' value='0.1500'/> |
8156 | <fieldValue name='displayMode'/> |
8157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8158 | <fieldValue name='transparency' value='0'/> |
8159 | <fieldValue name='translation' value='-1.20481 1.03191 -1.98700'/> |
8160 | <fieldValue name='textTranslation' value='-1.05481 1.03191 -1.98700'/> |
8161 | <fieldValue name='textColor' value='0 0 0'/> |
8162 | </ProtoInstance> |
8163 | <ProtoInstance name='Vertex'> |
8164 | <fieldValue name='vertexText' value='"part"'/> |
8165 | <fieldValue name='description' value='191: part'/> |
8166 | <fieldValue name='url'/> |
8167 | <fieldValue name='radius' value='0.1500'/> |
8168 | <fieldValue name='displayMode'/> |
8169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8170 | <fieldValue name='transparency' value='0'/> |
8171 | <fieldValue name='translation' value='-1.24779 1.06961 -1.90235'/> |
8172 | <fieldValue name='textTranslation' value='-1.09779 1.06961 -1.90235'/> |
8173 | <fieldValue name='textColor' value='0 0 0'/> |
8174 | </ProtoInstance> |
8175 | <ProtoInstance name='Vertex'> |
8176 | <fieldValue name='vertexText' value='"partner"'/> |
8177 | <fieldValue name='description' value='192: partner'/> |
8178 | <fieldValue name='url'/> |
8179 | <fieldValue name='radius' value='0.1500'/> |
8180 | <fieldValue name='displayMode'/> |
8181 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8182 | <fieldValue name='transparency' value='0'/> |
8183 | <fieldValue name='translation' value='1.26575 -0.19569 -2.02505'/> |
8184 | <fieldValue name='textTranslation' value='1.41575 -0.19569 -2.02505'/> |
8185 | <fieldValue name='textColor' value='0 0 0'/> |
8186 | </ProtoInstance> |
8187 | <ProtoInstance name='Vertex'> |
8188 | <fieldValue name='vertexText' value='"partners"'/> |
8189 | <fieldValue name='description' value='193: partners'/> |
8190 | <fieldValue name='url'/> |
8191 | <fieldValue name='radius' value='0.1500'/> |
8192 | <fieldValue name='displayMode'/> |
8193 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
8194 | <fieldValue name='transparency' value='0'/> |
8195 | <fieldValue name='translation' value='0.28346 -1.33709 -0.38057'/> |
8196 | <fieldValue name='textTranslation' value='0.43346 -1.33709 -0.38057'/> |
8197 | <fieldValue name='textColor' value='0 0 0'/> |
8198 | </ProtoInstance> |
8199 | <ProtoInstance name='Vertex'> |
8200 | <fieldValue name='vertexText' value='"pentagon"'/> |
8201 | <fieldValue name='description' value='194: pentagon'/> |
8202 | <fieldValue name='url'/> |
8203 | <fieldValue name='radius' value='0.1500'/> |
8204 | <fieldValue name='displayMode'/> |
8205 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
8206 | <fieldValue name='transparency' value='0'/> |
8207 | <fieldValue name='translation' value='-0.49790 0.52552 1.99979'/> |
8208 | <fieldValue name='textTranslation' value='-0.34790 0.52552 1.99979'/> |
8209 | <fieldValue name='textColor' value='0 0 0'/> |
8210 | </ProtoInstance> |
8211 | <ProtoInstance name='Vertex'> |
8212 | <fieldValue name='vertexText' value='"people"'/> |
8213 | <fieldValue name='description' value='195: people'/> |
8214 | <fieldValue name='url'/> |
8215 | <fieldValue name='radius' value='0.1500'/> |
8216 | <fieldValue name='displayMode'/> |
8217 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
8218 | <fieldValue name='transparency' value='0'/> |
8219 | <fieldValue name='translation' value='-0.67495 -1.78554 1.06616'/> |
8220 | <fieldValue name='textTranslation' value='-0.52495 -1.78554 1.06616'/> |
8221 | <fieldValue name='textColor' value='0 0 0'/> |
8222 | </ProtoInstance> |
8223 | <ProtoInstance name='Vertex'> |
8224 | <fieldValue name='vertexText' value='"phone"'/> |
8225 | <fieldValue name='description' value='196: phone'/> |
8226 | <fieldValue name='url'/> |
8227 | <fieldValue name='radius' value='0.1500'/> |
8228 | <fieldValue name='displayMode'/> |
8229 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8230 | <fieldValue name='transparency' value='0'/> |
8231 | <fieldValue name='translation' value='-2.42802 -1.07094 -1.43900'/> |
8232 | <fieldValue name='textTranslation' value='-2.27802 -1.07094 -1.43900'/> |
8233 | <fieldValue name='textColor' value='0 0 0'/> |
8234 | </ProtoInstance> |
8235 | <ProtoInstance name='Vertex'> |
8236 | <fieldValue name='vertexText' value='"photo"'/> |
8237 | <fieldValue name='description' value='197: photo'/> |
8238 | <fieldValue name='url'/> |
8239 | <fieldValue name='radius' value='0.1500'/> |
8240 | <fieldValue name='displayMode'/> |
8241 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8242 | <fieldValue name='transparency' value='0'/> |
8243 | <fieldValue name='translation' value='0.46295 1.97146 -0.84973'/> |
8244 | <fieldValue name='textTranslation' value='0.61295 1.97146 -0.84973'/> |
8245 | <fieldValue name='textColor' value='0 0 0'/> |
8246 | </ProtoInstance> |
8247 | <ProtoInstance name='Vertex'> |
8248 | <fieldValue name='vertexText' value='"photos"'/> |
8249 | <fieldValue name='description' value='198: photos'/> |
8250 | <fieldValue name='url'/> |
8251 | <fieldValue name='radius' value='0.1500'/> |
8252 | <fieldValue name='displayMode'/> |
8253 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8254 | <fieldValue name='transparency' value='0'/> |
8255 | <fieldValue name='translation' value='-1.62606 -0.67807 0.15705'/> |
8256 | <fieldValue name='textTranslation' value='-1.47606 -0.67807 0.15705'/> |
8257 | <fieldValue name='textColor' value='0 0 0'/> |
8258 | </ProtoInstance> |
8259 | <ProtoInstance name='Vertex'> |
8260 | <fieldValue name='vertexText' value='"policy"'/> |
8261 | <fieldValue name='description' value='199: policy'/> |
8262 | <fieldValue name='url'/> |
8263 | <fieldValue name='radius' value='0.1500'/> |
8264 | <fieldValue name='displayMode'/> |
8265 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8266 | <fieldValue name='transparency' value='0'/> |
8267 | <fieldValue name='translation' value='1.55083 0.63215 0.59470'/> |
8268 | <fieldValue name='textTranslation' value='1.70083 0.63215 0.59470'/> |
8269 | <fieldValue name='textColor' value='0 0 0'/> |
8270 | </ProtoInstance> |
8271 | <ProtoInstance name='Vertex'> |
8272 | <fieldValue name='vertexText' value='"population"'/> |
8273 | <fieldValue name='description' value='200: population'/> |
8274 | <fieldValue name='url'/> |
8275 | <fieldValue name='radius' value='0.1500'/> |
8276 | <fieldValue name='displayMode'/> |
8277 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8278 | <fieldValue name='transparency' value='0'/> |
8279 | <fieldValue name='translation' value='0.62381 -1.36380 1.37005'/> |
8280 | <fieldValue name='textTranslation' value='0.77381 -1.36380 1.37005'/> |
8281 | <fieldValue name='textColor' value='0 0 0'/> |
8282 | </ProtoInstance> |
8283 | <ProtoInstance name='Vertex'> |
8284 | <fieldValue name='vertexText' value='"portal"'/> |
8285 | <fieldValue name='description' value='201: portal'/> |
8286 | <fieldValue name='url'/> |
8287 | <fieldValue name='radius' value='0.1500'/> |
8288 | <fieldValue name='displayMode'/> |
8289 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8290 | <fieldValue name='transparency' value='0'/> |
8291 | <fieldValue name='translation' value='1.26565 -0.07484 -2.31128'/> |
8292 | <fieldValue name='textTranslation' value='1.41565 -0.07484 -2.31128'/> |
8293 | <fieldValue name='textColor' value='0 0 0'/> |
8294 | </ProtoInstance> |
8295 | <ProtoInstance name='Vertex'> |
8296 | <fieldValue name='vertexText' value='"portals"'/> |
8297 | <fieldValue name='description' value='202: portals'/> |
8298 | <fieldValue name='url'/> |
8299 | <fieldValue name='radius' value='0.1500'/> |
8300 | <fieldValue name='displayMode'/> |
8301 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8302 | <fieldValue name='transparency' value='0'/> |
8303 | <fieldValue name='translation' value='2.09794 -0.07294 -2.32437'/> |
8304 | <fieldValue name='textTranslation' value='2.24794 -0.07294 -2.32437'/> |
8305 | <fieldValue name='textColor' value='0 0 0'/> |
8306 | </ProtoInstance> |
8307 | <ProtoInstance name='Vertex'> |
8308 | <fieldValue name='vertexText' value='"potential"'/> |
8309 | <fieldValue name='description' value='203: potential'/> |
8310 | <fieldValue name='url'/> |
8311 | <fieldValue name='radius' value='0.1500'/> |
8312 | <fieldValue name='displayMode'/> |
8313 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8314 | <fieldValue name='transparency' value='0'/> |
8315 | <fieldValue name='translation' value='2.10125 -1.70328 2.30695'/> |
8316 | <fieldValue name='textTranslation' value='2.25125 -1.70328 2.30695'/> |
8317 | <fieldValue name='textColor' value='0 0 0'/> |
8318 | </ProtoInstance> |
8319 | <ProtoInstance name='Vertex'> |
8320 | <fieldValue name='vertexText' value='"preparedness"'/> |
8321 | <fieldValue name='description' value='204: preparedness'/> |
8322 | <fieldValue name='url'/> |
8323 | <fieldValue name='radius' value='0.1500'/> |
8324 | <fieldValue name='displayMode'/> |
8325 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8326 | <fieldValue name='transparency' value='0'/> |
8327 | <fieldValue name='translation' value='-2.38438 0.22037 0.56145'/> |
8328 | <fieldValue name='textTranslation' value='-2.23438 0.22037 0.56145'/> |
8329 | <fieldValue name='textColor' value='0 0 0'/> |
8330 | </ProtoInstance> |
8331 | <ProtoInstance name='Vertex'> |
8332 | <fieldValue name='vertexText' value='"press"'/> |
8333 | <fieldValue name='description' value='205: press'/> |
8334 | <fieldValue name='url'/> |
8335 | <fieldValue name='radius' value='0.1500'/> |
8336 | <fieldValue name='displayMode'/> |
8337 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8338 | <fieldValue name='transparency' value='0'/> |
8339 | <fieldValue name='translation' value='-2.14480 -0.00647 -0.37957'/> |
8340 | <fieldValue name='textTranslation' value='-1.99480 -0.00647 -0.37957'/> |
8341 | <fieldValue name='textColor' value='0 0 0'/> |
8342 | </ProtoInstance> |
8343 | <ProtoInstance name='Vertex'> |
8344 | <fieldValue name='vertexText' value='"private"'/> |
8345 | <fieldValue name='description' value='206: private'/> |
8346 | <fieldValue name='url'/> |
8347 | <fieldValue name='radius' value='0.1500'/> |
8348 | <fieldValue name='displayMode'/> |
8349 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8350 | <fieldValue name='transparency' value='0'/> |
8351 | <fieldValue name='translation' value='2.18008 1.20507 -0.43956'/> |
8352 | <fieldValue name='textTranslation' value='2.33008 1.20507 -0.43956'/> |
8353 | <fieldValue name='textColor' value='0 0 0'/> |
8354 | </ProtoInstance> |
8355 | <ProtoInstance name='Vertex'> |
8356 | <fieldValue name='vertexText' value='"procurement"'/> |
8357 | <fieldValue name='description' value='207: procurement'/> |
8358 | <fieldValue name='url'/> |
8359 | <fieldValue name='radius' value='0.1500'/> |
8360 | <fieldValue name='displayMode'/> |
8361 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8362 | <fieldValue name='transparency' value='0'/> |
8363 | <fieldValue name='translation' value='-2.00393 -0.78274 0.29404'/> |
8364 | <fieldValue name='textTranslation' value='-1.85393 -0.78274 0.29404'/> |
8365 | <fieldValue name='textColor' value='0 0 0'/> |
8366 | </ProtoInstance> |
8367 | <ProtoInstance name='Vertex'> |
8368 | <fieldValue name='vertexText' value='"products"'/> |
8369 | <fieldValue name='description' value='208: products'/> |
8370 | <fieldValue name='url'/> |
8371 | <fieldValue name='radius' value='0.1500'/> |
8372 | <fieldValue name='displayMode'/> |
8373 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8374 | <fieldValue name='transparency' value='0'/> |
8375 | <fieldValue name='translation' value='1.70909 -1.42023 2.36213'/> |
8376 | <fieldValue name='textTranslation' value='1.85909 -1.42023 2.36213'/> |
8377 | <fieldValue name='textColor' value='0 0 0'/> |
8378 | </ProtoInstance> |
8379 | <ProtoInstance name='Vertex'> |
8380 | <fieldValue name='vertexText' value='"program"'/> |
8381 | <fieldValue name='description' value='209: program'/> |
8382 | <fieldValue name='url'/> |
8383 | <fieldValue name='radius' value='0.1500'/> |
8384 | <fieldValue name='displayMode'/> |
8385 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8386 | <fieldValue name='transparency' value='0'/> |
8387 | <fieldValue name='translation' value='-1.63383 -0.63827 0.16851'/> |
8388 | <fieldValue name='textTranslation' value='-1.48383 -0.63827 0.16851'/> |
8389 | <fieldValue name='textColor' value='0 0 0'/> |
8390 | </ProtoInstance> |
8391 | <ProtoInstance name='Vertex'> |
8392 | <fieldValue name='vertexText' value='"project"'/> |
8393 | <fieldValue name='description' value='210: project'/> |
8394 | <fieldValue name='url'/> |
8395 | <fieldValue name='radius' value='0.1500'/> |
8396 | <fieldValue name='displayMode'/> |
8397 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8398 | <fieldValue name='transparency' value='0'/> |
8399 | <fieldValue name='translation' value='1.88446 0.97406 -0.44814'/> |
8400 | <fieldValue name='textTranslation' value='2.03446 0.97406 -0.44814'/> |
8401 | <fieldValue name='textColor' value='0 0 0'/> |
8402 | </ProtoInstance> |
8403 | <ProtoInstance name='Vertex'> |
8404 | <fieldValue name='vertexText' value='"proves"'/> |
8405 | <fieldValue name='description' value='211: proves'/> |
8406 | <fieldValue name='url'/> |
8407 | <fieldValue name='radius' value='0.1500'/> |
8408 | <fieldValue name='displayMode'/> |
8409 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8410 | <fieldValue name='transparency' value='0'/> |
8411 | <fieldValue name='translation' value='-2.59030 -0.65146 -1.24359'/> |
8412 | <fieldValue name='textTranslation' value='-2.44030 -0.65146 -1.24359'/> |
8413 | <fieldValue name='textColor' value='0 0 0'/> |
8414 | </ProtoInstance> |
8415 | <ProtoInstance name='Vertex'> |
8416 | <fieldValue name='vertexText' value='"pub"'/> |
8417 | <fieldValue name='description' value='212: pub'/> |
8418 | <fieldValue name='url'/> |
8419 | <fieldValue name='radius' value='0.1500'/> |
8420 | <fieldValue name='displayMode'/> |
8421 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8422 | <fieldValue name='transparency' value='0'/> |
8423 | <fieldValue name='translation' value='-0.74318 2.32334 0.08720'/> |
8424 | <fieldValue name='textTranslation' value='-0.59318 2.32334 0.08720'/> |
8425 | <fieldValue name='textColor' value='0 0 0'/> |
8426 | </ProtoInstance> |
8427 | <ProtoInstance name='Vertex'> |
8428 | <fieldValue name='vertexText' value='"quake"'/> |
8429 | <fieldValue name='description' value='213: quake'/> |
8430 | <fieldValue name='url'/> |
8431 | <fieldValue name='radius' value='0.1500'/> |
8432 | <fieldValue name='displayMode'/> |
8433 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8434 | <fieldValue name='transparency' value='0'/> |
8435 | <fieldValue name='translation' value='0.40969 1.66664 -0.79919'/> |
8436 | <fieldValue name='textTranslation' value='0.55969 1.66664 -0.79919'/> |
8437 | <fieldValue name='textColor' value='0 0 0'/> |
8438 | </ProtoInstance> |
8439 | <ProtoInstance name='Vertex'> |
8440 | <fieldValue name='vertexText' value='"quarterly"'/> |
8441 | <fieldValue name='description' value='214: quarterly'/> |
8442 | <fieldValue name='url'/> |
8443 | <fieldValue name='radius' value='0.1500'/> |
8444 | <fieldValue name='displayMode'/> |
8445 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8446 | <fieldValue name='transparency' value='0'/> |
8447 | <fieldValue name='translation' value='2.16038 1.16197 -0.43718'/> |
8448 | <fieldValue name='textTranslation' value='2.31038 1.16197 -0.43718'/> |
8449 | <fieldValue name='textColor' value='0 0 0'/> |
8450 | </ProtoInstance> |
8451 | <ProtoInstance name='Vertex'> |
8452 | <fieldValue name='vertexText' value='"read"'/> |
8453 | <fieldValue name='description' value='215: read'/> |
8454 | <fieldValue name='url'/> |
8455 | <fieldValue name='radius' value='0.1500'/> |
8456 | <fieldValue name='displayMode'/> |
8457 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
8458 | <fieldValue name='transparency' value='0'/> |
8459 | <fieldValue name='translation' value='1.73409 -1.75647 -1.76824'/> |
8460 | <fieldValue name='textTranslation' value='1.88409 -1.75647 -1.76824'/> |
8461 | <fieldValue name='textColor' value='0 0 0'/> |
8462 | </ProtoInstance> |
8463 | <ProtoInstance name='Vertex'> |
8464 | <fieldValue name='vertexText' value='"reconcile"'/> |
8465 | <fieldValue name='description' value='216: reconcile'/> |
8466 | <fieldValue name='url'/> |
8467 | <fieldValue name='radius' value='0.1500'/> |
8468 | <fieldValue name='displayMode'/> |
8469 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
8470 | <fieldValue name='transparency' value='0'/> |
8471 | <fieldValue name='translation' value='0.10853 -2.66997 0.80876'/> |
8472 | <fieldValue name='textTranslation' value='0.25853 -2.66997 0.80876'/> |
8473 | <fieldValue name='textColor' value='0 0 0'/> |
8474 | </ProtoInstance> |
8475 | <ProtoInstance name='Vertex'> |
8476 | <fieldValue name='vertexText' value='"red"'/> |
8477 | <fieldValue name='description' value='217: red'/> |
8478 | <fieldValue name='url'/> |
8479 | <fieldValue name='radius' value='0.1500'/> |
8480 | <fieldValue name='displayMode'/> |
8481 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8482 | <fieldValue name='transparency' value='0'/> |
8483 | <fieldValue name='translation' value='2.46587 0.02552 2.09116'/> |
8484 | <fieldValue name='textTranslation' value='2.61587 0.02552 2.09116'/> |
8485 | <fieldValue name='textColor' value='0 0 0'/> |
8486 | </ProtoInstance> |
8487 | <ProtoInstance name='Vertex'> |
8488 | <fieldValue name='vertexText' value='"releases"'/> |
8489 | <fieldValue name='description' value='218: releases'/> |
8490 | <fieldValue name='url'/> |
8491 | <fieldValue name='radius' value='0.1500'/> |
8492 | <fieldValue name='displayMode'/> |
8493 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8494 | <fieldValue name='transparency' value='0'/> |
8495 | <fieldValue name='translation' value='-2.66863 0.15404 -0.03729'/> |
8496 | <fieldValue name='textTranslation' value='-2.51863 0.15404 -0.03729'/> |
8497 | <fieldValue name='textColor' value='0 0 0'/> |
8498 | </ProtoInstance> |
8499 | <ProtoInstance name='Vertex'> |
8500 | <fieldValue name='vertexText' value='"report"'/> |
8501 | <fieldValue name='description' value='219: report'/> |
8502 | <fieldValue name='url'/> |
8503 | <fieldValue name='radius' value='0.1500'/> |
8504 | <fieldValue name='displayMode'/> |
8505 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8506 | <fieldValue name='transparency' value='0'/> |
8507 | <fieldValue name='translation' value='1.17210 0.25752 -0.13644'/> |
8508 | <fieldValue name='textTranslation' value='1.32210 0.25752 -0.13644'/> |
8509 | <fieldValue name='textColor' value='0 0 0'/> |
8510 | </ProtoInstance> |
8511 | <ProtoInstance name='Vertex'> |
8512 | <fieldValue name='vertexText' value='"reports"'/> |
8513 | <fieldValue name='description' value='220: reports'/> |
8514 | <fieldValue name='url'/> |
8515 | <fieldValue name='radius' value='0.1500'/> |
8516 | <fieldValue name='displayMode'/> |
8517 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8518 | <fieldValue name='transparency' value='0'/> |
8519 | <fieldValue name='translation' value='0.87432 0.90311 0.34007'/> |
8520 | <fieldValue name='textTranslation' value='1.02432 0.90311 0.34007'/> |
8521 | <fieldValue name='textColor' value='0 0 0'/> |
8522 | </ProtoInstance> |
8523 | <ProtoInstance name='Vertex'> |
8524 | <fieldValue name='vertexText' value='"response"'/> |
8525 | <fieldValue name='description' value='221: response'/> |
8526 | <fieldValue name='url'/> |
8527 | <fieldValue name='radius' value='0.1500'/> |
8528 | <fieldValue name='displayMode'/> |
8529 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8530 | <fieldValue name='transparency' value='0'/> |
8531 | <fieldValue name='translation' value='-1.73214 -0.08644 0.23955'/> |
8532 | <fieldValue name='textTranslation' value='-1.58214 -0.08644 0.23955'/> |
8533 | <fieldValue name='textColor' value='0 0 0'/> |
8534 | </ProtoInstance> |
8535 | <ProtoInstance name='Vertex'> |
8536 | <fieldValue name='vertexText' value='"responses"'/> |
8537 | <fieldValue name='description' value='222: responses'/> |
8538 | <fieldValue name='url'/> |
8539 | <fieldValue name='radius' value='0.1500'/> |
8540 | <fieldValue name='displayMode'/> |
8541 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8542 | <fieldValue name='transparency' value='0'/> |
8543 | <fieldValue name='translation' value='1.91204 -0.48400 1.89250'/> |
8544 | <fieldValue name='textTranslation' value='2.06204 -0.48400 1.89250'/> |
8545 | <fieldValue name='textColor' value='0 0 0'/> |
8546 | </ProtoInstance> |
8547 | <ProtoInstance name='Vertex'> |
8548 | <fieldValue name='vertexText' value='"riggers"'/> |
8549 | <fieldValue name='description' value='223: riggers'/> |
8550 | <fieldValue name='url'/> |
8551 | <fieldValue name='radius' value='0.1500'/> |
8552 | <fieldValue name='displayMode'/> |
8553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8554 | <fieldValue name='transparency' value='0'/> |
8555 | <fieldValue name='translation' value='-1.14151 1.57139 -1.91731'/> |
8556 | <fieldValue name='textTranslation' value='-0.99151 1.57139 -1.91731'/> |
8557 | <fieldValue name='textColor' value='0 0 0'/> |
8558 | </ProtoInstance> |
8559 | <ProtoInstance name='Vertex'> |
8560 | <fieldValue name='vertexText' value='"rural"'/> |
8561 | <fieldValue name='description' value='224: rural'/> |
8562 | <fieldValue name='url'/> |
8563 | <fieldValue name='radius' value='0.1500'/> |
8564 | <fieldValue name='displayMode'/> |
8565 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8566 | <fieldValue name='transparency' value='0'/> |
8567 | <fieldValue name='translation' value='1.86329 0.05222 -0.96827'/> |
8568 | <fieldValue name='textTranslation' value='2.01329 0.05222 -0.96827'/> |
8569 | <fieldValue name='textColor' value='0 0 0'/> |
8570 | </ProtoInstance> |
8571 | <ProtoInstance name='Vertex'> |
8572 | <fieldValue name='vertexText' value='"sanitation"'/> |
8573 | <fieldValue name='description' value='225: sanitation'/> |
8574 | <fieldValue name='url'/> |
8575 | <fieldValue name='radius' value='0.1500'/> |
8576 | <fieldValue name='displayMode'/> |
8577 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
8578 | <fieldValue name='transparency' value='0'/> |
8579 | <fieldValue name='translation' value='-0.39665 -2.39085 0.85842'/> |
8580 | <fieldValue name='textTranslation' value='-0.24665 -2.39085 0.85842'/> |
8581 | <fieldValue name='textColor' value='0 0 0'/> |
8582 | </ProtoInstance> |
8583 | <ProtoInstance name='Vertex'> |
8584 | <fieldValue name='vertexText' value='"schools"'/> |
8585 | <fieldValue name='description' value='226: schools'/> |
8586 | <fieldValue name='url'/> |
8587 | <fieldValue name='radius' value='0.1500'/> |
8588 | <fieldValue name='displayMode'/> |
8589 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8590 | <fieldValue name='transparency' value='0'/> |
8591 | <fieldValue name='translation' value='0.67737 -1.59710 -0.24115'/> |
8592 | <fieldValue name='textTranslation' value='0.82737 -1.59710 -0.24115'/> |
8593 | <fieldValue name='textColor' value='0 0 0'/> |
8594 | </ProtoInstance> |
8595 | <ProtoInstance name='Vertex'> |
8596 | <fieldValue name='vertexText' value='"security"'/> |
8597 | <fieldValue name='description' value='227: security'/> |
8598 | <fieldValue name='url'/> |
8599 | <fieldValue name='radius' value='0.1500'/> |
8600 | <fieldValue name='displayMode'/> |
8601 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8602 | <fieldValue name='transparency' value='0'/> |
8603 | <fieldValue name='translation' value='-1.59887 -0.62191 -0.48173'/> |
8604 | <fieldValue name='textTranslation' value='-1.44887 -0.62191 -0.48173'/> |
8605 | <fieldValue name='textColor' value='0 0 0'/> |
8606 | </ProtoInstance> |
8607 | <ProtoInstance name='Vertex'> |
8608 | <fieldValue name='vertexText' value='"september"'/> |
8609 | <fieldValue name='description' value='228: september'/> |
8610 | <fieldValue name='url'/> |
8611 | <fieldValue name='radius' value='0.1500'/> |
8612 | <fieldValue name='displayMode'/> |
8613 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8614 | <fieldValue name='transparency' value='0'/> |
8615 | <fieldValue name='translation' value='0.92271 1.15327 -0.61779'/> |
8616 | <fieldValue name='textTranslation' value='1.07271 1.15327 -0.61779'/> |
8617 | <fieldValue name='textColor' value='0 0 0'/> |
8618 | </ProtoInstance> |
8619 | <ProtoInstance name='Vertex'> |
8620 | <fieldValue name='vertexText' value='"sergeant"'/> |
8621 | <fieldValue name='description' value='229: sergeant'/> |
8622 | <fieldValue name='url'/> |
8623 | <fieldValue name='radius' value='0.1500'/> |
8624 | <fieldValue name='displayMode'/> |
8625 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8626 | <fieldValue name='transparency' value='0'/> |
8627 | <fieldValue name='translation' value='0.46295 1.97146 -0.84973'/> |
8628 | <fieldValue name='textTranslation' value='0.61295 1.97146 -0.84973'/> |
8629 | <fieldValue name='textColor' value='0 0 0'/> |
8630 | </ProtoInstance> |
8631 | <ProtoInstance name='Vertex'> |
8632 | <fieldValue name='vertexText' value='"service"'/> |
8633 | <fieldValue name='description' value='230: service'/> |
8634 | <fieldValue name='url'/> |
8635 | <fieldValue name='radius' value='0.1500'/> |
8636 | <fieldValue name='displayMode'/> |
8637 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
8638 | <fieldValue name='transparency' value='0'/> |
8639 | <fieldValue name='translation' value='1.48015 -0.59578 0.74023'/> |
8640 | <fieldValue name='textTranslation' value='1.63015 -0.59578 0.74023'/> |
8641 | <fieldValue name='textColor' value='0 0 0'/> |
8642 | </ProtoInstance> |
8643 | <ProtoInstance name='Vertex'> |
8644 | <fieldValue name='vertexText' value='"serving"'/> |
8645 | <fieldValue name='description' value='231: serving'/> |
8646 | <fieldValue name='url'/> |
8647 | <fieldValue name='radius' value='0.1500'/> |
8648 | <fieldValue name='displayMode'/> |
8649 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
8650 | <fieldValue name='transparency' value='0'/> |
8651 | <fieldValue name='translation' value='0.05178 -2.31515 0.70453'/> |
8652 | <fieldValue name='textTranslation' value='0.20178 -2.31515 0.70453'/> |
8653 | <fieldValue name='textColor' value='0 0 0'/> |
8654 | </ProtoInstance> |
8655 | <ProtoInstance name='Vertex'> |
8656 | <fieldValue name='vertexText' value='"sharing"'/> |
8657 | <fieldValue name='description' value='232: sharing'/> |
8658 | <fieldValue name='url'/> |
8659 | <fieldValue name='radius' value='0.1500'/> |
8660 | <fieldValue name='displayMode'/> |
8661 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
8662 | <fieldValue name='transparency' value='0'/> |
8663 | <fieldValue name='translation' value='-1.29806 -1.43952 1.09607'/> |
8664 | <fieldValue name='textTranslation' value='-1.14806 -1.43952 1.09607'/> |
8665 | <fieldValue name='textColor' value='0 0 0'/> |
8666 | </ProtoInstance> |
8667 | <ProtoInstance name='Vertex'> |
8668 | <fieldValue name='vertexText' value='"sheet"'/> |
8669 | <fieldValue name='description' value='233: sheet'/> |
8670 | <fieldValue name='url'/> |
8671 | <fieldValue name='radius' value='0.1500'/> |
8672 | <fieldValue name='displayMode'/> |
8673 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8674 | <fieldValue name='transparency' value='0'/> |
8675 | <fieldValue name='translation' value='-2.74646 0.24405 0.60696'/> |
8676 | <fieldValue name='textTranslation' value='-2.59646 0.24405 0.60696'/> |
8677 | <fieldValue name='textColor' value='0 0 0'/> |
8678 | </ProtoInstance> |
8679 | <ProtoInstance name='Vertex'> |
8680 | <fieldValue name='vertexText' value='"shelter"'/> |
8681 | <fieldValue name='description' value='234: shelter'/> |
8682 | <fieldValue name='url'/> |
8683 | <fieldValue name='radius' value='0.1500'/> |
8684 | <fieldValue name='displayMode'/> |
8685 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8686 | <fieldValue name='transparency' value='0'/> |
8687 | <fieldValue name='translation' value='0.43524 -0.95990 0.02935'/> |
8688 | <fieldValue name='textTranslation' value='0.58524 -0.95990 0.02935'/> |
8689 | <fieldValue name='textColor' value='0 0 0'/> |
8690 | </ProtoInstance> |
8691 | <ProtoInstance name='Vertex'> |
8692 | <fieldValue name='vertexText' value='"shock"'/> |
8693 | <fieldValue name='description' value='235: shock'/> |
8694 | <fieldValue name='url'/> |
8695 | <fieldValue name='radius' value='0.1500'/> |
8696 | <fieldValue name='displayMode'/> |
8697 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
8698 | <fieldValue name='transparency' value='0'/> |
8699 | <fieldValue name='translation' value='-1.38243 -1.92003 1.78449'/> |
8700 | <fieldValue name='textTranslation' value='-1.23243 -1.92003 1.78449'/> |
8701 | <fieldValue name='textColor' value='0 0 0'/> |
8702 | </ProtoInstance> |
8703 | <ProtoInstance name='Vertex'> |
8704 | <fieldValue name='vertexText' value='"shook"'/> |
8705 | <fieldValue name='description' value='236: shook'/> |
8706 | <fieldValue name='url'/> |
8707 | <fieldValue name='radius' value='0.1500'/> |
8708 | <fieldValue name='displayMode'/> |
8709 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8710 | <fieldValue name='transparency' value='0'/> |
8711 | <fieldValue name='translation' value='-1.52513 1.31284 -2.09034'/> |
8712 | <fieldValue name='textTranslation' value='-1.37513 1.31284 -2.09034'/> |
8713 | <fieldValue name='textColor' value='0 0 0'/> |
8714 | </ProtoInstance> |
8715 | <ProtoInstance name='Vertex'> |
8716 | <fieldValue name='vertexText' value='"shown"'/> |
8717 | <fieldValue name='description' value='237: shown'/> |
8718 | <fieldValue name='url'/> |
8719 | <fieldValue name='radius' value='0.1500'/> |
8720 | <fieldValue name='displayMode'/> |
8721 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
8722 | <fieldValue name='transparency' value='0'/> |
8723 | <fieldValue name='translation' value='-1.06968 -2.16803 1.48310'/> |
8724 | <fieldValue name='textTranslation' value='-0.91968 -2.16803 1.48310'/> |
8725 | <fieldValue name='textColor' value='0 0 0'/> |
8726 | </ProtoInstance> |
8727 | <ProtoInstance name='Vertex'> |
8728 | <fieldValue name='vertexText' value='"sites"'/> |
8729 | <fieldValue name='description' value='238: sites'/> |
8730 | <fieldValue name='url'/> |
8731 | <fieldValue name='radius' value='0.1500'/> |
8732 | <fieldValue name='displayMode'/> |
8733 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
8734 | <fieldValue name='transparency' value='0'/> |
8735 | <fieldValue name='translation' value='-0.35136 -2.07087 0.44512'/> |
8736 | <fieldValue name='textTranslation' value='-0.20136 -2.07087 0.44512'/> |
8737 | <fieldValue name='textColor' value='0 0 0'/> |
8738 | </ProtoInstance> |
8739 | <ProtoInstance name='Vertex'> |
8740 | <fieldValue name='vertexText' value='"situation"'/> |
8741 | <fieldValue name='description' value='239: situation'/> |
8742 | <fieldValue name='url'/> |
8743 | <fieldValue name='radius' value='0.1500'/> |
8744 | <fieldValue name='displayMode'/> |
8745 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8746 | <fieldValue name='transparency' value='0'/> |
8747 | <fieldValue name='translation' value='0.26294 1.63787 0.43881'/> |
8748 | <fieldValue name='textTranslation' value='0.41294 1.63787 0.43881'/> |
8749 | <fieldValue name='textColor' value='0 0 0'/> |
8750 | </ProtoInstance> |
8751 | <ProtoInstance name='Vertex'> |
8752 | <fieldValue name='vertexText' value='"slots"'/> |
8753 | <fieldValue name='description' value='240: slots'/> |
8754 | <fieldValue name='url'/> |
8755 | <fieldValue name='radius' value='0.1500'/> |
8756 | <fieldValue name='displayMode'/> |
8757 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8758 | <fieldValue name='transparency' value='0'/> |
8759 | <fieldValue name='translation' value='2.31646 0.50005 0.67094'/> |
8760 | <fieldValue name='textTranslation' value='2.46646 0.50005 0.67094'/> |
8761 | <fieldValue name='textColor' value='0 0 0'/> |
8762 | </ProtoInstance> |
8763 | <ProtoInstance name='Vertex'> |
8764 | <fieldValue name='vertexText' value='"small"'/> |
8765 | <fieldValue name='description' value='241: small'/> |
8766 | <fieldValue name='url'/> |
8767 | <fieldValue name='radius' value='0.1500'/> |
8768 | <fieldValue name='displayMode'/> |
8769 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8770 | <fieldValue name='transparency' value='0'/> |
8771 | <fieldValue name='translation' value='1.61383 0.02418 -1.62512'/> |
8772 | <fieldValue name='textTranslation' value='1.76383 0.02418 -1.62512'/> |
8773 | <fieldValue name='textColor' value='0 0 0'/> |
8774 | </ProtoInstance> |
8775 | <ProtoInstance name='Vertex'> |
8776 | <fieldValue name='vertexText' value='"social"'/> |
8777 | <fieldValue name='description' value='242: social'/> |
8778 | <fieldValue name='url'/> |
8779 | <fieldValue name='radius' value='0.1500'/> |
8780 | <fieldValue name='displayMode'/> |
8781 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8782 | <fieldValue name='transparency' value='0'/> |
8783 | <fieldValue name='translation' value='0.83699 1.79041 -0.64734'/> |
8784 | <fieldValue name='textTranslation' value='0.98699 1.79041 -0.64734'/> |
8785 | <fieldValue name='textColor' value='0 0 0'/> |
8786 | </ProtoInstance> |
8787 | <ProtoInstance name='Vertex'> |
8788 | <fieldValue name='vertexText' value='"society"'/> |
8789 | <fieldValue name='description' value='243: society'/> |
8790 | <fieldValue name='url'/> |
8791 | <fieldValue name='radius' value='0.1500'/> |
8792 | <fieldValue name='displayMode'/> |
8793 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
8794 | <fieldValue name='transparency' value='0'/> |
8795 | <fieldValue name='translation' value='-1.23510 -1.77631 1.54524'/> |
8796 | <fieldValue name='textTranslation' value='-1.08510 -1.77631 1.54524'/> |
8797 | <fieldValue name='textColor' value='0 0 0'/> |
8798 | </ProtoInstance> |
8799 | <ProtoInstance name='Vertex'> |
8800 | <fieldValue name='vertexText' value='"software"'/> |
8801 | <fieldValue name='description' value='244: software'/> |
8802 | <fieldValue name='url'/> |
8803 | <fieldValue name='radius' value='0.1500'/> |
8804 | <fieldValue name='displayMode'/> |
8805 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
8806 | <fieldValue name='transparency' value='0'/> |
8807 | <fieldValue name='translation' value='1.94473 -1.98638 -1.84623'/> |
8808 | <fieldValue name='textTranslation' value='2.09473 -1.98638 -1.84623'/> |
8809 | <fieldValue name='textColor' value='0 0 0'/> |
8810 | </ProtoInstance> |
8811 | <ProtoInstance name='Vertex'> |
8812 | <fieldValue name='vertexText' value='"solicitations"'/> |
8813 | <fieldValue name='description' value='245: solicitations'/> |
8814 | <fieldValue name='url'/> |
8815 | <fieldValue name='radius' value='0.1500'/> |
8816 | <fieldValue name='displayMode'/> |
8817 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8818 | <fieldValue name='transparency' value='0'/> |
8819 | <fieldValue name='translation' value='-2.74372 0.09339 0.53634'/> |
8820 | <fieldValue name='textTranslation' value='-2.59372 0.09339 0.53634'/> |
8821 | <fieldValue name='textColor' value='0 0 0'/> |
8822 | </ProtoInstance> |
8823 | <ProtoInstance name='Vertex'> |
8824 | <fieldValue name='vertexText' value='"solidarity"'/> |
8825 | <fieldValue name='description' value='246: solidarity'/> |
8826 | <fieldValue name='url'/> |
8827 | <fieldValue name='radius' value='0.1500'/> |
8828 | <fieldValue name='displayMode'/> |
8829 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
8830 | <fieldValue name='transparency' value='0'/> |
8831 | <fieldValue name='translation' value='-0.97254 -1.59169 1.21884'/> |
8832 | <fieldValue name='textTranslation' value='-0.82254 -1.59169 1.21884'/> |
8833 | <fieldValue name='textColor' value='0 0 0'/> |
8834 | </ProtoInstance> |
8835 | <ProtoInstance name='Vertex'> |
8836 | <fieldValue name='vertexText' value='"sources"'/> |
8837 | <fieldValue name='description' value='247: sources'/> |
8838 | <fieldValue name='url'/> |
8839 | <fieldValue name='radius' value='0.1500'/> |
8840 | <fieldValue name='displayMode'/> |
8841 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8842 | <fieldValue name='transparency' value='0'/> |
8843 | <fieldValue name='translation' value='1.57263 -1.30673 2.74793'/> |
8844 | <fieldValue name='textTranslation' value='1.72263 -1.30673 2.74793'/> |
8845 | <fieldValue name='textColor' value='0 0 0'/> |
8846 | </ProtoInstance> |
8847 | <ProtoInstance name='Vertex'> |
8848 | <fieldValue name='vertexText' value='"south"'/> |
8849 | <fieldValue name='description' value='248: south'/> |
8850 | <fieldValue name='url'/> |
8851 | <fieldValue name='radius' value='0.1500'/> |
8852 | <fieldValue name='displayMode'/> |
8853 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8854 | <fieldValue name='transparency' value='0'/> |
8855 | <fieldValue name='translation' value='-2.56343 -0.20751 0.37760'/> |
8856 | <fieldValue name='textTranslation' value='-2.41343 -0.20751 0.37760'/> |
8857 | <fieldValue name='textColor' value='0 0 0'/> |
8858 | </ProtoInstance> |
8859 | <ProtoInstance name='Vertex'> |
8860 | <fieldValue name='vertexText' value='"southern"'/> |
8861 | <fieldValue name='description' value='249: southern'/> |
8862 | <fieldValue name='url'/> |
8863 | <fieldValue name='radius' value='0.1500'/> |
8864 | <fieldValue name='displayMode'/> |
8865 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
8866 | <fieldValue name='transparency' value='0'/> |
8867 | <fieldValue name='translation' value='1.76952 -1.45435 -2.20257'/> |
8868 | <fieldValue name='textTranslation' value='1.91952 -1.45435 -2.20257'/> |
8869 | <fieldValue name='textColor' value='0 0 0'/> |
8870 | </ProtoInstance> |
8871 | <ProtoInstance name='Vertex'> |
8872 | <fieldValue name='vertexText' value='"speaks"'/> |
8873 | <fieldValue name='description' value='250: speaks'/> |
8874 | <fieldValue name='url'/> |
8875 | <fieldValue name='radius' value='0.1500'/> |
8876 | <fieldValue name='displayMode'/> |
8877 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
8878 | <fieldValue name='transparency' value='0'/> |
8879 | <fieldValue name='translation' value='-0.49774 0.52598 1.99962'/> |
8880 | <fieldValue name='textTranslation' value='-0.34774 0.52598 1.99962'/> |
8881 | <fieldValue name='textColor' value='0 0 0'/> |
8882 | </ProtoInstance> |
8883 | <ProtoInstance name='Vertex'> |
8884 | <fieldValue name='vertexText' value='"standing"'/> |
8885 | <fieldValue name='description' value='251: standing'/> |
8886 | <fieldValue name='url'/> |
8887 | <fieldValue name='radius' value='0.1500'/> |
8888 | <fieldValue name='displayMode'/> |
8889 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
8890 | <fieldValue name='transparency' value='0'/> |
8891 | <fieldValue name='translation' value='1.44932 -0.04648 -2.35675'/> |
8892 | <fieldValue name='textTranslation' value='1.59932 -0.04648 -2.35675'/> |
8893 | <fieldValue name='textColor' value='0 0 0'/> |
8894 | </ProtoInstance> |
8895 | <ProtoInstance name='Vertex'> |
8896 | <fieldValue name='vertexText' value='"status"'/> |
8897 | <fieldValue name='description' value='252: status'/> |
8898 | <fieldValue name='url'/> |
8899 | <fieldValue name='radius' value='0.1500'/> |
8900 | <fieldValue name='displayMode'/> |
8901 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
8902 | <fieldValue name='transparency' value='0'/> |
8903 | <fieldValue name='translation' value='0.01873 -2.14140 0.65433'/> |
8904 | <fieldValue name='textTranslation' value='0.16873 -2.14140 0.65433'/> |
8905 | <fieldValue name='textColor' value='0 0 0'/> |
8906 | </ProtoInstance> |
8907 | <ProtoInstance name='Vertex'> |
8908 | <fieldValue name='vertexText' value='"stood"'/> |
8909 | <fieldValue name='description' value='253: stood'/> |
8910 | <fieldValue name='url'/> |
8911 | <fieldValue name='radius' value='0.1500'/> |
8912 | <fieldValue name='displayMode'/> |
8913 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
8914 | <fieldValue name='transparency' value='0'/> |
8915 | <fieldValue name='translation' value='1.76952 -1.45435 -2.20257'/> |
8916 | <fieldValue name='textTranslation' value='1.91952 -1.45435 -2.20257'/> |
8917 | <fieldValue name='textColor' value='0 0 0'/> |
8918 | </ProtoInstance> |
8919 | <ProtoInstance name='Vertex'> |
8920 | <fieldValue name='vertexText' value='"strategy"'/> |
8921 | <fieldValue name='description' value='254: strategy'/> |
8922 | <fieldValue name='url'/> |
8923 | <fieldValue name='radius' value='0.1500'/> |
8924 | <fieldValue name='displayMode'/> |
8925 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
8926 | <fieldValue name='transparency' value='0'/> |
8927 | <fieldValue name='translation' value='-2.39351 -0.34678 0.64642'/> |
8928 | <fieldValue name='textTranslation' value='-2.24351 -0.34678 0.64642'/> |
8929 | <fieldValue name='textColor' value='0 0 0'/> |
8930 | </ProtoInstance> |
8931 | <ProtoInstance name='Vertex'> |
8932 | <fieldValue name='vertexText' value='"strengthening"'/> |
8933 | <fieldValue name='description' value='255: strengthening'/> |
8934 | <fieldValue name='url'/> |
8935 | <fieldValue name='radius' value='0.1500'/> |
8936 | <fieldValue name='displayMode'/> |
8937 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8938 | <fieldValue name='transparency' value='0'/> |
8939 | <fieldValue name='translation' value='2.16038 1.16197 -0.43718'/> |
8940 | <fieldValue name='textTranslation' value='2.31038 1.16197 -0.43718'/> |
8941 | <fieldValue name='textColor' value='0 0 0'/> |
8942 | </ProtoInstance> |
8943 | <ProtoInstance name='Vertex'> |
8944 | <fieldValue name='vertexText' value='"strictly"'/> |
8945 | <fieldValue name='description' value='256: strictly'/> |
8946 | <fieldValue name='url'/> |
8947 | <fieldValue name='radius' value='0.1500'/> |
8948 | <fieldValue name='displayMode'/> |
8949 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8950 | <fieldValue name='transparency' value='0'/> |
8951 | <fieldValue name='translation' value='1.51570 0.96273 0.73679'/> |
8952 | <fieldValue name='textTranslation' value='1.66570 0.96273 0.73679'/> |
8953 | <fieldValue name='textColor' value='0 0 0'/> |
8954 | </ProtoInstance> |
8955 | <ProtoInstance name='Vertex'> |
8956 | <fieldValue name='vertexText' value='"suffered"'/> |
8957 | <fieldValue name='description' value='257: suffered'/> |
8958 | <fieldValue name='url'/> |
8959 | <fieldValue name='radius' value='0.1500'/> |
8960 | <fieldValue name='displayMode'/> |
8961 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
8962 | <fieldValue name='transparency' value='0'/> |
8963 | <fieldValue name='translation' value='-0.43221 -1.57810 1.53550'/> |
8964 | <fieldValue name='textTranslation' value='-0.28221 -1.57810 1.53550'/> |
8965 | <fieldValue name='textColor' value='0 0 0'/> |
8966 | </ProtoInstance> |
8967 | <ProtoInstance name='Vertex'> |
8968 | <fieldValue name='vertexText' value='"supplies"'/> |
8969 | <fieldValue name='description' value='258: supplies'/> |
8970 | <fieldValue name='url'/> |
8971 | <fieldValue name='radius' value='0.1500'/> |
8972 | <fieldValue name='displayMode'/> |
8973 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8974 | <fieldValue name='transparency' value='0'/> |
8975 | <fieldValue name='translation' value='-0.33740 0.60723 -1.80647'/> |
8976 | <fieldValue name='textTranslation' value='-0.18740 0.60723 -1.80647'/> |
8977 | <fieldValue name='textColor' value='0 0 0'/> |
8978 | </ProtoInstance> |
8979 | <ProtoInstance name='Vertex'> |
8980 | <fieldValue name='vertexText' value='"support"'/> |
8981 | <fieldValue name='description' value='259: support'/> |
8982 | <fieldValue name='url'/> |
8983 | <fieldValue name='radius' value='0.1500'/> |
8984 | <fieldValue name='displayMode'/> |
8985 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
8986 | <fieldValue name='transparency' value='0'/> |
8987 | <fieldValue name='translation' value='0.26076 -0.96924 0.77784'/> |
8988 | <fieldValue name='textTranslation' value='0.41076 -0.96924 0.77784'/> |
8989 | <fieldValue name='textColor' value='0 0 0'/> |
8990 | </ProtoInstance> |
8991 | <ProtoInstance name='Vertex'> |
8992 | <fieldValue name='vertexText' value='"supporter"'/> |
8993 | <fieldValue name='description' value='260: supporter'/> |
8994 | <fieldValue name='url'/> |
8995 | <fieldValue name='radius' value='0.1500'/> |
8996 | <fieldValue name='displayMode'/> |
8997 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8998 | <fieldValue name='transparency' value='0'/> |
8999 | <fieldValue name='translation' value='1.04037 -1.95086 -0.20504'/> |
9000 | <fieldValue name='textTranslation' value='1.19037 -1.95086 -0.20504'/> |
9001 | <fieldValue name='textColor' value='0 0 0'/> |
9002 | </ProtoInstance> |
9003 | <ProtoInstance name='Vertex'> |
9004 | <fieldValue name='vertexText' value='"survive"'/> |
9005 | <fieldValue name='description' value='261: survive'/> |
9006 | <fieldValue name='url'/> |
9007 | <fieldValue name='radius' value='0.1500'/> |
9008 | <fieldValue name='displayMode'/> |
9009 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
9010 | <fieldValue name='transparency' value='0'/> |
9011 | <fieldValue name='translation' value='-1.06968 -2.16803 1.48310'/> |
9012 | <fieldValue name='textTranslation' value='-0.91968 -2.16803 1.48310'/> |
9013 | <fieldValue name='textColor' value='0 0 0'/> |
9014 | </ProtoInstance> |
9015 | <ProtoInstance name='Vertex'> |
9016 | <fieldValue name='vertexText' value='"sustainment"'/> |
9017 | <fieldValue name='description' value='262: sustainment'/> |
9018 | <fieldValue name='url'/> |
9019 | <fieldValue name='radius' value='0.1500'/> |
9020 | <fieldValue name='displayMode'/> |
9021 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9022 | <fieldValue name='transparency' value='0'/> |
9023 | <fieldValue name='translation' value='-1.48471 1.21287 -2.13620'/> |
9024 | <fieldValue name='textTranslation' value='-1.33471 1.21287 -2.13620'/> |
9025 | <fieldValue name='textColor' value='0 0 0'/> |
9026 | </ProtoInstance> |
9027 | <ProtoInstance name='Vertex'> |
9028 | <fieldValue name='vertexText' value='"task"'/> |
9029 | <fieldValue name='description' value='263: task'/> |
9030 | <fieldValue name='url'/> |
9031 | <fieldValue name='radius' value='0.1500'/> |
9032 | <fieldValue name='displayMode'/> |
9033 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
9034 | <fieldValue name='transparency' value='0'/> |
9035 | <fieldValue name='translation' value='1.72029 0.58598 -0.68315'/> |
9036 | <fieldValue name='textTranslation' value='1.87029 0.58598 -0.68315'/> |
9037 | <fieldValue name='textColor' value='0 0 0'/> |
9038 | </ProtoInstance> |
9039 | <ProtoInstance name='Vertex'> |
9040 | <fieldValue name='vertexText' value='"tasking"'/> |
9041 | <fieldValue name='description' value='264: tasking'/> |
9042 | <fieldValue name='url'/> |
9043 | <fieldValue name='radius' value='0.1500'/> |
9044 | <fieldValue name='displayMode'/> |
9045 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
9046 | <fieldValue name='transparency' value='0'/> |
9047 | <fieldValue name='translation' value='1.62568 -0.06766 -2.67290'/> |
9048 | <fieldValue name='textTranslation' value='1.77568 -0.06766 -2.67290'/> |
9049 | <fieldValue name='textColor' value='0 0 0'/> |
9050 | </ProtoInstance> |
9051 | <ProtoInstance name='Vertex'> |
9052 | <fieldValue name='vertexText' value='"team"'/> |
9053 | <fieldValue name='description' value='265: team'/> |
9054 | <fieldValue name='url'/> |
9055 | <fieldValue name='radius' value='0.1500'/> |
9056 | <fieldValue name='displayMode'/> |
9057 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
9058 | <fieldValue name='transparency' value='0'/> |
9059 | <fieldValue name='translation' value='1.41168 0.06779 -0.82180'/> |
9060 | <fieldValue name='textTranslation' value='1.56168 0.06779 -0.82180'/> |
9061 | <fieldValue name='textColor' value='0 0 0'/> |
9062 | </ProtoInstance> |
9063 | <ProtoInstance name='Vertex'> |
9064 | <fieldValue name='vertexText' value='"tens"'/> |
9065 | <fieldValue name='description' value='266: tens'/> |
9066 | <fieldValue name='url'/> |
9067 | <fieldValue name='radius' value='0.1500'/> |
9068 | <fieldValue name='displayMode'/> |
9069 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
9070 | <fieldValue name='transparency' value='0'/> |
9071 | <fieldValue name='translation' value='-2.43193 -1.07012 -1.43447'/> |
9072 | <fieldValue name='textTranslation' value='-2.28193 -1.07012 -1.43447'/> |
9073 | <fieldValue name='textColor' value='0 0 0'/> |
9074 | </ProtoInstance> |
9075 | <ProtoInstance name='Vertex'> |
9076 | <fieldValue name='vertexText' value='"terms"'/> |
9077 | <fieldValue name='description' value='267: terms'/> |
9078 | <fieldValue name='url'/> |
9079 | <fieldValue name='radius' value='0.1500'/> |
9080 | <fieldValue name='displayMode'/> |
9081 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
9082 | <fieldValue name='transparency' value='0'/> |
9083 | <fieldValue name='translation' value='0.72925 -1.12969 0.59677'/> |
9084 | <fieldValue name='textTranslation' value='0.87925 -1.12969 0.59677'/> |
9085 | <fieldValue name='textColor' value='0 0 0'/> |
9086 | </ProtoInstance> |
9087 | <ProtoInstance name='Vertex'> |
9088 | <fieldValue name='vertexText' value='"theaters"'/> |
9089 | <fieldValue name='description' value='268: theaters'/> |
9090 | <fieldValue name='url'/> |
9091 | <fieldValue name='radius' value='0.1500'/> |
9092 | <fieldValue name='displayMode'/> |
9093 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
9094 | <fieldValue name='transparency' value='0'/> |
9095 | <fieldValue name='translation' value='1.61005 -0.68743 -2.43944'/> |
9096 | <fieldValue name='textTranslation' value='1.76005 -0.68743 -2.43944'/> |
9097 | <fieldValue name='textColor' value='0 0 0'/> |
9098 | </ProtoInstance> |
9099 | <ProtoInstance name='Vertex'> |
9100 | <fieldValue name='vertexText' value='"thursday"'/> |
9101 | <fieldValue name='description' value='269: thursday'/> |
9102 | <fieldValue name='url'/> |
9103 | <fieldValue name='radius' value='0.1500'/> |
9104 | <fieldValue name='displayMode'/> |
9105 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
9106 | <fieldValue name='transparency' value='0'/> |
9107 | <fieldValue name='translation' value='1.37780 0.02964 -2.33143'/> |
9108 | <fieldValue name='textTranslation' value='1.52780 0.02964 -2.33143'/> |
9109 | <fieldValue name='textColor' value='0 0 0'/> |
9110 | </ProtoInstance> |
9111 | <ProtoInstance name='Vertex'> |
9112 | <fieldValue name='vertexText' value='"tim"'/> |
9113 | <fieldValue name='description' value='270: tim'/> |
9114 | <fieldValue name='url'/> |
9115 | <fieldValue name='radius' value='0.1500'/> |
9116 | <fieldValue name='displayMode'/> |
9117 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
9118 | <fieldValue name='transparency' value='0'/> |
9119 | <fieldValue name='translation' value='1.56770 -2.10216 -2.06028'/> |
9120 | <fieldValue name='textTranslation' value='1.71770 -2.10216 -2.06028'/> |
9121 | <fieldValue name='textColor' value='0 0 0'/> |
9122 | </ProtoInstance> |
9123 | <ProtoInstance name='Vertex'> |
9124 | <fieldValue name='vertexText' value='"trauma"'/> |
9125 | <fieldValue name='description' value='271: trauma'/> |
9126 | <fieldValue name='url'/> |
9127 | <fieldValue name='radius' value='0.1500'/> |
9128 | <fieldValue name='displayMode'/> |
9129 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
9130 | <fieldValue name='transparency' value='0'/> |
9131 | <fieldValue name='translation' value='-1.18563 -1.76119 1.57931'/> |
9132 | <fieldValue name='textTranslation' value='-1.03563 -1.76119 1.57931'/> |
9133 | <fieldValue name='textColor' value='0 0 0'/> |
9134 | </ProtoInstance> |
9135 | <ProtoInstance name='Vertex'> |
9136 | <fieldValue name='vertexText' value='"twitter"'/> |
9137 | <fieldValue name='description' value='272: twitter'/> |
9138 | <fieldValue name='url'/> |
9139 | <fieldValue name='radius' value='0.1500'/> |
9140 | <fieldValue name='displayMode'/> |
9141 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
9142 | <fieldValue name='transparency' value='0'/> |
9143 | <fieldValue name='translation' value='0.08958 -2.74293 0.74758'/> |
9144 | <fieldValue name='textTranslation' value='0.23958 -2.74293 0.74758'/> |
9145 | <fieldValue name='textColor' value='0 0 0'/> |
9146 | </ProtoInstance> |
9147 | <ProtoInstance name='Vertex'> |
9148 | <fieldValue name='vertexText' value='"unclassified"'/> |
9149 | <fieldValue name='description' value='273: unclassified'/> |
9150 | <fieldValue name='url'/> |
9151 | <fieldValue name='radius' value='0.1500'/> |
9152 | <fieldValue name='displayMode'/> |
9153 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
9154 | <fieldValue name='transparency' value='0'/> |
9155 | <fieldValue name='translation' value='1.30564 -0.09240 -2.75257'/> |
9156 | <fieldValue name='textTranslation' value='1.45564 -0.09240 -2.75257'/> |
9157 | <fieldValue name='textColor' value='0 0 0'/> |
9158 | </ProtoInstance> |
9159 | <ProtoInstance name='Vertex'> |
9160 | <fieldValue name='vertexText' value='"uplift"'/> |
9161 | <fieldValue name='description' value='274: uplift'/> |
9162 | <fieldValue name='url'/> |
9163 | <fieldValue name='radius' value='0.1500'/> |
9164 | <fieldValue name='displayMode'/> |
9165 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
9166 | <fieldValue name='transparency' value='0'/> |
9167 | <fieldValue name='translation' value='2.16197 -1.61898 2.31154'/> |
9168 | <fieldValue name='textTranslation' value='2.31197 -1.61898 2.31154'/> |
9169 | <fieldValue name='textColor' value='0 0 0'/> |
9170 | </ProtoInstance> |
9171 | <ProtoInstance name='Vertex'> |
9172 | <fieldValue name='vertexText' value='"urges"'/> |
9173 | <fieldValue name='description' value='275: urges'/> |
9174 | <fieldValue name='url'/> |
9175 | <fieldValue name='radius' value='0.1500'/> |
9176 | <fieldValue name='displayMode'/> |
9177 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9178 | <fieldValue name='transparency' value='0'/> |
9179 | <fieldValue name='translation' value='-0.75584 2.27427 0.08660'/> |
9180 | <fieldValue name='textTranslation' value='-0.60584 2.27427 0.08660'/> |
9181 | <fieldValue name='textColor' value='0 0 0'/> |
9182 | </ProtoInstance> |
9183 | <ProtoInstance name='Vertex'> |
9184 | <fieldValue name='vertexText' value='"vessel"'/> |
9185 | <fieldValue name='description' value='276: vessel'/> |
9186 | <fieldValue name='url'/> |
9187 | <fieldValue name='radius' value='0.1500'/> |
9188 | <fieldValue name='displayMode'/> |
9189 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
9190 | <fieldValue name='transparency' value='0'/> |
9191 | <fieldValue name='translation' value='0.91317 0.18063 -2.65386'/> |
9192 | <fieldValue name='textTranslation' value='1.06317 0.18063 -2.65386'/> |
9193 | <fieldValue name='textColor' value='0 0 0'/> |
9194 | </ProtoInstance> |
9195 | <ProtoInstance name='Vertex'> |
9196 | <fieldValue name='vertexText' value='"vessels"'/> |
9197 | <fieldValue name='description' value='277: vessels'/> |
9198 | <fieldValue name='url'/> |
9199 | <fieldValue name='radius' value='0.1500'/> |
9200 | <fieldValue name='displayMode'/> |
9201 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
9202 | <fieldValue name='transparency' value='0'/> |
9203 | <fieldValue name='translation' value='0.91317 0.18063 -2.65386'/> |
9204 | <fieldValue name='textTranslation' value='1.06317 0.18063 -2.65386'/> |
9205 | <fieldValue name='textColor' value='0 0 0'/> |
9206 | </ProtoInstance> |
9207 | <ProtoInstance name='Vertex'> |
9208 | <fieldValue name='vertexText' value='"victims"'/> |
9209 | <fieldValue name='description' value='278: victims'/> |
9210 | <fieldValue name='url'/> |
9211 | <fieldValue name='radius' value='0.1500'/> |
9212 | <fieldValue name='displayMode'/> |
9213 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9214 | <fieldValue name='transparency' value='0'/> |
9215 | <fieldValue name='translation' value='-0.65152 1.95125 -0.00280'/> |
9216 | <fieldValue name='textTranslation' value='-0.50152 1.95125 -0.00280'/> |
9217 | <fieldValue name='textColor' value='0 0 0'/> |
9218 | </ProtoInstance> |
9219 | <ProtoInstance name='Vertex'> |
9220 | <fieldValue name='vertexText' value='"victor"'/> |
9221 | <fieldValue name='description' value='279: victor'/> |
9222 | <fieldValue name='url'/> |
9223 | <fieldValue name='radius' value='0.1500'/> |
9224 | <fieldValue name='displayMode'/> |
9225 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
9226 | <fieldValue name='transparency' value='0'/> |
9227 | <fieldValue name='translation' value='-0.46140 0.45912 1.95804'/> |
9228 | <fieldValue name='textTranslation' value='-0.31140 0.45912 1.95804'/> |
9229 | <fieldValue name='textColor' value='0 0 0'/> |
9230 | </ProtoInstance> |
9231 | <ProtoInstance name='Vertex'> |
9232 | <fieldValue name='vertexText' value='"videos"'/> |
9233 | <fieldValue name='description' value='280: videos'/> |
9234 | <fieldValue name='url'/> |
9235 | <fieldValue name='radius' value='0.1500'/> |
9236 | <fieldValue name='displayMode'/> |
9237 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
9238 | <fieldValue name='transparency' value='0'/> |
9239 | <fieldValue name='translation' value='-1.42086 -0.94222 -0.28630'/> |
9240 | <fieldValue name='textTranslation' value='-1.27086 -0.94222 -0.28630'/> |
9241 | <fieldValue name='textColor' value='0 0 0'/> |
9242 | </ProtoInstance> |
9243 | <ProtoInstance name='Vertex'> |
9244 | <fieldValue name='vertexText' value='"violated"'/> |
9245 | <fieldValue name='description' value='281: violated'/> |
9246 | <fieldValue name='url'/> |
9247 | <fieldValue name='radius' value='0.1500'/> |
9248 | <fieldValue name='displayMode'/> |
9249 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
9250 | <fieldValue name='transparency' value='0'/> |
9251 | <fieldValue name='translation' value='1.81673 0.30688 1.00097'/> |
9252 | <fieldValue name='textTranslation' value='1.96673 0.30688 1.00097'/> |
9253 | <fieldValue name='textColor' value='0 0 0'/> |
9254 | </ProtoInstance> |
9255 | <ProtoInstance name='Vertex'> |
9256 | <fieldValue name='vertexText' value='"water"'/> |
9257 | <fieldValue name='description' value='282: water'/> |
9258 | <fieldValue name='url'/> |
9259 | <fieldValue name='radius' value='0.1500'/> |
9260 | <fieldValue name='displayMode'/> |
9261 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
9262 | <fieldValue name='transparency' value='0'/> |
9263 | <fieldValue name='translation' value='-0.40858 -1.70267 0.70418'/> |
9264 | <fieldValue name='textTranslation' value='-0.25858 -1.70267 0.70418'/> |
9265 | <fieldValue name='textColor' value='0 0 0'/> |
9266 | </ProtoInstance> |
9267 | <ProtoInstance name='Vertex'> |
9268 | <fieldValue name='vertexText' value='"web"'/> |
9269 | <fieldValue name='description' value='283: web'/> |
9270 | <fieldValue name='url'/> |
9271 | <fieldValue name='radius' value='0.1500'/> |
9272 | <fieldValue name='displayMode'/> |
9273 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
9274 | <fieldValue name='transparency' value='0'/> |
9275 | <fieldValue name='translation' value='-0.15546 -2.19830 0.75351'/> |
9276 | <fieldValue name='textTranslation' value='-0.00546 -2.19830 0.75351'/> |
9277 | <fieldValue name='textColor' value='0 0 0'/> |
9278 | </ProtoInstance> |
9279 | <ProtoInstance name='Vertex'> |
9280 | <fieldValue name='vertexText' value='"west"'/> |
9281 | <fieldValue name='description' value='284: west'/> |
9282 | <fieldValue name='url'/> |
9283 | <fieldValue name='radius' value='0.1500'/> |
9284 | <fieldValue name='displayMode'/> |
9285 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
9286 | <fieldValue name='transparency' value='0'/> |
9287 | <fieldValue name='translation' value='2.07748 -0.84549 2.30969'/> |
9288 | <fieldValue name='textTranslation' value='2.22748 -0.84549 2.30969'/> |
9289 | <fieldValue name='textColor' value='0 0 0'/> |
9290 | </ProtoInstance> |
9291 | <ProtoInstance name='Vertex'> |
9292 | <fieldValue name='vertexText' value='"wounded"'/> |
9293 | <fieldValue name='description' value='285: wounded'/> |
9294 | <fieldValue name='url'/> |
9295 | <fieldValue name='radius' value='0.1500'/> |
9296 | <fieldValue name='displayMode'/> |
9297 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
9298 | <fieldValue name='transparency' value='0'/> |
9299 | <fieldValue name='translation' value='-1.29227 -1.70796 1.43750'/> |
9300 | <fieldValue name='textTranslation' value='-1.14227 -1.70796 1.43750'/> |
9301 | <fieldValue name='textColor' value='0 0 0'/> |
9302 | </ProtoInstance> |
9303 | <ProtoInstance name='Vertex'> |
9304 | <fieldValue name='vertexText' value='"yemen"'/> |
9305 | <fieldValue name='description' value='286: yemen'/> |
9306 | <fieldValue name='url'/> |
9307 | <fieldValue name='radius' value='0.1500'/> |
9308 | <fieldValue name='displayMode'/> |
9309 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
9310 | <fieldValue name='transparency' value='0'/> |
9311 | <fieldValue name='translation' value='-1.69238 -0.48721 0.35101'/> |
9312 | <fieldValue name='textTranslation' value='-1.54238 -0.48721 0.35101'/> |
9313 | <fieldValue name='textColor' value='0 0 0'/> |
9314 | </ProtoInstance> |
9315 | <ProtoInstance name='Vertex'> |
9316 | <fieldValue name='vertexText' value='"zones"'/> |
9317 | <fieldValue name='description' value='287: zones'/> |
9318 | <fieldValue name='url'/> |
9319 | <fieldValue name='radius' value='0.1500'/> |
9320 | <fieldValue name='displayMode'/> |
9321 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9322 | <fieldValue name='transparency' value='0'/> |
9323 | <fieldValue name='translation' value='-1.52548 1.30963 -2.09262'/> |
9324 | <fieldValue name='textTranslation' value='-1.37548 1.30963 -2.09262'/> |
9325 | <fieldValue name='textColor' value='0 0 0'/> |
9326 | </ProtoInstance> |
9327 | </Scene> |
9328 | </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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3793
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3804
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3815
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3826
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3837
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3848
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3859
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3870
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3881
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3892
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3903
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3925
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3936
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3947
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3958
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3969
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3980
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3991
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4002
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4013
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4024
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4035
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4057
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4068
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4079
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4090
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4101
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4112
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4123
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4134
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4145
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4156
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4167
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4189
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4200
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4211
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4222
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4233
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4244
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4255
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4266
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4277
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4288
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4299
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4321
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4332
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4343
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4354
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4365
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4376
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4387
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4398
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4409
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4420
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4431
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4453
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4464
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4475
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4486
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4497
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4508
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4519
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4530
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4541
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4552
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4563
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4585
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4596
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4607
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4618
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4629
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4640
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4651
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4662
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4673
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4684
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4695
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4717
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4728
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4739
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4750
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4761
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4772
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4783
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4794
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4805
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4816
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4827
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4849
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4860
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4871
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4882
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4893
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4904
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4915
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4926
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4937
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4948
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4959
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4981
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4992
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5003
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5014
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5025
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5036
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5047
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5058
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5069
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5080
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5091
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5113
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5124
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5135
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5146
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5157
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5168
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5179
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5190
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5201
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5212
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5223
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5245
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5256
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5267
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5278
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5289
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5300
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5311
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5322
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5333
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5344
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5355
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5377
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5388
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5399
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5410
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5421
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5432
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5443
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5454
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5465
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5476
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5487
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5509
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5520
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5531
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5542
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5553
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5564
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5575
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5586
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5597
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5608
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5619
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5641
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5652
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5663
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5674
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5685
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5696
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5707
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5718
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5729
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5740
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5751
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5773
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5784
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5795
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5806
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5817
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5828
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5839
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5850
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5861
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5872
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5883
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 5895
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 5907
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 5919
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 5931
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 5943
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 5955
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 5967
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 5979
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 5991
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 6003
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 6015
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 6027
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 6039
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 6051
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 6063
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 6075
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 6087
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 6099
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 6111
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 6123
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 6135
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 6147
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 6159
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 6171
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 6183
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 6195
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 6207
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 6219
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 6231
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 6243
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 6255
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 6267
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 6279
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 6291
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 6303
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 6315
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 6327
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 6339
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 6351
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 6363
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 6375
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 6387
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 6399
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 6411
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 6423
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 6435
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 6447
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 6459
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 6471
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 6483
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 6495
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 6507
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 6519
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 6531
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 6543
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 6555
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 6567
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 6579
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 6591
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 6603
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 6615
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 6627
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 6639
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 6651
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 6663
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 6675
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 6687
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 6699
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 6711
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 6723
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 6735
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 6747
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 6759
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 6771
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 6783
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 6795
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 6807
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 6819
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 6831
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 6843
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 6855
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 6867
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 6879
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 6891
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 6903
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 6915
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 6927
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 6939
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 6951
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 6963
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 6975
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 6987
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 6999
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 7011
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 7023
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 7035
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 7047
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 7059
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 7071
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 7083
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 7095
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 7107
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 7119
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 7131
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 7143
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 7155
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 7167
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 7179
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 7191
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 7203
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 7215
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 7227
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 7239
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 7251
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 7263
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 7275
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 7287
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 7299
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 7311
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 7323
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 7335
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 7347
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 7359
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 7371
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 7383
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 7395
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 7407
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 7419
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 7431
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 7443
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 7455
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 7467
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 7479
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 7491
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 7503
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 7515
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 7527
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 7539
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 7551
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 7563
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 7575
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 7587
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 7599
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 7611
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 7623
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 7635
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 7647
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 7659
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 7671
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 7683
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 7695
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 7707
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 7719
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 7731
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 7743
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 7755
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 7767
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 7779
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 7791
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 7803
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 7815
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 7827
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 7839
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 7851
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 7863
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 7875
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 7887
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 7899
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 7911
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 7923
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 7935
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 7947
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 7959
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 7971
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 7983
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 7995
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 8007
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 8019
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 8031
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 8043
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 8055
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 8067
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 8079
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 8091
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 8103
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 8115
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 8127
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 8139
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 8151
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 8163
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 8175
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 8187
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 8199
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 8211
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 8223
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 8235
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 8247
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 8259
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 8271
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 8283
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 8295
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 8307
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 8319
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 8331
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 8343
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 8355
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 8367
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 8379
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 8391
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 8403
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 8415
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 8427
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 8439
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 8451
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 8463
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 8475
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 8487
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 8499
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 8511
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 8523
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 8535
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 8547
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 8559
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 8571
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 8583
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 8595
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 8607
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 8619
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 8631
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 8643
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 8655
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 8667
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 8679
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 8691
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 8703
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 8715
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 8727
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 8739
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 8751
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 8763
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 8775
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 8787
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 8799
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 8811
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 8823
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 8835
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 8847
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 8859
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 8871
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 8883
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 8895
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 8907
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 8919
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 8931
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 8943
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 8955
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 8967
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 8979
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 8991
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 9003
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 9015
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 9027
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 9039
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 9051
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 9063
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 9075
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 9087
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 9099
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 9111
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 9123
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 9135
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 9147
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 9159
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 9171
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 9183
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 9195
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 9207
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 9219
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 9231
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 9243
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 9255
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 9267
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 9279
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 9291
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 9303
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 9315
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.
-->