1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <meta name='title' content=' PajekVisualizationExamples.x3d '/> |
6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
8 | <meta name='created' content='17 May 2011'/> |
9 | <meta name='modified' content='25 September 2023'/> |
10 | <meta name='reference' content='http://pajek.imfm.si'/> |
11 | <meta name='subject' content='network visualization'/> |
12 | <meta name=' warning ' content=' under development '/> |
13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='0.88213'/> |
55 | <fieldValue name='cylinderTranslation' value='-2.47070 -0.97859 -0.10297'/> |
56 | <fieldValue name='coneTranslation' value='-2.65118 -0.79930 0.01652'/> |
57 | <fieldValue name='rotation' value='37.50155 -0.00000 56.64555 0.87903'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='0.41951'/> |
66 | <fieldValue name='cylinderTranslation' value='-2.26295 -1.35304 -0.46261'/> |
67 | <fieldValue name='coneTranslation' value='-2.28085 -1.37512 -0.50345'/> |
68 | <fieldValue name='rotation' value='-34.42790 0 15.09564 2.03070'/> |
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.50335'/> |
77 | <fieldValue name='cylinderTranslation' value='-2.32324 -1.12148 -0.45090'/> |
78 | <fieldValue name='coneTranslation' value='-2.37269 -1.07105 -0.50934'/> |
79 | <fieldValue name='rotation' value='-32.08603 0 27.15395 0.98828'/> |
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='1.32383'/> |
88 | <fieldValue name='cylinderTranslation' value='-2.28188 -1.00255 0.31200'/> |
89 | <fieldValue name='coneTranslation' value='-2.35347 -0.80739 0.76884'/> |
90 | <fieldValue name='rotation' value='120.49419 -0.00000 18.88231 1.17142'/> |
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.90873'/> |
99 | <fieldValue name='cylinderTranslation' value='-2.34838 -0.99435 -0.62216'/> |
100 | <fieldValue name='coneTranslation' value='-2.45263 -0.82229 -0.83705'/> |
101 | <fieldValue name='rotation' value='-66.33804 0 32.18228 0.94650'/> |
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.94779'/> |
110 | <fieldValue name='cylinderTranslation' value='-2.43805 -0.86533 -0.36837'/> |
111 | <fieldValue name='coneTranslation' value='-2.60404 -0.60396 -0.41997'/> |
112 | <fieldValue name='rotation' value='-15.57952 0 50.11732 0.58685'/> |
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.44030'/> |
121 | <fieldValue name='cylinderTranslation' value='-2.25049 -1.32862 -0.48991'/> |
122 | <fieldValue name='coneTranslation' value='-2.26771 -1.34739 -0.54440'/> |
123 | <fieldValue name='rotation' value='-39.88771 0 12.60526 1.88808'/> |
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.88212'/> |
132 | <fieldValue name='cylinderTranslation' value='-2.47070 -0.97859 -0.10297'/> |
133 | <fieldValue name='coneTranslation' value='-2.65118 -0.79930 0.01652'/> |
134 | <fieldValue name='rotation' value='37.50171 -0.00000 56.64559 0.87904'/> |
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.39179'/> |
143 | <fieldValue name='cylinderTranslation' value='-2.31287 -1.36899 -0.18677'/> |
144 | <fieldValue name='coneTranslation' value='-2.33585 -1.38898 -0.16776'/> |
145 | <fieldValue name='rotation' value='20.74151 -0.00000 25.08137 2.16121'/> |
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.40571'/> |
154 | <fieldValue name='cylinderTranslation' value='-2.37211 -1.18462 -0.32769'/> |
155 | <fieldValue name='coneTranslation' value='-2.41111 -1.16871 -0.33555'/> |
156 | <fieldValue name='rotation' value='-7.44270 0 36.92800 1.19040'/> |
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.80482'/> |
165 | <fieldValue name='cylinderTranslation' value='-2.28929 -1.41455 0.06682'/> |
166 | <fieldValue name='coneTranslation' value='-2.35063 -1.50768 0.28206'/> |
167 | <fieldValue name='rotation' value='71.45964 -0.00000 20.36443 1.96514'/> |
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.28137'/> |
176 | <fieldValue name='cylinderTranslation' value='-2.26296 -1.23720 -0.40699'/> |
177 | <fieldValue name='coneTranslation' value='-2.25259 -1.24032 -0.39100'/> |
178 | <fieldValue name='rotation' value='-23.30368 0 15.09809 1.40849'/> |
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.38516'/> |
187 | <fieldValue name='cylinderTranslation' value='-2.27601 -1.42668 -0.25247'/> |
188 | <fieldValue name='coneTranslation' value='-2.29099 -1.45489 -0.24605'/> |
189 | <fieldValue name='rotation' value='7.59996 -0.00000 17.70928 2.61760'/> |
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.82795'/> |
198 | <fieldValue name='cylinderTranslation' value='-2.38698 -1.21623 0.06961'/> |
199 | <fieldValue name='coneTranslation' value='-2.50939 -1.18941 0.29052'/> |
200 | <fieldValue name='rotation' value='72.01622 -0.00000 39.90311 1.46502'/> |
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.43113'/> |
209 | <fieldValue name='cylinderTranslation' value='-2.25376 -1.34406 -0.47755'/> |
210 | <fieldValue name='coneTranslation' value='-2.27085 -1.36574 -0.52578'/> |
211 | <fieldValue name='rotation' value='-37.41605 0 13.25800 1.97167'/> |
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.80478'/> |
220 | <fieldValue name='cylinderTranslation' value='-2.28924 -1.41474 0.06673'/> |
221 | <fieldValue name='coneTranslation' value='-2.35055 -1.50798 0.28190'/> |
222 | <fieldValue name='rotation' value='71.44097 -0.00000 20.35461 1.96568'/> |
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.84109'/> |
231 | <fieldValue name='cylinderTranslation' value='-2.29739 -1.13175 -0.67562'/> |
232 | <fieldValue name='coneTranslation' value='-2.36549 -1.05233 -0.91424'/> |
233 | <fieldValue name='rotation' value='-77.03011 0 21.98468 1.26105'/> |
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.40093'/> |
242 | <fieldValue name='cylinderTranslation' value='-2.28120 -1.32555 -0.45508'/> |
243 | <fieldValue name='coneTranslation' value='-2.30012 -1.33880 -0.48831'/> |
244 | <fieldValue name='rotation' value='-32.92193 0 18.74571 1.90426'/> |
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.50775'/> |
253 | <fieldValue name='cylinderTranslation' value='-2.34774 -1.07388 -0.35487'/> |
254 | <fieldValue name='coneTranslation' value='-2.40700 -1.00508 -0.37869'/> |
255 | <fieldValue name='rotation' value='-12.88014 0 32.05449 0.74827'/> |
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.89400'/> |
264 | <fieldValue name='cylinderTranslation' value='-2.41989 -0.91550 -0.45526'/> |
265 | <fieldValue name='coneTranslation' value='-2.56911 -0.69436 -0.56106'/> |
266 | <fieldValue name='rotation' value='-32.95659 0 46.48406 0.69109'/> |
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.36872'/> |
275 | <fieldValue name='cylinderTranslation' value='-2.36910 -1.23367 -0.30808'/> |
276 | <fieldValue name='coneTranslation' value='-2.39310 -1.23020 -0.31040'/> |
277 | <fieldValue name='rotation' value='-3.52036 0 36.32573 1.42782'/> |
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='1.19200'/> |
286 | <fieldValue name='cylinderTranslation' value='-1.63883 -1.49051 -0.25799'/> |
287 | <fieldValue name='coneTranslation' value='-1.23748 -1.65919 -0.23423'/> |
288 | <fieldValue name='rotation' value='6.49687 0 -109.72661 1.96803'/> |
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.52051'/> |
297 | <fieldValue name='cylinderTranslation' value='1.91535 -0.16147 -2.22935'/> |
298 | <fieldValue name='coneTranslation' value='1.88392 -0.13131 -2.31965'/> |
299 | <fieldValue name='rotation' value='-46.87965 0 16.32230 1.26526'/> |
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.49773'/> |
308 | <fieldValue name='cylinderTranslation' value='2.20663 -0.11475 -2.04343'/> |
309 | <fieldValue name='coneTranslation' value='2.28149 -0.07011 -2.06073'/> |
310 | <fieldValue name='rotation' value='-9.69425 0 -41.93251 1.04455'/> |
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.90766'/> |
319 | <fieldValue name='cylinderTranslation' value='1.79415 -0.09542 -2.37442'/> |
320 | <fieldValue name='coneTranslation' value='1.66284 -0.00197 -2.62011'/> |
321 | <fieldValue name='rotation' value='-75.89408 0 40.56226 1.24714'/> |
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.49787'/> |
330 | <fieldValue name='cylinderTranslation' value='1.95387 -0.34078 -2.21835'/> |
331 | <fieldValue name='coneTranslation' value='1.93847 -0.37687 -2.29816'/> |
332 | <fieldValue name='rotation' value='-44.67852 0 8.61895 1.98869'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='0.99994'/> |
341 | <fieldValue name='cylinderTranslation' value='1.87522 0.19795 -2.20369'/> |
342 | <fieldValue name='coneTranslation' value='1.79244 0.49557 -2.34563'/> |
343 | <fieldValue name='rotation' value='-41.74705 0 24.34913 0.50444'/> |
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.90905'/> |
352 | <fieldValue name='cylinderTranslation' value='2.14216 0.18645 -2.05712'/> |
353 | <fieldValue name='coneTranslation' value='2.23625 0.46263 -2.09740'/> |
354 | <fieldValue name='rotation' value='-12.43258 0 -29.03905 0.35489'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='0.79877'/> |
363 | <fieldValue name='cylinderTranslation' value='2.02845 0.04780 -2.27033'/> |
364 | <fieldValue name='coneTranslation' value='2.04733 0.22016 -2.43538'/> |
365 | <fieldValue name='rotation' value='-55.07481 0 -6.29784 0.76701'/> |
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.38152'/> |
374 | <fieldValue name='cylinderTranslation' value='2.09954 -0.34237 -1.87111'/> |
375 | <fieldValue name='coneTranslation' value='2.11608 -0.35891 -1.85114'/> |
376 | <fieldValue name='rotation' value='24.76823 0 -20.51569 2.13878'/> |
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.99994'/> |
385 | <fieldValue name='cylinderTranslation' value='1.87522 0.19794 -2.20369'/> |
386 | <fieldValue name='coneTranslation' value='1.79244 0.49557 -2.34563'/> |
387 | <fieldValue name='rotation' value='-41.74712 0 24.34900 0.50444'/> |
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.99885'/> |
396 | <fieldValue name='cylinderTranslation' value='2.00106 -0.47221 -1.55295'/> |
397 | <fieldValue name='coneTranslation' value='2.00384 -0.63020 -1.25255'/> |
398 | <fieldValue name='rotation' value='88.40149 0 -0.81858 2.05494'/> |
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='1.01929'/> |
407 | <fieldValue name='cylinderTranslation' value='1.70039 0.01436 -2.32238'/> |
408 | <fieldValue name='coneTranslation' value='1.49691 0.18870 -2.54701'/> |
409 | <fieldValue name='rotation' value='-65.48449 0 59.31599 1.04880'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='0.72849'/> |
418 | <fieldValue name='cylinderTranslation' value='2.24702 -0.41812 -1.79916'/> |
419 | <fieldValue name='coneTranslation' value='2.38723 -0.51814 -1.68938'/> |
420 | <fieldValue name='rotation' value='39.15810 0 -50.01025 2.08254'/> |
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.55993'/> |
429 | <fieldValue name='cylinderTranslation' value='2.10315 0.01293 -2.05203'/> |
430 | <fieldValue name='coneTranslation' value='2.14865 0.12120 -2.07649'/> |
431 | <fieldValue name='rotation' value='-11.41609 0 -21.23717 0.44517'/> |
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.74001'/> |
440 | <fieldValue name='cylinderTranslation' value='2.08243 -0.56999 -2.13827'/> |
441 | <fieldValue name='coneTranslation' value='2.13094 -0.75743 -2.21961'/> |
442 | <fieldValue name='rotation' value='-28.66267 0 -17.09334 2.67373'/> |
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.31935'/> |
451 | <fieldValue name='cylinderTranslation' value='1.99673 -0.30242 -2.14182'/> |
452 | <fieldValue name='coneTranslation' value='1.99673 -0.30229 -2.14151'/> |
453 | <fieldValue name='rotation' value='-29.37224 0 0.04624 1.97411'/> |
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.84342'/> |
462 | <fieldValue name='cylinderTranslation' value='2.31231 0.04017 -1.98867'/> |
463 | <fieldValue name='coneTranslation' value='2.50801 0.21389 -1.98477'/> |
464 | <fieldValue name='rotation' value='1.25688 0 -63.06890 0.84493'/> |
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='1.00287'/> |
473 | <fieldValue name='cylinderTranslation' value='1.66164 -0.28469 -2.36506'/> |
474 | <fieldValue name='coneTranslation' value='1.43331 -0.31528 -2.61707'/> |
475 | <fieldValue name='rotation' value='-74.02096 0 67.06494 1.66053'/> |
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.41815'/> |
484 | <fieldValue name='cylinderTranslation' value='2.04926 -0.42975 -1.92510'/> |
485 | <fieldValue name='coneTranslation' value='2.06153 -0.47435 -1.90871'/> |
486 | <fieldValue name='rotation' value='13.96991 0 -10.45800 2.71109'/> |
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.90918'/> |
495 | <fieldValue name='cylinderTranslation' value='2.14117 0.18674 -2.05786'/> |
496 | <fieldValue name='coneTranslation' value='2.23462 0.46313 -2.09862'/> |
497 | <fieldValue name='rotation' value='-12.58081 0 -28.84039 0.35339'/> |
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.80151'/> |
506 | <fieldValue name='cylinderTranslation' value='1.89503 -0.45757 -2.31553'/> |
507 | <fieldValue name='coneTranslation' value='1.83380 -0.58842 -2.50812'/> |
508 | <fieldValue name='rotation' value='-64.11551 0 20.38632 2.14542'/> |
509 | <fieldValue name='diffuseColor' value='0 0 0'/> |
510 | <fieldValue name='ballRadius' value='0.02'/> |
511 | <fieldValue name='traceEnabled' value='false'/> |
512 | <fieldValue name='displayMode'/> |
513 | <fieldValue name='transparency' value='0'/> |
514 | </ProtoInstance> |
515 | <ProtoInstance name='Arc'> |
516 | <fieldValue name='cylinderHeight' value='0.45143'/> |
517 | <fieldValue name='cylinderTranslation' value='2.19505 -0.18056 -2.08554'/> |
518 | <fieldValue name='coneTranslation' value='2.25272 -0.16332 -2.11191'/> |
519 | <fieldValue name='rotation' value='-18.11711 0 -39.61736 1.30544'/> |
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='1.01929'/> |
528 | <fieldValue name='cylinderTranslation' value='1.70039 0.01436 -2.32238'/> |
529 | <fieldValue name='coneTranslation' value='1.49692 0.18870 -2.54701'/> |
530 | <fieldValue name='rotation' value='-65.48452 0 59.31596 1.04880'/> |
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='1.02237'/> |
539 | <fieldValue name='cylinderTranslation' value='1.98417 -0.44406 -1.52655'/> |
540 | <fieldValue name='coneTranslation' value='1.97539 -0.58441 -1.20475'/> |
541 | <fieldValue name='rotation' value='93.68184 -0.00000 2.55842 1.98195'/> |
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.30562'/> |
550 | <fieldValue name='cylinderTranslation' value='2.03773 -0.15855 -2.11782'/> |
551 | <fieldValue name='coneTranslation' value='2.03582 -0.16237 -2.11203'/> |
552 | <fieldValue name='rotation' value='-24.57219 0 -8.15384 1.01057'/> |
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='1.00287'/> |
561 | <fieldValue name='cylinderTranslation' value='1.66164 -0.28469 -2.36506'/> |
562 | <fieldValue name='coneTranslation' value='1.43331 -0.31528 -2.61707'/> |
563 | <fieldValue name='rotation' value='-74.02092 0 67.06500 1.66053'/> |
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.87490'/> |
572 | <fieldValue name='cylinderTranslation' value='1.82011 -0.41968 -2.35232'/> |
573 | <fieldValue name='coneTranslation' value='1.70793 -0.53380 -2.57897'/> |
574 | <fieldValue name='rotation' value='-71.47281 0 35.37206 1.99469'/> |
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.41080'/> |
583 | <fieldValue name='cylinderTranslation' value='2.09423 -0.24733 -2.17570'/> |
584 | <fieldValue name='coneTranslation' value='2.11573 -0.24901 -2.21566'/> |
585 | <fieldValue name='rotation' value='-36.15009 0 -19.45387 1.60772'/> |
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.47327'/> |
594 | <fieldValue name='cylinderTranslation' value='0.32902 2.29438 1.31608'/> |
595 | <fieldValue name='coneTranslation' value='0.27528 2.33866 1.28406'/> |
596 | <fieldValue name='rotation' value='-19.76903 0 33.18655 0.95481'/> |
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='0.59624'/> |
605 | <fieldValue name='cylinderTranslation' value='0.43176 2.10051 1.70060'/> |
606 | <fieldValue name='coneTranslation' value='0.40249 2.07403 1.83296'/> |
607 | <fieldValue name='rotation' value='57.13657 -0.00000 12.63827 1.76370'/> |
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.16868'/> |
616 | <fieldValue name='cylinderTranslation' value='0.55676 2.17834 1.46846'/> |
617 | <fieldValue name='coneTranslation' value='0.50131 2.15979 1.42043'/> |
618 | <fieldValue name='rotation' value='10.70699 0 -12.36057 1.32309'/> |
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.61900'/> |
627 | <fieldValue name='cylinderTranslation' value='0.77394 2.21205 1.53739'/> |
628 | <fieldValue name='coneTranslation' value='0.90870 2.23832 1.59654'/> |
629 | <fieldValue name='rotation' value='24.49343 0 -55.79713 1.39415'/> |
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.75182'/> |
638 | <fieldValue name='cylinderTranslation' value='0.18508 2.36884 1.38863'/> |
639 | <fieldValue name='coneTranslation' value='0.00710 2.49013 1.37352'/> |
640 | <fieldValue name='rotation' value='-5.25889 0 61.97503 0.97427'/> |
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.46188'/> |
649 | <fieldValue name='cylinderTranslation' value='0.31430 2.26341 1.51246'/> |
650 | <fieldValue name='coneTranslation' value='0.25880 2.29589 1.54242'/> |
651 | <fieldValue name='rotation' value='19.50732 -0.00000 36.13159 1.09517'/> |
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.62078'/> |
660 | <fieldValue name='cylinderTranslation' value='0.65480 1.90471 1.49743'/> |
661 | <fieldValue name='coneTranslation' value='0.73225 1.78216 1.53741'/> |
662 | <fieldValue name='rotation' value='16.50275 0 -31.96882 2.52342'/> |
663 | <fieldValue name='diffuseColor' value='0 0 0'/> |
664 | <fieldValue name='ballRadius' value='0.02'/> |
665 | <fieldValue name='traceEnabled' value='false'/> |
666 | <fieldValue name='displayMode'/> |
667 | <fieldValue name='transparency' value='0'/> |
668 | </ProtoInstance> |
669 | <ProtoInstance name='Arc'> |
670 | <fieldValue name='cylinderHeight' value='0.81268'/> |
671 | <fieldValue name='cylinderTranslation' value='0.75565 1.87668 1.54981'/> |
672 | <fieldValue name='coneTranslation' value='0.91369 1.70633 1.63159'/> |
673 | <fieldValue name='rotation' value='26.97877 0 -52.13849 2.33437'/> |
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.34352'/> |
682 | <fieldValue name='cylinderTranslation' value='0.49466 2.32576 1.45017'/> |
683 | <fieldValue name='coneTranslation' value='0.49464 2.33727 1.45259'/> |
684 | <fieldValue name='rotation' value='7.05081 -0.00000 0.05960 0.20673'/> |
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.43532'/> |
693 | <fieldValue name='cylinderTranslation' value='0.52816 2.35797 1.33650'/> |
694 | <fieldValue name='coneTranslation' value='0.53696 2.41103 1.31573'/> |
695 | <fieldValue name='rotation' value='-15.68412 0 -6.64223 0.40201'/> |
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.59232'/> |
704 | <fieldValue name='cylinderTranslation' value='0.44021 2.10567 1.70129'/> |
705 | <fieldValue name='coneTranslation' value='0.41504 2.08176 1.83295'/> |
706 | <fieldValue name='rotation' value='57.27475 -0.00000 10.94863 1.74727'/> |
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.81082'/> |
715 | <fieldValue name='cylinderTranslation' value='0.27805 2.22447 1.07900'/> |
716 | <fieldValue name='coneTranslation' value='0.14674 2.26490 0.87565'/> |
717 | <fieldValue name='rotation' value='-67.18463 0 43.38155 1.40526'/> |
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.38286'/> |
726 | <fieldValue name='cylinderTranslation' value='0.49009 2.34868 1.40345'/> |
727 | <fieldValue name='coneTranslation' value='0.48930 2.38005 1.40157'/> |
728 | <fieldValue name='rotation' value='-2.29431 0 0.97198 0.06513'/> |
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.78991'/> |
737 | <fieldValue name='cylinderTranslation' value='0.15000 2.26670 1.57338'/> |
738 | <fieldValue name='coneTranslation' value='-0.05521 2.33157 1.66764'/> |
739 | <fieldValue name='rotation' value='31.69164 -0.00000 68.99016 1.29108'/> |
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.74596'/> |
748 | <fieldValue name='cylinderTranslation' value='0.58556 2.45026 1.20210'/> |
749 | <fieldValue name='coneTranslation' value='0.63730 2.61733 1.08058'/> |
750 | <fieldValue name='rotation' value='-42.56394 0 -18.12130 0.66894'/> |
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.46926'/> |
759 | <fieldValue name='cylinderTranslation' value='1.55316 0.95936 2.03827'/> |
760 | <fieldValue name='coneTranslation' value='1.58859 0.99137 2.09563'/> |
761 | <fieldValue name='rotation' value='36.06782 0 -22.27452 1.12756'/> |
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.20646'/> |
770 | <fieldValue name='cylinderTranslation' value='1.53627 0.87497 1.89623'/> |
771 | <fieldValue name='coneTranslation' value='1.48431 0.86604 1.87517'/> |
772 | <fieldValue name='rotation' value='7.66085 0 -18.89580 1.41296'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='0.53331'/> |
781 | <fieldValue name='cylinderTranslation' value='1.36094 0.85752 2.11203'/> |
782 | <fieldValue name='coneTranslation' value='1.32861 0.85703 2.21366'/> |
783 | <fieldValue name='rotation' value='50.81991 -0.00000 16.16943 1.57537'/> |
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.50890'/> |
792 | <fieldValue name='cylinderTranslation' value='1.60066 0.77517 2.03826'/> |
793 | <fieldValue name='coneTranslation' value='1.65964 0.74414 2.10520'/> |
794 | <fieldValue name='rotation' value='36.06654 0 -31.77453 1.90545'/> |
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.43450'/> |
803 | <fieldValue name='cylinderTranslation' value='1.41314 1.06800 1.90878'/> |
804 | <fieldValue name='coneTranslation' value='1.40559 1.12315 1.92219'/> |
805 | <fieldValue name='rotation' value='10.17150 -0.00000 5.72967 0.27202'/> |
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.56026'/> |
814 | <fieldValue name='cylinderTranslation' value='1.46148 0.70216 2.08937'/> |
815 | <fieldValue name='coneTranslation' value='1.46993 0.63501 2.18863'/> |
816 | <fieldValue name='rotation' value='46.28927 0 -3.93838 2.16393'/> |
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.99125'/> |
825 | <fieldValue name='cylinderTranslation' value='1.24657 0.65304 2.26440'/> |
826 | <fieldValue name='coneTranslation' value='1.11436 0.51375 2.53965'/> |
827 | <fieldValue name='rotation' value='81.29445 -0.00000 39.04504 1.99877'/> |
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='1.43757'/> |
836 | <fieldValue name='cylinderTranslation' value='1.63061 0.37857 1.35749'/> |
837 | <fieldValue name='coneTranslation' value='1.77739 0.00529 0.96845'/> |
838 | <fieldValue name='rotation' value='-100.08715 0 -37.76324 2.30235'/> |
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='1.04856'/> |
847 | <fieldValue name='cylinderTranslation' value='1.12822 1.25525 1.71894'/> |
848 | <fieldValue name='coneTranslation' value='0.91034 1.53076 1.62237'/> |
849 | <fieldValue name='rotation' value='-27.79792 0 62.71484 0.71316'/> |
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.95053'/> |
858 | <fieldValue name='cylinderTranslation' value='1.33297 0.74321 2.30591'/> |
859 | <fieldValue name='coneTranslation' value='1.26078 0.66658 2.60308'/> |
860 | <fieldValue name='rotation' value='89.59680 -0.00000 21.76428 1.81634'/> |
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.86839'/> |
869 | <fieldValue name='cylinderTranslation' value='1.22906 1.22721 1.77132'/> |
870 | <fieldValue name='coneTranslation' value='1.09473 1.45991 1.71662'/> |
871 | <fieldValue name='rotation' value='-17.32191 0 42.54517 0.55740'/> |
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.09999'/> |
880 | <fieldValue name='cylinderTranslation' value='1.45853 0.88652 1.89597'/> |
881 | <fieldValue name='coneTranslation' value='1.42170 0.82539 1.81226'/> |
882 | <fieldValue name='rotation' value='7.60876 0 -3.34726 0.98155'/> |
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.78602'/> |
891 | <fieldValue name='cylinderTranslation' value='1.80356 1.00600 1.90144'/> |
892 | <fieldValue name='coneTranslation' value='2.01805 1.09331 1.92723'/> |
893 | <fieldValue name='rotation' value='8.70168 0 -72.35425 1.18672'/> |
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='0.77993'/> |
902 | <fieldValue name='cylinderTranslation' value='1.80651 0.89719 1.99049'/> |
903 | <fieldValue name='coneTranslation' value='2.02159 0.91986 2.06866'/> |
904 | <fieldValue name='rotation' value='26.51195 0 -72.94453 1.47204'/> |
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.89833'/> |
913 | <fieldValue name='cylinderTranslation' value='1.25810 0.85416 2.26779'/> |
914 | <fieldValue name='coneTranslation' value='1.13985 0.85120 2.53165'/> |
915 | <fieldValue name='rotation' value='81.97210 -0.00000 36.73729 1.58100'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='0.49064'/> |
924 | <fieldValue name='cylinderTranslation' value='1.64545 0.98289 1.91530'/> |
925 | <fieldValue name='coneTranslation' value='1.71628 1.02607 1.93525'/> |
926 | <fieldValue name='rotation' value='11.47441 0 -40.73158 1.04017'/> |
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.87346'/> |
935 | <fieldValue name='cylinderTranslation' value='1.67647 0.66720 2.17252'/> |
936 | <fieldValue name='coneTranslation' value='1.82517 0.54583 2.37186'/> |
937 | <fieldValue name='rotation' value='62.91896 0 -46.93585 2.02482'/> |
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.50524'/> |
946 | <fieldValue name='cylinderTranslation' value='1.66469 0.74261 1.88335'/> |
947 | <fieldValue name='coneTranslation' value='1.74642 0.70003 1.89267'/> |
948 | <fieldValue name='rotation' value='5.08450 0 -44.58044 2.04845'/> |
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.57831'/> |
957 | <fieldValue name='cylinderTranslation' value='1.59970 0.65919 1.72063'/> |
958 | <fieldValue name='coneTranslation' value='1.67024 0.57005 1.65930'/> |
959 | <fieldValue name='rotation' value='-27.46031 0 -31.58279 2.33246'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='0.46581'/> |
968 | <fieldValue name='cylinderTranslation' value='1.64017 0.96191 1.92309'/> |
969 | <fieldValue name='coneTranslation' value='1.70227 0.99420 1.94349'/> |
970 | <fieldValue name='rotation' value='13.03222 0 -39.67618 1.11190'/> |
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.48547'/> |
979 | <fieldValue name='cylinderTranslation' value='1.41220 0.87370 2.09838'/> |
980 | <fieldValue name='coneTranslation' value='1.40211 0.87880 2.18034'/> |
981 | <fieldValue name='rotation' value='48.09153 -0.00000 5.91815 1.50913'/> |
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='1.88309'/> |
990 | <fieldValue name='cylinderTranslation' value='1.47624 0.15317 1.23544'/> |
991 | <fieldValue name='coneTranslation' value='1.50484 -0.43251 0.71874'/> |
992 | <fieldValue name='rotation' value='-124.49725 0 -6.89019 2.41792'/> |
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.92372'/> |
1001 | <fieldValue name='cylinderTranslation' value='1.46224 0.59038 2.23327'/> |
1002 | <fieldValue name='coneTranslation' value='1.47560 0.41499 2.47858'/> |
1003 | <fieldValue name='rotation' value='75.06771 0 -4.08925 2.19080'/> |
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='0.50576'/> |
1012 | <fieldValue name='cylinderTranslation' value='1.33079 1.08595 1.85977'/> |
1013 | <fieldValue name='coneTranslation' value='1.29002 1.16941 1.86044'/> |
1014 | <fieldValue name='rotation' value='0.36763 -0.00000 22.20017 0.45449'/> |
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.50369'/> |
1023 | <fieldValue name='cylinderTranslation' value='-0.62548 2.59733 -0.23549'/> |
1024 | <fieldValue name='coneTranslation' value='-0.58351 2.60151 -0.15390'/> |
1025 | <fieldValue name='rotation' value='44.74466 0 -23.01501 1.52531'/> |
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.19863'/> |
1034 | <fieldValue name='cylinderTranslation' value='-0.80470 2.62550 -0.52385'/> |
1035 | <fieldValue name='coneTranslation' value='-0.76550 2.60129 -0.48435'/> |
1036 | <fieldValue name='rotation' value='-12.92813 0 12.82945 1.16041'/> |
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.60266'/> |
1045 | <fieldValue name='cylinderTranslation' value='-0.76480 2.61918 -0.75771'/> |
1046 | <fieldValue name='coneTranslation' value='-0.77617 2.63480 -0.89771'/> |
1047 | <fieldValue name='rotation' value='-59.69983 0 4.84854 1.46004'/> |
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.35171'/> |
1056 | <fieldValue name='cylinderTranslation' value='-0.86557 2.60506 -0.58139'/> |
1057 | <fieldValue name='coneTranslation' value='-0.87683 2.60679 -0.59241'/> |
1058 | <fieldValue name='rotation' value='-24.43658 0 25.00208 1.46149'/> |
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.31997'/> |
1067 | <fieldValue name='cylinderTranslation' value='-0.89206 2.63359 -0.44007'/> |
1068 | <fieldValue name='coneTranslation' value='-0.89204 2.63359 -0.44008'/> |
1069 | <fieldValue name='rotation' value='3.82767 -0.00000 30.30024 1.26794'/> |
1070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1071 | <fieldValue name='ballRadius' value='0.02'/> |
1072 | <fieldValue name='traceEnabled' value='false'/> |
1073 | <fieldValue name='displayMode'/> |
1074 | <fieldValue name='transparency' value='0'/> |
1075 | </ProtoInstance> |
1076 | <ProtoInstance name='Arc'> |
1077 | <fieldValue name='cylinderHeight' value='0.33698'/> |
1078 | <fieldValue name='cylinderTranslation' value='-0.90607 2.58175 -0.49045'/> |
1079 | <fieldValue name='coneTranslation' value='-0.91441 2.58154 -0.49203'/> |
1080 | <fieldValue name='rotation' value='-6.24831 0 33.10327 1.59531'/> |
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.74473'/> |
1089 | <fieldValue name='cylinderTranslation' value='-0.53054 2.66968 -0.75505'/> |
1090 | <fieldValue name='coneTranslation' value='-0.41076 2.71748 -0.92378'/> |
1091 | <fieldValue name='rotation' value='-59.16846 0 -42.00388 1.34378'/> |
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.81051'/> |
1100 | <fieldValue name='cylinderTranslation' value='-0.73324 2.55715 -0.86338'/> |
1101 | <fieldValue name='coneTranslation' value='-0.72882 2.53976 -1.10798'/> |
1102 | <fieldValue name='rotation' value='-80.83428 0 -1.46268 1.64175'/> |
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.74473'/> |
1111 | <fieldValue name='cylinderTranslation' value='-0.53054 2.66968 -0.75506'/> |
1112 | <fieldValue name='coneTranslation' value='-0.41076 2.71748 -0.92378'/> |
1113 | <fieldValue name='rotation' value='-59.16879 0 -42.00366 1.34378'/> |
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='1.47479'/> |
1122 | <fieldValue name='cylinderTranslation' value='-0.33971 2.43857 0.14193'/> |
1123 | <fieldValue name='coneTranslation' value='-0.02584 2.32323 0.61264'/> |
1124 | <fieldValue name='rotation' value='120.22862 0 -80.16932 1.77191'/> |
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.27567'/> |
1133 | <fieldValue name='cylinderTranslation' value='-0.83026 2.65069 -0.37704'/> |
1134 | <fieldValue name='coneTranslation' value='-0.81583 2.64026 -0.39025'/> |
1135 | <fieldValue name='rotation' value='16.43436 -0.00000 17.94068 1.08130'/> |
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.72358'/> |
1144 | <fieldValue name='cylinderTranslation' value='-0.97799 2.52019 -0.72417'/> |
1145 | <fieldValue name='coneTranslation' value='-1.11042 2.48355 -0.87196'/> |
1146 | <fieldValue name='rotation' value='-52.99227 0 47.48661 1.75337'/> |
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.82650'/> |
1155 | <fieldValue name='cylinderTranslation' value='-0.89619 2.49709 -0.83159'/> |
1156 | <fieldValue name='coneTranslation' value='-0.99157 2.44267 -1.05980'/> |
1157 | <fieldValue name='rotation' value='-74.47622 0 31.12734 1.78735'/> |
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.46464'/> |
1166 | <fieldValue name='cylinderTranslation' value='-1.09345 2.61529 -0.55621'/> |
1167 | <fieldValue name='coneTranslation' value='-1.02353 2.63080 -0.56626'/> |
1168 | <fieldValue name='rotation' value='-6.45737 0 -44.92018 1.35461'/> |
1169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1170 | <fieldValue name='ballRadius' value='0.02'/> |
1171 | <fieldValue name='traceEnabled' value='false'/> |
1172 | <fieldValue name='displayMode'/> |
1173 | <fieldValue name='transparency' value='0'/> |
1174 | </ProtoInstance> |
1175 | <ProtoInstance name='Arc'> |
1176 | <fieldValue name='cylinderHeight' value='0.31524'/> |
1177 | <fieldValue name='cylinderTranslation' value='-1.18080 2.62338 -0.47243'/> |
1178 | <fieldValue name='coneTranslation' value='-1.18288 2.62250 -0.47321'/> |
1179 | <fieldValue name='rotation' value='10.29843 0 -27.44940 1.19446'/> |
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.24677'/> |
1188 | <fieldValue name='cylinderTranslation' value='-1.19482 2.57153 -0.52281'/> |
1189 | <fieldValue name='coneTranslation' value='-1.23139 2.56973 -0.52314'/> |
1190 | <fieldValue name='rotation' value='0.22244 0 -24.64636 1.52149'/> |
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.48317'/> |
1199 | <fieldValue name='cylinderTranslation' value='-1.11901 2.64047 -0.40939'/> |
1200 | <fieldValue name='coneTranslation' value='-1.05179 2.66581 -0.37072'/> |
1201 | <fieldValue name='rotation' value='22.90511 0 -39.80895 1.25504'/> |
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.45592'/> |
1210 | <fieldValue name='cylinderTranslation' value='-1.49526 2.44442 -0.60083'/> |
1211 | <fieldValue name='coneTranslation' value='-1.54808 2.40834 -0.62376'/> |
1212 | <fieldValue name='rotation' value='-15.38290 0 35.44075 2.13049'/> |
1213 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1214 | <fieldValue name='ballRadius' value='0.02'/> |
1215 | <fieldValue name='traceEnabled' value='false'/> |
1216 | <fieldValue name='displayMode'/> |
1217 | <fieldValue name='transparency' value='0'/> |
1218 | </ProtoInstance> |
1219 | <ProtoInstance name='Arc'> |
1220 | <fieldValue name='cylinderHeight' value='0.81097'/> |
1221 | <fieldValue name='cylinderTranslation' value='-0.45281 -2.35678 -0.02291'/> |
1222 | <fieldValue name='coneTranslation' value='-0.46975 -2.57861 0.08086'/> |
1223 | <fieldValue name='rotation' value='34.28263 -0.00000 5.59578 2.69895'/> |
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.22379'/> |
1232 | <fieldValue name='cylinderTranslation' value='-0.50553 -2.05019 -0.14501'/> |
1233 | <fieldValue name='coneTranslation' value='-0.47084 -2.02447 -0.16621'/> |
1234 | <fieldValue name='rotation' value='9.86247 -0.00000 16.13859 2.13478'/> |
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.41707'/> |
1243 | <fieldValue name='cylinderTranslation' value='-0.33664 -2.16736 -0.12811'/> |
1244 | <fieldValue name='coneTranslation' value='-0.31612 -2.20855 -0.11270'/> |
1245 | <fieldValue name='rotation' value='13.24391 0 -17.63848 2.58433'/> |
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.91289'/> |
1254 | <fieldValue name='cylinderTranslation' value='-0.55322 -2.14548 -0.60396'/> |
1255 | <fieldValue name='coneTranslation' value='-0.63661 -2.24622 -0.87000'/> |
1256 | <fieldValue name='rotation' value='-81.92648 0 25.67762 1.91752'/> |
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='1.23591'/> |
1265 | <fieldValue name='cylinderTranslation' value='0.13912 -1.74745 -0.12497'/> |
1266 | <fieldValue name='coneTranslation' value='0.55705 -1.56742 -0.07358'/> |
1267 | <fieldValue name='rotation' value='13.87065 0 -112.79062 1.16678'/> |
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.44094'/> |
1276 | <fieldValue name='cylinderTranslation' value='-0.21044 -2.00792 -0.14603'/> |
1277 | <fieldValue name='coneTranslation' value='-0.15163 -2.01273 -0.13278'/> |
1278 | <fieldValue name='rotation' value='9.65910 0 -42.88003 1.65047'/> |
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.43764'/> |
1287 | <fieldValue name='cylinderTranslation' value='-0.62506 -2.06540 -0.24083'/> |
1288 | <fieldValue name='coneTranslation' value='-0.67889 -2.08556 -0.25333'/> |
1289 | <fieldValue name='rotation' value='-9.30073 0 40.04555 1.92075'/> |
1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1291 | <fieldValue name='ballRadius' value='0.02'/> |
1292 | <fieldValue name='traceEnabled' value='false'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='transparency' value='0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Arc'> |
1297 | <fieldValue name='cylinderHeight' value='0.44137'/> |
1298 | <fieldValue name='cylinderTranslation' value='-0.62814 -2.06188 -0.14682'/> |
1299 | <fieldValue name='coneTranslation' value='-0.68404 -2.08154 -0.13375'/> |
1300 | <fieldValue name='rotation' value='9.50211 -0.00000 40.66004 1.90076'/> |
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.47105'/> |
1309 | <fieldValue name='cylinderTranslation' value='-0.46230 -2.20216 -0.09834'/> |
1310 | <fieldValue name='coneTranslation' value='-0.47432 -2.27008 -0.06756'/> |
1311 | <fieldValue name='rotation' value='19.19713 -0.00000 7.49317 2.68880'/> |
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.81825'/> |
1320 | <fieldValue name='cylinderTranslation' value='-0.35102 -2.37193 -0.32218'/> |
1321 | <fieldValue name='coneTranslation' value='-0.30606 -2.60427 -0.40003'/> |
1322 | <fieldValue name='rotation' value='-25.57095 0 -14.76417 2.77241'/> |
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.78030'/> |
1331 | <fieldValue name='cylinderTranslation' value='-0.54884 -2.23393 0.08410'/> |
1332 | <fieldValue name='coneTranslation' value='-0.62199 -2.37760 0.24834'/> |
1333 | <fieldValue name='rotation' value='55.68536 -0.00000 24.80051 2.24498'/> |
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.85682'/> |
1342 | <fieldValue name='cylinderTranslation' value='-0.47449 -2.27459 -0.51101'/> |
1343 | <fieldValue name='coneTranslation' value='-0.50560 -2.45266 -0.70943'/> |
1344 | <fieldValue name='rotation' value='-63.33762 0 9.93091 2.29618'/> |
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.43367'/> |
1353 | <fieldValue name='cylinderTranslation' value='-0.54028 -2.14360 -0.09328'/> |
1354 | <fieldValue name='coneTranslation' value='-0.57054 -2.18376 -0.06679'/> |
1355 | <fieldValue name='rotation' value='20.20953 -0.00000 23.08880 2.35557'/> |
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.75953'/> |
1364 | <fieldValue name='cylinderTranslation' value='-0.07281 -2.05858 -0.06923'/> |
1365 | <fieldValue name='coneTranslation' value='0.13090 -2.09806 0.00315'/> |
1366 | <fieldValue name='rotation' value='25.01831 0 -70.40507 1.75139'/> |
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.85682'/> |
1375 | <fieldValue name='cylinderTranslation' value='-0.47449 -2.27459 -0.51101'/> |
1376 | <fieldValue name='coneTranslation' value='-0.50560 -2.45266 -0.70943'/> |
1377 | <fieldValue name='rotation' value='-63.33724 0 9.93138 2.29618'/> |
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.71847'/> |
1386 | <fieldValue name='cylinderTranslation' value='-0.75752 -1.85573 -0.20992'/> |
1387 | <fieldValue name='coneTranslation' value='-0.94203 -1.78105 -0.21856'/> |
1388 | <fieldValue name='rotation' value='-3.11791 0 66.53654 1.18661'/> |
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.43334'/> |
1397 | <fieldValue name='cylinderTranslation' value='-0.53747 -2.16865 -0.24409'/> |
1398 | <fieldValue name='coneTranslation' value='-0.56693 -2.21528 -0.25710'/> |
1399 | <fieldValue name='rotation' value='-9.95187 0 22.52732 2.53713'/> |
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.91289'/> |
1408 | <fieldValue name='cylinderTranslation' value='-0.55322 -2.14548 -0.60396'/> |
1409 | <fieldValue name='coneTranslation' value='-0.63661 -2.24622 -0.87000'/> |
1410 | <fieldValue name='rotation' value='-81.92648 0 25.67762 1.91752'/> |
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='1.04204'/> |
1419 | <fieldValue name='cylinderTranslation' value='-2.32189 -0.52709 1.38451'/> |
1420 | <fieldValue name='coneTranslation' value='-2.35958 -0.67820 1.05881'/> |
1421 | <fieldValue name='rotation' value='-94.00874 0 10.87987 2.00267'/> |
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.50447'/> |
1430 | <fieldValue name='cylinderTranslation' value='-2.21390 -0.13957 2.03356'/> |
1431 | <fieldValue name='coneTranslation' value='-2.19430 -0.07762 2.09902'/> |
1432 | <fieldValue name='rotation' value='35.80134 0 -10.71914 0.83427'/> |
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.60126'/> |
1441 | <fieldValue name='cylinderTranslation' value='-2.11381 -0.34008 2.11106'/> |
1442 | <fieldValue name='coneTranslation' value='-2.04192 -0.35462 2.23105'/> |
1443 | <fieldValue name='rotation' value='51.30109 0 -30.73660 1.67434'/> |
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.60126'/> |
1452 | <fieldValue name='cylinderTranslation' value='-2.11381 -0.34008 2.11106'/> |
1453 | <fieldValue name='coneTranslation' value='-2.04192 -0.35462 2.23105'/> |
1454 | <fieldValue name='rotation' value='51.30109 0 -30.73658 1.67434'/> |
1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1456 | <fieldValue name='ballRadius' value='0.02'/> |
1457 | <fieldValue name='traceEnabled' value='false'/> |
1458 | <fieldValue name='displayMode'/> |
1459 | <fieldValue name='transparency' value='0'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Arc'> |
1462 | <fieldValue name='cylinderHeight' value='0.58528'/> |
1463 | <fieldValue name='cylinderTranslation' value='-2.28154 -0.02951 1.94011'/> |
1464 | <fieldValue name='coneTranslation' value='-2.28790 0.09718 1.97889'/> |
1465 | <fieldValue name='rotation' value='17.11133 -0.00000 2.80902 0.30079'/> |
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.25065'/> |
1474 | <fieldValue name='cylinderTranslation' value='-2.26962 -0.23445 1.95527'/> |
1475 | <fieldValue name='coneTranslation' value='-2.26903 -0.25508 1.92741'/> |
1476 | <fieldValue name='rotation' value='20.14322 -0.00000 0.42476 0.93366'/> |
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.46910'/> |
1485 | <fieldValue name='cylinderTranslation' value='-2.39440 -0.39294 1.67605'/> |
1486 | <fieldValue name='coneTranslation' value='-2.43473 -0.41962 1.61932'/> |
1487 | <fieldValue name='rotation' value='-35.70079 0 25.38085 1.93676'/> |
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.90669'/> |
1496 | <fieldValue name='cylinderTranslation' value='1.87498 -1.04463 0.33533'/> |
1497 | <fieldValue name='coneTranslation' value='1.88141 -1.00461 0.62586'/> |
1498 | <fieldValue name='rotation' value='89.79917 0 -1.98827 1.43392'/> |
1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1500 | <fieldValue name='ballRadius' value='0.02'/> |
1501 | <fieldValue name='traceEnabled' value='false'/> |
1502 | <fieldValue name='displayMode'/> |
1503 | <fieldValue name='transparency' value='0'/> |
1504 | </ProtoInstance> |
1505 | <ProtoInstance name='Arc'> |
1506 | <fieldValue name='cylinderHeight' value='0.86357'/> |
1507 | <fieldValue name='cylinderTranslation' value='2.26159 -1.17720 -0.26918'/> |
1508 | <fieldValue name='coneTranslation' value='2.51120 -1.22171 -0.36707'/> |
1509 | <fieldValue name='rotation' value='-31.10341 0 -79.31028 1.73530'/> |
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.95390'/> |
1518 | <fieldValue name='cylinderTranslation' value='2.30948 -1.06932 0.05537'/> |
1519 | <fieldValue name='coneTranslation' value='2.60483 -1.04461 0.16769'/> |
1520 | <fieldValue name='rotation' value='33.80566 0 -88.88856 1.49278'/> |
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.97593'/> |
1529 | <fieldValue name='cylinderTranslation' value='1.91922 -1.48429 0.19038'/> |
1530 | <fieldValue name='coneTranslation' value='1.95564 -1.73821 0.39473'/> |
1531 | <fieldValue name='rotation' value='60.80818 0 -10.83650 2.45630'/> |
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='1.39792'/> |
1540 | <fieldValue name='cylinderTranslation' value='1.84223 -0.60405 0.37170'/> |
1541 | <fieldValue name='coneTranslation' value='1.82464 -0.21661 0.74595'/> |
1542 | <fieldValue name='rotation' value='97.07181 -0.00000 4.56149 0.76865'/> |
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.55723'/> |
1551 | <fieldValue name='cylinderTranslation' value='1.92342 -0.83594 -0.08174'/> |
1552 | <fieldValue name='coneTranslation' value='1.94828 -0.72076 -0.06815'/> |
1553 | <fieldValue name='rotation' value='6.38412 0 -11.67717 0.24116'/> |
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.97602'/> |
1562 | <fieldValue name='cylinderTranslation' value='2.04875 -1.34922 0.26777'/> |
1563 | <fieldValue name='coneTranslation' value='2.17222 -1.51236 0.52415'/> |
1564 | <fieldValue name='rotation' value='76.28652 0 -36.74149 2.09137'/> |
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='1.22962'/> |
1573 | <fieldValue name='cylinderTranslation' value='1.28405 -1.30551 -0.08464'/> |
1574 | <fieldValue name='coneTranslation' value='0.85427 -1.45273 -0.06317'/> |
1575 | <fieldValue name='rotation' value='5.80423 -0.00000 116.19673 1.90043'/> |
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.08428'/> |
1584 | <fieldValue name='cylinderTranslation' value='1.93509 -0.90558 -0.61230'/> |
1585 | <fieldValue name='coneTranslation' value='1.98448 -0.76396 -0.96378'/> |
1586 | <fieldValue name='rotation' value='-99.72773 0 -14.01137 1.19115'/> |
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.54788'/> |
1595 | <fieldValue name='cylinderTranslation' value='1.90592 -1.37734 -0.10997'/> |
1596 | <fieldValue name='coneTranslation' value='1.92292 -1.49000 -0.10844'/> |
1597 | <fieldValue name='rotation' value='0.73831 0 -8.17649 2.99118'/> |
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.54997'/> |
1606 | <fieldValue name='cylinderTranslation' value='1.92210 -1.37142 -0.16028'/> |
1607 | <fieldValue name='coneTranslation' value='1.94597 -1.48220 -0.17977'/> |
1608 | <fieldValue name='rotation' value='-9.32306 0 -11.41314 2.87032'/> |
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.91183'/> |
1617 | <fieldValue name='cylinderTranslation' value='2.15981 -1.26255 0.19716'/> |
1618 | <fieldValue name='coneTranslation' value='2.35114 -1.36383 0.39891'/> |
1619 | <fieldValue name='rotation' value='62.16529 0 -58.95544 1.92014'/> |
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.53523'/> |
1628 | <fieldValue name='cylinderTranslation' value='2.02936 -1.20176 0.07486'/> |
1629 | <fieldValue name='coneTranslation' value='2.09544 -1.24007 0.15067'/> |
1630 | <fieldValue name='rotation' value='37.70427 0 -32.86508 1.93476'/> |
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.47406'/> |
1639 | <fieldValue name='cylinderTranslation' value='2.07798 -1.16918 -0.03055'/> |
1640 | <fieldValue name='coneTranslation' value='2.14719 -1.18956 -0.00354'/> |
1641 | <fieldValue name='rotation' value='16.62177 0 -42.58925 1.83847'/> |
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.95390'/> |
1650 | <fieldValue name='cylinderTranslation' value='2.30948 -1.06932 0.05537'/> |
1651 | <fieldValue name='coneTranslation' value='2.60483 -1.04461 0.16769'/> |
1652 | <fieldValue name='rotation' value='33.80567 0 -88.88856 1.49278'/> |
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.44616'/> |
1661 | <fieldValue name='cylinderTranslation' value='2.06453 -1.18836 -0.05650'/> |
1662 | <fieldValue name='coneTranslation' value='2.12093 -1.21151 -0.04034'/> |
1663 | <fieldValue name='rotation' value='11.43183 0 -39.89762 1.94655'/> |
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.21430'/> |
1672 | <fieldValue name='cylinderTranslation' value='1.95488 -1.16209 -0.13148'/> |
1673 | <fieldValue name='coneTranslation' value='1.91057 -1.13467 -0.12269'/> |
1674 | <fieldValue name='rotation' value='-3.56367 0 -17.96938 2.11635'/> |
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.52868'/> |
1683 | <fieldValue name='cylinderTranslation' value='1.66313 -1.27056 -0.16046'/> |
1684 | <fieldValue name='coneTranslation' value='1.58343 -1.33532 -0.17894'/> |
1685 | <fieldValue name='rotation' value='-9.36053 0 40.38217 2.24038'/> |
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.79331'/> |
1694 | <fieldValue name='cylinderTranslation' value='2.18034 -1.34686 -0.12569'/> |
1695 | <fieldValue name='coneTranslation' value='2.36845 -1.49027 -0.13286'/> |
1696 | <fieldValue name='rotation' value='-2.40535 0 -63.05983 2.22180'/> |
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.48818'/> |
1705 | <fieldValue name='cylinderTranslation' value='1.85261 -1.15782 -0.35197'/> |
1706 | <fieldValue name='coneTranslation' value='1.84833 -1.17550 -0.43407'/> |
1707 | <fieldValue name='rotation' value='-47.66225 0 2.48604 1.78265'/> |
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='1.05510'/> |
1716 | <fieldValue name='cylinderTranslation' value='1.91821 -0.87743 -0.58590'/> |
1717 | <fieldValue name='coneTranslation' value='1.95525 -0.71783 -0.91491'/> |
1718 | <fieldValue name='rotation' value='-94.44738 0 -10.63438 1.12163'/> |
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.56696'/> |
1727 | <fieldValue name='cylinderTranslation' value='2.05402 -1.08587 -0.32395'/> |
1728 | <fieldValue name='coneTranslation' value='2.13634 -1.07689 -0.41554'/> |
1729 | <fieldValue name='rotation' value='-42.05702 0 -37.79671 1.49800'/> |
1730 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1731 | <fieldValue name='ballRadius' value='0.02'/> |
1732 | <fieldValue name='traceEnabled' value='false'/> |
1733 | <fieldValue name='displayMode'/> |
1734 | <fieldValue name='transparency' value='0'/> |
1735 | </ProtoInstance> |
1736 | <ProtoInstance name='Arc'> |
1737 | <fieldValue name='cylinderHeight' value='0.98007'/> |
1738 | <fieldValue name='cylinderTranslation' value='1.68786 -0.82945 0.24965'/> |
1739 | <fieldValue name='coneTranslation' value='1.56854 -0.64286 0.49433'/> |
1740 | <fieldValue name='rotation' value='72.66171 -0.00000 35.43453 0.96994'/> |
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.47819'/> |
1749 | <fieldValue name='cylinderTranslation' value='1.98908 -1.06403 -0.31360'/> |
1750 | <fieldValue name='coneTranslation' value='2.03011 -1.04998 -0.37974'/> |
1751 | <fieldValue name='rotation' value='-39.98802 0 -24.80812 1.39223'/> |
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.90070'/> |
1760 | <fieldValue name='cylinderTranslation' value='1.97770 -1.53075 -0.21431'/> |
1761 | <fieldValue name='coneTranslation' value='2.05034 -1.80427 -0.27920'/> |
1762 | <fieldValue name='rotation' value='-20.12964 0 -22.53334 2.79950'/> |
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.97593'/> |
1771 | <fieldValue name='cylinderTranslation' value='1.91922 -1.48429 0.19038'/> |
1772 | <fieldValue name='coneTranslation' value='1.95564 -1.73821 0.39473'/> |
1773 | <fieldValue name='rotation' value='60.80818 0 -10.83650 2.45630'/> |
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.90513'/> |
1782 | <fieldValue name='cylinderTranslation' value='1.93842 -1.55210 -0.08433'/> |
1783 | <fieldValue name='coneTranslation' value='1.98586 -1.84017 -0.06537'/> |
1784 | <fieldValue name='rotation' value='5.86627 0 -14.67674 2.96607'/> |
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.40049'/> |
1793 | <fieldValue name='cylinderTranslation' value='1.71254 -0.01713 -2.60882'/> |
1794 | <fieldValue name='coneTranslation' value='1.68818 -0.00386 -2.63798'/> |
1795 | <fieldValue name='rotation' value='-29.01443 0 24.23996 1.23465'/> |
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.34459'/> |
1804 | <fieldValue name='cylinderTranslation' value='-0.49028 -2.56857 0.07307'/> |
1805 | <fieldValue name='coneTranslation' value='-0.49096 -2.55754 0.06769'/> |
1806 | <fieldValue name='rotation' value='-15.08550 0 1.89738 0.45697'/> |
1807 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1808 | <fieldValue name='ballRadius' value='0.02'/> |
1809 | <fieldValue name='traceEnabled' value='false'/> |
1810 | <fieldValue name='displayMode'/> |
1811 | <fieldValue name='transparency' value='0'/> |
1812 | </ProtoInstance> |
1813 | <ProtoInstance name='Arc'> |
1814 | <fieldValue name='cylinderHeight' value='0.99863'/> |
1815 | <fieldValue name='cylinderTranslation' value='-0.22463 2.45002 0.36565'/> |
1816 | <fieldValue name='coneTranslation' value='-0.03043 2.34214 0.62213'/> |
1817 | <fieldValue name='rotation' value='75.48396 0 -57.15431 1.89436'/> |
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.50919'/> |
1826 | <fieldValue name='cylinderTranslation' value='-0.71518 2.66214 -0.15332'/> |
1827 | <fieldValue name='coneTranslation' value='-0.79127 2.68196 -0.20591'/> |
1828 | <fieldValue name='rotation' value='-28.31030 0 40.95568 1.35966'/> |
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.35512'/> |
1837 | <fieldValue name='cylinderTranslation' value='0.01915 2.50556 1.28978'/> |
1838 | <fieldValue name='coneTranslation' value='0.00491 2.51292 1.29696'/> |
1839 | <fieldValue name='rotation' value='14.51014 -0.00000 28.78847 1.13809'/> |
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.50475'/> |
1848 | <fieldValue name='cylinderTranslation' value='0.11211 2.36119 0.98015'/> |
1849 | <fieldValue name='coneTranslation' value='0.09346 2.33559 0.89338'/> |
1850 | <fieldValue name='rotation' value='-47.41561 0 10.19500 1.85151'/> |
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.39073'/> |
1859 | <fieldValue name='cylinderTranslation' value='2.52197 0.16517 -2.03714'/> |
1860 | <fieldValue name='coneTranslation' value='2.54110 0.19322 -2.02723'/> |
1861 | <fieldValue name='rotation' value='10.95113 0 -21.13639 0.65511'/> |
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.15797'/> |
1870 | <fieldValue name='cylinderTranslation' value='2.40471 -0.05555 -2.13401'/> |
1871 | <fieldValue name='coneTranslation' value='2.41659 0.01195 -2.09081'/> |
1872 | <fieldValue name='rotation' value='-8.42286 0 2.31516 2.55565'/> |
1873 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1874 | <fieldValue name='ballRadius' value='0.02'/> |
1875 | <fieldValue name='traceEnabled' value='false'/> |
1876 | <fieldValue name='displayMode'/> |
1877 | <fieldValue name='transparency' value='0'/> |
1878 | </ProtoInstance> |
1879 | <ProtoInstance name='Arc'> |
1880 | <fieldValue name='cylinderHeight' value='0.71933'/> |
1881 | <fieldValue name='cylinderTranslation' value='0.59161 1.84756 1.78312'/> |
1882 | <fieldValue name='coneTranslation' value='0.71542 1.73887 1.67033'/> |
1883 | <fieldValue name='rotation' value='-40.63381 0 -44.60709 2.14645'/> |
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.74075'/> |
1892 | <fieldValue name='cylinderTranslation' value='0.81745 1.89735 1.60335'/> |
1893 | <fieldValue name='coneTranslation' value='0.93042 1.72601 1.64956'/> |
1894 | <fieldValue name='rotation' value='16.27178 0 -39.77792 2.52263'/> |
1895 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1896 | <fieldValue name='ballRadius' value='0.02'/> |
1897 | <fieldValue name='traceEnabled' value='false'/> |
1898 | <fieldValue name='displayMode'/> |
1899 | <fieldValue name='transparency' value='0'/> |
1900 | </ProtoInstance> |
1901 | <ProtoInstance name='Arc'> |
1902 | <fieldValue name='cylinderHeight' value='0.32202'/> |
1903 | <fieldValue name='cylinderTranslation' value='0.55646 2.34644 1.50371'/> |
1904 | <fieldValue name='coneTranslation' value='0.55607 2.34737 1.50359'/> |
1905 | <fieldValue name='rotation' value='-3.65618 0 12.42016 0.41376'/> |
1906 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1907 | <fieldValue name='ballRadius' value='0.02'/> |
1908 | <fieldValue name='traceEnabled' value='false'/> |
1909 | <fieldValue name='displayMode'/> |
1910 | <fieldValue name='transparency' value='0'/> |
1911 | </ProtoInstance> |
1912 | <ProtoInstance name='Arc'> |
1913 | <fieldValue name='cylinderHeight' value='0.59551'/> |
1914 | <fieldValue name='cylinderTranslation' value='1.69781 -0.76759 0.69864'/> |
1915 | <fieldValue name='coneTranslation' value='1.61124 -0.66804 0.65900'/> |
1916 | <fieldValue name='rotation' value='-17.13746 0 37.42280 0.76311'/> |
1917 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1918 | <fieldValue name='ballRadius' value='0.02'/> |
1919 | <fieldValue name='traceEnabled' value='false'/> |
1920 | <fieldValue name='displayMode'/> |
1921 | <fieldValue name='transparency' value='0'/> |
1922 | </ProtoInstance> |
1923 | <ProtoInstance name='Arc'> |
1924 | <fieldValue name='cylinderHeight' value='0.37029'/> |
1925 | <fieldValue name='cylinderTranslation' value='1.69514 0.79139 2.07656'/> |
1926 | <fieldValue name='coneTranslation' value='1.70389 0.77784 2.09585'/> |
1927 | <fieldValue name='rotation' value='28.40569 0 -12.87873 2.14009'/> |
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='0.59546'/> |
1936 | <fieldValue name='cylinderTranslation' value='1.89804 1.02223 1.93974'/> |
1937 | <fieldValue name='coneTranslation' value='2.02169 1.08284 1.94215'/> |
1938 | <fieldValue name='rotation' value='1.04083 0 -53.45845 1.11507'/> |
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.57414'/> |
1947 | <fieldValue name='cylinderTranslation' value='1.90099 0.91341 2.02879'/> |
1948 | <fieldValue name='coneTranslation' value='2.02061 0.92325 2.07051'/> |
1949 | <fieldValue name='rotation' value='18.85110 0 -54.04873 1.49331'/> |
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.27623'/> |
1958 | <fieldValue name='cylinderTranslation' value='1.73465 0.97813 1.96139'/> |
1959 | <fieldValue name='coneTranslation' value='1.71819 0.96436 1.95714'/> |
1960 | <fieldValue name='rotation' value='5.37137 0 -20.78038 0.88991'/> |
1961 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1962 | <fieldValue name='ballRadius' value='0.02'/> |
1963 | <fieldValue name='traceEnabled' value='false'/> |
1964 | <fieldValue name='displayMode'/> |
1965 | <fieldValue name='transparency' value='0'/> |
1966 | </ProtoInstance> |
1967 | <ProtoInstance name='Arc'> |
1968 | <fieldValue name='cylinderHeight' value='0.32951'/> |
1969 | <fieldValue name='cylinderTranslation' value='-0.54299 -2.26198 -0.04903'/> |
1970 | <fieldValue name='coneTranslation' value='-0.54175 -2.26637 -0.04768'/> |
1971 | <fieldValue name='rotation' value='9.33466 0 -8.64543 2.74516'/> |
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.59373'/> |
1980 | <fieldValue name='cylinderTranslation' value='-0.62953 -2.29374 0.13341'/> |
1981 | <fieldValue name='coneTranslation' value='-0.64950 -2.37846 0.23904'/> |
1982 | <fieldValue name='rotation' value='45.82289 -0.00000 8.66191 2.23818'/> |
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.22459'/> |
1991 | <fieldValue name='cylinderTranslation' value='-0.62097 -2.20342 -0.04397'/> |
1992 | <fieldValue name='coneTranslation' value='-0.60621 -2.16373 -0.06594'/> |
1993 | <fieldValue name='rotation' value='10.34706 -0.00000 6.95020 2.55324'/> |
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.64969'/> |
2002 | <fieldValue name='cylinderTranslation' value='-0.83821 -1.91554 -0.16060'/> |
2003 | <fieldValue name='coneTranslation' value='-0.96609 -1.81686 -0.19354'/> |
2004 | <fieldValue name='rotation' value='-12.98038 0 50.39794 0.92902'/> |
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.37336'/> |
2013 | <fieldValue name='cylinderTranslation' value='1.17726 0.85294 2.52189'/> |
2014 | <fieldValue name='coneTranslation' value='1.16256 0.85246 2.54415'/> |
2015 | <fieldValue name='rotation' value='31.15219 -0.00000 20.56787 1.58883'/> |
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.11091'/> |
2024 | <fieldValue name='cylinderTranslation' value='1.33135 0.87248 2.35248'/> |
2025 | <fieldValue name='coneTranslation' value='1.23472 0.84198 2.37820'/> |
2026 | <fieldValue name='rotation' value='-2.72838 0 -10.25127 1.27477'/> |
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.19148'/> |
2035 | <fieldValue name='cylinderTranslation' value='1.95364 -0.40344 -2.36521'/> |
2036 | <fieldValue name='coneTranslation' value='1.92487 -0.42919 -2.41658'/> |
2037 | <fieldValue name='rotation' value='15.30628 0 -8.57271 1.15855'/> |
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.41021'/> |
2046 | <fieldValue name='cylinderTranslation' value='1.77701 -0.52071 -2.57571'/> |
2047 | <fieldValue name='coneTranslation' value='1.74759 -0.53806 -2.60517'/> |
2048 | <fieldValue name='rotation' value='-26.79429 0 26.75311 1.96568'/> |
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.67220'/> |
2057 | <fieldValue name='cylinderTranslation' value='1.03463 1.93106 1.67228'/> |
2058 | <fieldValue name='coneTranslation' value='1.02505 1.75534 1.67879'/> |
2059 | <fieldValue name='rotation' value='2.48535 -0.00000 3.65864 3.07575'/> |
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.46658'/> |
2068 | <fieldValue name='cylinderTranslation' value='2.45057 -1.15659 -0.47946'/> |
2069 | <fieldValue name='coneTranslation' value='2.38536 -1.12789 -0.49667'/> |
2070 | <fieldValue name='rotation' value='-10.95360 0 41.51357 1.16856'/> |
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.37646'/> |
2079 | <fieldValue name='cylinderTranslation' value='1.83534 0.58362 2.35285'/> |
2080 | <fieldValue name='coneTranslation' value='1.84671 0.56743 2.37299'/> |
2081 | <fieldValue name='rotation' value='26.85242 0 -15.16132 2.18170'/> |
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.40826'/> |
2090 | <fieldValue name='cylinderTranslation' value='-0.12224 -2.18490 -0.07981'/> |
2091 | <fieldValue name='coneTranslation' value='-0.09496 -2.15043 -0.08369'/> |
2092 | <fieldValue name='rotation' value='-3.58481 0 -25.24155 0.67445'/> |
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.00000'/> |
2101 | <fieldValue name='cylinderTranslation' value='-2.75392 -0.69723 0.08454'/> |
2102 | <fieldValue name='coneTranslation' value='-2.72919 -0.57280 -0.01294'/> |
2103 | <fieldValue name='rotation' value='0.00016 -0.00000 0.00004 2.46185'/> |
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='0.03941'/> |
2112 | <fieldValue name='cylinderTranslation' value='-2.32924 -1.43716 -0.64969'/> |
2113 | <fieldValue name='coneTranslation' value='-2.39465 -1.50111 -0.54333'/> |
2114 | <fieldValue name='rotation' value='-2.98815 0 -1.83764 1.09744'/> |
2115 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2116 | <fieldValue name='ballRadius' value='0.02'/> |
2117 | <fieldValue name='traceEnabled' value='false'/> |
2118 | <fieldValue name='displayMode'/> |
2119 | <fieldValue name='transparency' value='0'/> |
2120 | </ProtoInstance> |
2121 | <ProtoInstance name='Arc'> |
2122 | <fieldValue name='cylinderHeight' value='0.06768'/> |
2123 | <fieldValue name='cylinderTranslation' value='-2.35667 -1.41866 -0.62722'/> |
2124 | <fieldValue name='coneTranslation' value='-2.28864 -1.52112 -0.65529'/> |
2125 | <fieldValue name='rotation' value='1.50597 -0.00000 3.65007 0.62288'/> |
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.00000'/> |
2134 | <fieldValue name='cylinderTranslation' value='1.75347 0.63564 -2.41243'/> |
2135 | <fieldValue name='coneTranslation' value='1.61322 0.64866 -2.33653'/> |
2136 | <fieldValue name='rotation' value='-0.00007 0 -0.00014 1.65223'/> |
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.35585'/> |
2145 | <fieldValue name='cylinderTranslation' value='2.24835 0.43913 -2.11420'/> |
2146 | <fieldValue name='coneTranslation' value='2.24442 0.42165 -2.11369'/> |
2147 | <fieldValue name='rotation' value='1.01649 -0.00000 7.80188 2.91865'/> |
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.42953'/> |
2156 | <fieldValue name='cylinderTranslation' value='-2.48415 -0.85590 -0.78259'/> |
2157 | <fieldValue name='coneTranslation' value='-2.49056 -0.82348 -0.82627'/> |
2158 | <fieldValue name='rotation' value='-34.25201 0 5.02833 0.93731'/> |
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.29365'/> |
2167 | <fieldValue name='cylinderTranslation' value='-2.50788 -1.04617 -0.48812'/> |
2168 | <fieldValue name='coneTranslation' value='-2.50349 -1.04050 -0.49918'/> |
2169 | <fieldValue name='rotation' value='24.64334 -0.00000 9.77404 2.01532'/> |
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.47465'/> |
2178 | <fieldValue name='cylinderTranslation' value='-0.82894 2.65880 -0.82235'/> |
2179 | <fieldValue name='coneTranslation' value='-0.81594 2.65675 -0.89855'/> |
2180 | <fieldValue name='rotation' value='-46.77171 0 -7.98091 1.59742'/> |
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.23070'/> |
2189 | <fieldValue name='cylinderTranslation' value='-0.97022 2.62137 -0.55509'/> |
2190 | <fieldValue name='coneTranslation' value='-0.93098 2.63830 -0.56802'/> |
2191 | <fieldValue name='rotation' value='6.67981 -0.00000 20.27382 1.95985'/> |
2192 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2193 | <fieldValue name='ballRadius' value='0.02'/> |
2194 | <fieldValue name='traceEnabled' value='false'/> |
2195 | <fieldValue name='displayMode'/> |
2196 | <fieldValue name='transparency' value='0'/> |
2197 | </ProtoInstance> |
2198 | <ProtoInstance name='Arc'> |
2199 | <fieldValue name='cylinderHeight' value='0.55903'/> |
2200 | <fieldValue name='cylinderTranslation' value='1.20042 1.43648 1.82218'/> |
2201 | <fieldValue name='coneTranslation' value='1.12171 1.50455 1.76340'/> |
2202 | <fieldValue name='rotation' value='-27.49341 0 36.81550 0.96479'/> |
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.37502'/> |
2211 | <fieldValue name='cylinderTranslation' value='1.42988 1.09579 1.94683'/> |
2212 | <fieldValue name='coneTranslation' value='1.43654 1.06916 1.94495'/> |
2213 | <fieldValue name='rotation' value='-2.56274 0 -9.07694 2.88736'/> |
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.65802'/> |
2222 | <fieldValue name='cylinderTranslation' value='-2.44880 -0.61102 1.20601'/> |
2223 | <fieldValue name='coneTranslation' value='-2.48604 -0.54211 1.35577'/> |
2224 | <fieldValue name='rotation' value='58.30795 -0.00000 14.50098 1.15083'/> |
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.36441'/> |
2233 | <fieldValue name='cylinderTranslation' value='1.48193 0.43380 2.46471'/> |
2234 | <fieldValue name='coneTranslation' value='1.48202 0.42017 2.48225'/> |
2235 | <fieldValue name='rotation' value='28.77844 0 -0.15087 2.23122'/> |
2236 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2237 | <fieldValue name='ballRadius' value='0.02'/> |
2238 | <fieldValue name='traceEnabled' value='false'/> |
2239 | <fieldValue name='displayMode'/> |
2240 | <fieldValue name='transparency' value='0'/> |
2241 | </ProtoInstance> |
2242 | <ProtoInstance name='Arc'> |
2243 | <fieldValue name='cylinderHeight' value='0.20450'/> |
2244 | <fieldValue name='cylinderTranslation' value='-1.03108 2.60093 -0.61264'/> |
2245 | <fieldValue name='coneTranslation' value='-1.00820 2.61410 -0.66400'/> |
2246 | <fieldValue name='rotation' value='18.18826 -0.00000 8.10118 1.80084'/> |
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.40114'/> |
2255 | <fieldValue name='cylinderTranslation' value='-1.10300 2.53937 -0.84636'/> |
2256 | <fieldValue name='coneTranslation' value='-1.12574 2.52221 -0.87524'/> |
2257 | <fieldValue name='rotation' value='-28.55570 0 22.48453 2.00772'/> |
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.35051'/> |
2266 | <fieldValue name='cylinderTranslation' value='-0.03066 2.37245 1.67092'/> |
2267 | <fieldValue name='coneTranslation' value='-0.04496 2.37274 1.67622'/> |
2268 | <fieldValue name='rotation' value='12.18432 -0.00000 32.85857 1.55199'/> |
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.51353'/> |
2277 | <fieldValue name='cylinderTranslation' value='2.06922 0.12900 -2.39319'/> |
2278 | <fieldValue name='coneTranslation' value='2.07272 0.05123 -2.33571'/> |
2279 | <fieldValue name='rotation' value='30.50262 0 -1.85599 2.50423'/> |
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='1.03146'/> |
2288 | <fieldValue name='cylinderTranslation' value='1.90062 -0.33349 0.40362'/> |
2289 | <fieldValue name='coneTranslation' value='1.95662 -0.49345 0.09085'/> |
2290 | <fieldValue name='rotation' value='-90.68769 0 -16.23866 2.03717'/> |
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.91993'/> |
2299 | <fieldValue name='cylinderTranslation' value='1.78852 0.17902 1.22019'/> |
2300 | <fieldValue name='coneTranslation' value='1.76837 0.36202 1.45701'/> |
2301 | <fieldValue name='rotation' value='72.62684 -0.00000 6.18044 0.91463'/> |
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='1.01178'/> |
2310 | <fieldValue name='cylinderTranslation' value='1.97660 -0.60688 -0.55398'/> |
2311 | <fieldValue name='coneTranslation' value='1.97303 -0.63524 -0.89868'/> |
2312 | <fieldValue name='rotation' value='-100.83150 0 1.04280 1.65289'/> |
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.71495'/> |
2321 | <fieldValue name='cylinderTranslation' value='2.10364 -0.57483 -1.42911'/> |
2322 | <fieldValue name='coneTranslation' value='2.04923 -0.64655 -1.25335'/> |
2323 | <fieldValue name='rotation' value='63.63326 -0.00000 19.69711 1.94252'/> |
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.14728'/> |
2332 | <fieldValue name='cylinderTranslation' value='-1.05757 2.62946 -0.47132'/> |
2333 | <fieldValue name='coneTranslation' value='-1.04114 2.69027 -0.41223'/> |
2334 | <fieldValue name='rotation' value='-10.07599 0 2.80303 2.35190'/> |
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.17983'/> |
2343 | <fieldValue name='cylinderTranslation' value='-0.98176 2.69840 -0.35790'/> |
2344 | <fieldValue name='coneTranslation' value='-1.02993 2.68508 -0.40704'/> |
2345 | <fieldValue name='rotation' value='12.60669 0 -12.35956 1.37952'/> |
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.87287'/> |
2354 | <fieldValue name='cylinderTranslation' value='0.35352 -1.76499 -0.07668'/> |
2355 | <fieldValue name='coneTranslation' value='0.13211 -1.92997 -0.09002'/> |
2356 | <fieldValue name='rotation' value='-4.21155 0 69.91059 2.21032'/> |
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.77632'/> |
2365 | <fieldValue name='cylinderTranslation' value='1.08214 -1.46957 -0.13144'/> |
2366 | <fieldValue name='coneTranslation' value='1.30496 -1.44903 -0.17601'/> |
2367 | <fieldValue name='rotation' value='-15.16476 0 -75.81456 1.48064'/> |
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='1.41625'/> |
2376 | <fieldValue name='cylinderTranslation' value='1.10688 -1.02846 0.27867'/> |
2377 | <fieldValue name='coneTranslation' value='1.41945 -0.65997 0.53742'/> |
2378 | <fieldValue name='rotation' value='66.85747 0 -80.76220 0.83352'/> |
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.76112'/> |
2387 | <fieldValue name='cylinderTranslation' value='0.49114 -1.81566 0.00012'/> |
2388 | <fieldValue name='coneTranslation' value='0.36832 -1.99598 0.03242'/> |
2389 | <fieldValue name='rotation' value='11.14766 -0.00000 42.38555 2.52798'/> |
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.70440'/> |
2398 | <fieldValue name='cylinderTranslation' value='2.25111 -0.65058 -1.35716'/> |
2399 | <fieldValue name='coneTranslation' value='2.38533 -0.62106 -1.49152'/> |
2400 | <fieldValue name='rotation' value='-49.24339 0 -49.19167 1.41661'/> |
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.74350'/> |
2409 | <fieldValue name='cylinderTranslation' value='1.92266 -0.95691 -0.85061'/> |
2410 | <fieldValue name='coneTranslation' value='1.87568 -1.10058 -0.70233'/> |
2411 | <fieldValue name='rotation' value='52.06547 -0.00000 16.49742 2.31653'/> |
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.72055'/> |
2420 | <fieldValue name='cylinderTranslation' value='2.12408 -0.88496 -0.82259'/> |
2421 | <fieldValue name='coneTranslation' value='2.19019 -0.98519 -0.66229'/> |
2422 | <fieldValue name='rotation' value='57.67071 0 -23.78534 2.09490'/> |
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.71551'/> |
2431 | <fieldValue name='cylinderTranslation' value='0.60005 1.85272 1.78381'/> |
2432 | <fieldValue name='coneTranslation' value='0.48144 1.96380 1.89650'/> |
2433 | <fieldValue name='rotation' value='40.77200 -0.00000 42.91745 0.97435'/> |
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='1.29502'/> |
2442 | <fieldValue name='cylinderTranslation' value='0.43789 1.97152 1.16151'/> |
2443 | <fieldValue name='coneTranslation' value='0.15423 2.21226 0.84647'/> |
2444 | <fieldValue name='rotation' value='-83.68739 0 75.35037 1.05433'/> |
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.59844'/> |
2453 | <fieldValue name='cylinderTranslation' value='1.01722 1.48246 1.72078'/> |
2454 | <fieldValue name='coneTranslation' value='1.11147 1.40369 1.78630'/> |
2455 | <fieldValue name='rotation' value='28.16555 0 -40.51467 2.17222'/> |
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.67084'/> |
2464 | <fieldValue name='cylinderTranslation' value='-1.37202 2.45050 -0.59972'/> |
2465 | <fieldValue name='coneTranslation' value='-1.52915 2.38403 -0.64053'/> |
2466 | <fieldValue name='rotation' value='-15.60534 0 60.08712 1.95947'/> |
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.04008'/> |
2475 | <fieldValue name='cylinderTranslation' value='-2.31678 -1.41274 -0.67699'/> |
2476 | <fieldValue name='coneTranslation' value='-2.29399 -1.30495 -0.76331'/> |
2477 | <fieldValue name='rotation' value='2.47165 -0.00000 0.65274 2.44991'/> |
2478 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2479 | <fieldValue name='ballRadius' value='0.02'/> |
2480 | <fieldValue name='traceEnabled' value='false'/> |
2481 | <fieldValue name='displayMode'/> |
2482 | <fieldValue name='transparency' value='0'/> |
2483 | </ProtoInstance> |
2484 | <ProtoInstance name='Arc'> |
2485 | <fieldValue name='cylinderHeight' value='0.49984'/> |
2486 | <fieldValue name='cylinderTranslation' value='-0.95775 -1.93075 -0.25642'/> |
2487 | <fieldValue name='coneTranslation' value='-1.00540 -1.85531 -0.24530'/> |
2488 | <fieldValue name='rotation' value='6.18282 -0.00000 26.49099 0.57547'/> |
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.27088'/> |
2497 | <fieldValue name='cylinderTranslation' value='-0.73770 -2.24367 -0.29059'/> |
2498 | <fieldValue name='coneTranslation' value='-0.75358 -2.22495 -0.29000'/> |
2499 | <fieldValue name='rotation' value='-0.65114 0 -17.51823 2.43774'/> |
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.26279'/> |
2508 | <fieldValue name='cylinderTranslation' value='-0.74358 -2.21511 -0.04577'/> |
2509 | <fieldValue name='coneTranslation' value='-0.76271 -2.19731 -0.05742'/> |
2510 | <fieldValue name='rotation' value='10.70741 0 -17.57124 2.24209'/> |
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.50286'/> |
2519 | <fieldValue name='cylinderTranslation' value='-0.96082 -1.92723 -0.16241'/> |
2520 | <fieldValue name='coneTranslation' value='-1.00787 -1.85227 -0.18535'/> |
2521 | <fieldValue name='rotation' value='-12.62002 0 25.87650 0.60957'/> |
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.10635'/> |
2530 | <fieldValue name='cylinderTranslation' value='1.96299 -1.64227 -0.15659'/> |
2531 | <fieldValue name='coneTranslation' value='1.93048 -1.65416 -0.05553'/> |
2532 | <fieldValue name='rotation' value='-10.06137 0 -3.23665 1.45922'/> |
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.35920'/> |
2541 | <fieldValue name='cylinderTranslation' value='1.97930 -1.82295 -0.08064'/> |
2542 | <fieldValue name='coneTranslation' value='1.98285 -1.84202 -0.07784'/> |
2543 | <fieldValue name='rotation' value='5.12796 0 -6.50025 2.90900'/> |
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.00000'/> |
2552 | <fieldValue name='cylinderTranslation' value='-0.32052 2.75349 -1.05090'/> |
2553 | <fieldValue name='coneTranslation' value='-0.24577 2.84381 -0.94202'/> |
2554 | <fieldValue name='rotation' value='-0.00032 0 0.00022 2.17064'/> |
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.27008'/> |
2563 | <fieldValue name='cylinderTranslation' value='-2.21602 -0.06502 2.13428'/> |
2564 | <fieldValue name='coneTranslation' value='-2.20572 -0.04748 2.14875'/> |
2565 | <fieldValue name='rotation' value='-15.65812 0 11.14390 2.34981'/> |
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.35604'/> |
2574 | <fieldValue name='cylinderTranslation' value='2.24735 0.43943 -2.11494'/> |
2575 | <fieldValue name='coneTranslation' value='2.25120 0.45702 -2.11553'/> |
2576 | <fieldValue name='rotation' value='-1.16472 0 -7.60322 0.21776'/> |
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.39052'/> |
2585 | <fieldValue name='cylinderTranslation' value='1.11806 1.45443 1.77316'/> |
2586 | <fieldValue name='coneTranslation' value='1.13643 1.42892 1.78913'/> |
2587 | <fieldValue name='rotation' value='17.68953 0 -20.34500 2.37960'/> |
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.35438'/> |
2596 | <fieldValue name='cylinderTranslation' value='2.03477 -1.79568 -0.26093'/> |
2597 | <fieldValue name='coneTranslation' value='2.04016 -1.81113 -0.26617'/> |
2598 | <fieldValue name='rotation' value='-10.80658 0 -11.12020 2.68871'/> |
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.10449'/> |
2607 | <fieldValue name='cylinderTranslation' value='0.48980 2.51679 1.43870'/> |
2608 | <fieldValue name='coneTranslation' value='0.49921 2.46951 1.53508'/> |
2609 | <fieldValue name='rotation' value='-9.34512 0 0.91239 1.11662'/> |
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.51461'/> |
2618 | <fieldValue name='cylinderTranslation' value='2.13472 -0.75999 -2.06842'/> |
2619 | <fieldValue name='coneTranslation' value='2.12218 -0.70696 -1.98781'/> |
2620 | <fieldValue name='rotation' value='42.63258 -0.00000 6.63534 0.99436'/> |
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.50830'/> |
2629 | <fieldValue name='cylinderTranslation' value='1.89480 -0.52024 -2.46239'/> |
2630 | <fieldValue name='coneTranslation' value='1.85713 -0.57771 -2.52675'/> |
2631 | <fieldValue name='rotation' value='-34.74327 0 20.34008 2.22745'/> |
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.23400'/> |
2640 | <fieldValue name='cylinderTranslation' value='2.09400 -0.31000 -2.32257'/> |
2641 | <fieldValue name='coneTranslation' value='2.05817 -0.33024 -2.31011'/> |
2642 | <fieldValue name='rotation' value='-6.77784 0 -19.50011 1.08059'/> |
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.00000'/> |
2651 | <fieldValue name='cylinderTranslation' value='1.32632 -0.32962 -2.73516'/> |
2652 | <fieldValue name='coneTranslation' value='1.42506 -0.44288 -2.79013'/> |
2653 | <fieldValue name='rotation' value='0.00004 -0.00000 0.00006 0.78432'/> |
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.80818'/> |
2662 | <fieldValue name='cylinderTranslation' value='2.03646 -0.63406 -1.45670'/> |
2663 | <fieldValue name='coneTranslation' value='1.99715 -0.64270 -1.21595'/> |
2664 | <fieldValue name='rotation' value='79.71193 -0.00000 13.01642 1.60620'/> |
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.37774'/> |
2673 | <fieldValue name='cylinderTranslation' value='2.32414 -1.35781 0.38569'/> |
2674 | <fieldValue name='coneTranslation' value='2.30420 -1.34852 0.36699'/> |
2675 | <fieldValue name='rotation' value='-24.46103 0 26.09036 1.24311'/> |
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.10581'/> |
2684 | <fieldValue name='cylinderTranslation' value='-2.55374 -1.15835 -0.34529'/> |
2685 | <fieldValue name='coneTranslation' value='-2.55983 -1.05907 -0.38499'/> |
2686 | <fieldValue name='rotation' value='3.92234 0 -0.60226 2.75717'/> |
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.15515'/> |
2695 | <fieldValue name='cylinderTranslation' value='0.52331 2.54899 1.32503'/> |
2696 | <fieldValue name='coneTranslation' value='0.56376 2.55886 1.25389'/> |
2697 | <fieldValue name='rotation' value='13.38981 -0.00000 7.61422 1.69076'/> |
2698 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2699 | <fieldValue name='ballRadius' value='0.02'/> |
2700 | <fieldValue name='traceEnabled' value='false'/> |
2701 | <fieldValue name='displayMode'/> |
2702 | <fieldValue name='transparency' value='0'/> |
2703 | </ProtoInstance> |
2704 | <ProtoInstance name='Arc'> |
2705 | <fieldValue name='cylinderHeight' value='0.34568'/> |
2706 | <fieldValue name='cylinderTranslation' value='0.61877 2.65056 1.12368'/> |
2707 | <fieldValue name='coneTranslation' value='0.62304 2.65742 1.11369'/> |
2708 | <fieldValue name='rotation' value='-26.87982 0 -11.47906 1.00754'/> |
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.04599'/> |
2717 | <fieldValue name='cylinderTranslation' value='1.84383 1.08606 1.98046'/> |
2718 | <fieldValue name='coneTranslation' value='1.87527 1.21107 1.93406'/> |
2719 | <fieldValue name='rotation' value='1.55781 -0.00000 1.05540 2.72010'/> |
2720 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2721 | <fieldValue name='ballRadius' value='0.02'/> |
2722 | <fieldValue name='traceEnabled' value='false'/> |
2723 | <fieldValue name='displayMode'/> |
2724 | <fieldValue name='transparency' value='0'/> |
2725 | </ProtoInstance> |
2726 | <ProtoInstance name='Arc'> |
2727 | <fieldValue name='cylinderHeight' value='0.06992'/> |
2728 | <fieldValue name='cylinderTranslation' value='2.27747 -1.25105 0.02661'/> |
2729 | <fieldValue name='coneTranslation' value='2.32561 -1.18247 0.11942'/> |
2730 | <fieldValue name='rotation' value='-5.18994 0 2.69163 2.15129'/> |
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.38814'/> |
2739 | <fieldValue name='cylinderTranslation' value='1.82261 0.54306 1.74605'/> |
2740 | <fieldValue name='coneTranslation' value='1.81120 0.52841 1.71748'/> |
2741 | <fieldValue name='rotation' value='-32.54481 0 12.99764 2.01516'/> |
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.27080'/> |
2750 | <fieldValue name='cylinderTranslation' value='2.15437 -1.24396 -0.07432'/> |
2751 | <fieldValue name='coneTranslation' value='2.17429 -1.24873 -0.06070'/> |
2752 | <fieldValue name='rotation' value='-14.99550 0 21.92824 1.37558'/> |
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.00044'/> |
2761 | <fieldValue name='cylinderTranslation' value='-2.39106 -1.56934 0.42403'/> |
2762 | <fieldValue name='coneTranslation' value='-2.42708 -1.42955 0.49252'/> |
2763 | <fieldValue name='rotation' value='-0.01867 0 -0.00982 2.63600'/> |
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.58310'/> |
2772 | <fieldValue name='cylinderTranslation' value='2.27018 -1.40246 -0.14351'/> |
2773 | <fieldValue name='coneTranslation' value='2.37191 -1.48583 -0.14089'/> |
2774 | <fieldValue name='rotation' value='1.15832 0 -45.09045 2.25718'/> |
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.41931'/> |
2783 | <fieldValue name='cylinderTranslation' value='2.07893 -1.11962 -0.33142'/> |
2784 | <fieldValue name='coneTranslation' value='2.08702 -1.09640 -0.37455'/> |
2785 | <fieldValue name='rotation' value='-36.42435 0 -6.83874 1.08405'/> |
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.58127'/> |
2794 | <fieldValue name='cylinderTranslation' value='-2.37288 -1.10901 -0.79214'/> |
2795 | <fieldValue name='coneTranslation' value='-2.38836 -1.06161 -0.91289'/> |
2796 | <fieldValue name='rotation' value='-53.72643 0 6.88660 1.19948'/> |
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.20446'/> |
2805 | <fieldValue name='cylinderTranslation' value='-2.35669 -1.30282 -0.57160'/> |
2806 | <fieldValue name='coneTranslation' value='-2.34638 -1.25289 -0.54443'/> |
2807 | <fieldValue name='rotation' value='-9.61825 0 3.64762 2.61440'/> |
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.29026'/> |
2816 | <fieldValue name='cylinderTranslation' value='-2.44459 -1.21093 -0.42459'/> |
2817 | <fieldValue name='coneTranslation' value='-2.43371 -1.21130 -0.43473'/> |
2818 | <fieldValue name='rotation' value='19.78332 -0.00000 21.22765 1.54643'/> |
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.58409'/> |
2827 | <fieldValue name='cylinderTranslation' value='1.65070 -1.32188 -0.39878'/> |
2828 | <fieldValue name='coneTranslation' value='1.73637 -1.27091 -0.48536'/> |
2829 | <fieldValue name='rotation' value='-38.30173 0 -37.89612 1.17446'/> |
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.00001'/> |
2838 | <fieldValue name='cylinderTranslation' value='-0.52415 -2.55881 -0.82770'/> |
2839 | <fieldValue name='coneTranslation' value='-0.40984 -2.49715 -0.92114'/> |
2840 | <fieldValue name='rotation' value='0.00038 -0.00000 0.00047 1.96641'/> |
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.67524'/> |
2849 | <fieldValue name='cylinderTranslation' value='2.04225 -0.83496 -0.78584'/> |
2850 | <fieldValue name='coneTranslation' value='2.07953 -0.93313 -0.64259'/> |
2851 | <fieldValue name='rotation' value='54.45936 0 -14.17374 2.15638'/> |
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.24021'/> |
2860 | <fieldValue name='cylinderTranslation' value='2.13500 -0.16613 -2.29857'/> |
2861 | <fieldValue name='coneTranslation' value='2.11624 -0.13665 -2.27934'/> |
2862 | <fieldValue name='rotation' value='-11.57790 0 -11.30003 2.40266'/> |
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.40182'/> |
2871 | <fieldValue name='cylinderTranslation' value='-2.58016 -0.72945 -0.51966'/> |
2872 | <fieldValue name='coneTranslation' value='-2.59485 -0.69720 -0.54010'/> |
2873 | <fieldValue name='rotation' value='-20.07646 0 14.42956 0.66276'/> |
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='Vertex'> |
2881 | <fieldValue name='vertexText' value='"2010-02-17-CHFINTERNATIONAL.ORG-NODE"'/> |
2882 | <fieldValue name='description' value='1: 2010-02-17-CHFINTERNATIONAL.ORG-NODE'/> |
2883 | <fieldValue name='url'/> |
2884 | <fieldValue name='radius' value='0.1500'/> |
2885 | <fieldValue name='displayMode'/> |
2886 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2887 | <fieldValue name='transparency' value='0'/> |
2888 | <fieldValue name='translation' value='-2.18747 -1.25994 -0.29047'/> |
2889 | <fieldValue name='textTranslation' value='-2.03747 -1.25994 -0.29047'/> |
2890 | <fieldValue name='textColor' value='0 0 0'/> |
2891 | </ProtoInstance> |
2892 | <ProtoInstance name='Vertex'> |
2893 | <fieldValue name='vertexText' value='"2010-02-17-CRS.ORG"'/> |
2894 | <fieldValue name='description' value='2: 2010-02-17-CRS.ORG'/> |
2895 | <fieldValue name='url'/> |
2896 | <fieldValue name='radius' value='0.1500'/> |
2897 | <fieldValue name='displayMode'/> |
2898 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2899 | <fieldValue name='transparency' value='0'/> |
2900 | <fieldValue name='translation' value='1.99697 -0.23975 -1.99495'/> |
2901 | <fieldValue name='textTranslation' value='2.14697 -0.23975 -1.99495'/> |
2902 | <fieldValue name='textColor' value='0 0 0'/> |
2903 | </ProtoInstance> |
2904 | <ProtoInstance name='Vertex'> |
2905 | <fieldValue name='vertexText' value='"2010-02-17-DEFENSE.GOV"'/> |
2906 | <fieldValue name='description' value='3: 2010-02-17-DEFENSE.GOV'/> |
2907 | <fieldValue name='url'/> |
2908 | <fieldValue name='radius' value='0.1500'/> |
2909 | <fieldValue name='displayMode'/> |
2910 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2911 | <fieldValue name='transparency' value='0'/> |
2912 | <fieldValue name='translation' value='0.49495 2.15766 1.41492'/> |
2913 | <fieldValue name='textTranslation' value='0.64495 2.15766 1.41492'/> |
2914 | <fieldValue name='textColor' value='0 0 0'/> |
2915 | </ProtoInstance> |
2916 | <ProtoInstance name='Vertex'> |
2917 | <fieldValue name='vertexText' value='"2010-02-17-DEFENSE.GOV-TRANSCRIPTS"'/> |
2918 | <fieldValue name='description' value='4: 2010-02-17-DEFENSE.GOV-TRANSCRIPTS'/> |
2919 | <fieldValue name='url'/> |
2920 | <fieldValue name='radius' value='0.1500'/> |
2921 | <fieldValue name='displayMode'/> |
2922 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2923 | <fieldValue name='transparency' value='0'/> |
2924 | <fieldValue name='translation' value='1.44179 0.85874 1.85793'/> |
2925 | <fieldValue name='textTranslation' value='1.59179 0.85874 1.85793'/> |
2926 | <fieldValue name='textColor' value='0 0 0'/> |
2927 | </ProtoInstance> |
2928 | <ProtoInstance name='Vertex'> |
2929 | <fieldValue name='vertexText' value='"2010-02-17-FACEBOOK.COM-PAGES"'/> |
2930 | <fieldValue name='description' value='5: 2010-02-17-FACEBOOK.COM-PAGES'/> |
2931 | <fieldValue name='url'/> |
2932 | <fieldValue name='radius' value='0.1500'/> |
2933 | <fieldValue name='displayMode'/> |
2934 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2935 | <fieldValue name='transparency' value='0'/> |
2936 | <fieldValue name='translation' value='-0.74055 2.58588 -0.45921'/> |
2937 | <fieldValue name='textTranslation' value='-0.59055 2.58588 -0.45921'/> |
2938 | <fieldValue name='textColor' value='0 0 0'/> |
2939 | </ProtoInstance> |
2940 | <ProtoInstance name='Vertex'> |
2941 | <fieldValue name='vertexText' value='"2010-02-17-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS"'/> |
2942 | <fieldValue name='description' value='6: 2010-02-17-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS'/> |
2943 | <fieldValue name='url'/> |
2944 | <fieldValue name='radius' value='0.1500'/> |
2945 | <fieldValue name='displayMode'/> |
2946 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2947 | <fieldValue name='transparency' value='0'/> |
2948 | <fieldValue name='translation' value='-1.31805 2.56545 -0.52392'/> |
2949 | <fieldValue name='textTranslation' value='-1.16805 2.56545 -0.52392'/> |
2950 | <fieldValue name='textColor' value='0 0 0'/> |
2951 | </ProtoInstance> |
2952 | <ProtoInstance name='Vertex'> |
2953 | <fieldValue name='vertexText' value='"2010-02-17-STATE.GOV-P"'/> |
2954 | <fieldValue name='description' value='7: 2010-02-17-STATE.GOV-P'/> |
2955 | <fieldValue name='url'/> |
2956 | <fieldValue name='radius' value='0.1500'/> |
2957 | <fieldValue name='displayMode'/> |
2958 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2959 | <fieldValue name='transparency' value='0'/> |
2960 | <fieldValue name='translation' value='-0.42484 -1.99037 -0.19433'/> |
2961 | <fieldValue name='textTranslation' value='-0.27484 -1.99037 -0.19433'/> |
2962 | <fieldValue name='textColor' value='0 0 0'/> |
2963 | </ProtoInstance> |
2964 | <ProtoInstance name='Vertex'> |
2965 | <fieldValue name='vertexText' value='"2010-02-17-TWITTER.COM-HAITI_INRELIEF"'/> |
2966 | <fieldValue name='description' value='8: 2010-02-17-TWITTER.COM-HAITI_INRELIEF'/> |
2967 | <fieldValue name='url'/> |
2968 | <fieldValue name='radius' value='0.1500'/> |
2969 | <fieldValue name='displayMode'/> |
2970 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
2971 | <fieldValue name='transparency' value='0'/> |
2972 | <fieldValue name='translation' value='-2.26749 -0.30901 1.85456'/> |
2973 | <fieldValue name='textTranslation' value='-2.11749 -0.30901 1.85456'/> |
2974 | <fieldValue name='textColor' value='0 0 0'/> |
2975 | </ProtoInstance> |
2976 | <ProtoInstance name='Vertex'> |
2977 | <fieldValue name='vertexText' value='"2010-02-17-WORLDCONCERN.ORG-INDEX"'/> |
2978 | <fieldValue name='description' value='9: 2010-02-17-WORLDCONCERN.ORG-INDEX'/> |
2979 | <fieldValue name='url'/> |
2980 | <fieldValue name='radius' value='0.1500'/> |
2981 | <fieldValue name='displayMode'/> |
2982 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
2983 | <fieldValue name='transparency' value='0'/> |
2984 | <fieldValue name='translation' value='1.86504 -1.10649 -0.11366'/> |
2985 | <fieldValue name='textTranslation' value='2.01504 -1.10649 -0.11366'/> |
2986 | <fieldValue name='textColor' value='0 0 0'/> |
2987 | </ProtoInstance> |
2988 | <ProtoInstance name='Vertex'> |
2989 | <fieldValue name='vertexText' value=' "Haiti/2010-02-17/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-17.simple" '/> |
2990 | <fieldValue name='description' value='10: Haiti/2010-02-17/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-17.simple'/> |
2991 | <fieldValue name='url'/> |
2992 | <fieldValue name='radius' value='0.1500'/> |
2993 | <fieldValue name='displayMode'/> |
2994 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
2995 | <fieldValue name='transparency' value='0'/> |
2996 | <fieldValue name='translation' value='-2.48530 1.50617 0.82927'/> |
2997 | <fieldValue name='textTranslation' value='-2.33530 1.50617 0.82927'/> |
2998 | <fieldValue name='textColor' value='0 0 0'/> |
2999 | </ProtoInstance> |
3000 | <ProtoInstance name='Vertex'> |
3001 | <fieldValue name='vertexText' value='"action"'/> |
3002 | <fieldValue name='description' value='11: action'/> |
3003 | <fieldValue name='url'/> |
3004 | <fieldValue name='radius' value='0.1500'/> |
3005 | <fieldValue name='displayMode'/> |
3006 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3007 | <fieldValue name='transparency' value='0'/> |
3008 | <fieldValue name='translation' value='1.83374 -0.08318 -2.46375'/> |
3009 | <fieldValue name='textTranslation' value='1.98374 -0.08318 -2.46375'/> |
3010 | <fieldValue name='textColor' value='0 0 0'/> |
3011 | </ProtoInstance> |
3012 | <ProtoInstance name='Vertex'> |
3013 | <fieldValue name='vertexText' value='"activities"'/> |
3014 | <fieldValue name='description' value='12: activities'/> |
3015 | <fieldValue name='url'/> |
3016 | <fieldValue name='radius' value='0.1500'/> |
3017 | <fieldValue name='displayMode'/> |
3018 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3019 | <fieldValue name='transparency' value='0'/> |
3020 | <fieldValue name='translation' value='-0.48079 -2.72319 0.14850'/> |
3021 | <fieldValue name='textTranslation' value='-0.33079 -2.72319 0.14850'/> |
3022 | <fieldValue name='textColor' value='0 0 0'/> |
3023 | </ProtoInstance> |
3024 | <ProtoInstance name='Vertex'> |
3025 | <fieldValue name='vertexText' value='"affairs"'/> |
3026 | <fieldValue name='description' value='13: affairs'/> |
3027 | <fieldValue name='url'/> |
3028 | <fieldValue name='radius' value='0.1500'/> |
3029 | <fieldValue name='displayMode'/> |
3030 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3031 | <fieldValue name='transparency' value='0'/> |
3032 | <fieldValue name='translation' value='-0.51040 2.60878 -0.01177'/> |
3033 | <fieldValue name='textTranslation' value='-0.36040 2.60878 -0.01177'/> |
3034 | <fieldValue name='textColor' value='0 0 0'/> |
3035 | </ProtoInstance> |
3036 | <ProtoInstance name='Vertex'> |
3037 | <fieldValue name='vertexText' value='"afghanistan"'/> |
3038 | <fieldValue name='description' value='14: afghanistan'/> |
3039 | <fieldValue name='url'/> |
3040 | <fieldValue name='radius' value='0.1500'/> |
3041 | <fieldValue name='displayMode'/> |
3042 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3043 | <fieldValue name='transparency' value='0'/> |
3044 | <fieldValue name='translation' value='0.16309 2.43110 1.21723'/> |
3045 | <fieldValue name='textTranslation' value='0.31309 2.43110 1.21723'/> |
3046 | <fieldValue name='textColor' value='0 0 0'/> |
3047 | </ProtoInstance> |
3048 | <ProtoInstance name='Vertex'> |
3049 | <fieldValue name='vertexText' value='"agency"'/> |
3050 | <fieldValue name='description' value='15: agency'/> |
3051 | <fieldValue name='url'/> |
3052 | <fieldValue name='radius' value='0.1500'/> |
3053 | <fieldValue name='displayMode'/> |
3054 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3055 | <fieldValue name='transparency' value='0'/> |
3056 | <fieldValue name='translation' value='1.66454 1.05999 2.21861'/> |
3057 | <fieldValue name='textTranslation' value='1.81454 1.05999 2.21861'/> |
3058 | <fieldValue name='textColor' value='0 0 0'/> |
3059 | </ProtoInstance> |
3060 | <ProtoInstance name='Vertex'> |
3061 | <fieldValue name='vertexText' value='"aid"'/> |
3062 | <fieldValue name='description' value='16: aid'/> |
3063 | <fieldValue name='url'/> |
3064 | <fieldValue name='radius' value='0.1500'/> |
3065 | <fieldValue name='displayMode'/> |
3066 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3067 | <fieldValue name='transparency' value='0'/> |
3068 | <fieldValue name='translation' value='2.41629 0.01025 -2.09190'/> |
3069 | <fieldValue name='textTranslation' value='2.56629 0.01025 -2.09190'/> |
3070 | <fieldValue name='textColor' value='0 0 0'/> |
3071 | </ProtoInstance> |
3072 | <ProtoInstance name='Vertex'> |
3073 | <fieldValue name='vertexText' value='"air"'/> |
3074 | <fieldValue name='description' value='17: air'/> |
3075 | <fieldValue name='url'/> |
3076 | <fieldValue name='radius' value='0.1500'/> |
3077 | <fieldValue name='displayMode'/> |
3078 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3079 | <fieldValue name='transparency' value='0'/> |
3080 | <fieldValue name='translation' value='0.36857 2.04336 1.98629'/> |
3081 | <fieldValue name='textTranslation' value='0.51857 2.04336 1.98629'/> |
3082 | <fieldValue name='textColor' value='0 0 0'/> |
3083 | </ProtoInstance> |
3084 | <ProtoInstance name='Vertex'> |
3085 | <fieldValue name='vertexText' value='"aircraft"'/> |
3086 | <fieldValue name='description' value='18: aircraft'/> |
3087 | <fieldValue name='url'/> |
3088 | <fieldValue name='radius' value='0.1500'/> |
3089 | <fieldValue name='displayMode'/> |
3090 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3091 | <fieldValue name='transparency' value='0'/> |
3092 | <fieldValue name='translation' value='0.61856 2.19902 1.52199'/> |
3093 | <fieldValue name='textTranslation' value='0.76856 2.19902 1.52199'/> |
3094 | <fieldValue name='textColor' value='0 0 0'/> |
3095 | </ProtoInstance> |
3096 | <ProtoInstance name='Vertex'> |
3097 | <fieldValue name='vertexText' value='"alerts"'/> |
3098 | <fieldValue name='description' value='19: alerts'/> |
3099 | <fieldValue name='url'/> |
3100 | <fieldValue name='radius' value='0.1500'/> |
3101 | <fieldValue name='displayMode'/> |
3102 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3103 | <fieldValue name='transparency' value='0'/> |
3104 | <fieldValue name='translation' value='1.59134 0.04892 -2.75390'/> |
3105 | <fieldValue name='textTranslation' value='1.74134 0.04892 -2.75390'/> |
3106 | <fieldValue name='textColor' value='0 0 0'/> |
3107 | </ProtoInstance> |
3108 | <ProtoInstance name='Vertex'> |
3109 | <fieldValue name='vertexText' value='"amazing"'/> |
3110 | <fieldValue name='description' value='20: amazing'/> |
3111 | <fieldValue name='url'/> |
3112 | <fieldValue name='radius' value='0.1500'/> |
3113 | <fieldValue name='displayMode'/> |
3114 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3115 | <fieldValue name='transparency' value='0'/> |
3116 | <fieldValue name='translation' value='1.88492 -0.98278 0.78433'/> |
3117 | <fieldValue name='textTranslation' value='2.03492 -0.98278 0.78433'/> |
3118 | <fieldValue name='textColor' value='0 0 0'/> |
3119 | </ProtoInstance> |
3120 | <ProtoInstance name='Vertex'> |
3121 | <fieldValue name='vertexText' value='"ambassador"'/> |
3122 | <fieldValue name='description' value='21: ambassador'/> |
3123 | <fieldValue name='url'/> |
3124 | <fieldValue name='radius' value='0.1500'/> |
3125 | <fieldValue name='displayMode'/> |
3126 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3127 | <fieldValue name='transparency' value='0'/> |
3128 | <fieldValue name='translation' value='1.63075 0.89119 1.93454'/> |
3129 | <fieldValue name='textTranslation' value='1.78075 0.89119 1.93454'/> |
3130 | <fieldValue name='textColor' value='0 0 0'/> |
3131 | </ProtoInstance> |
3132 | <ProtoInstance name='Vertex'> |
3133 | <fieldValue name='vertexText' value='"americas"'/> |
3134 | <fieldValue name='description' value='22: americas'/> |
3135 | <fieldValue name='url'/> |
3136 | <fieldValue name='radius' value='0.1500'/> |
3137 | <fieldValue name='displayMode'/> |
3138 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3139 | <fieldValue name='transparency' value='0'/> |
3140 | <fieldValue name='translation' value='-0.58622 -2.11000 -0.09570'/> |
3141 | <fieldValue name='textTranslation' value='-0.43622 -2.11000 -0.09570'/> |
3142 | <fieldValue name='textColor' value='0 0 0'/> |
3143 | </ProtoInstance> |
3144 | <ProtoInstance name='Vertex'> |
3145 | <fieldValue name='vertexText' value='"army"'/> |
3146 | <fieldValue name='description' value='23: army'/> |
3147 | <fieldValue name='url'/> |
3148 | <fieldValue name='radius' value='0.1500'/> |
3149 | <fieldValue name='displayMode'/> |
3150 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3151 | <fieldValue name='transparency' value='0'/> |
3152 | <fieldValue name='translation' value='1.28010 0.85630 2.36613'/> |
3153 | <fieldValue name='textTranslation' value='1.43010 0.85630 2.36613'/> |
3154 | <fieldValue name='textColor' value='0 0 0'/> |
3155 | </ProtoInstance> |
3156 | <ProtoInstance name='Vertex'> |
3157 | <fieldValue name='vertexText' value='"baltimore"'/> |
3158 | <fieldValue name='description' value='24: baltimore'/> |
3159 | <fieldValue name='url'/> |
3160 | <fieldValue name='radius' value='0.1500'/> |
3161 | <fieldValue name='displayMode'/> |
3162 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3163 | <fieldValue name='transparency' value='0'/> |
3164 | <fieldValue name='translation' value='1.91078 -0.44180 -2.44174'/> |
3165 | <fieldValue name='textTranslation' value='2.06078 -0.44180 -2.44174'/> |
3166 | <fieldValue name='textColor' value='0 0 0'/> |
3167 | </ProtoInstance> |
3168 | <ProtoInstance name='Vertex'> |
3169 | <fieldValue name='vertexText' value='"base"'/> |
3170 | <fieldValue name='description' value='25: base'/> |
3171 | <fieldValue name='url'/> |
3172 | <fieldValue name='radius' value='0.1500'/> |
3173 | <fieldValue name='displayMode'/> |
3174 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3175 | <fieldValue name='transparency' value='0'/> |
3176 | <fieldValue name='translation' value='1.05293 2.26644 1.65985'/> |
3177 | <fieldValue name='textTranslation' value='1.20293 2.26644 1.65985'/> |
3178 | <fieldValue name='textColor' value='0 0 0'/> |
3179 | </ProtoInstance> |
3180 | <ProtoInstance name='Vertex'> |
3181 | <fieldValue name='vertexText' value='"beans"'/> |
3182 | <fieldValue name='description' value='26: beans'/> |
3183 | <fieldValue name='url'/> |
3184 | <fieldValue name='radius' value='0.1500'/> |
3185 | <fieldValue name='displayMode'/> |
3186 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3187 | <fieldValue name='transparency' value='0'/> |
3188 | <fieldValue name='translation' value='2.65814 -1.24791 -0.42470'/> |
3189 | <fieldValue name='textTranslation' value='2.80814 -1.24791 -0.42470'/> |
3190 | <fieldValue name='textColor' value='0 0 0'/> |
3191 | </ProtoInstance> |
3192 | <ProtoInstance name='Vertex'> |
3193 | <fieldValue name='vertexText' value='"beginning"'/> |
3194 | <fieldValue name='description' value='27: beginning'/> |
3195 | <fieldValue name='url'/> |
3196 | <fieldValue name='radius' value='0.1500'/> |
3197 | <fieldValue name='displayMode'/> |
3198 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3199 | <fieldValue name='transparency' value='0'/> |
3200 | <fieldValue name='translation' value='2.75392 -1.03214 0.22439'/> |
3201 | <fieldValue name='textTranslation' value='2.90392 -1.03214 0.22439'/> |
3202 | <fieldValue name='textColor' value='0 0 0'/> |
3203 | </ProtoInstance> |
3204 | <ProtoInstance name='Vertex'> |
3205 | <fieldValue name='vertexText' value='"briefing"'/> |
3206 | <fieldValue name='description' value='28: briefing'/> |
3207 | <fieldValue name='url'/> |
3208 | <fieldValue name='radius' value='0.1500'/> |
3209 | <fieldValue name='displayMode'/> |
3210 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3211 | <fieldValue name='transparency' value='0'/> |
3212 | <fieldValue name='translation' value='1.75954 0.69159 2.21859'/> |
3213 | <fieldValue name='textTranslation' value='1.90954 0.69159 2.21859'/> |
3214 | <fieldValue name='textColor' value='0 0 0'/> |
3215 | </ProtoInstance> |
3216 | <ProtoInstance name='Vertex'> |
3217 | <fieldValue name='vertexText' value='"build"'/> |
3218 | <fieldValue name='description' value='29: build'/> |
3219 | <fieldValue name='url'/> |
3220 | <fieldValue name='radius' value='0.1500'/> |
3221 | <fieldValue name='displayMode'/> |
3222 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3223 | <fieldValue name='transparency' value='0'/> |
3224 | <fieldValue name='translation' value='-0.24845 -2.34434 -0.06189'/> |
3225 | <fieldValue name='textTranslation' value='-0.09845 -2.34434 -0.06189'/> |
3226 | <fieldValue name='textColor' value='0 0 0'/> |
3227 | </ProtoInstance> |
3228 | <ProtoInstance name='Vertex'> |
3229 | <fieldValue name='vertexText' value='"buildup"'/> |
3230 | <fieldValue name='description' value='30: buildup'/> |
3231 | <fieldValue name='url'/> |
3232 | <fieldValue name='radius' value='0.1500'/> |
3233 | <fieldValue name='displayMode'/> |
3234 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3235 | <fieldValue name='transparency' value='0'/> |
3236 | <fieldValue name='translation' value='-0.12480 2.58002 1.36233'/> |
3237 | <fieldValue name='textTranslation' value='0.02520 2.58002 1.36233'/> |
3238 | <fieldValue name='textColor' value='0 0 0'/> |
3239 | </ProtoInstance> |
3240 | <ProtoInstance name='Vertex'> |
3241 | <fieldValue name='vertexText' value='"camps"'/> |
3242 | <fieldValue name='description' value='31: camps'/> |
3243 | <fieldValue name='url'/> |
3244 | <fieldValue name='radius' value='0.1500'/> |
3245 | <fieldValue name='displayMode'/> |
3246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3247 | <fieldValue name='transparency' value='0'/> |
3248 | <fieldValue name='translation' value='-2.75392 -0.69723 0.08454'/> |
3249 | <fieldValue name='textTranslation' value='-2.60392 -0.69723 0.08454'/> |
3250 | <fieldValue name='textColor' value='0 0 0'/> |
3251 | </ProtoInstance> |
3252 | <ProtoInstance name='Vertex'> |
3253 | <fieldValue name='vertexText' value='"cash"'/> |
3254 | <fieldValue name='description' value='32: cash'/> |
3255 | <fieldValue name='url'/> |
3256 | <fieldValue name='radius' value='0.1500'/> |
3257 | <fieldValue name='displayMode'/> |
3258 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3259 | <fieldValue name='transparency' value='0'/> |
3260 | <fieldValue name='translation' value='-2.33842 -1.44614 -0.63475'/> |
3261 | <fieldValue name='textTranslation' value='-2.18842 -1.44614 -0.63475'/> |
3262 | <fieldValue name='textColor' value='0 0 0'/> |
3263 | </ProtoInstance> |
3264 | <ProtoInstance name='Vertex'> |
3265 | <fieldValue name='vertexText' value='"catholic"'/> |
3266 | <fieldValue name='description' value='33: catholic'/> |
3267 | <fieldValue name='url'/> |
3268 | <fieldValue name='radius' value='0.1500'/> |
3269 | <fieldValue name='displayMode'/> |
3270 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3271 | <fieldValue name='transparency' value='0'/> |
3272 | <fieldValue name='translation' value='1.75347 0.63564 -2.41243'/> |
3273 | <fieldValue name='textTranslation' value='1.90347 0.63564 -2.41243'/> |
3274 | <fieldValue name='textColor' value='0 0 0'/> |
3275 | </ProtoInstance> |
3276 | <ProtoInstance name='Vertex'> |
3277 | <fieldValue name='vertexText' value='"catholics"'/> |
3278 | <fieldValue name='description' value='34: catholics'/> |
3279 | <fieldValue name='url'/> |
3280 | <fieldValue name='radius' value='0.1500'/> |
3281 | <fieldValue name='displayMode'/> |
3282 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3283 | <fieldValue name='transparency' value='0'/> |
3284 | <fieldValue name='translation' value='2.28736 0.61266 -2.11928'/> |
3285 | <fieldValue name='textTranslation' value='2.43736 0.61266 -2.11928'/> |
3286 | <fieldValue name='textColor' value='0 0 0'/> |
3287 | </ProtoInstance> |
3288 | <ProtoInstance name='Vertex'> |
3289 | <fieldValue name='vertexText' value='"celebrating"'/> |
3290 | <fieldValue name='description' value='35: celebrating'/> |
3291 | <fieldValue name='url'/> |
3292 | <fieldValue name='radius' value='0.1500'/> |
3293 | <fieldValue name='displayMode'/> |
3294 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3295 | <fieldValue name='transparency' value='0'/> |
3296 | <fieldValue name='translation' value='1.97340 -1.86209 0.49442'/> |
3297 | <fieldValue name='textTranslation' value='2.12340 -1.86209 0.49442'/> |
3298 | <fieldValue name='textColor' value='0 0 0'/> |
3299 | </ProtoInstance> |
3300 | <ProtoInstance name='Vertex'> |
3301 | <fieldValue name='vertexText' value='"chief"'/> |
3302 | <fieldValue name='description' value='36: chief'/> |
3303 | <fieldValue name='url'/> |
3304 | <fieldValue name='radius' value='0.1500'/> |
3305 | <fieldValue name='displayMode'/> |
3306 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3307 | <fieldValue name='transparency' value='0'/> |
3308 | <fieldValue name='translation' value='-2.45901 -0.98303 -0.61133'/> |
3309 | <fieldValue name='textTranslation' value='-2.30901 -0.98303 -0.61133'/> |
3310 | <fieldValue name='textColor' value='0 0 0'/> |
3311 | </ProtoInstance> |
3312 | <ProtoInstance name='Vertex'> |
3313 | <fieldValue name='vertexText' value='"coast"'/> |
3314 | <fieldValue name='description' value='37: coast'/> |
3315 | <fieldValue name='url'/> |
3316 | <fieldValue name='radius' value='0.1500'/> |
3317 | <fieldValue name='displayMode'/> |
3318 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3319 | <fieldValue name='transparency' value='0'/> |
3320 | <fieldValue name='translation' value='-0.86885 2.66512 -0.58849'/> |
3321 | <fieldValue name='textTranslation' value='-0.71885 2.66512 -0.58849'/> |
3322 | <fieldValue name='textColor' value='0 0 0'/> |
3323 | </ProtoInstance> |
3324 | <ProtoInstance name='Vertex'> |
3325 | <fieldValue name='vertexText' value='"commander"'/> |
3326 | <fieldValue name='description' value='38: commander'/> |
3327 | <fieldValue name='url'/> |
3328 | <fieldValue name='radius' value='0.1500'/> |
3329 | <fieldValue name='displayMode'/> |
3330 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3331 | <fieldValue name='transparency' value='0'/> |
3332 | <fieldValue name='translation' value='1.38449 1.27727 1.95964'/> |
3333 | <fieldValue name='textTranslation' value='1.53449 1.27727 1.95964'/> |
3334 | <fieldValue name='textColor' value='0 0 0'/> |
3335 | </ProtoInstance> |
3336 | <ProtoInstance name='Vertex'> |
3337 | <fieldValue name='vertexText' value='"contact"'/> |
3338 | <fieldValue name='description' value='39: contact'/> |
3339 | <fieldValue name='url'/> |
3340 | <fieldValue name='radius' value='0.1500'/> |
3341 | <fieldValue name='displayMode'/> |
3342 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3343 | <fieldValue name='transparency' value='0'/> |
3344 | <fieldValue name='translation' value='-2.37629 -0.74517 0.91447'/> |
3345 | <fieldValue name='textTranslation' value='-2.22629 -0.74517 0.91447'/> |
3346 | <fieldValue name='textColor' value='0 0 0'/> |
3347 | </ProtoInstance> |
3348 | <ProtoInstance name='Vertex'> |
3349 | <fieldValue name='vertexText' value='"coordinator"'/> |
3350 | <fieldValue name='description' value='40: coordinator'/> |
3351 | <fieldValue name='url'/> |
3352 | <fieldValue name='radius' value='0.1500'/> |
3353 | <fieldValue name='displayMode'/> |
3354 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3355 | <fieldValue name='transparency' value='0'/> |
3356 | <fieldValue name='translation' value='1.48117 0.54557 2.32082'/> |
3357 | <fieldValue name='textTranslation' value='1.63117 0.54557 2.32082'/> |
3358 | <fieldValue name='textColor' value='0 0 0'/> |
3359 | </ProtoInstance> |
3360 | <ProtoInstance name='Vertex'> |
3361 | <fieldValue name='vertexText' value='"crew"'/> |
3362 | <fieldValue name='description' value='41: crew'/> |
3363 | <fieldValue name='url'/> |
3364 | <fieldValue name='radius' value='0.1500'/> |
3365 | <fieldValue name='displayMode'/> |
3366 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3367 | <fieldValue name='transparency' value='0'/> |
3368 | <fieldValue name='translation' value='-0.78904 2.65249 -1.05621'/> |
3369 | <fieldValue name='textTranslation' value='-0.63904 2.65249 -1.05621'/> |
3370 | <fieldValue name='textColor' value='0 0 0'/> |
3371 | </ProtoInstance> |
3372 | <ProtoInstance name='Vertex'> |
3373 | <fieldValue name='vertexText' value='"cutter"'/> |
3374 | <fieldValue name='description' value='42: cutter'/> |
3375 | <fieldValue name='url'/> |
3376 | <fieldValue name='radius' value='0.1500'/> |
3377 | <fieldValue name='displayMode'/> |
3378 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3379 | <fieldValue name='transparency' value='0'/> |
3380 | <fieldValue name='translation' value='-0.99058 2.62424 -0.70358'/> |
3381 | <fieldValue name='textTranslation' value='-0.84058 2.62424 -0.70358'/> |
3382 | <fieldValue name='textColor' value='0 0 0'/> |
3383 | </ProtoInstance> |
3384 | <ProtoInstance name='Vertex'> |
3385 | <fieldValue name='vertexText' value='"david"'/> |
3386 | <fieldValue name='description' value='43: david'/> |
3387 | <fieldValue name='url'/> |
3388 | <fieldValue name='radius' value='0.1500'/> |
3389 | <fieldValue name='displayMode'/> |
3390 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3391 | <fieldValue name='transparency' value='0'/> |
3392 | <fieldValue name='translation' value='1.05134 0.44734 2.67087'/> |
3393 | <fieldValue name='textTranslation' value='1.20134 0.44734 2.67087'/> |
3394 | <fieldValue name='textColor' value='0 0 0'/> |
3395 | </ProtoInstance> |
3396 | <ProtoInstance name='Vertex'> |
3397 | <fieldValue name='vertexText' value='"department"'/> |
3398 | <fieldValue name='description' value='44: department'/> |
3399 | <fieldValue name='url'/> |
3400 | <fieldValue name='radius' value='0.1500'/> |
3401 | <fieldValue name='displayMode'/> |
3402 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3403 | <fieldValue name='transparency' value='0'/> |
3404 | <fieldValue name='translation' value='-0.68161 -2.30059 -1.01359'/> |
3405 | <fieldValue name='textTranslation' value='-0.53161 -2.30059 -1.01359'/> |
3406 | <fieldValue name='textColor' value='0 0 0'/> |
3407 | </ProtoInstance> |
3408 | <ProtoInstance name='Vertex'> |
3409 | <fieldValue name='vertexText' value='"deputy"'/> |
3410 | <fieldValue name='description' value='45: deputy'/> |
3411 | <fieldValue name='url'/> |
3412 | <fieldValue name='radius' value='0.1500'/> |
3413 | <fieldValue name='displayMode'/> |
3414 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3415 | <fieldValue name='transparency' value='0'/> |
3416 | <fieldValue name='translation' value='-2.50929 -0.72876 -0.95385'/> |
3417 | <fieldValue name='textTranslation' value='-2.35929 -0.72876 -0.95385'/> |
3418 | <fieldValue name='textColor' value='0 0 0'/> |
3419 | </ProtoInstance> |
3420 | <ProtoInstance name='Vertex'> |
3421 | <fieldValue name='vertexText' value='"diary"'/> |
3422 | <fieldValue name='description' value='46: diary'/> |
3423 | <fieldValue name='url'/> |
3424 | <fieldValue name='radius' value='0.1500'/> |
3425 | <fieldValue name='displayMode'/> |
3426 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3427 | <fieldValue name='transparency' value='0'/> |
3428 | <fieldValue name='translation' value='0.13364 2.36915 1.60999'/> |
3429 | <fieldValue name='textTranslation' value='0.28364 2.36915 1.60999'/> |
3430 | <fieldValue name='textColor' value='0 0 0'/> |
3431 | </ProtoInstance> |
3432 | <ProtoInstance name='Vertex'> |
3433 | <fieldValue name='vertexText' value='"directing"'/> |
3434 | <fieldValue name='description' value='47: directing'/> |
3435 | <fieldValue name='url'/> |
3436 | <fieldValue name='radius' value='0.1500'/> |
3437 | <fieldValue name='displayMode'/> |
3438 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3439 | <fieldValue name='transparency' value='0'/> |
3440 | <fieldValue name='translation' value='2.05994 0.33535 -2.54570'/> |
3441 | <fieldValue name='textTranslation' value='2.20994 0.33535 -2.54570'/> |
3442 | <fieldValue name='textColor' value='0 0 0'/> |
3443 | </ProtoInstance> |
3444 | <ProtoInstance name='Vertex'> |
3445 | <fieldValue name='vertexText' value='"director"'/> |
3446 | <fieldValue name='description' value='48: director'/> |
3447 | <fieldValue name='url'/> |
3448 | <fieldValue name='radius' value='0.1500'/> |
3449 | <fieldValue name='displayMode'/> |
3450 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3451 | <fieldValue name='transparency' value='0'/> |
3452 | <fieldValue name='translation' value='1.81942 -0.10160 0.85706'/> |
3453 | <fieldValue name='textTranslation' value='1.96942 -0.10160 0.85706'/> |
3454 | <fieldValue name='textColor' value='0 0 0'/> |
3455 | </ProtoInstance> |
3456 | <ProtoInstance name='Vertex'> |
3457 | <fieldValue name='vertexText' value='"disaster"'/> |
3458 | <fieldValue name='description' value='49: disaster'/> |
3459 | <fieldValue name='url'/> |
3460 | <fieldValue name='radius' value='0.1500'/> |
3461 | <fieldValue name='displayMode'/> |
3462 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3463 | <fieldValue name='transparency' value='0'/> |
3464 | <fieldValue name='translation' value='1.98181 -0.56539 -0.04982'/> |
3465 | <fieldValue name='textTranslation' value='2.13181 -0.56539 -0.04982'/> |
3466 | <fieldValue name='textColor' value='0 0 0'/> |
3467 | </ProtoInstance> |
3468 | <ProtoInstance name='Vertex'> |
3469 | <fieldValue name='vertexText' value='"distributing"'/> |
3470 | <fieldValue name='description' value='50: distributing'/> |
3471 | <fieldValue name='url'/> |
3472 | <fieldValue name='radius' value='0.1500'/> |
3473 | <fieldValue name='displayMode'/> |
3474 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3475 | <fieldValue name='transparency' value='0'/> |
3476 | <fieldValue name='translation' value='2.20212 -0.44498 -1.74727'/> |
3477 | <fieldValue name='textTranslation' value='2.35212 -0.44498 -1.74727'/> |
3478 | <fieldValue name='textColor' value='0 0 0'/> |
3479 | </ProtoInstance> |
3480 | <ProtoInstance name='Vertex'> |
3481 | <fieldValue name='vertexText' value='"district"'/> |
3482 | <fieldValue name='description' value='51: district'/> |
3483 | <fieldValue name='url'/> |
3484 | <fieldValue name='radius' value='0.1500'/> |
3485 | <fieldValue name='displayMode'/> |
3486 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3487 | <fieldValue name='transparency' value='0'/> |
3488 | <fieldValue name='translation' value='-1.04356 2.68131 -0.42094'/> |
3489 | <fieldValue name='textTranslation' value='-0.89356 2.68131 -0.42094'/> |
3490 | <fieldValue name='textColor' value='0 0 0'/> |
3491 | </ProtoInstance> |
3492 | <ProtoInstance name='Vertex'> |
3493 | <fieldValue name='vertexText' value='"dreary"'/> |
3494 | <fieldValue name='description' value='52: dreary'/> |
3495 | <fieldValue name='url'/> |
3496 | <fieldValue name='radius' value='0.1500'/> |
3497 | <fieldValue name='displayMode'/> |
3498 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3499 | <fieldValue name='transparency' value='0'/> |
3500 | <fieldValue name='translation' value='2.23245 -1.59194 0.64920'/> |
3501 | <fieldValue name='textTranslation' value='2.38245 -1.59194 0.64920'/> |
3502 | <fieldValue name='textColor' value='0 0 0'/> |
3503 | </ProtoInstance> |
3504 | <ProtoInstance name='Vertex'> |
3505 | <fieldValue name='vertexText' value='"families"'/> |
3506 | <fieldValue name='description' value='53: families'/> |
3507 | <fieldValue name='url'/> |
3508 | <fieldValue name='radius' value='0.1500'/> |
3509 | <fieldValue name='displayMode'/> |
3510 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3511 | <fieldValue name='transparency' value='0'/> |
3512 | <fieldValue name='translation' value='0.70307 -1.50452 -0.05562'/> |
3513 | <fieldValue name='textTranslation' value='0.85307 -1.50452 -0.05562'/> |
3514 | <fieldValue name='textColor' value='0 0 0'/> |
3515 | </ProtoInstance> |
3516 | <ProtoInstance name='Vertex'> |
3517 | <fieldValue name='vertexText' value='"feeds"'/> |
3518 | <fieldValue name='description' value='54: feeds'/> |
3519 | <fieldValue name='url'/> |
3520 | <fieldValue name='radius' value='0.1500'/> |
3521 | <fieldValue name='displayMode'/> |
3522 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3523 | <fieldValue name='transparency' value='0'/> |
3524 | <fieldValue name='translation' value='1.75348 0.63564 -2.41243'/> |
3525 | <fieldValue name='textTranslation' value='1.90348 0.63564 -2.41243'/> |
3526 | <fieldValue name='textColor' value='0 0 0'/> |
3527 | </ProtoInstance> |
3528 | <ProtoInstance name='Vertex'> |
3529 | <fieldValue name='vertexText' value='"feet"'/> |
3530 | <fieldValue name='description' value='55: feet'/> |
3531 | <fieldValue name='url'/> |
3532 | <fieldValue name='radius' value='0.1500'/> |
3533 | <fieldValue name='displayMode'/> |
3534 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3535 | <fieldValue name='transparency' value='0'/> |
3536 | <fieldValue name='translation' value='-2.68864 -0.47073 -0.44627'/> |
3537 | <fieldValue name='textTranslation' value='-2.53864 -0.47073 -0.44627'/> |
3538 | <fieldValue name='textColor' value='0 0 0'/> |
3539 | </ProtoInstance> |
3540 | <ProtoInstance name='Vertex'> |
3541 | <fieldValue name='vertexText' value='"food"'/> |
3542 | <fieldValue name='description' value='56: food'/> |
3543 | <fieldValue name='url'/> |
3544 | <fieldValue name='radius' value='0.1500'/> |
3545 | <fieldValue name='displayMode'/> |
3546 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3547 | <fieldValue name='transparency' value='0'/> |
3548 | <fieldValue name='translation' value='2.00515 -0.70467 -1.11094'/> |
3549 | <fieldValue name='textTranslation' value='2.15515 -0.70467 -1.11094'/> |
3550 | <fieldValue name='textColor' value='0 0 0'/> |
3551 | </ProtoInstance> |
3552 | <ProtoInstance name='Vertex'> |
3553 | <fieldValue name='vertexText' value='"force"'/> |
3554 | <fieldValue name='description' value='57: force'/> |
3555 | <fieldValue name='url'/> |
3556 | <fieldValue name='radius' value='0.1500'/> |
3557 | <fieldValue name='displayMode'/> |
3558 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3559 | <fieldValue name='transparency' value='0'/> |
3560 | <fieldValue name='translation' value='0.81464 1.65177 1.57995'/> |
3561 | <fieldValue name='textTranslation' value='0.96464 1.65177 1.57995'/> |
3562 | <fieldValue name='textColor' value='0 0 0'/> |
3563 | </ProtoInstance> |
3564 | <ProtoInstance name='Vertex'> |
3565 | <fieldValue name='vertexText' value='"future"'/> |
3566 | <fieldValue name='description' value='58: future'/> |
3567 | <fieldValue name='url'/> |
3568 | <fieldValue name='radius' value='0.1500'/> |
3569 | <fieldValue name='displayMode'/> |
3570 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3571 | <fieldValue name='transparency' value='0'/> |
3572 | <fieldValue name='translation' value='0.00396 -2.02546 -0.09774'/> |
3573 | <fieldValue name='textTranslation' value='0.15396 -2.02546 -0.09774'/> |
3574 | <fieldValue name='textColor' value='0 0 0'/> |
3575 | </ProtoInstance> |
3576 | <ProtoInstance name='Vertex'> |
3577 | <fieldValue name='vertexText' value='"general"'/> |
3578 | <fieldValue name='description' value='59: general'/> |
3579 | <fieldValue name='url'/> |
3580 | <fieldValue name='radius' value='0.1500'/> |
3581 | <fieldValue name='displayMode'/> |
3582 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3583 | <fieldValue name='transparency' value='0'/> |
3584 | <fieldValue name='translation' value='1.22415 0.62768 2.75390'/> |
3585 | <fieldValue name='textTranslation' value='1.37415 0.62768 2.75390'/> |
3586 | <fieldValue name='textColor' value='0 0 0'/> |
3587 | </ProtoInstance> |
3588 | <ProtoInstance name='Vertex'> |
3589 | <fieldValue name='vertexText' value='"global"'/> |
3590 | <fieldValue name='description' value='60: global'/> |
3591 | <fieldValue name='url'/> |
3592 | <fieldValue name='radius' value='0.1500'/> |
3593 | <fieldValue name='displayMode'/> |
3594 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3595 | <fieldValue name='transparency' value='0'/> |
3596 | <fieldValue name='translation' value='1.40381 0.26848 -2.64980'/> |
3597 | <fieldValue name='textTranslation' value='1.55381 0.26848 -2.64980'/> |
3598 | <fieldValue name='textColor' value='0 0 0'/> |
3599 | </ProtoInstance> |
3600 | <ProtoInstance name='Vertex'> |
3601 | <fieldValue name='vertexText' value='"guard"'/> |
3602 | <fieldValue name='description' value='61: guard'/> |
3603 | <fieldValue name='url'/> |
3604 | <fieldValue name='radius' value='0.1500'/> |
3605 | <fieldValue name='displayMode'/> |
3606 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3607 | <fieldValue name='transparency' value='0'/> |
3608 | <fieldValue name='translation' value='-1.07159 2.57762 -0.52170'/> |
3609 | <fieldValue name='textTranslation' value='-0.92159 2.57762 -0.52170'/> |
3610 | <fieldValue name='textColor' value='0 0 0'/> |
3611 | </ProtoInstance> |
3612 | <ProtoInstance name='Vertex'> |
3613 | <fieldValue name='vertexText' value='"helping"'/> |
3614 | <fieldValue name='description' value='62: helping'/> |
3615 | <fieldValue name='url'/> |
3616 | <fieldValue name='radius' value='0.1500'/> |
3617 | <fieldValue name='displayMode'/> |
3618 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3619 | <fieldValue name='transparency' value='0'/> |
3620 | <fieldValue name='translation' value='-2.31352 -1.39731 -0.68935'/> |
3621 | <fieldValue name='textTranslation' value='-2.16352 -1.39731 -0.68935'/> |
3622 | <fieldValue name='textColor' value='0 0 0'/> |
3623 | </ProtoInstance> |
3624 | <ProtoInstance name='Vertex'> |
3625 | <fieldValue name='vertexText' value='"hemisphere"'/> |
3626 | <fieldValue name='description' value='63: hemisphere'/> |
3627 | <fieldValue name='url'/> |
3628 | <fieldValue name='radius' value='0.1500'/> |
3629 | <fieldValue name='displayMode'/> |
3630 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3631 | <fieldValue name='transparency' value='0'/> |
3632 | <fieldValue name='translation' value='-0.82529 -2.14042 -0.28733'/> |
3633 | <fieldValue name='textTranslation' value='-0.67529 -2.14042 -0.28733'/> |
3634 | <fieldValue name='textColor' value='0 0 0'/> |
3635 | </ProtoInstance> |
3636 | <ProtoInstance name='Vertex'> |
3637 | <fieldValue name='vertexText' value='"honor"'/> |
3638 | <fieldValue name='description' value='64: honor'/> |
3639 | <fieldValue name='url'/> |
3640 | <fieldValue name='radius' value='0.1500'/> |
3641 | <fieldValue name='displayMode'/> |
3642 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3643 | <fieldValue name='transparency' value='0'/> |
3644 | <fieldValue name='translation' value='-0.83144 -2.13338 -0.09931'/> |
3645 | <fieldValue name='textTranslation' value='-0.68144 -2.13338 -0.09931'/> |
3646 | <fieldValue name='textColor' value='0 0 0'/> |
3647 | </ProtoInstance> |
3648 | <ProtoInstance name='Vertex'> |
3649 | <fieldValue name='vertexText' value='"hundreds"'/> |
3650 | <fieldValue name='description' value='65: hundreds'/> |
3651 | <fieldValue name='url'/> |
3652 | <fieldValue name='radius' value='0.1500'/> |
3653 | <fieldValue name='displayMode'/> |
3654 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3655 | <fieldValue name='transparency' value='0'/> |
3656 | <fieldValue name='translation' value='2.49707 -0.59649 -1.60337'/> |
3657 | <fieldValue name='textTranslation' value='2.64707 -0.59649 -1.60337'/> |
3658 | <fieldValue name='textColor' value='0 0 0'/> |
3659 | </ProtoInstance> |
3660 | <ProtoInstance name='Vertex'> |
3661 | <fieldValue name='vertexText' value='"hygiene"'/> |
3662 | <fieldValue name='description' value='66: hygiene'/> |
3663 | <fieldValue name='url'/> |
3664 | <fieldValue name='radius' value='0.1500'/> |
3665 | <fieldValue name='displayMode'/> |
3666 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3667 | <fieldValue name='transparency' value='0'/> |
3668 | <fieldValue name='translation' value='1.94680 -1.64819 -0.10628'/> |
3669 | <fieldValue name='textTranslation' value='2.09680 -1.64819 -0.10628'/> |
3670 | <fieldValue name='textColor' value='0 0 0'/> |
3671 | </ProtoInstance> |
3672 | <ProtoInstance name='Vertex'> |
3673 | <fieldValue name='vertexText' value='"initiatives"'/> |
3674 | <fieldValue name='description' value='67: initiatives'/> |
3675 | <fieldValue name='url'/> |
3676 | <fieldValue name='radius' value='0.1500'/> |
3677 | <fieldValue name='displayMode'/> |
3678 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3679 | <fieldValue name='transparency' value='0'/> |
3680 | <fieldValue name='translation' value='-0.49977 -2.41396 -0.00236'/> |
3681 | <fieldValue name='textTranslation' value='-0.34977 -2.41396 -0.00236'/> |
3682 | <fieldValue name='textColor' value='0 0 0'/> |
3683 | </ProtoInstance> |
3684 | <ProtoInstance name='Vertex'> |
3685 | <fieldValue name='vertexText' value='"isle"'/> |
3686 | <fieldValue name='description' value='68: isle'/> |
3687 | <fieldValue name='url'/> |
3688 | <fieldValue name='radius' value='0.1500'/> |
3689 | <fieldValue name='displayMode'/> |
3690 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3691 | <fieldValue name='transparency' value='0'/> |
3692 | <fieldValue name='translation' value='-0.32052 2.75349 -1.05090'/> |
3693 | <fieldValue name='textTranslation' value='-0.17052 2.75349 -1.05090'/> |
3694 | <fieldValue name='textColor' value='0 0 0'/> |
3695 | </ProtoInstance> |
3696 | <ProtoInstance name='Vertex'> |
3697 | <fieldValue name='vertexText' value='"jobs"'/> |
3698 | <fieldValue name='description' value='69: jobs'/> |
3699 | <fieldValue name='url'/> |
3700 | <fieldValue name='radius' value='0.1500'/> |
3701 | <fieldValue name='displayMode'/> |
3702 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3703 | <fieldValue name='transparency' value='0'/> |
3704 | <fieldValue name='translation' value='-2.16030 0.02986 2.21257'/> |
3705 | <fieldValue name='textTranslation' value='-2.01030 0.02986 2.21257'/> |
3706 | <fieldValue name='textColor' value='0 0 0'/> |
3707 | </ProtoInstance> |
3708 | <ProtoInstance name='Vertex'> |
3709 | <fieldValue name='vertexText' value='"join"'/> |
3710 | <fieldValue name='description' value='70: join'/> |
3711 | <fieldValue name='url'/> |
3712 | <fieldValue name='radius' value='0.1500'/> |
3713 | <fieldValue name='displayMode'/> |
3714 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3715 | <fieldValue name='transparency' value='0'/> |
3716 | <fieldValue name='translation' value='2.20934 0.26561 -2.10912'/> |
3717 | <fieldValue name='textTranslation' value='2.35934 0.26561 -2.10912'/> |
3718 | <fieldValue name='textColor' value='0 0 0'/> |
3719 | </ProtoInstance> |
3720 | <ProtoInstance name='Vertex'> |
3721 | <fieldValue name='vertexText' value='"joint"'/> |
3722 | <fieldValue name='description' value='71: joint'/> |
3723 | <fieldValue name='url'/> |
3724 | <fieldValue name='radius' value='0.1500'/> |
3725 | <fieldValue name='displayMode'/> |
3726 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3727 | <fieldValue name='transparency' value='0'/> |
3728 | <fieldValue name='translation' value='1.01634 1.59569 1.68471'/> |
3729 | <fieldValue name='textTranslation' value='1.16634 1.59569 1.68471'/> |
3730 | <fieldValue name='textColor' value='0 0 0'/> |
3731 | </ProtoInstance> |
3732 | <ProtoInstance name='Vertex'> |
3733 | <fieldValue name='vertexText' value='"keen"'/> |
3734 | <fieldValue name='description' value='72: keen'/> |
3735 | <fieldValue name='url'/> |
3736 | <fieldValue name='radius' value='0.1500'/> |
3737 | <fieldValue name='displayMode'/> |
3738 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3739 | <fieldValue name='transparency' value='0'/> |
3740 | <fieldValue name='translation' value='1.47526 0.91431 1.93401'/> |
3741 | <fieldValue name='textTranslation' value='1.62526 0.91431 1.93401'/> |
3742 | <fieldValue name='textColor' value='0 0 0'/> |
3743 | </ProtoInstance> |
3744 | <ProtoInstance name='Vertex'> |
3745 | <fieldValue name='vertexText' value='"kinds"'/> |
3746 | <fieldValue name='description' value='73: kinds'/> |
3747 | <fieldValue name='url'/> |
3748 | <fieldValue name='radius' value='0.1500'/> |
3749 | <fieldValue name='displayMode'/> |
3750 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3751 | <fieldValue name='transparency' value='0'/> |
3752 | <fieldValue name='translation' value='-1.96013 -0.37115 2.36757'/> |
3753 | <fieldValue name='textTranslation' value='-1.81013 -0.37115 2.36757'/> |
3754 | <fieldValue name='textColor' value='0 0 0'/> |
3755 | </ProtoInstance> |
3756 | <ProtoInstance name='Vertex'> |
3757 | <fieldValue name='vertexText' value='"kingdom"'/> |
3758 | <fieldValue name='description' value='74: kingdom'/> |
3759 | <fieldValue name='url'/> |
3760 | <fieldValue name='radius' value='0.1500'/> |
3761 | <fieldValue name='displayMode'/> |
3762 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3763 | <fieldValue name='transparency' value='0'/> |
3764 | <fieldValue name='translation' value='2.16533 1.15326 1.94494'/> |
3765 | <fieldValue name='textTranslation' value='2.31533 1.15326 1.94494'/> |
3766 | <fieldValue name='textColor' value='0 0 0'/> |
3767 | </ProtoInstance> |
3768 | <ProtoInstance name='Vertex'> |
3769 | <fieldValue name='vertexText' value='"kits"'/> |
3770 | <fieldValue name='description' value='75: kits'/> |
3771 | <fieldValue name='url'/> |
3772 | <fieldValue name='radius' value='0.1500'/> |
3773 | <fieldValue name='displayMode'/> |
3774 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3775 | <fieldValue name='transparency' value='0'/> |
3776 | <fieldValue name='translation' value='1.97917 -1.63635 -0.20689'/> |
3777 | <fieldValue name='textTranslation' value='2.12917 -1.63635 -0.20689'/> |
3778 | <fieldValue name='textColor' value='0 0 0'/> |
3779 | </ProtoInstance> |
3780 | <ProtoInstance name='Vertex'> |
3781 | <fieldValue name='vertexText' value='"latest"'/> |
3782 | <fieldValue name='description' value='76: latest'/> |
3783 | <fieldValue name='url'/> |
3784 | <fieldValue name='radius' value='0.1500'/> |
3785 | <fieldValue name='displayMode'/> |
3786 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3787 | <fieldValue name='transparency' value='0'/> |
3788 | <fieldValue name='translation' value='-0.27719 -2.75349 -0.45004'/> |
3789 | <fieldValue name='textTranslation' value='-0.12719 -2.75349 -0.45004'/> |
3790 | <fieldValue name='textColor' value='0 0 0'/> |
3791 | </ProtoInstance> |
3792 | <ProtoInstance name='Vertex'> |
3793 | <fieldValue name='vertexText' value='"lewis"'/> |
3794 | <fieldValue name='description' value='77: lewis'/> |
3795 | <fieldValue name='url'/> |
3796 | <fieldValue name='radius' value='0.1500'/> |
3797 | <fieldValue name='displayMode'/> |
3798 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3799 | <fieldValue name='transparency' value='0'/> |
3800 | <fieldValue name='translation' value='2.17124 0.93564 2.12305'/> |
3801 | <fieldValue name='textTranslation' value='2.32124 0.93564 2.12305'/> |
3802 | <fieldValue name='textColor' value='0 0 0'/> |
3803 | </ProtoInstance> |
3804 | <ProtoInstance name='Vertex'> |
3805 | <fieldValue name='vertexText' value='"lieutenant"'/> |
3806 | <fieldValue name='description' value='78: lieutenant'/> |
3807 | <fieldValue name='url'/> |
3808 | <fieldValue name='radius' value='0.1500'/> |
3809 | <fieldValue name='displayMode'/> |
3810 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3811 | <fieldValue name='transparency' value='0'/> |
3812 | <fieldValue name='translation' value='1.07442 0.84957 2.67765'/> |
3813 | <fieldValue name='textTranslation' value='1.22442 0.84957 2.67765'/> |
3814 | <fieldValue name='textColor' value='0 0 0'/> |
3815 | </ProtoInstance> |
3816 | <ProtoInstance name='Vertex'> |
3817 | <fieldValue name='vertexText' value='"maintenance"'/> |
3818 | <fieldValue name='description' value='79: maintenance'/> |
3819 | <fieldValue name='url'/> |
3820 | <fieldValue name='radius' value='0.1500'/> |
3821 | <fieldValue name='displayMode'/> |
3822 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3823 | <fieldValue name='transparency' value='0'/> |
3824 | <fieldValue name='translation' value='0.49436 2.49387 1.48543'/> |
3825 | <fieldValue name='textTranslation' value='0.64436 2.49387 1.48543'/> |
3826 | <fieldValue name='textColor' value='0 0 0'/> |
3827 | </ProtoInstance> |
3828 | <ProtoInstance name='Vertex'> |
3829 | <fieldValue name='vertexText' value='"major"'/> |
3830 | <fieldValue name='description' value='80: major'/> |
3831 | <fieldValue name='url'/> |
3832 | <fieldValue name='radius' value='0.1500'/> |
3833 | <fieldValue name='displayMode'/> |
3834 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3835 | <fieldValue name='transparency' value='0'/> |
3836 | <fieldValue name='translation' value='2.16790 -0.90024 -2.28158'/> |
3837 | <fieldValue name='textTranslation' value='2.31790 -0.90024 -2.28158'/> |
3838 | <fieldValue name='textColor' value='0 0 0'/> |
3839 | </ProtoInstance> |
3840 | <ProtoInstance name='Vertex'> |
3841 | <fieldValue name='vertexText' value='"makeshift"'/> |
3842 | <fieldValue name='description' value='81: makeshift'/> |
3843 | <fieldValue name='url'/> |
3844 | <fieldValue name='radius' value='0.1500'/> |
3845 | <fieldValue name='displayMode'/> |
3846 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3847 | <fieldValue name='transparency' value='0'/> |
3848 | <fieldValue name='translation' value='-2.75392 -0.69723 0.08454'/> |
3849 | <fieldValue name='textTranslation' value='-2.60392 -0.69723 0.08454'/> |
3850 | <fieldValue name='textColor' value='0 0 0'/> |
3851 | </ProtoInstance> |
3852 | <ProtoInstance name='Vertex'> |
3853 | <fieldValue name='vertexText' value='"map"'/> |
3854 | <fieldValue name='description' value='82: map'/> |
3855 | <fieldValue name='url'/> |
3856 | <fieldValue name='radius' value='0.1500'/> |
3857 | <fieldValue name='displayMode'/> |
3858 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3859 | <fieldValue name='transparency' value='0'/> |
3860 | <fieldValue name='translation' value='-2.43828 -1.47805 -0.08306'/> |
3861 | <fieldValue name='textTranslation' value='-2.28828 -1.47805 -0.08306'/> |
3862 | <fieldValue name='textColor' value='0 0 0'/> |
3863 | </ProtoInstance> |
3864 | <ProtoInstance name='Vertex'> |
3865 | <fieldValue name='vertexText' value='"maryland"'/> |
3866 | <fieldValue name='description' value='83: maryland'/> |
3867 | <fieldValue name='url'/> |
3868 | <fieldValue name='radius' value='0.1500'/> |
3869 | <fieldValue name='displayMode'/> |
3870 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3871 | <fieldValue name='transparency' value='0'/> |
3872 | <fieldValue name='translation' value='1.99650 -0.36508 -2.28868'/> |
3873 | <fieldValue name='textTranslation' value='2.14650 -0.36508 -2.28868'/> |
3874 | <fieldValue name='textColor' value='0 0 0'/> |
3875 | </ProtoInstance> |
3876 | <ProtoInstance name='Vertex'> |
3877 | <fieldValue name='vertexText' value='"massive"'/> |
3878 | <fieldValue name='description' value='84: massive'/> |
3879 | <fieldValue name='url'/> |
3880 | <fieldValue name='radius' value='0.1500'/> |
3881 | <fieldValue name='displayMode'/> |
3882 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3883 | <fieldValue name='transparency' value='0'/> |
3884 | <fieldValue name='translation' value='2.62765 0.32009 -1.98239'/> |
3885 | <fieldValue name='textTranslation' value='2.77765 0.32009 -1.98239'/> |
3886 | <fieldValue name='textColor' value='0 0 0'/> |
3887 | </ProtoInstance> |
3888 | <ProtoInstance name='Vertex'> |
3889 | <fieldValue name='vertexText' value='"material"'/> |
3890 | <fieldValue name='description' value='85: material'/> |
3891 | <fieldValue name='url'/> |
3892 | <fieldValue name='radius' value='0.1500'/> |
3893 | <fieldValue name='displayMode'/> |
3894 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3895 | <fieldValue name='transparency' value='0'/> |
3896 | <fieldValue name='translation' value='1.32632 -0.32962 -2.73516'/> |
3897 | <fieldValue name='textTranslation' value='1.47632 -0.32962 -2.73516'/> |
3898 | <fieldValue name='textColor' value='0 0 0'/> |
3899 | </ProtoInstance> |
3900 | <ProtoInstance name='Vertex'> |
3901 | <fieldValue name='vertexText' value='"media"'/> |
3902 | <fieldValue name='description' value='86: media'/> |
3903 | <fieldValue name='url'/> |
3904 | <fieldValue name='radius' value='0.1500'/> |
3905 | <fieldValue name='displayMode'/> |
3906 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3907 | <fieldValue name='transparency' value='0'/> |
3908 | <fieldValue name='translation' value='-0.67284 -2.47749 0.36253'/> |
3909 | <fieldValue name='textTranslation' value='-0.52284 -2.47749 0.36253'/> |
3910 | <fieldValue name='textColor' value='0 0 0'/> |
3911 | </ProtoInstance> |
3912 | <ProtoInstance name='Vertex'> |
3913 | <fieldValue name='vertexText' value='"medical"'/> |
3914 | <fieldValue name='description' value='87: medical'/> |
3915 | <fieldValue name='url'/> |
3916 | <fieldValue name='radius' value='0.1500'/> |
3917 | <fieldValue name='displayMode'/> |
3918 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3919 | <fieldValue name='transparency' value='0'/> |
3920 | <fieldValue name='translation' value='2.10155 -0.61975 -1.85526'/> |
3921 | <fieldValue name='textTranslation' value='2.25155 -0.61975 -1.85526'/> |
3922 | <fieldValue name='textColor' value='0 0 0'/> |
3923 | </ProtoInstance> |
3924 | <ProtoInstance name='Vertex'> |
3925 | <fieldValue name='vertexText' value='"million"'/> |
3926 | <fieldValue name='description' value='88: million'/> |
3927 | <fieldValue name='url'/> |
3928 | <fieldValue name='radius' value='0.1500'/> |
3929 | <fieldValue name='displayMode'/> |
3930 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3931 | <fieldValue name='transparency' value='0'/> |
3932 | <fieldValue name='translation' value='2.28537 0.61324 -2.12076'/> |
3933 | <fieldValue name='textTranslation' value='2.43537 0.61324 -2.12076'/> |
3934 | <fieldValue name='textColor' value='0 0 0'/> |
3935 | </ProtoInstance> |
3936 | <ProtoInstance name='Vertex'> |
3937 | <fieldValue name='vertexText' value='"minimal"'/> |
3938 | <fieldValue name='description' value='89: minimal'/> |
3939 | <fieldValue name='url'/> |
3940 | <fieldValue name='radius' value='0.1500'/> |
3941 | <fieldValue name='displayMode'/> |
3942 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3943 | <fieldValue name='transparency' value='0'/> |
3944 | <fieldValue name='translation' value='2.45459 -1.41860 0.50799'/> |
3945 | <fieldValue name='textTranslation' value='2.60459 -1.41860 0.50799'/> |
3946 | <fieldValue name='textColor' value='0 0 0'/> |
3947 | </ProtoInstance> |
3948 | <ProtoInstance name='Vertex'> |
3949 | <fieldValue name='vertexText' value='"mission"'/> |
3950 | <fieldValue name='description' value='90: mission'/> |
3951 | <fieldValue name='url'/> |
3952 | <fieldValue name='radius' value='0.1500'/> |
3953 | <fieldValue name='displayMode'/> |
3954 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3955 | <fieldValue name='transparency' value='0'/> |
3956 | <fieldValue name='translation' value='-2.55675 -1.10930 -0.36490'/> |
3957 | <fieldValue name='textTranslation' value='-2.40675 -1.10930 -0.36490'/> |
3958 | <fieldValue name='textColor' value='0 0 0'/> |
3959 | </ProtoInstance> |
3960 | <ProtoInstance name='Vertex'> |
3961 | <fieldValue name='vertexText' value='"mobile"'/> |
3962 | <fieldValue name='description' value='91: mobile'/> |
3963 | <fieldValue name='url'/> |
3964 | <fieldValue name='radius' value='0.1500'/> |
3965 | <fieldValue name='displayMode'/> |
3966 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3967 | <fieldValue name='transparency' value='0'/> |
3968 | <fieldValue name='translation' value='0.56138 2.55828 1.25808'/> |
3969 | <fieldValue name='textTranslation' value='0.71138 2.55828 1.25808'/> |
3970 | <fieldValue name='textColor' value='0 0 0'/> |
3971 | </ProtoInstance> |
3972 | <ProtoInstance name='Vertex'> |
3973 | <fieldValue name='vertexText' value='"mobilize"'/> |
3974 | <fieldValue name='description' value='92: mobilize'/> |
3975 | <fieldValue name='url'/> |
3976 | <fieldValue name='radius' value='0.1500'/> |
3977 | <fieldValue name='displayMode'/> |
3978 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3979 | <fieldValue name='transparency' value='0'/> |
3980 | <fieldValue name='translation' value='1.79310 -0.67539 -2.63611'/> |
3981 | <fieldValue name='textTranslation' value='1.94310 -0.67539 -2.63611'/> |
3982 | <fieldValue name='textColor' value='0 0 0'/> |
3983 | </ProtoInstance> |
3984 | <ProtoInstance name='Vertex'> |
3985 | <fieldValue name='vertexText' value='"morning"'/> |
3986 | <fieldValue name='description' value='93: morning'/> |
3987 | <fieldValue name='url'/> |
3988 | <fieldValue name='radius' value='0.1500'/> |
3989 | <fieldValue name='displayMode'/> |
3990 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3991 | <fieldValue name='transparency' value='0'/> |
3992 | <fieldValue name='translation' value='1.84911 1.10704 1.97267'/> |
3993 | <fieldValue name='textTranslation' value='1.99911 1.10704 1.97267'/> |
3994 | <fieldValue name='textColor' value='0 0 0'/> |
3995 | </ProtoInstance> |
3996 | <ProtoInstance name='Vertex'> |
3997 | <fieldValue name='vertexText' value='"mourning"'/> |
3998 | <fieldValue name='description' value='94: mourning'/> |
3999 | <fieldValue name='url'/> |
4000 | <fieldValue name='radius' value='0.1500'/> |
4001 | <fieldValue name='displayMode'/> |
4002 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4003 | <fieldValue name='transparency' value='0'/> |
4004 | <fieldValue name='translation' value='2.19369 -1.29702 0.26338'/> |
4005 | <fieldValue name='textTranslation' value='2.34369 -1.29702 0.26338'/> |
4006 | <fieldValue name='textColor' value='0 0 0'/> |
4007 | </ProtoInstance> |
4008 | <ProtoInstance name='Vertex'> |
4009 | <fieldValue name='vertexText' value='"national"'/> |
4010 | <fieldValue name='description' value='95: national'/> |
4011 | <fieldValue name='url'/> |
4012 | <fieldValue name='radius' value='0.1500'/> |
4013 | <fieldValue name='displayMode'/> |
4014 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4015 | <fieldValue name='transparency' value='0'/> |
4016 | <fieldValue name='translation' value='2.29093 -1.23188 0.05256'/> |
4017 | <fieldValue name='textTranslation' value='2.44093 -1.23188 0.05256'/> |
4018 | <fieldValue name='textColor' value='0 0 0'/> |
4019 | </ProtoInstance> |
4020 | <ProtoInstance name='Vertex'> |
4021 | <fieldValue name='vertexText' value='"nationals"'/> |
4022 | <fieldValue name='description' value='96: nationals'/> |
4023 | <fieldValue name='url'/> |
4024 | <fieldValue name='radius' value='0.1500'/> |
4025 | <fieldValue name='displayMode'/> |
4026 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4027 | <fieldValue name='transparency' value='0'/> |
4028 | <fieldValue name='translation' value='-0.72593 2.52842 -1.26755'/> |
4029 | <fieldValue name='textTranslation' value='-0.57593 2.52842 -1.26755'/> |
4030 | <fieldValue name='textColor' value='0 0 0'/> |
4031 | </ProtoInstance> |
4032 | <ProtoInstance name='Vertex'> |
4033 | <fieldValue name='vertexText' value='"ne"'/> |
4034 | <fieldValue name='description' value='97: ne'/> |
4035 | <fieldValue name='url'/> |
4036 | <fieldValue name='radius' value='0.1500'/> |
4037 | <fieldValue name='displayMode'/> |
4038 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4039 | <fieldValue name='transparency' value='0'/> |
4040 | <fieldValue name='translation' value='2.75392 -1.03214 0.22439'/> |
4041 | <fieldValue name='textTranslation' value='2.90392 -1.03214 0.22439'/> |
4042 | <fieldValue name='textColor' value='0 0 0'/> |
4043 | </ProtoInstance> |
4044 | <ProtoInstance name='Vertex'> |
4045 | <fieldValue name='vertexText' value='"news"'/> |
4046 | <fieldValue name='description' value='98: news'/> |
4047 | <fieldValue name='url'/> |
4048 | <fieldValue name='radius' value='0.1500'/> |
4049 | <fieldValue name='displayMode'/> |
4050 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4051 | <fieldValue name='transparency' value='0'/> |
4052 | <fieldValue name='translation' value='1.91115 0.47565 2.48712'/> |
4053 | <fieldValue name='textTranslation' value='2.06115 0.47565 2.48712'/> |
4054 | <fieldValue name='textColor' value='0 0 0'/> |
4055 | </ProtoInstance> |
4056 | <ProtoInstance name='Vertex'> |
4057 | <fieldValue name='vertexText' value='"north"'/> |
4058 | <fieldValue name='description' value='99: north'/> |
4059 | <fieldValue name='url'/> |
4060 | <fieldValue name='radius' value='0.1500'/> |
4061 | <fieldValue name='displayMode'/> |
4062 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4063 | <fieldValue name='transparency' value='0'/> |
4064 | <fieldValue name='translation' value='-0.32052 2.75349 -1.05090'/> |
4065 | <fieldValue name='textTranslation' value='-0.17052 2.75349 -1.05090'/> |
4066 | <fieldValue name='textColor' value='0 0 0'/> |
4067 | </ProtoInstance> |
4068 | <ProtoInstance name='Vertex'> |
4069 | <fieldValue name='vertexText' value='"operation"'/> |
4070 | <fieldValue name='description' value='100: operation'/> |
4071 | <fieldValue name='url'/> |
4072 | <fieldValue name='radius' value='0.1500'/> |
4073 | <fieldValue name='displayMode'/> |
4074 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4075 | <fieldValue name='transparency' value='0'/> |
4076 | <fieldValue name='translation' value='2.39314 -0.12136 -2.17613'/> |
4077 | <fieldValue name='textTranslation' value='2.54314 -0.12136 -2.17613'/> |
4078 | <fieldValue name='textColor' value='0 0 0'/> |
4079 | </ProtoInstance> |
4080 | <ProtoInstance name='Vertex'> |
4081 | <fieldValue name='vertexText' value='"operations"'/> |
4082 | <fieldValue name='description' value='101: operations'/> |
4083 | <fieldValue name='url'/> |
4084 | <fieldValue name='radius' value='0.1500'/> |
4085 | <fieldValue name='displayMode'/> |
4086 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4087 | <fieldValue name='transparency' value='0'/> |
4088 | <fieldValue name='translation' value='1.88759 0.62648 1.90877'/> |
4089 | <fieldValue name='textTranslation' value='2.03759 0.62648 1.90877'/> |
4090 | <fieldValue name='textColor' value='0 0 0'/> |
4091 | </ProtoInstance> |
4092 | <ProtoInstance name='Vertex'> |
4093 | <fieldValue name='vertexText' value='"participating"'/> |
4094 | <fieldValue name='description' value='102: participating'/> |
4095 | <fieldValue name='url'/> |
4096 | <fieldValue name='radius' value='0.1500'/> |
4097 | <fieldValue name='displayMode'/> |
4098 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4099 | <fieldValue name='transparency' value='0'/> |
4100 | <fieldValue name='translation' value='2.26401 -1.27022 0.00066'/> |
4101 | <fieldValue name='textTranslation' value='2.41401 -1.27022 0.00066'/> |
4102 | <fieldValue name='textColor' value='0 0 0'/> |
4103 | </ProtoInstance> |
4104 | <ProtoInstance name='Vertex'> |
4105 | <fieldValue name='vertexText' value='"payroll"'/> |
4106 | <fieldValue name='description' value='103: payroll'/> |
4107 | <fieldValue name='url'/> |
4108 | <fieldValue name='radius' value='0.1500'/> |
4109 | <fieldValue name='displayMode'/> |
4110 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4111 | <fieldValue name='transparency' value='0'/> |
4112 | <fieldValue name='translation' value='-2.39111 -1.56915 0.42412'/> |
4113 | <fieldValue name='textTranslation' value='-2.24111 -1.56915 0.42412'/> |
4114 | <fieldValue name='textColor' value='0 0 0'/> |
4115 | </ProtoInstance> |
4116 | <ProtoInstance name='Vertex'> |
4117 | <fieldValue name='vertexText' value='"people"'/> |
4118 | <fieldValue name='description' value='104: people'/> |
4119 | <fieldValue name='url'/> |
4120 | <fieldValue name='radius' value='0.1500'/> |
4121 | <fieldValue name='displayMode'/> |
4122 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4123 | <fieldValue name='transparency' value='0'/> |
4124 | <fieldValue name='translation' value='2.04473 -1.21769 -0.14930'/> |
4125 | <fieldValue name='textTranslation' value='2.19473 -1.21769 -0.14930'/> |
4126 | <fieldValue name='textColor' value='0 0 0'/> |
4127 | </ProtoInstance> |
4128 | <ProtoInstance name='Vertex'> |
4129 | <fieldValue name='vertexText' value='"petit"'/> |
4130 | <fieldValue name='description' value='105: petit'/> |
4131 | <fieldValue name='url'/> |
4132 | <fieldValue name='radius' value='0.1500'/> |
4133 | <fieldValue name='displayMode'/> |
4134 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4135 | <fieldValue name='transparency' value='0'/> |
4136 | <fieldValue name='translation' value='-2.33845 -1.21447 -0.52351'/> |
4137 | <fieldValue name='textTranslation' value='-2.18845 -1.21447 -0.52351'/> |
4138 | <fieldValue name='textColor' value='0 0 0'/> |
4139 | </ProtoInstance> |
4140 | <ProtoInstance name='Vertex'> |
4141 | <fieldValue name='vertexText' value='"photo"'/> |
4142 | <fieldValue name='description' value='106: photo'/> |
4143 | <fieldValue name='url'/> |
4144 | <fieldValue name='radius' value='0.1500'/> |
4145 | <fieldValue name='displayMode'/> |
4146 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4147 | <fieldValue name='transparency' value='0'/> |
4148 | <fieldValue name='translation' value='0.38547 2.05367 1.98767'/> |
4149 | <fieldValue name='textTranslation' value='0.53547 2.05367 1.98767'/> |
4150 | <fieldValue name='textColor' value='0 0 0'/> |
4151 | </ProtoInstance> |
4152 | <ProtoInstance name='Vertex'> |
4153 | <fieldValue name='vertexText' value='"photos"'/> |
4154 | <fieldValue name='description' value='107: photos'/> |
4155 | <fieldValue name='url'/> |
4156 | <fieldValue name='radius' value='0.1500'/> |
4157 | <fieldValue name='displayMode'/> |
4158 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4159 | <fieldValue name='transparency' value='0'/> |
4160 | <fieldValue name='translation' value='0.06114 2.29127 0.74307'/> |
4161 | <fieldValue name='textTranslation' value='0.21114 2.29127 0.74307'/> |
4162 | <fieldValue name='textColor' value='0 0 0'/> |
4163 | </ProtoInstance> |
4164 | <ProtoInstance name='Vertex'> |
4165 | <fieldValue name='vertexText' value='"point"'/> |
4166 | <fieldValue name='description' value='108: point'/> |
4167 | <fieldValue name='url'/> |
4168 | <fieldValue name='radius' value='0.1500'/> |
4169 | <fieldValue name='displayMode'/> |
4170 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4171 | <fieldValue name='transparency' value='0'/> |
4172 | <fieldValue name='translation' value='1.46122 -1.43462 -0.20727'/> |
4173 | <fieldValue name='textTranslation' value='1.61122 -1.43462 -0.20727'/> |
4174 | <fieldValue name='textColor' value='0 0 0'/> |
4175 | </ProtoInstance> |
4176 | <ProtoInstance name='Vertex'> |
4177 | <fieldValue name='vertexText' value='"policy"'/> |
4178 | <fieldValue name='description' value='109: policy'/> |
4179 | <fieldValue name='url'/> |
4180 | <fieldValue name='radius' value='0.1500'/> |
4181 | <fieldValue name='displayMode'/> |
4182 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4183 | <fieldValue name='transparency' value='0'/> |
4184 | <fieldValue name='translation' value='-2.36456 -1.59342 -0.21447'/> |
4185 | <fieldValue name='textTranslation' value='-2.21456 -1.59342 -0.21447'/> |
4186 | <fieldValue name='textColor' value='0 0 0'/> |
4187 | </ProtoInstance> |
4188 | <ProtoInstance name='Vertex'> |
4189 | <fieldValue name='vertexText' value='"poverty"'/> |
4190 | <fieldValue name='description' value='110: poverty'/> |
4191 | <fieldValue name='url'/> |
4192 | <fieldValue name='radius' value='0.1500'/> |
4193 | <fieldValue name='displayMode'/> |
4194 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4195 | <fieldValue name='transparency' value='0'/> |
4196 | <fieldValue name='translation' value='1.40381 0.26848 -2.64980'/> |
4197 | <fieldValue name='textTranslation' value='1.55381 0.26848 -2.64980'/> |
4198 | <fieldValue name='textColor' value='0 0 0'/> |
4199 | </ProtoInstance> |
4200 | <ProtoInstance name='Vertex'> |
4201 | <fieldValue name='vertexText' value='"practice"'/> |
4202 | <fieldValue name='description' value='111: practice'/> |
4203 | <fieldValue name='url'/> |
4204 | <fieldValue name='radius' value='0.1500'/> |
4205 | <fieldValue name='displayMode'/> |
4206 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4207 | <fieldValue name='transparency' value='0'/> |
4208 | <fieldValue name='translation' value='-2.58650 -1.17252 0.42969'/> |
4209 | <fieldValue name='textTranslation' value='-2.43650 -1.17252 0.42969'/> |
4210 | <fieldValue name='textColor' value='0 0 0'/> |
4211 | </ProtoInstance> |
4212 | <ProtoInstance name='Vertex'> |
4213 | <fieldValue name='vertexText' value='"praising"'/> |
4214 | <fieldValue name='description' value='112: praising'/> |
4215 | <fieldValue name='url'/> |
4216 | <fieldValue name='radius' value='0.1500'/> |
4217 | <fieldValue name='displayMode'/> |
4218 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4219 | <fieldValue name='transparency' value='0'/> |
4220 | <fieldValue name='translation' value='2.49564 -1.58723 -0.13772'/> |
4221 | <fieldValue name='textTranslation' value='2.64564 -1.58723 -0.13772'/> |
4222 | <fieldValue name='textColor' value='0 0 0'/> |
4223 | </ProtoInstance> |
4224 | <ProtoInstance name='Vertex'> |
4225 | <fieldValue name='vertexText' value='"press"'/> |
4226 | <fieldValue name='description' value='113: press'/> |
4227 | <fieldValue name='url'/> |
4228 | <fieldValue name='radius' value='0.1500'/> |
4229 | <fieldValue name='displayMode'/> |
4230 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4231 | <fieldValue name='transparency' value='0'/> |
4232 | <fieldValue name='translation' value='1.75762 0.45963 1.58332'/> |
4233 | <fieldValue name='textTranslation' value='1.90762 0.45963 1.58332'/> |
4234 | <fieldValue name='textColor' value='0 0 0'/> |
4235 | </ProtoInstance> |
4236 | <ProtoInstance name='Vertex'> |
4237 | <fieldValue name='vertexText' value='"privileged"'/> |
4238 | <fieldValue name='description' value='114: privileged'/> |
4239 | <fieldValue name='url'/> |
4240 | <fieldValue name='radius' value='0.1500'/> |
4241 | <fieldValue name='displayMode'/> |
4242 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4243 | <fieldValue name='transparency' value='0'/> |
4244 | <fieldValue name='translation' value='1.83855 1.06507 1.98825'/> |
4245 | <fieldValue name='textTranslation' value='1.98855 1.06507 1.98825'/> |
4246 | <fieldValue name='textColor' value='0 0 0'/> |
4247 | </ProtoInstance> |
4248 | <ProtoInstance name='Vertex'> |
4249 | <fieldValue name='vertexText' value='"programs"'/> |
4250 | <fieldValue name='description' value='115: programs'/> |
4251 | <fieldValue name='url'/> |
4252 | <fieldValue name='radius' value='0.1500'/> |
4253 | <fieldValue name='displayMode'/> |
4254 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4255 | <fieldValue name='transparency' value='0'/> |
4256 | <fieldValue name='translation' value='-2.32005 -1.42817 -0.66463'/> |
4257 | <fieldValue name='textTranslation' value='-2.17005 -1.42817 -0.66463'/> |
4258 | <fieldValue name='textColor' value='0 0 0'/> |
4259 | </ProtoInstance> |
4260 | <ProtoInstance name='Vertex'> |
4261 | <fieldValue name='vertexText' value='"promote"'/> |
4262 | <fieldValue name='description' value='116: promote'/> |
4263 | <fieldValue name='url'/> |
4264 | <fieldValue name='radius' value='0.1500'/> |
4265 | <fieldValue name='displayMode'/> |
4266 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4267 | <fieldValue name='transparency' value='0'/> |
4268 | <fieldValue name='translation' value='-0.52414 -2.55881 -0.82770'/> |
4269 | <fieldValue name='textTranslation' value='-0.37414 -2.55881 -0.82770'/> |
4270 | <fieldValue name='textColor' value='0 0 0'/> |
4271 | </ProtoInstance> |
4272 | <ProtoInstance name='Vertex'> |
4273 | <fieldValue name='vertexText' value='"proud"'/> |
4274 | <fieldValue name='description' value='117: proud'/> |
4275 | <fieldValue name='url'/> |
4276 | <fieldValue name='radius' value='0.1500'/> |
4277 | <fieldValue name='displayMode'/> |
4278 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4279 | <fieldValue name='transparency' value='0'/> |
4280 | <fieldValue name='translation' value='-0.65572 -2.29683 0.00777'/> |
4281 | <fieldValue name='textTranslation' value='-0.50572 -2.29683 0.00777'/> |
4282 | <fieldValue name='textColor' value='0 0 0'/> |
4283 | </ProtoInstance> |
4284 | <ProtoInstance name='Vertex'> |
4285 | <fieldValue name='vertexText' value='"providing"'/> |
4286 | <fieldValue name='description' value='118: providing'/> |
4287 | <fieldValue name='url'/> |
4288 | <fieldValue name='radius' value='0.1500'/> |
4289 | <fieldValue name='displayMode'/> |
4290 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4291 | <fieldValue name='transparency' value='0'/> |
4292 | <fieldValue name='translation' value='1.84018 -1.20914 -0.59028'/> |
4293 | <fieldValue name='textTranslation' value='1.99018 -1.20914 -0.59028'/> |
4294 | <fieldValue name='textColor' value='0 0 0'/> |
4295 | </ProtoInstance> |
4296 | <ProtoInstance name='Vertex'> |
4297 | <fieldValue name='vertexText' value='"public"'/> |
4298 | <fieldValue name='description' value='119: public'/> |
4299 | <fieldValue name='url'/> |
4300 | <fieldValue name='radius' value='0.1500'/> |
4301 | <fieldValue name='displayMode'/> |
4302 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4303 | <fieldValue name='transparency' value='0'/> |
4304 | <fieldValue name='translation' value='-0.91996 2.71549 -0.29487'/> |
4305 | <fieldValue name='textTranslation' value='-0.76996 2.71549 -0.29487'/> |
4306 | <fieldValue name='textColor' value='0 0 0'/> |
4307 | </ProtoInstance> |
4308 | <ProtoInstance name='Vertex'> |
4309 | <fieldValue name='vertexText' value='"receive"'/> |
4310 | <fieldValue name='description' value='120: receive'/> |
4311 | <fieldValue name='url'/> |
4312 | <fieldValue name='radius' value='0.1500'/> |
4313 | <fieldValue name='displayMode'/> |
4314 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4315 | <fieldValue name='transparency' value='0'/> |
4316 | <fieldValue name='translation' value='-2.39101 -1.56954 0.42394'/> |
4317 | <fieldValue name='textTranslation' value='-2.24101 -1.56954 0.42394'/> |
4318 | <fieldValue name='textColor' value='0 0 0'/> |
4319 | </ProtoInstance> |
4320 | <ProtoInstance name='Vertex'> |
4321 | <fieldValue name='vertexText' value='"reconcile"'/> |
4322 | <fieldValue name='description' value='121: reconcile'/> |
4323 | <fieldValue name='url'/> |
4324 | <fieldValue name='radius' value='0.1500'/> |
4325 | <fieldValue name='displayMode'/> |
4326 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4327 | <fieldValue name='transparency' value='0'/> |
4328 | <fieldValue name='translation' value='-1.96013 -0.37116 2.36757'/> |
4329 | <fieldValue name='textTranslation' value='-1.81013 -0.37116 2.36757'/> |
4330 | <fieldValue name='textColor' value='0 0 0'/> |
4331 | </ProtoInstance> |
4332 | <ProtoInstance name='Vertex'> |
4333 | <fieldValue name='vertexText' value='"reconstruction"'/> |
4334 | <fieldValue name='description' value='122: reconstruction'/> |
4335 | <fieldValue name='url'/> |
4336 | <fieldValue name='radius' value='0.1500'/> |
4337 | <fieldValue name='displayMode'/> |
4338 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4339 | <fieldValue name='transparency' value='0'/> |
4340 | <fieldValue name='translation' value='1.38261 0.88866 2.33884'/> |
4341 | <fieldValue name='textTranslation' value='1.53261 0.88866 2.33884'/> |
4342 | <fieldValue name='textColor' value='0 0 0'/> |
4343 | </ProtoInstance> |
4344 | <ProtoInstance name='Vertex'> |
4345 | <fieldValue name='vertexText' value='"repatriates"'/> |
4346 | <fieldValue name='description' value='123: repatriates'/> |
4347 | <fieldValue name='url'/> |
4348 | <fieldValue name='radius' value='0.1500'/> |
4349 | <fieldValue name='displayMode'/> |
4350 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4351 | <fieldValue name='transparency' value='0'/> |
4352 | <fieldValue name='translation' value='-1.21542 2.45450 -0.98913'/> |
4353 | <fieldValue name='textTranslation' value='-1.06542 2.45450 -0.98913'/> |
4354 | <fieldValue name='textColor' value='0 0 0'/> |
4355 | </ProtoInstance> |
4356 | <ProtoInstance name='Vertex'> |
4357 | <fieldValue name='vertexText' value='"residents"'/> |
4358 | <fieldValue name='description' value='124: residents'/> |
4359 | <fieldValue name='url'/> |
4360 | <fieldValue name='radius' value='0.1500'/> |
4361 | <fieldValue name='displayMode'/> |
4362 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4363 | <fieldValue name='transparency' value='0'/> |
4364 | <fieldValue name='translation' value='-2.40731 -1.00356 -1.06078'/> |
4365 | <fieldValue name='textTranslation' value='-2.25731 -1.00356 -1.06078'/> |
4366 | <fieldValue name='textColor' value='0 0 0'/> |
4367 | </ProtoInstance> |
4368 | <ProtoInstance name='Vertex'> |
4369 | <fieldValue name='vertexText' value='"response"'/> |
4370 | <fieldValue name='description' value='125: response'/> |
4371 | <fieldValue name='url'/> |
4372 | <fieldValue name='radius' value='0.1500'/> |
4373 | <fieldValue name='displayMode'/> |
4374 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4375 | <fieldValue name='transparency' value='0'/> |
4376 | <fieldValue name='translation' value='1.97138 -0.64836 -1.05814'/> |
4377 | <fieldValue name='textTranslation' value='2.12138 -0.64836 -1.05814'/> |
4378 | <fieldValue name='textColor' value='0 0 0'/> |
4379 | </ProtoInstance> |
4380 | <ProtoInstance name='Vertex'> |
4381 | <fieldValue name='vertexText' value='"rice"'/> |
4382 | <fieldValue name='description' value='126: rice'/> |
4383 | <fieldValue name='url'/> |
4384 | <fieldValue name='radius' value='0.1500'/> |
4385 | <fieldValue name='displayMode'/> |
4386 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4387 | <fieldValue name='transparency' value='0'/> |
4388 | <fieldValue name='translation' value='2.24300 -1.06526 -0.53423'/> |
4389 | <fieldValue name='textTranslation' value='2.39300 -1.06526 -0.53423'/> |
4390 | <fieldValue name='textColor' value='0 0 0'/> |
4391 | </ProtoInstance> |
4392 | <ProtoInstance name='Vertex'> |
4393 | <fieldValue name='vertexText' value='"saturday"'/> |
4394 | <fieldValue name='description' value='127: saturday'/> |
4395 | <fieldValue name='url'/> |
4396 | <fieldValue name='radius' value='0.1500'/> |
4397 | <fieldValue name='displayMode'/> |
4398 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4399 | <fieldValue name='transparency' value='0'/> |
4400 | <fieldValue name='translation' value='-1.05183 2.40829 -1.20397'/> |
4401 | <fieldValue name='textTranslation' value='-0.90183 2.40829 -1.20397'/> |
4402 | <fieldValue name='textColor' value='0 0 0'/> |
4403 | </ProtoInstance> |
4404 | <ProtoInstance name='Vertex'> |
4405 | <fieldValue name='vertexText' value='"served"'/> |
4406 | <fieldValue name='description' value='128: served'/> |
4407 | <fieldValue name='url'/> |
4408 | <fieldValue name='radius' value='0.1500'/> |
4409 | <fieldValue name='displayMode'/> |
4410 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4411 | <fieldValue name='transparency' value='0'/> |
4412 | <fieldValue name='translation' value='1.51069 -0.55241 0.61295'/> |
4413 | <fieldValue name='textTranslation' value='1.66069 -0.55241 0.61295'/> |
4414 | <fieldValue name='textColor' value='0 0 0'/> |
4415 | </ProtoInstance> |
4416 | <ProtoInstance name='Vertex'> |
4417 | <fieldValue name='vertexText' value='"services"'/> |
4418 | <fieldValue name='description' value='129: services'/> |
4419 | <fieldValue name='url'/> |
4420 | <fieldValue name='radius' value='0.1500'/> |
4421 | <fieldValue name='displayMode'/> |
4422 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4423 | <fieldValue name='transparency' value='0'/> |
4424 | <fieldValue name='translation' value='2.07850 -0.07735 -2.24068'/> |
4425 | <fieldValue name='textTranslation' value='2.22850 -0.07735 -2.24068'/> |
4426 | <fieldValue name='textColor' value='0 0 0'/> |
4427 | </ProtoInstance> |
4428 | <ProtoInstance name='Vertex'> |
4429 | <fieldValue name='vertexText' value='"seventh"'/> |
4430 | <fieldValue name='description' value='130: seventh'/> |
4431 | <fieldValue name='url'/> |
4432 | <fieldValue name='radius' value='0.1500'/> |
4433 | <fieldValue name='displayMode'/> |
4434 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4435 | <fieldValue name='transparency' value='0'/> |
4436 | <fieldValue name='translation' value='-1.67246 2.32339 -0.67775'/> |
4437 | <fieldValue name='textTranslation' value='-1.52246 2.32339 -0.67775'/> |
4438 | <fieldValue name='textColor' value='0 0 0'/> |
4439 | </ProtoInstance> |
4440 | <ProtoInstance name='Vertex'> |
4441 | <fieldValue name='vertexText' value='"shares"'/> |
4442 | <fieldValue name='description' value='131: shares'/> |
4443 | <fieldValue name='url'/> |
4444 | <fieldValue name='radius' value='0.1500'/> |
4445 | <fieldValue name='displayMode'/> |
4446 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4447 | <fieldValue name='transparency' value='0'/> |
4448 | <fieldValue name='translation' value='2.11312 -1.02156 -0.51354'/> |
4449 | <fieldValue name='textTranslation' value='2.26312 -1.02156 -0.51354'/> |
4450 | <fieldValue name='textColor' value='0 0 0'/> |
4451 | </ProtoInstance> |
4452 | <ProtoInstance name='Vertex'> |
4453 | <fieldValue name='vertexText' value='"si"'/> |
4454 | <fieldValue name='description' value='132: si'/> |
4455 | <fieldValue name='url'/> |
4456 | <fieldValue name='radius' value='0.1500'/> |
4457 | <fieldValue name='displayMode'/> |
4458 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4459 | <fieldValue name='transparency' value='0'/> |
4460 | <fieldValue name='translation' value='1.32632 -0.32962 -2.73516'/> |
4461 | <fieldValue name='textTranslation' value='1.47632 -0.32962 -2.73516'/> |
4462 | <fieldValue name='textColor' value='0 0 0'/> |
4463 | </ProtoInstance> |
4464 | <ProtoInstance name='Vertex'> |
4465 | <fieldValue name='vertexText' value='"societies"'/> |
4466 | <fieldValue name='description' value='133: societies'/> |
4467 | <fieldValue name='url'/> |
4468 | <fieldValue name='radius' value='0.1500'/> |
4469 | <fieldValue name='displayMode'/> |
4470 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4471 | <fieldValue name='transparency' value='0'/> |
4472 | <fieldValue name='translation' value='0.27921 -2.12679 0.05586'/> |
4473 | <fieldValue name='textTranslation' value='0.42921 -2.12679 0.05586'/> |
4474 | <fieldValue name='textColor' value='0 0 0'/> |
4475 | </ProtoInstance> |
4476 | <ProtoInstance name='Vertex'> |
4477 | <fieldValue name='vertexText' value='"special"'/> |
4478 | <fieldValue name='description' value='134: special'/> |
4479 | <fieldValue name='url'/> |
4480 | <fieldValue name='radius' value='0.1500'/> |
4481 | <fieldValue name='displayMode'/> |
4482 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4483 | <fieldValue name='transparency' value='0'/> |
4484 | <fieldValue name='translation' value='1.48268 0.32202 2.60860'/> |
4485 | <fieldValue name='textTranslation' value='1.63268 0.32202 2.60860'/> |
4486 | <fieldValue name='textColor' value='0 0 0'/> |
4487 | </ProtoInstance> |
4488 | <ProtoInstance name='Vertex'> |
4489 | <fieldValue name='vertexText' value='"squadron"'/> |
4490 | <fieldValue name='description' value='135: squadron'/> |
4491 | <fieldValue name='url'/> |
4492 | <fieldValue name='radius' value='0.1500'/> |
4493 | <fieldValue name='displayMode'/> |
4494 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4495 | <fieldValue name='transparency' value='0'/> |
4496 | <fieldValue name='translation' value='0.48523 2.53971 1.39198'/> |
4497 | <fieldValue name='textTranslation' value='0.63523 2.53971 1.39198'/> |
4498 | <fieldValue name='textColor' value='0 0 0'/> |
4499 | </ProtoInstance> |
4500 | <ProtoInstance name='Vertex'> |
4501 | <fieldValue name='vertexText' value='"st"'/> |
4502 | <fieldValue name='description' value='136: st'/> |
4503 | <fieldValue name='url'/> |
4504 | <fieldValue name='radius' value='0.1500'/> |
4505 | <fieldValue name='displayMode'/> |
4506 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4507 | <fieldValue name='transparency' value='0'/> |
4508 | <fieldValue name='translation' value='1.64324 -0.59961 -2.70968'/> |
4509 | <fieldValue name='textTranslation' value='1.79324 -0.59961 -2.70968'/> |
4510 | <fieldValue name='textColor' value='0 0 0'/> |
4511 | </ProtoInstance> |
4512 | <ProtoInstance name='Vertex'> |
4513 | <fieldValue name='vertexText' value='"status"'/> |
4514 | <fieldValue name='description' value='137: status'/> |
4515 | <fieldValue name='url'/> |
4516 | <fieldValue name='radius' value='0.1500'/> |
4517 | <fieldValue name='displayMode'/> |
4518 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4519 | <fieldValue name='transparency' value='0'/> |
4520 | <fieldValue name='translation' value='-2.29558 0.25000 2.02567'/> |
4521 | <fieldValue name='textTranslation' value='-2.14558 0.25000 2.02567'/> |
4522 | <fieldValue name='textColor' value='0 0 0'/> |
4523 | </ProtoInstance> |
4524 | <ProtoInstance name='Vertex'> |
4525 | <fieldValue name='vertexText' value='"sustainable"'/> |
4526 | <fieldValue name='description' value='138: sustainable'/> |
4527 | <fieldValue name='url'/> |
4528 | <fieldValue name='radius' value='0.1500'/> |
4529 | <fieldValue name='displayMode'/> |
4530 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4531 | <fieldValue name='transparency' value='0'/> |
4532 | <fieldValue name='translation' value='-0.52415 -2.55881 -0.82770'/> |
4533 | <fieldValue name='textTranslation' value='-0.37415 -2.55881 -0.82770'/> |
4534 | <fieldValue name='textColor' value='0 0 0'/> |
4535 | </ProtoInstance> |
4536 | <ProtoInstance name='Vertex'> |
4537 | <fieldValue name='vertexText' value='"tarps"'/> |
4538 | <fieldValue name='description' value='139: tarps'/> |
4539 | <fieldValue name='url'/> |
4540 | <fieldValue name='radius' value='0.1500'/> |
4541 | <fieldValue name='displayMode'/> |
4542 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4543 | <fieldValue name='transparency' value='0'/> |
4544 | <fieldValue name='translation' value='2.09037 -1.95500 -0.31496'/> |
4545 | <fieldValue name='textTranslation' value='2.24037 -1.95500 -0.31496'/> |
4546 | <fieldValue name='textColor' value='0 0 0'/> |
4547 | </ProtoInstance> |
4548 | <ProtoInstance name='Vertex'> |
4549 | <fieldValue name='vertexText' value='"task"'/> |
4550 | <fieldValue name='description' value='140: task'/> |
4551 | <fieldValue name='url'/> |
4552 | <fieldValue name='radius' value='0.1500'/> |
4553 | <fieldValue name='displayMode'/> |
4554 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4555 | <fieldValue name='transparency' value='0'/> |
4556 | <fieldValue name='translation' value='1.21979 1.31316 1.86160'/> |
4557 | <fieldValue name='textTranslation' value='1.36979 1.31316 1.86160'/> |
4558 | <fieldValue name='textColor' value='0 0 0'/> |
4559 | </ProtoInstance> |
4560 | <ProtoInstance name='Vertex'> |
4561 | <fieldValue name='vertexText' value='"teams"'/> |
4562 | <fieldValue name='description' value='141: teams'/> |
4563 | <fieldValue name='url'/> |
4564 | <fieldValue name='radius' value='0.1500'/> |
4565 | <fieldValue name='displayMode'/> |
4566 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4567 | <fieldValue name='transparency' value='0'/> |
4568 | <fieldValue name='translation' value='-2.37492 -1.39117 -0.61969'/> |
4569 | <fieldValue name='textTranslation' value='-2.22492 -1.39117 -0.61969'/> |
4570 | <fieldValue name='textColor' value='0 0 0'/> |
4571 | </ProtoInstance> |
4572 | <ProtoInstance name='Vertex'> |
4573 | <fieldValue name='vertexText' value='"terms"'/> |
4574 | <fieldValue name='description' value='142: terms'/> |
4575 | <fieldValue name='url'/> |
4576 | <fieldValue name='radius' value='0.1500'/> |
4577 | <fieldValue name='displayMode'/> |
4578 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4579 | <fieldValue name='transparency' value='0'/> |
4580 | <fieldValue name='translation' value='-2.27174 -0.15989 2.05599'/> |
4581 | <fieldValue name='textTranslation' value='-2.12174 -0.15989 2.05599'/> |
4582 | <fieldValue name='textColor' value='0 0 0'/> |
4583 | </ProtoInstance> |
4584 | <ProtoInstance name='Vertex'> |
4585 | <fieldValue name='vertexText' value='"thaw"'/> |
4586 | <fieldValue name='description' value='143: thaw'/> |
4587 | <fieldValue name='url'/> |
4588 | <fieldValue name='radius' value='0.1500'/> |
4589 | <fieldValue name='displayMode'/> |
4590 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4591 | <fieldValue name='transparency' value='0'/> |
4592 | <fieldValue name='translation' value='-0.19495 2.37575 1.73184'/> |
4593 | <fieldValue name='textTranslation' value='-0.04495 2.37575 1.73184'/> |
4594 | <fieldValue name='textColor' value='0 0 0'/> |
4595 | </ProtoInstance> |
4596 | <ProtoInstance name='Vertex'> |
4597 | <fieldValue name='vertexText' value='"top"'/> |
4598 | <fieldValue name='description' value='144: top'/> |
4599 | <fieldValue name='url'/> |
4600 | <fieldValue name='radius' value='0.1500'/> |
4601 | <fieldValue name='displayMode'/> |
4602 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4603 | <fieldValue name='transparency' value='0'/> |
4604 | <fieldValue name='translation' value='-2.50801 -0.88783 -0.41928'/> |
4605 | <fieldValue name='textTranslation' value='-2.35801 -0.88783 -0.41928'/> |
4606 | <fieldValue name='textColor' value='0 0 0'/> |
4607 | </ProtoInstance> |
4608 | <ProtoInstance name='Vertex'> |
4609 | <fieldValue name='vertexText' value='"truck"'/> |
4610 | <fieldValue name='description' value='145: truck'/> |
4611 | <fieldValue name='url'/> |
4612 | <fieldValue name='radius' value='0.1500'/> |
4613 | <fieldValue name='displayMode'/> |
4614 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4615 | <fieldValue name='transparency' value='0'/> |
4616 | <fieldValue name='translation' value='0.67617 2.74285 0.98928'/> |
4617 | <fieldValue name='textTranslation' value='0.82617 2.74285 0.98928'/> |
4618 | <fieldValue name='textColor' value='0 0 0'/> |
4619 | </ProtoInstance> |
4620 | <ProtoInstance name='Vertex'> |
4621 | <fieldValue name='vertexText' value='"twitter"'/> |
4622 | <fieldValue name='description' value='146: twitter'/> |
4623 | <fieldValue name='url'/> |
4624 | <fieldValue name='radius' value='0.1500'/> |
4625 | <fieldValue name='displayMode'/> |
4626 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4627 | <fieldValue name='transparency' value='0'/> |
4628 | <fieldValue name='translation' value='-2.52130 -0.47687 1.49755'/> |
4629 | <fieldValue name='textTranslation' value='-2.37130 -0.47687 1.49755'/> |
4630 | <fieldValue name='textColor' value='0 0 0'/> |
4631 | </ProtoInstance> |
4632 | <ProtoInstance name='Vertex'> |
4633 | <fieldValue name='vertexText' value='"university"'/> |
4634 | <fieldValue name='description' value='147: university'/> |
4635 | <fieldValue name='url'/> |
4636 | <fieldValue name='radius' value='0.1500'/> |
4637 | <fieldValue name='displayMode'/> |
4638 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4639 | <fieldValue name='transparency' value='0'/> |
4640 | <fieldValue name='translation' value='2.19150 -0.25491 -2.35646'/> |
4641 | <fieldValue name='textTranslation' value='2.34150 -0.25491 -2.35646'/> |
4642 | <fieldValue name='textColor' value='0 0 0'/> |
4643 | </ProtoInstance> |
4644 | <ProtoInstance name='Vertex'> |
4645 | <fieldValue name='vertexText' value='"updated"'/> |
4646 | <fieldValue name='description' value='148: updated'/> |
4647 | <fieldValue name='url'/> |
4648 | <fieldValue name='radius' value='0.1500'/> |
4649 | <fieldValue name='displayMode'/> |
4650 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4651 | <fieldValue name='transparency' value='0'/> |
4652 | <fieldValue name='translation' value='-2.65231 -0.57107 -0.62004'/> |
4653 | <fieldValue name='textTranslation' value='-2.50231 -0.57107 -0.62004'/> |
4654 | <fieldValue name='textColor' value='0 0 0'/> |
4655 | </ProtoInstance> |
4656 | <ProtoInstance name='Vertex'> |
4657 | <fieldValue name='vertexText' value='"valentines"'/> |
4658 | <fieldValue name='description' value='149: valentines'/> |
4659 | <fieldValue name='url'/> |
4660 | <fieldValue name='radius' value='0.1500'/> |
4661 | <fieldValue name='displayMode'/> |
4662 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4663 | <fieldValue name='transparency' value='0'/> |
4664 | <fieldValue name='translation' value='1.97340 -1.86209 0.49442'/> |
4665 | <fieldValue name='textTranslation' value='2.12340 -1.86209 0.49442'/> |
4666 | <fieldValue name='textColor' value='0 0 0'/> |
4667 | </ProtoInstance> |
4668 | <ProtoInstance name='Vertex'> |
4669 | <fieldValue name='vertexText' value='"visits"'/> |
4670 | <fieldValue name='description' value='150: visits'/> |
4671 | <fieldValue name='url'/> |
4672 | <fieldValue name='radius' value='0.1500'/> |
4673 | <fieldValue name='displayMode'/> |
4674 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4675 | <fieldValue name='transparency' value='0'/> |
4676 | <fieldValue name='translation' value='-2.55072 -1.20740 -0.32568'/> |
4677 | <fieldValue name='textTranslation' value='-2.40072 -1.20740 -0.32568'/> |
4678 | <fieldValue name='textColor' value='0 0 0'/> |
4679 | </ProtoInstance> |
4680 | <ProtoInstance name='Vertex'> |
4681 | <fieldValue name='vertexText' value='"water"'/> |
4682 | <fieldValue name='description' value='151: water'/> |
4683 | <fieldValue name='url'/> |
4684 | <fieldValue name='radius' value='0.1500'/> |
4685 | <fieldValue name='displayMode'/> |
4686 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4687 | <fieldValue name='transparency' value='0'/> |
4688 | <fieldValue name='translation' value='2.01181 -1.99771 -0.05500'/> |
4689 | <fieldValue name='textTranslation' value='2.16181 -1.99771 -0.05500'/> |
4690 | <fieldValue name='textColor' value='0 0 0'/> |
4691 | </ProtoInstance> |
4692 | <ProtoInstance name='Vertex'> |
4693 | <fieldValue name='vertexText' value='"women"'/> |
4694 | <fieldValue name='description' value='152: women'/> |
4695 | <fieldValue name='url'/> |
4696 | <fieldValue name='radius' value='0.1500'/> |
4697 | <fieldValue name='displayMode'/> |
4698 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4699 | <fieldValue name='transparency' value='0'/> |
4700 | <fieldValue name='translation' value='-1.09020 -1.72109 -0.22551'/> |
4701 | <fieldValue name='textTranslation' value='-0.94020 -1.72109 -0.22551'/> |
4702 | <fieldValue name='textColor' value='0 0 0'/> |
4703 | </ProtoInstance> |
4704 | <ProtoInstance name='Vertex'> |
4705 | <fieldValue name='vertexText' value='"working"'/> |
4706 | <fieldValue name='description' value='153: working'/> |
4707 | <fieldValue name='url'/> |
4708 | <fieldValue name='radius' value='0.1500'/> |
4709 | <fieldValue name='displayMode'/> |
4710 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4711 | <fieldValue name='transparency' value='0'/> |
4712 | <fieldValue name='translation' value='-0.65011 -2.34693 -0.29385'/> |
4713 | <fieldValue name='textTranslation' value='-0.50011 -2.34693 -0.29385'/> |
4714 | <fieldValue name='textColor' value='0 0 0'/> |
4715 | </ProtoInstance> |
4716 | <ProtoInstance name='Vertex'> |
4717 | <fieldValue name='vertexText' value='"works"'/> |
4718 | <fieldValue name='description' value='154: works'/> |
4719 | <fieldValue name='url'/> |
4720 | <fieldValue name='radius' value='0.1500'/> |
4721 | <fieldValue name='displayMode'/> |
4722 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4723 | <fieldValue name='transparency' value='0'/> |
4724 | <fieldValue name='translation' value='-0.68161 -2.30059 -1.01359'/> |
4725 | <fieldValue name='textTranslation' value='-0.53161 -2.30059 -1.01359'/> |
4726 | <fieldValue name='textColor' value='0 0 0'/> |
4727 | </ProtoInstance> |
4728 | </Scene> |
4729 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2892
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2904
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2916
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2928
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2940
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2952
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2964
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2976
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2988
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3000
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3024
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3036
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3048
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3060
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3072
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3084
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3096
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3108
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3120
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3132
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3156
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3168
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3180
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3192
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3204
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3216
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3228
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3240
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3252
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3264
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3288
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3300
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3312
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3324
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3336
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3348
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3360
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3372
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3384
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3396
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3420
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3432
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3444
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3456
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3468
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3480
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3492
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3504
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3516
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3528
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3552
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3564
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3576
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3588
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3600
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3612
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3624
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3636
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3648
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3660
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3684
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3696
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3708
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3720
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3732
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3744
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3756
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3768
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3780
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3792
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3816
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3828
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3840
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3852
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3864
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3876
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3888
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3900
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3912
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3924
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3948
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3960
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3972
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3984
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3996
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4008
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4020
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4032
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4044
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4056
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4080
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4092
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4104
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4116
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4128
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4140
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4152
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4164
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4176
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4188
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4212
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4224
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4236
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4248
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4260
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4272
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4284
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4296
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4308
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4320
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4344
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4356
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4368
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4380
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4392
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4404
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4416
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4428
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4440
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4452
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4476
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4488
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4500
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4512
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4524
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4536
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4548
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4560
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4572
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4584
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4608
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4620
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4632
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4644
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4656
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4668
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4680
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4692
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4704
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4716
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->