1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <meta name='title' content=' PajekVisualizationExamples.x3d '/> |
6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
8 | <meta name='created' content='17 May 2011'/> |
9 | <meta name='modified' content='25 September 2023'/> |
10 | <meta name='reference' content='http://pajek.imfm.si'/> |
11 | <meta name='subject' content='network visualization'/> |
12 | <meta name=' warning ' content=' under development '/> |
13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='1.18956'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.55764 -0.88481 -2.18032'/> |
56 | <fieldValue name='coneTranslation' value='-0.79687 -0.56383 -2.34993'/> |
57 | <fieldValue name='rotation' value='-46.40458 0 65.45606 0.74030'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='1.16337'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.31798 -0.83176 -2.24572'/> |
67 | <fieldValue name='coneTranslation' value='-0.38151 -0.47498 -2.46133'/> |
68 | <fieldValue name='rotation' value='-59.48389 0 17.52570 0.56219'/> |
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='1.12386'/> |
77 | <fieldValue name='cylinderTranslation' value='-0.07997 -1.81561 -1.72160'/> |
78 | <fieldValue name='coneTranslation' value='0.02760 -2.16729 -1.55945'/> |
79 | <fieldValue name='rotation' value='45.34004 0 -30.07733 2.63623'/> |
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.20835'/> |
88 | <fieldValue name='cylinderTranslation' value='0.03700 -0.81873 -2.14408'/> |
89 | <fieldValue name='coneTranslation' value='0.23355 -0.44732 -2.28801'/> |
90 | <fieldValue name='rotation' value='-39.15570 0 -53.47104 0.58053'/> |
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='1.22046'/> |
99 | <fieldValue name='cylinderTranslation' value='0.26199 -1.55330 -1.67017'/> |
100 | <fieldValue name='coneTranslation' value='0.62525 -1.72254 -1.46496'/> |
101 | <fieldValue name='rotation' value='55.62664 0 -98.46924 1.95616'/> |
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='1.25281'/> |
110 | <fieldValue name='cylinderTranslation' value='0.31348 -1.06817 -2.12500'/> |
111 | <fieldValue name='coneTranslation' value='0.71840 -0.87774 -2.25656'/> |
112 | <fieldValue name='rotation' value='-35.33960 0 -108.76602 1.15022'/> |
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.71571'/> |
121 | <fieldValue name='cylinderTranslation' value='-0.31246 -1.05345 -2.16777'/> |
122 | <fieldValue name='coneTranslation' value='-0.35785 -0.90391 -2.28910'/> |
123 | <fieldValue name='rotation' value='-43.89269 0 16.42094 0.71390'/> |
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='1.00311'/> |
132 | <fieldValue name='cylinderTranslation' value='-0.69316 -1.14700 -2.02622'/> |
133 | <fieldValue name='coneTranslation' value='-1.00832 -1.02651 -2.07928'/> |
134 | <fieldValue name='rotation' value='-15.58371 0 92.56013 1.21029'/> |
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='1.02591'/> |
143 | <fieldValue name='cylinderTranslation' value='-0.48062 -1.06321 -2.31234'/> |
144 | <fieldValue name='coneTranslation' value='-0.65283 -0.88383 -2.56282'/> |
145 | <fieldValue name='rotation' value='-72.80718 0 50.05390 1.03765'/> |
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.68381'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.05527 -1.60160 -2.04390'/> |
155 | <fieldValue name='coneTranslation' value='0.03789 -1.74933 -2.09476'/> |
156 | <fieldValue name='rotation' value='-19.12005 0 -35.01755 2.51861'/> |
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.59073'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.44722 -1.36638 -2.14428'/> |
166 | <fieldValue name='coneTranslation' value='-0.54661 -1.38583 -2.23410'/> |
167 | <fieldValue name='rotation' value='-39.19600 0 43.37296 1.71503'/> |
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.64730'/> |
176 | <fieldValue name='cylinderTranslation' value='0.04064 -1.27276 -1.77890'/> |
177 | <fieldValue name='coneTranslation' value='0.17766 -1.24689 -1.69325'/> |
178 | <fieldValue name='rotation' value='33.88005 0 -54.19828 1.41205'/> |
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.23264'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.33858 -1.29445 -1.91748'/> |
188 | <fieldValue name='coneTranslation' value='-0.29794 -1.30551 -1.92905'/> |
189 | <fieldValue name='rotation' value='6.16413 -0.00000 21.64434 1.31462'/> |
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.72350'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.07605 -1.02834 -2.08862'/> |
199 | <fieldValue name='coneTranslation' value='0.01000 -0.86350 -2.16688'/> |
200 | <fieldValue name='rotation' value='-28.06432 0 -30.86025 0.61449'/> |
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.63384'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.50275 -1.48338 -1.91978'/> |
210 | <fieldValue name='coneTranslation' value='-0.63762 -1.56233 -1.90566'/> |
211 | <fieldValue name='rotation' value='5.70462 -0.00000 54.47864 2.09803'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='1.14321'/> |
220 | <fieldValue name='cylinderTranslation' value='0.11737 -1.06108 -2.31808'/> |
221 | <fieldValue name='coneTranslation' value='0.36777 -0.87181 -2.58434'/> |
222 | <fieldValue name='rotation' value='-73.95469 0 -69.54558 1.09299'/> |
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.68502'/> |
231 | <fieldValue name='cylinderTranslation' value='0.03805 -1.52059 -2.02951'/> |
232 | <fieldValue name='coneTranslation' value='0.18107 -1.62538 -2.07279'/> |
233 | <fieldValue name='rotation' value='-16.24248 0 -53.68062 2.18241'/> |
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='1.25783'/> |
242 | <fieldValue name='cylinderTranslation' value='0.39659 -1.28410 -1.97810'/> |
243 | <fieldValue name='coneTranslation' value='0.86404 -1.25442 -2.00031'/> |
244 | <fieldValue name='rotation' value='-5.95918 0 -125.38944 1.50744'/> |
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.53377'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.13279 -1.37128 -2.19216'/> |
254 | <fieldValue name='coneTranslation' value='-0.09372 -1.39024 -2.28983'/> |
255 | <fieldValue name='rotation' value='-48.77199 0 -19.51245 1.74918'/> |
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='1.13714'/> |
264 | <fieldValue name='cylinderTranslation' value='-0.35779 -1.80534 -1.67395'/> |
265 | <fieldValue name='coneTranslation' value='-0.44936 -2.15128 -1.47680'/> |
266 | <fieldValue name='rotation' value='54.87106 -0.00000 25.48670 2.58058'/> |
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.30178'/> |
275 | <fieldValue name='cylinderTranslation' value='-0.36328 -1.32528 -1.87691'/> |
276 | <fieldValue name='coneTranslation' value='-0.35526 -1.32520 -1.88122'/> |
277 | <fieldValue name='rotation' value='14.27880 -0.00000 26.58539 1.57980'/> |
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.03295'/> |
286 | <fieldValue name='cylinderTranslation' value='0.13175 -1.34509 -2.31597'/> |
287 | <fieldValue name='coneTranslation' value='0.38167 -1.35970 -2.56974'/> |
288 | <fieldValue name='rotation' value='-73.53343 0 -72.42024 1.61179'/> |
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.61950'/> |
297 | <fieldValue name='cylinderTranslation' value='-0.06133 -1.09914 -1.81850'/> |
298 | <fieldValue name='coneTranslation' value='0.02039 -0.99046 -1.75575'/> |
299 | <fieldValue name='rotation' value='25.96007 0 -33.80540 0.75876'/> |
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.71637'/> |
308 | <fieldValue name='cylinderTranslation' value='0.05726 -1.43708 -1.76728'/> |
309 | <fieldValue name='coneTranslation' value='0.21640 -1.49968 -1.66712'/> |
310 | <fieldValue name='rotation' value='36.20455 0 -57.52366 1.89221'/> |
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.64373'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.30528 -1.63008 -2.01348'/> |
320 | <fieldValue name='coneTranslation' value='-0.34296 -1.78405 -2.04626'/> |
321 | <fieldValue name='rotation' value='-13.03566 0 14.98511 2.82794'/> |
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='1.12325'/> |
330 | <fieldValue name='cylinderTranslation' value='0.16563 -1.72219 -1.94901'/> |
331 | <fieldValue name='coneTranslation' value='0.44880 -2.00699 -1.94952'/> |
332 | <fieldValue name='rotation' value='-0.14216 0 -79.19694 2.35907'/> |
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.62007'/> |
341 | <fieldValue name='cylinderTranslation' value='-0.51005 -1.45517 -1.97411'/> |
342 | <fieldValue name='coneTranslation' value='-0.64540 -1.51869 -1.98660'/> |
343 | <fieldValue name='rotation' value='-5.16173 0 55.93854 2.00793'/> |
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.51733'/> |
352 | <fieldValue name='cylinderTranslation' value='-0.13315 -1.55418 -1.88165'/> |
353 | <fieldValue name='coneTranslation' value='-0.09608 -1.64201 -1.85623'/> |
354 | <fieldValue name='rotation' value='13.32965 0 -19.44009 2.66852'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='1.13768'/> |
363 | <fieldValue name='cylinderTranslation' value='-0.00133 -1.78968 -1.71551'/> |
364 | <fieldValue name='coneTranslation' value='0.16327 -2.12444 -1.54819'/> |
365 | <fieldValue name='rotation' value='46.55911 0 -45.80471 2.53010'/> |
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='1.25775'/> |
374 | <fieldValue name='cylinderTranslation' value='0.39644 -1.28307 -1.97908'/> |
375 | <fieldValue name='coneTranslation' value='0.86376 -1.25261 -2.00203'/> |
376 | <fieldValue name='rotation' value='-6.15592 0 -125.35820 1.50579'/> |
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='1.14380'/> |
385 | <fieldValue name='cylinderTranslation' value='0.28304 -1.55753 -2.04275'/> |
386 | <fieldValue name='coneTranslation' value='0.65280 -1.72578 -2.11078'/> |
387 | <fieldValue name='rotation' value='-18.88992 0 -102.67874 1.99158'/> |
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.57862'/> |
396 | <fieldValue name='cylinderTranslation' value='-0.27381 -1.05149 -1.86116'/> |
397 | <fieldValue name='coneTranslation' value='-0.29323 -0.92973 -1.82220'/> |
398 | <fieldValue name='rotation' value='17.42932 -0.00000 8.69089 0.34330'/> |
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.09166'/> |
407 | <fieldValue name='cylinderTranslation' value='-0.73357 -1.53485 -1.93352'/> |
408 | <fieldValue name='coneTranslation' value='-1.08927 -1.68395 -1.92307'/> |
409 | <fieldValue name='rotation' value='2.95626 -0.00000 100.64268 1.96756'/> |
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.62758'/> |
418 | <fieldValue name='cylinderTranslation' value='-0.20798 -1.59600 -2.10301'/> |
419 | <fieldValue name='coneTranslation' value='-0.19701 -1.72935 -2.17884'/> |
420 | <fieldValue name='rotation' value='-30.94258 0 -4.47546 2.62010'/> |
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.71048'/> |
429 | <fieldValue name='cylinderTranslation' value='-0.33194 -1.64853 -1.84581'/> |
430 | <fieldValue name='coneTranslation' value='-0.38778 -1.82694 -1.78948'/> |
431 | <fieldValue name='rotation' value='20.49878 -0.00000 20.31759 2.72327'/> |
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.61706'/> |
440 | <fieldValue name='cylinderTranslation' value='-0.37475 -1.36095 -2.21843'/> |
441 | <fieldValue name='coneTranslation' value='-0.44426 -1.37878 -2.34847'/> |
442 | <fieldValue name='rotation' value='-54.02534 0 28.87878 1.69111'/> |
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.44304'/> |
451 | <fieldValue name='cylinderTranslation' value='-0.35415 -1.26206 -2.12127'/> |
452 | <fieldValue name='coneTranslation' value='-0.38853 -1.24488 -2.16931'/> |
453 | <fieldValue name='rotation' value='-34.59397 0 24.75919 1.28778'/> |
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='1.28757'/> |
462 | <fieldValue name='cylinderTranslation' value='-0.69064 -1.21062 -1.51269'/> |
463 | <fieldValue name='coneTranslation' value='-1.03652 -1.12547 -1.18534'/> |
464 | <fieldValue name='rotation' value='87.12296 -0.00000 92.05637 1.39388'/> |
465 | <fieldValue name='diffuseColor' value='0 0 0'/> |
466 | <fieldValue name='ballRadius' value='0.02'/> |
467 | <fieldValue name='traceEnabled' value='false'/> |
468 | <fieldValue name='displayMode'/> |
469 | <fieldValue name='transparency' value='0'/> |
470 | </ProtoInstance> |
471 | <ProtoInstance name='Arc'> |
472 | <fieldValue name='cylinderHeight' value='0.72663'/> |
473 | <fieldValue name='cylinderTranslation' value='-0.06387 -1.17075 -2.23259'/> |
474 | <fieldValue name='coneTranslation' value='0.02929 -1.08504 -2.39168'/> |
475 | <fieldValue name='rotation' value='-56.85796 0 -33.29605 1.13561'/> |
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='1.13477'/> |
484 | <fieldValue name='cylinderTranslation' value='-0.01288 -0.98908 -2.35143'/> |
485 | <fieldValue name='coneTranslation' value='0.14327 -0.74866 -2.64087'/> |
486 | <fieldValue name='rotation' value='-80.62526 0 -43.49518 0.93955'/> |
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.43869'/> |
495 | <fieldValue name='cylinderTranslation' value='-2.26358 -0.85069 -0.10845'/> |
496 | <fieldValue name='coneTranslation' value='-2.32212 -0.85917 -0.10368'/> |
497 | <fieldValue name='rotation' value='3.52869 -0.00000 43.27572 1.71406'/> |
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='1.00093'/> |
506 | <fieldValue name='cylinderTranslation' value='-2.19726 -0.48366 0.21338'/> |
507 | <fieldValue name='coneTranslation' value='-2.29935 -0.25528 0.44432'/> |
508 | <fieldValue name='rotation' value='67.89464 -0.00000 30.01254 0.83550'/> |
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.97759'/> |
517 | <fieldValue name='cylinderTranslation' value='-2.27183 -0.39059 -0.05828'/> |
518 | <fieldValue name='coneTranslation' value='-2.42294 -0.10216 -0.01267'/> |
519 | <fieldValue name='rotation' value='13.56267 -0.00000 44.92687 0.50072'/> |
520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
521 | <fieldValue name='ballRadius' value='0.02'/> |
522 | <fieldValue name='traceEnabled' value='false'/> |
523 | <fieldValue name='displayMode'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | </ProtoInstance> |
526 | <ProtoInstance name='Arc'> |
527 | <fieldValue name='cylinderHeight' value='0.70623'/> |
528 | <fieldValue name='cylinderTranslation' value='-2.01266 -0.90208 -0.46765'/> |
529 | <fieldValue name='coneTranslation' value='-1.99377 -0.94731 -0.65444'/> |
530 | <fieldValue name='rotation' value='-68.31030 0 -6.90735 1.80721'/> |
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.00142'/> |
539 | <fieldValue name='cylinderTranslation' value='-2.19504 -0.48313 0.21418'/> |
540 | <fieldValue name='coneTranslation' value='-2.29564 -0.25433 0.44573'/> |
541 | <fieldValue name='rotation' value='68.05584 -0.00000 29.56826 0.83451'/> |
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.93370'/> |
550 | <fieldValue name='cylinderTranslation' value='-2.32940 -0.47686 -0.27098'/> |
551 | <fieldValue name='coneTranslation' value='-2.51489 -0.25173 -0.36622'/> |
552 | <fieldValue name='rotation' value='-28.97744 0 56.44099 0.74708'/> |
553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
554 | <fieldValue name='ballRadius' value='0.02'/> |
555 | <fieldValue name='traceEnabled' value='false'/> |
556 | <fieldValue name='displayMode'/> |
557 | <fieldValue name='transparency' value='0'/> |
558 | </ProtoInstance> |
559 | <ProtoInstance name='Arc'> |
560 | <fieldValue name='cylinderHeight' value='0.97758'/> |
561 | <fieldValue name='cylinderTranslation' value='-2.27187 -0.39061 -0.05830'/> |
562 | <fieldValue name='coneTranslation' value='-2.42300 -0.10220 -0.01270'/> |
563 | <fieldValue name='rotation' value='13.55888 -0.00000 44.93476 0.50080'/> |
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.94251'/> |
572 | <fieldValue name='cylinderTranslation' value='-2.14323 -1.13210 0.21311'/> |
573 | <fieldValue name='coneTranslation' value='-2.20665 -1.33865 0.43715'/> |
574 | <fieldValue name='rotation' value='67.84159 -0.00000 19.20585 2.29642'/> |
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.99171'/> |
583 | <fieldValue name='cylinderTranslation' value='-2.10126 -0.92370 0.35564'/> |
584 | <fieldValue name='coneTranslation' value='-2.13788 -0.99437 0.68193'/> |
585 | <fieldValue name='rotation' value='96.34673 -0.00000 10.81244 1.78278'/> |
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.99158'/> |
594 | <fieldValue name='cylinderTranslation' value='-2.10171 -0.92399 0.35545'/> |
595 | <fieldValue name='coneTranslation' value='-2.13862 -0.99484 0.68160'/> |
596 | <fieldValue name='rotation' value='96.31036 -0.00000 10.90115 1.78339'/> |
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.46432'/> |
605 | <fieldValue name='cylinderTranslation' value='-1.98652 -0.98854 -0.27306'/> |
606 | <fieldValue name='coneTranslation' value='-1.96766 -1.04112 -0.31874'/> |
607 | <fieldValue name='rotation' value='-29.39333 0 -12.13630 2.38715'/> |
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.94245'/> |
616 | <fieldValue name='cylinderTranslation' value='-2.14339 -1.13206 0.21306'/> |
617 | <fieldValue name='coneTranslation' value='-2.20692 -1.33858 0.43706'/> |
618 | <fieldValue name='rotation' value='67.83155 -0.00000 19.23787 2.29637'/> |
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.97473'/> |
627 | <fieldValue name='cylinderTranslation' value='-2.21275 -0.71023 0.31910'/> |
628 | <fieldValue name='coneTranslation' value='-2.32395 -0.63692 0.61815'/> |
629 | <fieldValue name='rotation' value='89.04017 -0.00000 33.10961 1.34493'/> |
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.80698'/> |
638 | <fieldValue name='cylinderTranslation' value='-2.40087 -0.63690 -0.05962'/> |
639 | <fieldValue name='coneTranslation' value='-2.61430 -0.52678 -0.01951'/> |
640 | <fieldValue name='rotation' value='13.29516 -0.00000 70.73498 1.10150'/> |
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.97008'/> |
649 | <fieldValue name='cylinderTranslation' value='-2.22307 -0.71520 0.31377'/> |
650 | <fieldValue name='coneTranslation' value='-2.34093 -0.64539 0.60853'/> |
651 | <fieldValue name='rotation' value='87.97289 -0.00000 35.17505 1.35434'/> |
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.73971'/> |
660 | <fieldValue name='cylinderTranslation' value='-2.17611 -1.16602 -0.12979'/> |
661 | <fieldValue name='coneTranslation' value='-2.24926 -1.36270 -0.13189'/> |
662 | <fieldValue name='rotation' value='-0.73892 0 25.78246 2.78542'/> |
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.47045'/> |
671 | <fieldValue name='cylinderTranslation' value='-2.27547 -0.76365 -0.11518'/> |
672 | <fieldValue name='coneTranslation' value='-2.34847 -0.74583 -0.11169'/> |
673 | <fieldValue name='rotation' value='2.18289 -0.00000 45.65368 1.33162'/> |
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.44195'/> |
682 | <fieldValue name='cylinderTranslation' value='-2.25286 -0.89099 -0.08862'/> |
683 | <fieldValue name='coneTranslation' value='-2.30961 -0.91075 -0.07827'/> |
684 | <fieldValue name='rotation' value='7.49634 -0.00000 41.13246 1.90082'/> |
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='1.33601'/> |
693 | <fieldValue name='cylinderTranslation' value='-1.59906 -0.95834 -0.60158'/> |
694 | <fieldValue name='coneTranslation' value='-1.25826 -1.06403 -0.96318'/> |
695 | <fieldValue name='rotation' value='-95.09746 0 -89.62809 1.78036'/> |
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.67490'/> |
704 | <fieldValue name='cylinderTranslation' value='0.51934 -2.41027 2.01390'/> |
705 | <fieldValue name='coneTranslation' value='0.35782 -2.37915 2.08047'/> |
706 | <fieldValue name='rotation' value='25.31644 -0.00000 61.43084 1.39445'/> |
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.53777'/> |
715 | <fieldValue name='cylinderTranslation' value='0.86945 -2.61139 1.66302'/> |
716 | <fieldValue name='coneTranslation' value='0.88684 -2.66886 1.57218'/> |
717 | <fieldValue name='rotation' value='-44.86124 0 -8.59100 2.12680'/> |
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.67968'/> |
726 | <fieldValue name='cylinderTranslation' value='1.13617 -2.46477 1.74743'/> |
727 | <fieldValue name='coneTranslation' value='1.30005 -2.46228 1.67341'/> |
728 | <fieldValue name='rotation' value='-27.97767 0 -61.93599 1.55695'/> |
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.68442'/> |
737 | <fieldValue name='cylinderTranslation' value='1.13162 -2.47536 1.73250'/> |
738 | <fieldValue name='coneTranslation' value='1.29409 -2.47850 1.65007'/> |
739 | <fieldValue name='rotation' value='-30.96432 0 -61.02577 1.58801'/> |
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.18189'/> |
748 | <fieldValue name='cylinderTranslation' value='0.83353 -2.53078 1.82052'/> |
749 | <fieldValue name='coneTranslation' value='0.82819 -2.48423 1.87124'/> |
750 | <fieldValue name='rotation' value='-13.36092 0 -1.40802 2.31059'/> |
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.55089'/> |
759 | <fieldValue name='cylinderTranslation' value='0.75825 -2.31101 2.10204'/> |
760 | <fieldValue name='coneTranslation' value='0.72965 -2.24460 2.19203'/> |
761 | <fieldValue name='rotation' value='42.94354 -0.00000 13.64821 0.95784'/> |
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.66407'/> |
770 | <fieldValue name='cylinderTranslation' value='0.51142 -2.43488 1.98622'/> |
771 | <fieldValue name='coneTranslation' value='0.34817 -2.41696 2.03746'/> |
772 | <fieldValue name='rotation' value='19.77982 -0.00000 63.01439 1.46643'/> |
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.18189'/> |
781 | <fieldValue name='cylinderTranslation' value='0.81545 -2.42713 1.96705'/> |
782 | <fieldValue name='coneTranslation' value='0.82383 -2.45928 1.90651'/> |
783 | <fieldValue name='rotation' value='15.94468 -0.00000 2.20833 1.08648'/> |
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.50356'/> |
792 | <fieldValue name='cylinderTranslation' value='2.09855 0.71530 2.16189'/> |
793 | <fieldValue name='coneTranslation' value='2.10583 0.80378 2.13859'/> |
794 | <fieldValue name='rotation' value='-12.78392 0 -3.99545 0.26922'/> |
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.99003'/> |
803 | <fieldValue name='cylinderTranslation' value='1.80995 0.88805 2.20913'/> |
804 | <fieldValue name='coneTranslation' value='1.62815 1.16922 2.19784'/> |
805 | <fieldValue name='rotation' value='-3.33660 0 53.72429 0.57484'/> |
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.24156'/> |
814 | <fieldValue name='cylinderTranslation' value='2.15835 0.56168 2.20891'/> |
815 | <fieldValue name='coneTranslation' value='2.13244 0.53275 2.21440'/> |
816 | <fieldValue name='rotation' value='-3.37920 0 -15.95611 0.74124'/> |
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.55786'/> |
825 | <fieldValue name='cylinderTranslation' value='1.95822 0.72397 2.23716'/> |
826 | <fieldValue name='coneTranslation' value='1.90691 0.83115 2.24201'/> |
827 | <fieldValue name='rotation' value='2.27102 -0.00000 24.06936 0.44824'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='0.47035'/> |
836 | <fieldValue name='cylinderTranslation' value='1.92316 0.53203 2.39201'/> |
837 | <fieldValue name='coneTranslation' value='1.87348 0.55103 2.44513'/> |
838 | <fieldValue name='rotation' value='33.23961 -0.00000 31.08191 1.31530'/> |
839 | <fieldValue name='diffuseColor' value='0 0 0'/> |
840 | <fieldValue name='ballRadius' value='0.02'/> |
841 | <fieldValue name='traceEnabled' value='false'/> |
842 | <fieldValue name='displayMode'/> |
843 | <fieldValue name='transparency' value='0'/> |
844 | </ProtoInstance> |
845 | <ProtoInstance name='Arc'> |
846 | <fieldValue name='cylinderHeight' value='0.54785'/> |
847 | <fieldValue name='cylinderTranslation' value='2.14758 0.21192 2.27400'/> |
848 | <fieldValue name='coneTranslation' value='2.17628 0.10351 2.29404'/> |
849 | <fieldValue name='rotation' value='9.63729 0 -13.80181 2.82927'/> |
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.55732'/> |
858 | <fieldValue name='cylinderTranslation' value='2.07001 0.21534 2.33259'/> |
859 | <fieldValue name='coneTranslation' value='2.06637 0.10580 2.37806'/> |
860 | <fieldValue name='rotation' value='21.35620 -0.00000 1.71115 2.74701'/> |
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.24254'/> |
869 | <fieldValue name='cylinderTranslation' value='2.18319 0.47695 2.16464'/> |
870 | <fieldValue name='coneTranslation' value='2.14978 0.47556 2.18418'/> |
871 | <fieldValue name='rotation' value='-12.23375 0 -20.92480 1.53488'/> |
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.06271'/> |
880 | <fieldValue name='cylinderTranslation' value='2.08126 0.50377 2.22780'/> |
881 | <fieldValue name='coneTranslation' value='2.07023 0.37586 2.21963'/> |
882 | <fieldValue name='rotation' value='0.39825 0 -0.53765 0.10689'/> |
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.99377'/> |
891 | <fieldValue name='cylinderTranslation' value='2.28094 0.74493 1.86281'/> |
892 | <fieldValue name='coneTranslation' value='2.41815 0.92958 1.61669'/> |
893 | <fieldValue name='rotation' value='-72.60081 0 -40.47405 0.99071'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='1.05933'/> |
902 | <fieldValue name='cylinderTranslation' value='2.41656 0.28351 1.86449'/> |
903 | <fieldValue name='coneTranslation' value='2.65245 0.15154 1.61231'/> |
904 | <fieldValue name='rotation' value='-72.26442 0 -67.59798 1.93584'/> |
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.52577'/> |
913 | <fieldValue name='cylinderTranslation' value='2.13344 0.71380 2.13683'/> |
914 | <fieldValue name='coneTranslation' value='2.15492 0.80820 2.10200'/> |
915 | <fieldValue name='rotation' value='-17.79621 0 -10.97458 0.40897'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='1.03176'/> |
924 | <fieldValue name='cylinderTranslation' value='1.63712 0.67537 2.39940'/> |
925 | <fieldValue name='coneTranslation' value='1.33258 0.81525 2.51916'/> |
926 | <fieldValue name='rotation' value='34.71879 -0.00000 88.29085 1.16683'/> |
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.61739'/> |
935 | <fieldValue name='cylinderTranslation' value='1.83695 0.62063 2.34827'/> |
936 | <fieldValue name='coneTranslation' value='1.72057 0.69194 2.40726'/> |
937 | <fieldValue name='rotation' value='24.49202 -0.00000 48.32358 1.07063'/> |
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.53814'/> |
946 | <fieldValue name='cylinderTranslation' value='2.22980 0.25149 2.20048'/> |
947 | <fieldValue name='coneTranslation' value='2.29110 0.16187 2.19021'/> |
948 | <fieldValue name='rotation' value='-5.06661 0 -30.24565 2.53524'/> |
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.55278'/> |
957 | <fieldValue name='cylinderTranslation' value='2.21779 0.63514 2.05091'/> |
958 | <fieldValue name='coneTranslation' value='2.27642 0.70358 1.97725'/> |
959 | <fieldValue name='rotation' value='-34.98031 0 -27.84409 0.94211'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='1.04971'/> |
968 | <fieldValue name='cylinderTranslation' value='1.72950 0.17718 2.48340'/> |
969 | <fieldValue name='coneTranslation' value='1.48684 -0.02818 2.66247'/> |
970 | <fieldValue name='rotation' value='51.51869 -0.00000 69.81399 2.16862'/> |
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.90624'/> |
979 | <fieldValue name='cylinderTranslation' value='2.37848 0.52546 1.89029'/> |
980 | <fieldValue name='coneTranslation' value='2.57249 0.55966 1.67325'/> |
981 | <fieldValue name='rotation' value='-67.10381 0 -59.98261 1.45386'/> |
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.04211'/> |
990 | <fieldValue name='cylinderTranslation' value='2.26826 0.00755 2.08708'/> |
991 | <fieldValue name='coneTranslation' value='2.39971 -0.31469 1.99094'/> |
992 | <fieldValue name='rotation' value='-27.74657 0 -37.93898 2.67367'/> |
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.37465'/> |
1001 | <fieldValue name='cylinderTranslation' value='1.95570 0.42799 2.35999'/> |
1002 | <fieldValue name='coneTranslation' value='1.93777 0.42149 2.37956'/> |
1003 | <fieldValue name='rotation' value='26.83534 -0.00000 24.57489 1.81120'/> |
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.56265'/> |
1012 | <fieldValue name='cylinderTranslation' value='2.02841 0.23081 2.36061'/> |
1013 | <fieldValue name='coneTranslation' value='2.00678 0.12654 2.41874'/> |
1014 | <fieldValue name='rotation' value='26.95954 -0.00000 10.03175 2.60495'/> |
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='1.05917'/> |
1023 | <fieldValue name='cylinderTranslation' value='2.41611 0.27953 1.86629'/> |
1024 | <fieldValue name='coneTranslation' value='2.65167 0.14480 1.61539'/> |
1025 | <fieldValue name='rotation' value='-71.90382 0 -67.50754 1.94395'/> |
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.96676'/> |
1034 | <fieldValue name='cylinderTranslation' value='1.68485 0.37906 2.49018'/> |
1035 | <fieldValue name='coneTranslation' value='1.42145 0.31648 2.66705'/> |
1036 | <fieldValue name='rotation' value='52.87449 -0.00000 78.74400 1.76553'/> |
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.54558'/> |
1045 | <fieldValue name='cylinderTranslation' value='1.88600 0.47288 2.41902'/> |
1046 | <fieldValue name='coneTranslation' value='1.80638 0.47300 2.49890'/> |
1047 | <fieldValue name='rotation' value='38.64169 -0.00000 38.51433 1.56975'/> |
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.50839'/> |
1056 | <fieldValue name='cylinderTranslation' value='2.27825 0.33806 2.14431'/> |
1057 | <fieldValue name='coneTranslation' value='2.35224 0.28820 2.11411'/> |
1058 | <fieldValue name='rotation' value='-16.29951 0 -39.93632 2.12853'/> |
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.45194'/> |
1067 | <fieldValue name='cylinderTranslation' value='0.26945 2.65507 -0.64551'/> |
1068 | <fieldValue name='coneTranslation' value='0.22813 2.65251 -0.69687'/> |
1069 | <fieldValue name='rotation' value='-35.18838 0 28.30559 1.60951'/> |
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.21215'/> |
1078 | <fieldValue name='cylinderTranslation' value='0.32373 2.68762 -0.41413'/> |
1079 | <fieldValue name='coneTranslation' value='0.36808 2.67552 -0.44231'/> |
1080 | <fieldValue name='rotation' value='11.08674 -0.00000 17.44961 1.34440'/> |
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.79651'/> |
1089 | <fieldValue name='cylinderTranslation' value='0.15538 2.60414 -0.76909'/> |
1090 | <fieldValue name='coneTranslation' value='0.00247 2.56844 -0.94828'/> |
1091 | <fieldValue name='rotation' value='-59.90525 0 51.12009 1.72119'/> |
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.34222'/> |
1100 | <fieldValue name='cylinderTranslation' value='0.25805 2.70856 -0.40721'/> |
1101 | <fieldValue name='coneTranslation' value='0.24812 2.71146 -0.40316'/> |
1102 | <fieldValue name='rotation' value='12.47125 -0.00000 30.58609 1.30620'/> |
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.31814'/> |
1111 | <fieldValue name='cylinderTranslation' value='0.56495 2.68120 -0.50555'/> |
1112 | <fieldValue name='coneTranslation' value='0.56405 2.68110 -0.50534'/> |
1113 | <fieldValue name='rotation' value='-7.19692 0 -30.79355 1.46128'/> |
1114 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1115 | <fieldValue name='ballRadius' value='0.02'/> |
1116 | <fieldValue name='traceEnabled' value='false'/> |
1117 | <fieldValue name='displayMode'/> |
1118 | <fieldValue name='transparency' value='0'/> |
1119 | </ProtoInstance> |
1120 | <ProtoInstance name='Arc'> |
1121 | <fieldValue name='cylinderHeight' value='0.73723'/> |
1122 | <fieldValue name='cylinderTranslation' value='0.48848 2.58706 -0.82168'/> |
1123 | <fieldValue name='coneTranslation' value='0.53235 2.54363 -1.02095'/> |
1124 | <fieldValue name='rotation' value='-70.42210 0 -15.50092 1.78053'/> |
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.27682'/> |
1133 | <fieldValue name='cylinderTranslation' value='0.50721 2.66008 -0.56898'/> |
1134 | <fieldValue name='coneTranslation' value='0.49220 2.66066 -0.55347'/> |
1135 | <fieldValue name='rotation' value='-19.88268 0 -19.24667 1.59778'/> |
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.89652'/> |
1144 | <fieldValue name='cylinderTranslation' value='0.73145 2.54442 -0.75936'/> |
1145 | <fieldValue name='coneTranslation' value='0.93753 2.46765 -0.94572'/> |
1146 | <fieldValue name='rotation' value='-57.95889 0 -64.09445 1.84038'/> |
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.89874'/> |
1155 | <fieldValue name='cylinderTranslation' value='0.74624 2.54491 -0.74415'/> |
1156 | <fieldValue name='coneTranslation' value='0.96213 2.46835 -0.92096'/> |
1157 | <fieldValue name='rotation' value='-54.91599 0 -67.05239 1.83857'/> |
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.83317'/> |
1166 | <fieldValue name='cylinderTranslation' value='0.77034 2.63815 -0.26041'/> |
1167 | <fieldValue name='coneTranslation' value='0.99167 2.62235 -0.13158'/> |
1168 | <fieldValue name='rotation' value='41.83204 0 -71.87159 1.63243'/> |
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.46074'/> |
1177 | <fieldValue name='cylinderTranslation' value='0.39805 2.70537 -0.24335'/> |
1178 | <fieldValue name='coneTranslation' value='0.39411 2.71807 -0.17424'/> |
1179 | <fieldValue name='rotation' value='45.24410 -0.00000 2.58464 1.38939'/> |
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.75409'/> |
1188 | <fieldValue name='cylinderTranslation' value='0.76749 2.60186 -0.57550'/> |
1189 | <fieldValue name='coneTranslation' value='0.97271 2.56620 -0.63648'/> |
1190 | <fieldValue name='rotation' value='-21.18719 0 -71.30233 1.73586'/> |
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.77269'/> |
1199 | <fieldValue name='cylinderTranslation' value='0.12770 2.68378 -0.20762'/> |
1200 | <fieldValue name='coneTranslation' value='-0.03827 2.69548 -0.05416'/> |
1201 | <fieldValue name='rotation' value='52.38869 -0.00000 56.65615 1.51909'/> |
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.82989'/> |
1210 | <fieldValue name='cylinderTranslation' value='0.33620 2.68925 -0.06221'/> |
1211 | <fieldValue name='coneTranslation' value='0.29026 2.70487 0.18808'/> |
1212 | <fieldValue name='rotation' value='81.47161 -0.00000 14.95479 1.50946'/> |
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.88204'/> |
1221 | <fieldValue name='cylinderTranslation' value='-0.02695 2.62939 -0.50875'/> |
1222 | <fieldValue name='coneTranslation' value='-0.30600 2.60746 -0.53372'/> |
1223 | <fieldValue name='rotation' value='-7.83654 0 87.58558 1.64892'/> |
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.82352'/> |
1232 | <fieldValue name='cylinderTranslation' value='0.73105 2.65089 -0.21085'/> |
1233 | <fieldValue name='coneTranslation' value='0.92675 2.64300 -0.05267'/> |
1234 | <fieldValue name='rotation' value='51.74300 0 -64.01437 1.60217'/> |
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.76668'/> |
1243 | <fieldValue name='cylinderTranslation' value='0.06828 2.67550 -0.29819'/> |
1244 | <fieldValue name='coneTranslation' value='-0.13138 2.68231 -0.19834'/> |
1245 | <fieldValue name='rotation' value='34.27567 -0.00000 68.53962 1.54031'/> |
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.47012'/> |
1254 | <fieldValue name='cylinderTranslation' value='-0.40009 -0.56129 -2.46518'/> |
1255 | <fieldValue name='coneTranslation' value='-0.39832 -0.63208 -2.44029'/> |
1256 | <fieldValue name='rotation' value='15.59120 0 -1.10476 2.80266'/> |
1257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1258 | <fieldValue name='ballRadius' value='0.02'/> |
1259 | <fieldValue name='traceEnabled' value='false'/> |
1260 | <fieldValue name='displayMode'/> |
1261 | <fieldValue name='transparency' value='0'/> |
1262 | </ProtoInstance> |
1263 | <ProtoInstance name='Arc'> |
1264 | <fieldValue name='cylinderHeight' value='0.44448'/> |
1265 | <fieldValue name='cylinderTranslation' value='2.10124 0.74648 2.16388'/> |
1266 | <fieldValue name='coneTranslation' value='2.09639 0.68724 2.18234'/> |
1267 | <fieldValue name='rotation' value='13.18217 -0.00000 3.45780 2.82996'/> |
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.08598'/> |
1276 | <fieldValue name='cylinderTranslation' value='2.15342 0.95651 2.07291'/> |
1277 | <fieldValue name='coneTranslation' value='2.05844 0.96061 2.14112'/> |
1278 | <fieldValue name='rotation' value='-5.01229 0 -6.97913 1.60582'/> |
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.07575'/> |
1287 | <fieldValue name='cylinderTranslation' value='0.20427 -2.37568 2.11280'/> |
1288 | <fieldValue name='coneTranslation' value='0.22980 -2.29634 2.20206'/> |
1289 | <fieldValue name='rotation' value='-5.53662 0 1.58355 2.27798'/> |
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.35145'/> |
1298 | <fieldValue name='cylinderTranslation' value='0.01385 2.59540 -0.94503'/> |
1299 | <fieldValue name='coneTranslation' value='0.00364 2.59084 -0.95609'/> |
1300 | <fieldValue name='rotation' value='-24.71688 0 22.81450 1.86481'/> |
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.62222'/> |
1309 | <fieldValue name='cylinderTranslation' value='0.01723 -2.04586 -1.65495'/> |
1310 | <fieldValue name='coneTranslation' value='-0.00860 -1.91888 -1.73269'/> |
1311 | <fieldValue name='rotation' value='-32.01038 0 10.63725 0.57295'/> |
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.48906'/> |
1320 | <fieldValue name='cylinderTranslation' value='0.19130 -0.52315 -2.28440'/> |
1321 | <fieldValue name='coneTranslation' value='0.15222 -0.59561 -2.26523'/> |
1322 | <fieldValue name='rotation' value='11.09138 -0.00000 22.61079 2.60064'/> |
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.50933'/> |
1331 | <fieldValue name='cylinderTranslation' value='0.54961 -1.66646 -1.48915'/> |
1332 | <fieldValue name='coneTranslation' value='0.47351 -1.62325 -1.52524'/> |
1333 | <fieldValue name='rotation' value='-19.42209 0 40.94558 1.09685'/> |
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.44585'/> |
1342 | <fieldValue name='cylinderTranslation' value='1.68960 1.13943 2.22048'/> |
1343 | <fieldValue name='coneTranslation' value='1.73145 1.09311 2.22840'/> |
1344 | <fieldValue name='rotation' value='5.60762 0 -29.65493 2.39801'/> |
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.19756'/> |
1353 | <fieldValue name='cylinderTranslation' value='2.26297 0.56604 2.14774'/> |
1354 | <fieldValue name='coneTranslation' value='2.24758 0.61856 2.17518'/> |
1355 | <fieldValue name='rotation' value='-8.85455 0 -4.96868 2.60182'/> |
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.19651'/> |
1364 | <fieldValue name='cylinderTranslation' value='2.16104 0.59286 2.21090'/> |
1365 | <fieldValue name='coneTranslation' value='2.20949 0.62926 2.19904'/> |
1366 | <fieldValue name='rotation' value='3.77745 -0.00000 15.41846 2.20114'/> |
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.34033'/> |
1375 | <fieldValue name='cylinderTranslation' value='2.21322 0.80289 2.11993'/> |
1376 | <fieldValue name='coneTranslation' value='2.21174 0.81198 2.11563'/> |
1377 | <fieldValue name='rotation' value='-14.41701 0 4.98153 0.46475'/> |
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.50483'/> |
1386 | <fieldValue name='cylinderTranslation' value='1.96091 0.75515 2.23916'/> |
1387 | <fieldValue name='coneTranslation' value='2.00596 0.67453 2.23573'/> |
1388 | <fieldValue name='rotation' value='-1.87277 0 -24.60701 2.63083'/> |
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.17622'/> |
1397 | <fieldValue name='cylinderTranslation' value='-2.49185 -0.79497 -0.09754'/> |
1398 | <fieldValue name='coneTranslation' value='-2.48215 -0.86599 -0.09205'/> |
1399 | <fieldValue name='rotation' value='-1.34580 0 2.37796 0.15568'/> |
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.09234'/> |
1408 | <fieldValue name='cylinderTranslation' value='-2.46924 -0.92230 -0.07097'/> |
1409 | <fieldValue name='coneTranslation' value='-2.49566 -0.82297 -0.11988'/> |
1410 | <fieldValue name='rotation' value='3.96765 0 -2.14327 2.63141'/> |
1411 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1412 | <fieldValue name='ballRadius' value='0.02'/> |
1413 | <fieldValue name='traceEnabled' value='false'/> |
1414 | <fieldValue name='displayMode'/> |
1415 | <fieldValue name='transparency' value='0'/> |
1416 | </ProtoInstance> |
1417 | <ProtoInstance name='Arc'> |
1418 | <fieldValue name='cylinderHeight' value='0.00485'/> |
1419 | <fieldValue name='cylinderTranslation' value='-2.34510 -0.14742 0.55365'/> |
1420 | <fieldValue name='coneTranslation' value='-2.48959 -0.18216 0.50123'/> |
1421 | <fieldValue name='rotation' value='0.16119 0 -0.44428 1.34849'/> |
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.00010'/> |
1430 | <fieldValue name='cylinderTranslation' value='-2.49651 0.03818 0.00951'/> |
1431 | <fieldValue name='coneTranslation' value='-2.37054 0.11597 0.07004'/> |
1432 | <fieldValue name='rotation' value='-0.00379 0 0.00789 2.07871'/> |
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.13857'/> |
1441 | <fieldValue name='cylinderTranslation' value='0.17080 2.73237 -0.35178'/> |
1442 | <fieldValue name='coneTranslation' value='0.25680 2.70496 -0.36084'/> |
1443 | <fieldValue name='rotation' value='1.38451 -0.00000 13.13648 1.26382'/> |
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.56953'/> |
1452 | <fieldValue name='cylinderTranslation' value='0.04045 2.70759 -0.15219'/> |
1453 | <fieldValue name='coneTranslation' value='-0.04544 2.70591 -0.06171'/> |
1454 | <fieldValue name='rotation' value='41.30195 -0.00000 39.20654 1.58430'/> |
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.56159'/> |
1463 | <fieldValue name='cylinderTranslation' value='-0.01897 2.69931 -0.24275'/> |
1464 | <fieldValue name='coneTranslation' value='-0.12886 2.69409 -0.19288'/> |
1465 | <fieldValue name='rotation' value='23.18893 -0.00000 51.09000 1.61399'/> |
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.87675'/> |
1474 | <fieldValue name='cylinderTranslation' value='-1.56452 -1.04105 -0.94314'/> |
1475 | <fieldValue name='coneTranslation' value='-1.30188 -1.07678 -1.02819'/> |
1476 | <fieldValue name='rotation' value='-26.78715 0 -82.72073 1.69949'/> |
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.45938'/> |
1485 | <fieldValue name='cylinderTranslation' value='1.92585 0.56321 2.39400'/> |
1486 | <fieldValue name='coneTranslation' value='1.97382 0.55463 2.34418'/> |
1487 | <fieldValue name='rotation' value='-32.84136 0 -31.61956 1.69414'/> |
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.14979'/> |
1496 | <fieldValue name='cylinderTranslation' value='1.73059 0.53231 2.58522'/> |
1497 | <fieldValue name='coneTranslation' value='1.77282 0.59953 2.55452'/> |
1498 | <fieldValue name='rotation' value='5.40208 -0.00000 7.43243 2.48123'/> |
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.79823'/> |
1507 | <fieldValue name='cylinderTranslation' value='-0.80138 -1.11752 -1.99540'/> |
1508 | <fieldValue name='coneTranslation' value='-0.58894 -1.20586 -1.93025'/> |
1509 | <fieldValue name='rotation' value='21.74785 0 -70.91579 1.94920'/> |
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.60677'/> |
1518 | <fieldValue name='cylinderTranslation' value='-0.60442 -1.00135 -2.48531'/> |
1519 | <fieldValue name='coneTranslation' value='-0.54465 -1.09533 -2.39501'/> |
1520 | <fieldValue name='rotation' value='38.21320 0 -25.29471 2.28554'/> |
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.53793'/> |
1529 | <fieldValue name='cylinderTranslation' value='0.34072 -1.99986 -2.04461'/> |
1530 | <fieldValue name='coneTranslation' value='0.43021 -2.04872 -2.00617'/> |
1531 | <fieldValue name='rotation' value='18.97789 0 -44.17939 2.03572'/> |
1532 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1533 | <fieldValue name='ballRadius' value='0.02'/> |
1534 | <fieldValue name='traceEnabled' value='false'/> |
1535 | <fieldValue name='displayMode'/> |
1536 | <fieldValue name='transparency' value='0'/> |
1537 | </ProtoInstance> |
1538 | <ProtoInstance name='Arc'> |
1539 | <fieldValue name='cylinderHeight' value='0.32770'/> |
1540 | <fieldValue name='cylinderTranslation' value='-0.03289 -1.87368 -2.19861'/> |
1541 | <fieldValue name='coneTranslation' value='-0.03648 -1.87355 -2.20000'/> |
1542 | <fieldValue name='rotation' value='-11.82253 0 30.54209 1.53664'/> |
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.52313'/> |
1551 | <fieldValue name='cylinderTranslation' value='-0.55544 -1.33690 -2.11346'/> |
1552 | <fieldValue name='coneTranslation' value='-0.51326 -1.30897 -2.02540'/> |
1553 | <fieldValue name='rotation' value='45.36014 0 -21.72863 1.29221'/> |
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.20765'/> |
1562 | <fieldValue name='cylinderTranslation' value='-0.59161 -1.40341 -2.41441'/> |
1563 | <fieldValue name='coneTranslation' value='-0.63083 -1.40634 -2.37429'/> |
1564 | <fieldValue name='rotation' value='-14.82934 0 -14.49419 1.51852'/> |
1565 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1566 | <fieldValue name='ballRadius' value='0.02'/> |
1567 | <fieldValue name='traceEnabled' value='false'/> |
1568 | <fieldValue name='displayMode'/> |
1569 | <fieldValue name='transparency' value='0'/> |
1570 | </ProtoInstance> |
1571 | <ProtoInstance name='Arc'> |
1572 | <fieldValue name='cylinderHeight' value='0.19454'/> |
1573 | <fieldValue name='cylinderTranslation' value='2.13902 -0.04533 2.38078'/> |
1574 | <fieldValue name='coneTranslation' value='2.18905 -0.04753 2.34299'/> |
1575 | <fieldValue name='rotation' value='11.71891 -0.00000 15.51296 1.53560'/> |
1576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1577 | <fieldValue name='ballRadius' value='0.02'/> |
1578 | <fieldValue name='traceEnabled' value='false'/> |
1579 | <fieldValue name='displayMode'/> |
1580 | <fieldValue name='transparency' value='0'/> |
1581 | </ProtoInstance> |
1582 | <ProtoInstance name='Arc'> |
1583 | <fieldValue name='cylinderHeight' value='0.23436'/> |
1584 | <fieldValue name='cylinderTranslation' value='2.29881 -0.00918 2.24866'/> |
1585 | <fieldValue name='coneTranslation' value='2.26876 -0.02364 2.27553'/> |
1586 | <fieldValue name='rotation' value='-14.70390 0 -16.44384 1.22634'/> |
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.36108'/> |
1595 | <fieldValue name='cylinderTranslation' value='0.87649 -2.67270 1.59621'/> |
1596 | <fieldValue name='coneTranslation' value='0.87240 -2.66353 1.61413'/> |
1597 | <fieldValue name='rotation' value='31.50033 -0.00000 7.18299 1.10797'/> |
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.10498'/> |
1606 | <fieldValue name='cylinderTranslation' value='2.01985 -0.02643 2.46739'/> |
1607 | <fieldValue name='coneTranslation' value='2.10507 -0.05812 2.41000'/> |
1608 | <fieldValue name='rotation' value='5.60335 -0.00000 8.32060 1.27164'/> |
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.41041'/> |
1617 | <fieldValue name='cylinderTranslation' value='0.20966 -1.04797 -1.64910'/> |
1618 | <fieldValue name='coneTranslation' value='0.18720 -1.00973 -1.65782'/> |
1619 | <fieldValue name='rotation' value='-7.91998 0 20.39288 0.56220'/> |
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.33113'/> |
1628 | <fieldValue name='cylinderTranslation' value='0.32825 -1.38591 -1.59788'/> |
1629 | <fieldValue name='coneTranslation' value='0.32881 -1.39144 -1.59749'/> |
1630 | <fieldValue name='rotation' value='2.32450 0 -3.32538 3.01876'/> |
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.48349'/> |
1639 | <fieldValue name='cylinderTranslation' value='-0.61827 -1.42570 -1.94329'/> |
1640 | <fieldValue name='coneTranslation' value='-0.67625 -1.48005 -1.96244'/> |
1641 | <fieldValue name='rotation' value='-11.32586 0 34.29420 2.29808'/> |
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.51534'/> |
1650 | <fieldValue name='cylinderTranslation' value='-0.38203 -1.02202 -1.83033'/> |
1651 | <fieldValue name='coneTranslation' value='-0.35748 -0.92993 -1.80898'/> |
1652 | <fieldValue name='rotation' value='11.26519 0 -12.95345 0.33960'/> |
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.41387'/> |
1661 | <fieldValue name='cylinderTranslation' value='-0.46237 -1.23259 -2.09045'/> |
1662 | <fieldValue name='coneTranslation' value='-0.46591 -1.22524 -2.13667'/> |
1663 | <fieldValue name='rotation' value='-40.75811 0 3.11485 1.41364'/> |
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='1.08597'/> |
1672 | <fieldValue name='cylinderTranslation' value='-0.79886 -1.18114 -1.48187'/> |
1673 | <fieldValue name='coneTranslation' value='-1.04718 -1.12201 -1.19635'/> |
1674 | <fieldValue name='rotation' value='80.95883 -0.00000 70.41203 1.41579'/> |
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.68047'/> |
1683 | <fieldValue name='cylinderTranslation' value='2.48311 0.52982 1.82912'/> |
1684 | <fieldValue name='coneTranslation' value='2.58656 0.55551 1.68379'/> |
1685 | <fieldValue name='rotation' value='-54.87006 0 -39.05781 1.42773'/> |
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.33906'/> |
1694 | <fieldValue name='cylinderTranslation' value='2.38288 0.34241 2.08314'/> |
1695 | <fieldValue name='coneTranslation' value='2.38822 0.33461 2.08200'/> |
1696 | <fieldValue name='rotation' value='-4.06577 0 -19.01152 2.53095'/> |
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.00034'/> |
1705 | <fieldValue name='cylinderTranslation' value='-2.23942 -1.44479 0.55227'/> |
1706 | <fieldValue name='coneTranslation' value='-2.09075 -1.48042 0.59888'/> |
1707 | <fieldValue name='rotation' value='-0.01004 0 0.03202 1.34598'/> |
1708 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1709 | <fieldValue name='ballRadius' value='0.02'/> |
1710 | <fieldValue name='traceEnabled' value='false'/> |
1711 | <fieldValue name='displayMode'/> |
1712 | <fieldValue name='transparency' value='0'/> |
1713 | </ProtoInstance> |
1714 | <ProtoInstance name='Arc'> |
1715 | <fieldValue name='cylinderHeight' value='0.43027'/> |
1716 | <fieldValue name='cylinderTranslation' value='-0.63568 -1.48474 -1.84838'/> |
1717 | <fieldValue name='coneTranslation' value='-0.59993 -1.44422 -1.83740'/> |
1718 | <fieldValue name='rotation' value='8.57418 0 -27.89324 0.74531'/> |
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.12330'/> |
1727 | <fieldValue name='cylinderTranslation' value='-0.78244 -1.61463 -1.94559'/> |
1728 | <fieldValue name='coneTranslation' value='-0.77080 -1.65963 -1.85892'/> |
1729 | <fieldValue name='rotation' value='-10.86635 0 1.45990 1.09557'/> |
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.51842'/> |
1738 | <fieldValue name='cylinderTranslation' value='2.22048 0.66631 2.05290'/> |
1739 | <fieldValue name='coneTranslation' value='2.27273 0.71659 1.98520'/> |
1740 | <fieldValue name='rotation' value='-35.37856 0 -27.30644 1.03934'/> |
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.45689'/> |
1749 | <fieldValue name='cylinderTranslation' value='0.28385 -0.90791 -2.60237'/> |
1750 | <fieldValue name='coneTranslation' value='0.22955 -0.94077 -2.57675'/> |
1751 | <fieldValue name='rotation' value='17.09674 -0.00000 36.24954 2.07157'/> |
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.45355'/> |
1760 | <fieldValue name='cylinderTranslation' value='2.42016 0.90747 1.68790'/> |
1761 | <fieldValue name='coneTranslation' value='2.40157 0.87514 1.74329'/> |
1762 | <fieldValue name='rotation' value='37.62050 -0.00000 12.62997 2.07621'/> |
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.00878'/> |
1771 | <fieldValue name='cylinderTranslation' value='2.75410 0.09045 1.50497'/> |
1772 | <fieldValue name='coneTranslation' value='2.77013 0.23141 1.44105'/> |
1773 | <fieldValue name='rotation' value='0.36059 -0.00000 0.09044 2.70431'/> |
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.45739'/> |
1782 | <fieldValue name='cylinderTranslation' value='0.13525 -1.75084 -1.96287'/> |
1783 | <fieldValue name='coneTranslation' value='0.08382 -1.76093 -1.91845'/> |
1784 | <fieldValue name='rotation' value='29.57213 -0.00000 34.24053 1.71821'/> |
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.49623'/> |
1793 | <fieldValue name='cylinderTranslation' value='0.55144 -1.75420 -2.12396'/> |
1794 | <fieldValue name='coneTranslation' value='0.63845 -1.76732 -2.12866'/> |
1795 | <fieldValue name='rotation' value='-2.64744 0 -48.99812 1.72024'/> |
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.00287'/> |
1804 | <fieldValue name='cylinderTranslation' value='1.02338 -1.24325 -2.00888'/> |
1805 | <fieldValue name='coneTranslation' value='1.04062 -1.35755 -1.90034'/> |
1806 | <fieldValue name='rotation' value='-0.19674 0 0.03124 0.76576'/> |
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.17666'/> |
1815 | <fieldValue name='cylinderTranslation' value='0.66118 2.67746 -0.60496'/> |
1816 | <fieldValue name='coneTranslation' value='0.70802 2.69460 -0.55350'/> |
1817 | <fieldValue name='rotation' value='-12.68576 0 11.54688 1.81223'/> |
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.03773'/> |
1826 | <fieldValue name='cylinderTranslation' value='1.44130 -2.47066 1.59261'/> |
1827 | <fieldValue name='coneTranslation' value='1.47534 -2.39140 1.70432'/> |
1828 | <fieldValue name='rotation' value='-2.98665 0 0.91022 2.16709'/> |
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.78645'/> |
1837 | <fieldValue name='cylinderTranslation' value='-0.26572 -1.37264 -2.12077'/> |
1838 | <fieldValue name='coneTranslation' value='-0.40242 -1.34535 -1.93379'/> |
1839 | <fieldValue name='rotation' value='63.05079 -0.00000 46.09784 1.45355'/> |
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.58650'/> |
1848 | <fieldValue name='cylinderTranslation' value='0.22931 -1.39244 -2.55983'/> |
1849 | <fieldValue name='coneTranslation' value='0.34951 -1.38055 -2.61609'/> |
1850 | <fieldValue name='rotation' value='-24.76144 0 -52.90779 1.48137'/> |
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.52740'/> |
1859 | <fieldValue name='cylinderTranslation' value='0.58472 2.58333 -0.92109'/> |
1860 | <fieldValue name='coneTranslation' value='0.59208 2.61204 -0.82172'/> |
1861 | <fieldValue name='rotation' value='50.53942 0 -3.74575 1.29025'/> |
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.00111'/> |
1870 | <fieldValue name='cylinderTranslation' value='-2.15577 -1.02831 0.83719'/> |
1871 | <fieldValue name='coneTranslation' value='-2.02889 -0.94696 0.88922'/> |
1872 | <fieldValue name='rotation' value='-0.03638 0 0.08871 2.10622'/> |
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.53358'/> |
1881 | <fieldValue name='cylinderTranslation' value='0.86372 2.59813 -0.67492'/> |
1882 | <fieldValue name='coneTranslation' value='0.96791 2.57482 -0.67753'/> |
1883 | <fieldValue name='rotation' value='-1.30451 0 -52.05566 1.79078'/> |
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.42683'/> |
1892 | <fieldValue name='cylinderTranslation' value='1.39550 0.82341 2.52186'/> |
1893 | <fieldValue name='coneTranslation' value='1.44551 0.80971 2.50907'/> |
1894 | <fieldValue name='rotation' value='-10.22677 0 -39.96727 1.83017'/> |
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.04245'/> |
1903 | <fieldValue name='cylinderTranslation' value='1.06671 2.42553 -1.03394'/> |
1904 | <fieldValue name='coneTranslation' value='0.97001 2.42233 -1.13342'/> |
1905 | <fieldValue name='rotation' value='3.04289 0 -2.95794 1.54773'/> |
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.46816'/> |
1914 | <fieldValue name='cylinderTranslation' value='-0.45938 -2.12995 -1.57145'/> |
1915 | <fieldValue name='coneTranslation' value='-0.45120 -2.08032 -1.62584'/> |
1916 | <fieldValue name='rotation' value='-34.37228 0 -5.16910 0.83673'/> |
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.22800'/> |
1925 | <fieldValue name='cylinderTranslation' value='2.42948 0.11696 2.11898'/> |
1926 | <fieldValue name='coneTranslation' value='2.40993 0.08202 2.14164'/> |
1927 | <fieldValue name='rotation' value='-11.23290 0 -9.69067 0.70847'/> |
1928 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1929 | <fieldValue name='ballRadius' value='0.02'/> |
1930 | <fieldValue name='traceEnabled' value='false'/> |
1931 | <fieldValue name='displayMode'/> |
1932 | <fieldValue name='transparency' value='0'/> |
1933 | </ProtoInstance> |
1934 | <ProtoInstance name='Arc'> |
1935 | <fieldValue name='cylinderHeight' value='1.00591'/> |
1936 | <fieldValue name='cylinderTranslation' value='-0.82356 -1.21198 -1.44129'/> |
1937 | <fieldValue name='coneTranslation' value='-1.04678 -1.13379 -1.19294'/> |
1938 | <fieldValue name='rotation' value='72.84416 -0.00000 65.47097 1.34080'/> |
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.36079'/> |
1947 | <fieldValue name='cylinderTranslation' value='0.82249 -2.48844 1.90024'/> |
1948 | <fieldValue name='coneTranslation' value='0.82045 -2.47672 1.91681'/> |
1949 | <fieldValue name='rotation' value='29.30560 -0.00000 3.61635 0.95868'/> |
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.44379'/> |
1958 | <fieldValue name='cylinderTranslation' value='-0.10478 -0.82671 -1.73135'/> |
1959 | <fieldValue name='coneTranslation' value='-0.16405 -0.81342 -1.74325'/> |
1960 | <fieldValue name='rotation' value='-8.53074 0 42.49629 1.35440'/> |
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.12902'/> |
1969 | <fieldValue name='cylinderTranslation' value='1.09041 2.62523 -0.00169'/> |
1970 | <fieldValue name='coneTranslation' value='1.14856 2.60637 -0.07504'/> |
1971 | <fieldValue name='rotation' value='9.91096 -0.00000 7.85722 1.37194'/> |
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.27310'/> |
1980 | <fieldValue name='cylinderTranslation' value='-0.28290 -1.90216 -2.16819'/> |
1981 | <fieldValue name='coneTranslation' value='-0.29961 -1.90802 -2.15282'/> |
1982 | <fieldValue name='rotation' value='-17.90692 0 -19.46056 1.31854'/> |
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.34156'/> |
1991 | <fieldValue name='cylinderTranslation' value='-0.40687 -1.95469 -1.91099'/> |
1992 | <fieldValue name='coneTranslation' value='-0.40855 -1.95586 -1.90040'/> |
1993 | <fieldValue name='rotation' value='33.53443 -0.00000 5.33249 1.67904'/> |
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.37405'/> |
2002 | <fieldValue name='cylinderTranslation' value='0.74721 -2.26867 2.18176'/> |
2003 | <fieldValue name='coneTranslation' value='0.75548 -2.28545 2.16226'/> |
2004 | <fieldValue name='rotation' value='-26.99886 0 -11.43988 2.24064'/> |
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.60894'/> |
2013 | <fieldValue name='cylinderTranslation' value='1.56198 0.33446 2.62436'/> |
2014 | <fieldValue name='coneTranslation' value='1.43346 0.31124 2.68614'/> |
2015 | <fieldValue name='rotation' value='26.03915 -0.00000 54.16911 1.73222'/> |
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.59320'/> |
2024 | <fieldValue name='cylinderTranslation' value='-2.11543 -1.33518 -0.27676'/> |
2025 | <fieldValue name='coneTranslation' value='-2.20275 -1.41691 -0.21077'/> |
2026 | <fieldValue name='rotation' value='28.65441 -0.00000 37.91875 2.21227'/> |
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='1.01777'/> |
2035 | <fieldValue name='cylinderTranslation' value='-1.53838 -1.12751 -0.74855'/> |
2036 | <fieldValue name='coneTranslation' value='-1.27274 -1.10681 -0.97378'/> |
2037 | <fieldValue name='rotation' value='-65.70413 0 -77.49179 1.51143'/> |
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.38417'/> |
2046 | <fieldValue name='cylinderTranslation' value='0.32328 2.73081 0.16401'/> |
2047 | <fieldValue name='coneTranslation' value='0.31295 2.72811 0.19427'/> |
2048 | <fieldValue name='rotation' value='36.22751 -0.00000 12.37014 1.65485'/> |
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.63386'/> |
2057 | <fieldValue name='cylinderTranslation' value='0.09587 -2.01994 -1.64886'/> |
2058 | <fieldValue name='coneTranslation' value='0.16114 -2.13655 -1.56659'/> |
2059 | <fieldValue name='rotation' value='33.22946 0 -26.36463 2.40846'/> |
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.02528'/> |
2068 | <fieldValue name='cylinderTranslation' value='-2.38862 -0.60606 0.75897'/> |
2069 | <fieldValue name='coneTranslation' value='-2.26825 -0.54813 0.82117'/> |
2070 | <fieldValue name='rotation' value='-1.06729 0 2.06544 1.97483'/> |
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.37353'/> |
2079 | <fieldValue name='cylinderTranslation' value='-2.62914 -0.58117 -0.04871'/> |
2080 | <fieldValue name='coneTranslation' value='-2.61117 -0.59933 -0.05667'/> |
2081 | <fieldValue name='rotation' value='-11.11227 0 -25.08130 2.31677'/> |
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.28031'/> |
2090 | <fieldValue name='cylinderTranslation' value='-0.49854 -1.29909 -2.39140'/> |
2091 | <fieldValue name='coneTranslation' value='-0.50146 -1.31309 -2.40516'/> |
2092 | <fieldValue name='rotation' value='19.43137 0 -4.11958 0.78755'/> |
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.44600'/> |
2101 | <fieldValue name='cylinderTranslation' value='0.15360 -0.83591 -2.63572'/> |
2102 | <fieldValue name='coneTranslation' value='0.16801 -0.78458 -2.66929'/> |
2103 | <fieldValue name='rotation' value='-23.76731 0 -10.19913 0.61859'/> |
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='Vertex'> |
2111 | <fieldValue name='vertexText' value='"2010-02-11-BLOGS.STATE.GOV-INDEX.PHP"'/> |
2112 | <fieldValue name='description' value='1: 2010-02-11-BLOGS.STATE.GOV-INDEX.PHP'/> |
2113 | <fieldValue name='url'/> |
2114 | <fieldValue name='radius' value='0.1500'/> |
2115 | <fieldValue name='displayMode'/> |
2116 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2117 | <fieldValue name='transparency' value='0'/> |
2118 | <fieldValue name='translation' value='-0.23035 -1.32392 -1.94830'/> |
2119 | <fieldValue name='textTranslation' value='-0.08035 -1.32392 -1.94830'/> |
2120 | <fieldValue name='textColor' value='0 0 0'/> |
2121 | </ProtoInstance> |
2122 | <ProtoInstance name='Vertex'> |
2123 | <fieldValue name='vertexText' value='"2010-02-11-FACEBOOK.COM-WASHINGTONPOSTWORLD"'/> |
2124 | <fieldValue name='description' value='2: 2010-02-11-FACEBOOK.COM-WASHINGTONPOSTWORLD'/> |
2125 | <fieldValue name='url'/> |
2126 | <fieldValue name='radius' value='0.1500'/> |
2127 | <fieldValue name='displayMode'/> |
2128 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2129 | <fieldValue name='transparency' value='0'/> |
2130 | <fieldValue name='translation' value='-2.04720 -0.81938 -0.12610'/> |
2131 | <fieldValue name='textTranslation' value='-1.89720 -0.81938 -0.12610'/> |
2132 | <fieldValue name='textColor' value='0 0 0'/> |
2133 | </ProtoInstance> |
2134 | <ProtoInstance name='Vertex'> |
2135 | <fieldValue name='vertexText' value='"2010-02-11-GOOGLE.COM-PROFILES"'/> |
2136 | <fieldValue name='description' value='3: 2010-02-11-GOOGLE.COM-PROFILES'/> |
2137 | <fieldValue name='url'/> |
2138 | <fieldValue name='radius' value='0.1500'/> |
2139 | <fieldValue name='displayMode'/> |
2140 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2141 | <fieldValue name='transparency' value='0'/> |
2142 | <fieldValue name='translation' value='0.82649 -2.46947 1.88732'/> |
2143 | <fieldValue name='textTranslation' value='0.97649 -2.46947 1.88732'/> |
2144 | <fieldValue name='textColor' value='0 0 0'/> |
2145 | </ProtoInstance> |
2146 | <ProtoInstance name='Vertex'> |
2147 | <fieldValue name='vertexText' value='"2010-02-11-INRELIEF.ORG-UPDATES"'/> |
2148 | <fieldValue name='description' value='4: 2010-02-11-INRELIEF.ORG-UPDATES'/> |
2149 | <fieldValue name='url'/> |
2150 | <fieldValue name='radius' value='0.1500'/> |
2151 | <fieldValue name='displayMode'/> |
2152 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2153 | <fieldValue name='transparency' value='0'/> |
2154 | <fieldValue name='translation' value='2.07857 0.47259 2.22581'/> |
2155 | <fieldValue name='textTranslation' value='2.22857 0.47259 2.22581'/> |
2156 | <fieldValue name='textColor' value='0 0 0'/> |
2157 | </ProtoInstance> |
2158 | <ProtoInstance name='Vertex'> |
2159 | <fieldValue name='vertexText' value='"2010-02-11-MERCYCORPS.ORG"'/> |
2160 | <fieldValue name='description' value='5: 2010-02-11-MERCYCORPS.ORG'/> |
2161 | <fieldValue name='url'/> |
2162 | <fieldValue name='radius' value='0.1500'/> |
2163 | <fieldValue name='displayMode'/> |
2164 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2165 | <fieldValue name='transparency' value='0'/> |
2166 | <fieldValue name='translation' value='0.41098 2.66381 -0.46957'/> |
2167 | <fieldValue name='textTranslation' value='0.56098 2.66381 -0.46957'/> |
2168 | <fieldValue name='textColor' value='0 0 0'/> |
2169 | </ProtoInstance> |
2170 | <ProtoInstance name='Vertex'> |
2171 | <fieldValue name='vertexText' value=' "Haiti/2010-02-11/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-11.simple" '/> |
2172 | <fieldValue name='description' value='6: Haiti/2010-02-11/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-11.simple'/> |
2173 | <fieldValue name='url'/> |
2174 | <fieldValue name='radius' value='0.1500'/> |
2175 | <fieldValue name='displayMode'/> |
2176 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2177 | <fieldValue name='transparency' value='0'/> |
2178 | <fieldValue name='translation' value='-1.40033 1.23464 2.24123'/> |
2179 | <fieldValue name='textTranslation' value='-1.25033 1.23464 2.24123'/> |
2180 | <fieldValue name='textColor' value='0 0 0'/> |
2181 | </ProtoInstance> |
2182 | <ProtoInstance name='Vertex'> |
2183 | <fieldValue name='vertexText' value='"agriculture"'/> |
2184 | <fieldValue name='description' value='7: agriculture'/> |
2185 | <fieldValue name='url'/> |
2186 | <fieldValue name='radius' value='0.1500'/> |
2187 | <fieldValue name='displayMode'/> |
2188 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2189 | <fieldValue name='transparency' value='0'/> |
2190 | <fieldValue name='translation' value='-0.88492 -0.44571 -2.41235'/> |
2191 | <fieldValue name='textTranslation' value='-0.73492 -0.44571 -2.41235'/> |
2192 | <fieldValue name='textColor' value='0 0 0'/> |
2193 | </ProtoInstance> |
2194 | <ProtoInstance name='Vertex'> |
2195 | <fieldValue name='vertexText' value='"anniversary"'/> |
2196 | <fieldValue name='description' value='8: anniversary'/> |
2197 | <fieldValue name='url'/> |
2198 | <fieldValue name='radius' value='0.1500'/> |
2199 | <fieldValue name='displayMode'/> |
2200 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2201 | <fieldValue name='transparency' value='0'/> |
2202 | <fieldValue name='translation' value='-0.40561 -0.33960 -2.54314'/> |
2203 | <fieldValue name='textTranslation' value='-0.25561 -0.33960 -2.54314'/> |
2204 | <fieldValue name='textColor' value='0 0 0'/> |
2205 | </ProtoInstance> |
2206 | <ProtoInstance name='Vertex'> |
2207 | <fieldValue name='vertexText' value='"announced"'/> |
2208 | <fieldValue name='description' value='9: announced'/> |
2209 | <fieldValue name='url'/> |
2210 | <fieldValue name='radius' value='0.1500'/> |
2211 | <fieldValue name='displayMode'/> |
2212 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2213 | <fieldValue name='transparency' value='0'/> |
2214 | <fieldValue name='translation' value='2.11852 0.95802 2.09797'/> |
2215 | <fieldValue name='textTranslation' value='2.26852 0.95802 2.09797'/> |
2216 | <fieldValue name='textColor' value='0 0 0'/> |
2217 | </ProtoInstance> |
2218 | <ProtoInstance name='Vertex'> |
2219 | <fieldValue name='vertexText' value='"army"'/> |
2220 | <fieldValue name='description' value='10: army'/> |
2221 | <fieldValue name='url'/> |
2222 | <fieldValue name='radius' value='0.1500'/> |
2223 | <fieldValue name='displayMode'/> |
2224 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2225 | <fieldValue name='transparency' value='0'/> |
2226 | <fieldValue name='translation' value='0.21218 -2.35108 2.14049'/> |
2227 | <fieldValue name='textTranslation' value='0.36218 -2.35108 2.14049'/> |
2228 | <fieldValue name='textColor' value='0 0 0'/> |
2229 | </ProtoInstance> |
2230 | <ProtoInstance name='Vertex'> |
2231 | <fieldValue name='vertexText' value='"asked"'/> |
2232 | <fieldValue name='description' value='11: asked'/> |
2233 | <fieldValue name='url'/> |
2234 | <fieldValue name='radius' value='0.1500'/> |
2235 | <fieldValue name='displayMode'/> |
2236 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2237 | <fieldValue name='transparency' value='0'/> |
2238 | <fieldValue name='translation' value='0.12792 2.64632 -0.82145'/> |
2239 | <fieldValue name='textTranslation' value='0.27792 2.64632 -0.82145'/> |
2240 | <fieldValue name='textColor' value='0 0 0'/> |
2241 | </ProtoInstance> |
2242 | <ProtoInstance name='Vertex'> |
2243 | <fieldValue name='vertexText' value='"bottle"'/> |
2244 | <fieldValue name='description' value='12: bottle'/> |
2245 | <fieldValue name='url'/> |
2246 | <fieldValue name='radius' value='0.1500'/> |
2247 | <fieldValue name='displayMode'/> |
2248 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2249 | <fieldValue name='transparency' value='0'/> |
2250 | <fieldValue name='translation' value='0.07042 -2.30729 -1.49490'/> |
2251 | <fieldValue name='textTranslation' value='0.22042 -2.30729 -1.49490'/> |
2252 | <fieldValue name='textColor' value='0 0 0'/> |
2253 | </ProtoInstance> |
2254 | <ProtoInstance name='Vertex'> |
2255 | <fieldValue name='vertexText' value='"breaks"'/> |
2256 | <fieldValue name='description' value='13: breaks'/> |
2257 | <fieldValue name='url'/> |
2258 | <fieldValue name='radius' value='0.1500'/> |
2259 | <fieldValue name='displayMode'/> |
2260 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2261 | <fieldValue name='transparency' value='0'/> |
2262 | <fieldValue name='translation' value='0.30436 -0.31353 -2.33986'/> |
2263 | <fieldValue name='textTranslation' value='0.45436 -0.31353 -2.33986'/> |
2264 | <fieldValue name='textColor' value='0 0 0'/> |
2265 | </ProtoInstance> |
2266 | <ProtoInstance name='Vertex'> |
2267 | <fieldValue name='vertexText' value='"broad"'/> |
2268 | <fieldValue name='description' value='14: broad'/> |
2269 | <fieldValue name='url'/> |
2270 | <fieldValue name='radius' value='0.1500'/> |
2271 | <fieldValue name='displayMode'/> |
2272 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2273 | <fieldValue name='transparency' value='0'/> |
2274 | <fieldValue name='translation' value='0.75434 -1.78269 -1.39204'/> |
2275 | <fieldValue name='textTranslation' value='0.90434 -1.78269 -1.39204'/> |
2276 | <fieldValue name='textColor' value='0 0 0'/> |
2277 | </ProtoInstance> |
2278 | <ProtoInstance name='Vertex'> |
2279 | <fieldValue name='vertexText' value='"bulletin"'/> |
2280 | <fieldValue name='description' value='15: bulletin'/> |
2281 | <fieldValue name='url'/> |
2282 | <fieldValue name='radius' value='0.1500'/> |
2283 | <fieldValue name='displayMode'/> |
2284 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2285 | <fieldValue name='transparency' value='0'/> |
2286 | <fieldValue name='translation' value='1.54133 1.30351 2.19244'/> |
2287 | <fieldValue name='textTranslation' value='1.69133 1.30351 2.19244'/> |
2288 | <fieldValue name='textColor' value='0 0 0'/> |
2289 | </ProtoInstance> |
2290 | <ProtoInstance name='Vertex'> |
2291 | <fieldValue name='vertexText' value='"care"'/> |
2292 | <fieldValue name='description' value='16: care'/> |
2293 | <fieldValue name='url'/> |
2294 | <fieldValue name='radius' value='0.1500'/> |
2295 | <fieldValue name='displayMode'/> |
2296 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2297 | <fieldValue name='transparency' value='0'/> |
2298 | <fieldValue name='translation' value='2.23813 0.65077 2.19202'/> |
2299 | <fieldValue name='textTranslation' value='2.38813 0.65077 2.19202'/> |
2300 | <fieldValue name='textColor' value='0 0 0'/> |
2301 | </ProtoInstance> |
2302 | <ProtoInstance name='Vertex'> |
2303 | <fieldValue name='vertexText' value='"cluster"'/> |
2304 | <fieldValue name='description' value='17: cluster'/> |
2305 | <fieldValue name='url'/> |
2306 | <fieldValue name='radius' value='0.1500'/> |
2307 | <fieldValue name='displayMode'/> |
2308 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2309 | <fieldValue name='transparency' value='0'/> |
2310 | <fieldValue name='translation' value='1.83788 0.97534 2.24852'/> |
2311 | <fieldValue name='textTranslation' value='1.98788 0.97534 2.24852'/> |
2312 | <fieldValue name='textColor' value='0 0 0'/> |
2313 | </ProtoInstance> |
2314 | <ProtoInstance name='Vertex'> |
2315 | <fieldValue name='vertexText' value='"coming"'/> |
2316 | <fieldValue name='description' value='18: coming'/> |
2317 | <fieldValue name='url'/> |
2318 | <fieldValue name='radius' value='0.1500'/> |
2319 | <fieldValue name='displayMode'/> |
2320 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2321 | <fieldValue name='transparency' value='0'/> |
2322 | <fieldValue name='translation' value='-2.47996 -0.88201 -0.09081'/> |
2323 | <fieldValue name='textTranslation' value='-2.32996 -0.88201 -0.09081'/> |
2324 | <fieldValue name='textColor' value='0 0 0'/> |
2325 | </ProtoInstance> |
2326 | <ProtoInstance name='Vertex'> |
2327 | <fieldValue name='vertexText' value='"contact"'/> |
2328 | <fieldValue name='description' value='19: contact'/> |
2329 | <fieldValue name='url'/> |
2330 | <fieldValue name='radius' value='0.1500'/> |
2331 | <fieldValue name='displayMode'/> |
2332 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2333 | <fieldValue name='transparency' value='0'/> |
2334 | <fieldValue name='translation' value='-2.34732 -0.14795 0.55285'/> |
2335 | <fieldValue name='textTranslation' value='-2.19732 -0.14795 0.55285'/> |
2336 | <fieldValue name='textColor' value='0 0 0'/> |
2337 | </ProtoInstance> |
2338 | <ProtoInstance name='Vertex'> |
2339 | <fieldValue name='vertexText' value='"contributors"'/> |
2340 | <fieldValue name='description' value='20: contributors'/> |
2341 | <fieldValue name='url'/> |
2342 | <fieldValue name='radius' value='0.1500'/> |
2343 | <fieldValue name='displayMode'/> |
2344 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2345 | <fieldValue name='transparency' value='0'/> |
2346 | <fieldValue name='translation' value='-2.49647 0.03820 0.00953'/> |
2347 | <fieldValue name='textTranslation' value='-2.34647 0.03820 0.00953'/> |
2348 | <fieldValue name='textColor' value='0 0 0'/> |
2349 | </ProtoInstance> |
2350 | <ProtoInstance name='Vertex'> |
2351 | <fieldValue name='vertexText' value='"crisis"'/> |
2352 | <fieldValue name='description' value='21: crisis'/> |
2353 | <fieldValue name='url'/> |
2354 | <fieldValue name='radius' value='0.1500'/> |
2355 | <fieldValue name='displayMode'/> |
2356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2357 | <fieldValue name='transparency' value='0'/> |
2358 | <fieldValue name='translation' value='0.85731 -0.81241 -2.30170'/> |
2359 | <fieldValue name='textTranslation' value='1.00731 -0.81241 -2.30170'/> |
2360 | <fieldValue name='textColor' value='0 0 0'/> |
2361 | </ProtoInstance> |
2362 | <ProtoInstance name='Vertex'> |
2363 | <fieldValue name='vertexText' value='"dec"'/> |
2364 | <fieldValue name='description' value='22: dec'/> |
2365 | <fieldValue name='url'/> |
2366 | <fieldValue name='radius' value='0.1500'/> |
2367 | <fieldValue name='displayMode'/> |
2368 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2369 | <fieldValue name='transparency' value='0'/> |
2370 | <fieldValue name='translation' value='0.23648 2.71143 -0.35870'/> |
2371 | <fieldValue name='textTranslation' value='0.38648 2.71143 -0.35870'/> |
2372 | <fieldValue name='textColor' value='0 0 0'/> |
2373 | </ProtoInstance> |
2374 | <ProtoInstance name='Vertex'> |
2375 | <fieldValue name='vertexText' value='"desk"'/> |
2376 | <fieldValue name='description' value='23: desk'/> |
2377 | <fieldValue name='url'/> |
2378 | <fieldValue name='radius' value='0.1500'/> |
2379 | <fieldValue name='displayMode'/> |
2380 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2381 | <fieldValue name='transparency' value='0'/> |
2382 | <fieldValue name='translation' value='-1.97813 -0.98479 -0.80920'/> |
2383 | <fieldValue name='textTranslation' value='-1.82813 -0.98479 -0.80920'/> |
2384 | <fieldValue name='textColor' value='0 0 0'/> |
2385 | </ProtoInstance> |
2386 | <ProtoInstance name='Vertex'> |
2387 | <fieldValue name='vertexText' value='"details"'/> |
2388 | <fieldValue name='description' value='24: details'/> |
2389 | <fieldValue name='url'/> |
2390 | <fieldValue name='radius' value='0.1500'/> |
2391 | <fieldValue name='displayMode'/> |
2392 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2393 | <fieldValue name='transparency' value='0'/> |
2394 | <fieldValue name='translation' value='-2.34288 -0.14688 0.55446'/> |
2395 | <fieldValue name='textTranslation' value='-2.19288 -0.14688 0.55446'/> |
2396 | <fieldValue name='textColor' value='0 0 0'/> |
2397 | </ProtoInstance> |
2398 | <ProtoInstance name='Vertex'> |
2399 | <fieldValue name='vertexText' value='"devastating"'/> |
2400 | <fieldValue name='description' value='25: devastating'/> |
2401 | <fieldValue name='url'/> |
2402 | <fieldValue name='radius' value='0.1500'/> |
2403 | <fieldValue name='displayMode'/> |
2404 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2405 | <fieldValue name='transparency' value='0'/> |
2406 | <fieldValue name='translation' value='-0.39456 -0.78298 -2.38723'/> |
2407 | <fieldValue name='textTranslation' value='-0.24456 -0.78298 -2.38723'/> |
2408 | <fieldValue name='textColor' value='0 0 0'/> |
2409 | </ProtoInstance> |
2410 | <ProtoInstance name='Vertex'> |
2411 | <fieldValue name='vertexText' value='"developing"'/> |
2412 | <fieldValue name='description' value='26: developing'/> |
2413 | <fieldValue name='url'/> |
2414 | <fieldValue name='radius' value='0.1500'/> |
2415 | <fieldValue name='displayMode'/> |
2416 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2417 | <fieldValue name='transparency' value='0'/> |
2418 | <fieldValue name='translation' value='1.76775 0.59146 2.55821'/> |
2419 | <fieldValue name='textTranslation' value='1.91775 0.59146 2.55821'/> |
2420 | <fieldValue name='textColor' value='0 0 0'/> |
2421 | </ProtoInstance> |
2422 | <ProtoInstance name='Vertex'> |
2423 | <fieldValue name='vertexText' value='"development"'/> |
2424 | <fieldValue name='description' value='27: development'/> |
2425 | <fieldValue name='url'/> |
2426 | <fieldValue name='radius' value='0.1500'/> |
2427 | <fieldValue name='displayMode'/> |
2428 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2429 | <fieldValue name='transparency' value='0'/> |
2430 | <fieldValue name='translation' value='-1.15596 -0.97007 -2.10414'/> |
2431 | <fieldValue name='textTranslation' value='-1.00596 -0.97007 -2.10414'/> |
2432 | <fieldValue name='textColor' value='0 0 0'/> |
2433 | </ProtoInstance> |
2434 | <ProtoInstance name='Vertex'> |
2435 | <fieldValue name='vertexText' value='"disorganized"'/> |
2436 | <fieldValue name='description' value='28: disorganized'/> |
2437 | <fieldValue name='url'/> |
2438 | <fieldValue name='radius' value='0.1500'/> |
2439 | <fieldValue name='displayMode'/> |
2440 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2441 | <fieldValue name='transparency' value='0'/> |
2442 | <fieldValue name='translation' value='-0.73089 -0.80251 -2.67637'/> |
2443 | <fieldValue name='textTranslation' value='-0.58089 -0.80251 -2.67637'/> |
2444 | <fieldValue name='textColor' value='0 0 0'/> |
2445 | </ProtoInstance> |
2446 | <ProtoInstance name='Vertex'> |
2447 | <fieldValue name='vertexText' value='"distributed"'/> |
2448 | <fieldValue name='description' value='29: distributed'/> |
2449 | <fieldValue name='url'/> |
2450 | <fieldValue name='radius' value='0.1500'/> |
2451 | <fieldValue name='displayMode'/> |
2452 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2453 | <fieldValue name='transparency' value='0'/> |
2454 | <fieldValue name='translation' value='0.11982 -1.87927 -2.13950'/> |
2455 | <fieldValue name='textTranslation' value='0.26982 -1.87927 -2.13950'/> |
2456 | <fieldValue name='textColor' value='0 0 0'/> |
2457 | </ProtoInstance> |
2458 | <ProtoInstance name='Vertex'> |
2459 | <fieldValue name='vertexText' value='"distribution"'/> |
2460 | <fieldValue name='description' value='30: distribution'/> |
2461 | <fieldValue name='url'/> |
2462 | <fieldValue name='radius' value='0.1500'/> |
2463 | <fieldValue name='displayMode'/> |
2464 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2465 | <fieldValue name='transparency' value='0'/> |
2466 | <fieldValue name='translation' value='-0.66408 -1.40883 -2.34026'/> |
2467 | <fieldValue name='textTranslation' value='-0.51408 -1.40883 -2.34026'/> |
2468 | <fieldValue name='textColor' value='0 0 0'/> |
2469 | </ProtoInstance> |
2470 | <ProtoInstance name='Vertex'> |
2471 | <fieldValue name='vertexText' value='"drugs"'/> |
2472 | <fieldValue name='description' value='31: drugs'/> |
2473 | <fieldValue name='url'/> |
2474 | <fieldValue name='radius' value='0.1500'/> |
2475 | <fieldValue name='displayMode'/> |
2476 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2477 | <fieldValue name='transparency' value='0'/> |
2478 | <fieldValue name='translation' value='2.21659 -0.04875 2.32218'/> |
2479 | <fieldValue name='textTranslation' value='2.36659 -0.04875 2.32218'/> |
2480 | <fieldValue name='textColor' value='0 0 0'/> |
2481 | </ProtoInstance> |
2482 | <ProtoInstance name='Vertex'> |
2483 | <fieldValue name='vertexText' value='"elections"'/> |
2484 | <fieldValue name='description' value='32: elections'/> |
2485 | <fieldValue name='url'/> |
2486 | <fieldValue name='radius' value='0.1500'/> |
2487 | <fieldValue name='displayMode'/> |
2488 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2489 | <fieldValue name='transparency' value='0'/> |
2490 | <fieldValue name='translation' value='0.91240 -2.75331 1.43871'/> |
2491 | <fieldValue name='textTranslation' value='1.06240 -2.75331 1.43871'/> |
2492 | <fieldValue name='textColor' value='0 0 0'/> |
2493 | </ProtoInstance> |
2494 | <ProtoInstance name='Vertex'> |
2495 | <fieldValue name='vertexText' value='"essential"'/> |
2496 | <fieldValue name='description' value='33: essential'/> |
2497 | <fieldValue name='url'/> |
2498 | <fieldValue name='radius' value='0.1500'/> |
2499 | <fieldValue name='displayMode'/> |
2500 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2501 | <fieldValue name='transparency' value='0'/> |
2502 | <fieldValue name='translation' value='2.06146 -0.04190 2.43937'/> |
2503 | <fieldValue name='textTranslation' value='2.21146 -0.04190 2.43937'/> |
2504 | <fieldValue name='textColor' value='0 0 0'/> |
2505 | </ProtoInstance> |
2506 | <ProtoInstance name='Vertex'> |
2507 | <fieldValue name='vertexText' value='"event"'/> |
2508 | <fieldValue name='description' value='34: event'/> |
2509 | <fieldValue name='url'/> |
2510 | <fieldValue name='radius' value='0.1500'/> |
2511 | <fieldValue name='displayMode'/> |
2512 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2513 | <fieldValue name='transparency' value='0'/> |
2514 | <fieldValue name='translation' value='0.31163 -1.22159 -1.60950'/> |
2515 | <fieldValue name='textTranslation' value='0.46163 -1.22159 -1.60950'/> |
2516 | <fieldValue name='textColor' value='0 0 0'/> |
2517 | </ProtoInstance> |
2518 | <ProtoInstance name='Vertex'> |
2519 | <fieldValue name='vertexText' value='"falling"'/> |
2520 | <fieldValue name='description' value='35: falling'/> |
2521 | <fieldValue name='url'/> |
2522 | <fieldValue name='radius' value='0.1500'/> |
2523 | <fieldValue name='displayMode'/> |
2524 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2525 | <fieldValue name='transparency' value='0'/> |
2526 | <fieldValue name='translation' value='-2.61161 -0.13434 -0.41587'/> |
2527 | <fieldValue name='textTranslation' value='-2.46161 -0.13434 -0.41587'/> |
2528 | <fieldValue name='textColor' value='0 0 0'/> |
2529 | </ProtoInstance> |
2530 | <ProtoInstance name='Vertex'> |
2531 | <fieldValue name='vertexText' value='"food"'/> |
2532 | <fieldValue name='description' value='36: food'/> |
2533 | <fieldValue name='url'/> |
2534 | <fieldValue name='radius' value='0.1500'/> |
2535 | <fieldValue name='displayMode'/> |
2536 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2537 | <fieldValue name='transparency' value='0'/> |
2538 | <fieldValue name='translation' value='-0.44680 -1.26497 -1.88666'/> |
2539 | <fieldValue name='textTranslation' value='-0.29680 -1.26497 -1.88666'/> |
2540 | <fieldValue name='textColor' value='0 0 0'/> |
2541 | </ProtoInstance> |
2542 | <ProtoInstance name='Vertex'> |
2543 | <fieldValue name='vertexText' value='"foreign"'/> |
2544 | <fieldValue name='description' value='37: foreign'/> |
2545 | <fieldValue name='url'/> |
2546 | <fieldValue name='radius' value='0.1500'/> |
2547 | <fieldValue name='displayMode'/> |
2548 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2549 | <fieldValue name='transparency' value='0'/> |
2550 | <fieldValue name='translation' value='-2.49655 0.03815 0.00949'/> |
2551 | <fieldValue name='textTranslation' value='-2.34655 0.03815 0.00949'/> |
2552 | <fieldValue name='textColor' value='0 0 0'/> |
2553 | </ProtoInstance> |
2554 | <ProtoInstance name='Vertex'> |
2555 | <fieldValue name='vertexText' value='"free"'/> |
2556 | <fieldValue name='description' value='38: free'/> |
2557 | <fieldValue name='url'/> |
2558 | <fieldValue name='radius' value='0.1500'/> |
2559 | <fieldValue name='displayMode'/> |
2560 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2561 | <fieldValue name='transparency' value='0'/> |
2562 | <fieldValue name='translation' value='2.28782 0.48130 2.10347'/> |
2563 | <fieldValue name='textTranslation' value='2.43782 0.48130 2.10347'/> |
2564 | <fieldValue name='textColor' value='0 0 0'/> |
2565 | </ProtoInstance> |
2566 | <ProtoInstance name='Vertex'> |
2567 | <fieldValue name='vertexText' value='"frequently"'/> |
2568 | <fieldValue name='description' value='39: frequently'/> |
2569 | <fieldValue name='url'/> |
2570 | <fieldValue name='radius' value='0.1500'/> |
2571 | <fieldValue name='displayMode'/> |
2572 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2573 | <fieldValue name='transparency' value='0'/> |
2574 | <fieldValue name='translation' value='-0.10022 2.54447 -1.06862'/> |
2575 | <fieldValue name='textTranslation' value='0.04978 2.54447 -1.06862'/> |
2576 | <fieldValue name='textColor' value='0 0 0'/> |
2577 | </ProtoInstance> |
2578 | <ProtoInstance name='Vertex'> |
2579 | <fieldValue name='vertexText' value='"government"'/> |
2580 | <fieldValue name='description' value='40: government'/> |
2581 | <fieldValue name='url'/> |
2582 | <fieldValue name='radius' value='0.1500'/> |
2583 | <fieldValue name='displayMode'/> |
2584 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2585 | <fieldValue name='transparency' value='0'/> |
2586 | <fieldValue name='translation' value='-2.23926 -1.44483 0.55232'/> |
2587 | <fieldValue name='textTranslation' value='-2.08926 -1.44483 0.55232'/> |
2588 | <fieldValue name='textColor' value='0 0 0'/> |
2589 | </ProtoInstance> |
2590 | <ProtoInstance name='Vertex'> |
2591 | <fieldValue name='vertexText' value='"happening"'/> |
2592 | <fieldValue name='description' value='41: happening'/> |
2593 | <fieldValue name='url'/> |
2594 | <fieldValue name='radius' value='0.1500'/> |
2595 | <fieldValue name='displayMode'/> |
2596 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2597 | <fieldValue name='transparency' value='0'/> |
2598 | <fieldValue name='translation' value='0.07825 -0.73277 -2.22895'/> |
2599 | <fieldValue name='textTranslation' value='0.22825 -0.73277 -2.22895'/> |
2600 | <fieldValue name='textColor' value='0 0 0'/> |
2601 | </ProtoInstance> |
2602 | <ProtoInstance name='Vertex'> |
2603 | <fieldValue name='vertexText' value='"hard"'/> |
2604 | <fieldValue name='description' value='42: hard'/> |
2605 | <fieldValue name='url'/> |
2606 | <fieldValue name='radius' value='0.1500'/> |
2607 | <fieldValue name='displayMode'/> |
2608 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2609 | <fieldValue name='transparency' value='0'/> |
2610 | <fieldValue name='translation' value='0.10512 2.75331 -0.34485'/> |
2611 | <fieldValue name='textTranslation' value='0.25512 2.75331 -0.34485'/> |
2612 | <fieldValue name='textColor' value='0 0 0'/> |
2613 | </ProtoInstance> |
2614 | <ProtoInstance name='Vertex'> |
2615 | <fieldValue name='vertexText' value='"headquarters"'/> |
2616 | <fieldValue name='description' value='43: headquarters'/> |
2617 | <fieldValue name='url'/> |
2618 | <fieldValue name='radius' value='0.1500'/> |
2619 | <fieldValue name='displayMode'/> |
2620 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2621 | <fieldValue name='transparency' value='0'/> |
2622 | <fieldValue name='translation' value='-0.77514 -1.64284 -1.89126'/> |
2623 | <fieldValue name='textTranslation' value='-0.62514 -1.64284 -1.89126'/> |
2624 | <fieldValue name='textColor' value='0 0 0'/> |
2625 | </ProtoInstance> |
2626 | <ProtoInstance name='Vertex'> |
2627 | <fieldValue name='vertexText' value='"health"'/> |
2628 | <fieldValue name='description' value='44: health'/> |
2629 | <fieldValue name='url'/> |
2630 | <fieldValue name='radius' value='0.1500'/> |
2631 | <fieldValue name='displayMode'/> |
2632 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2633 | <fieldValue name='transparency' value='0'/> |
2634 | <fieldValue name='translation' value='2.08395 0.53495 2.22979'/> |
2635 | <fieldValue name='textTranslation' value='2.23395 0.53495 2.22979'/> |
2636 | <fieldValue name='textColor' value='0 0 0'/> |
2637 | </ProtoInstance> |
2638 | <ProtoInstance name='Vertex'> |
2639 | <fieldValue name='vertexText' value='"heart"'/> |
2640 | <fieldValue name='description' value='45: heart'/> |
2641 | <fieldValue name='url'/> |
2642 | <fieldValue name='radius' value='0.1500'/> |
2643 | <fieldValue name='displayMode'/> |
2644 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2645 | <fieldValue name='transparency' value='0'/> |
2646 | <fieldValue name='translation' value='0.46510 -0.79823 -2.68785'/> |
2647 | <fieldValue name='textTranslation' value='0.61510 -0.79823 -2.68785'/> |
2648 | <fieldValue name='textColor' value='0 0 0'/> |
2649 | </ProtoInstance> |
2650 | <ProtoInstance name='Vertex'> |
2651 | <fieldValue name='vertexText' value='"highlights"'/> |
2652 | <fieldValue name='description' value='46: highlights'/> |
2653 | <fieldValue name='url'/> |
2654 | <fieldValue name='radius' value='0.1500'/> |
2655 | <fieldValue name='displayMode'/> |
2656 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2657 | <fieldValue name='transparency' value='0'/> |
2658 | <fieldValue name='translation' value='2.48331 1.01727 1.49980'/> |
2659 | <fieldValue name='textTranslation' value='2.63331 1.01727 1.49980'/> |
2660 | <fieldValue name='textColor' value='0 0 0'/> |
2661 | </ProtoInstance> |
2662 | <ProtoInstance name='Vertex'> |
2663 | <fieldValue name='vertexText' value='"ho"'/> |
2664 | <fieldValue name='description' value='47: ho'/> |
2665 | <fieldValue name='url'/> |
2666 | <fieldValue name='radius' value='0.1500'/> |
2667 | <fieldValue name='displayMode'/> |
2668 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2669 | <fieldValue name='transparency' value='0'/> |
2670 | <fieldValue name='translation' value='2.75455 0.09442 1.50317'/> |
2671 | <fieldValue name='textTranslation' value='2.90455 0.09442 1.50317'/> |
2672 | <fieldValue name='textColor' value='0 0 0'/> |
2673 | </ProtoInstance> |
2674 | <ProtoInstance name='Vertex'> |
2675 | <fieldValue name='vertexText' value='"home"'/> |
2676 | <fieldValue name='description' value='48: home'/> |
2677 | <fieldValue name='url'/> |
2678 | <fieldValue name='radius' value='0.1500'/> |
2679 | <fieldValue name='displayMode'/> |
2680 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2681 | <fieldValue name='transparency' value='0'/> |
2682 | <fieldValue name='translation' value='0.30645 -1.71725 -2.11073'/> |
2683 | <fieldValue name='textTranslation' value='0.45645 -1.71725 -2.11073'/> |
2684 | <fieldValue name='textColor' value='0 0 0'/> |
2685 | </ProtoInstance> |
2686 | <ProtoInstance name='Vertex'> |
2687 | <fieldValue name='vertexText' value='"homeless"'/> |
2688 | <fieldValue name='description' value='49: homeless'/> |
2689 | <fieldValue name='url'/> |
2690 | <fieldValue name='radius' value='0.1500'/> |
2691 | <fieldValue name='displayMode'/> |
2692 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2693 | <fieldValue name='transparency' value='0'/> |
2694 | <fieldValue name='translation' value='1.02354 -1.24429 -2.00789'/> |
2695 | <fieldValue name='textTranslation' value='1.17354 -1.24429 -2.00789'/> |
2696 | <fieldValue name='textColor' value='0 0 0'/> |
2697 | </ProtoInstance> |
2698 | <ProtoInstance name='Vertex'> |
2699 | <fieldValue name='vertexText' value='"indonesia"'/> |
2700 | <fieldValue name='description' value='50: indonesia'/> |
2701 | <fieldValue name='url'/> |
2702 | <fieldValue name='radius' value='0.1500'/> |
2703 | <fieldValue name='displayMode'/> |
2704 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2705 | <fieldValue name='transparency' value='0'/> |
2706 | <fieldValue name='translation' value='0.71891 2.69858 -0.54153'/> |
2707 | <fieldValue name='textTranslation' value='0.86891 2.69858 -0.54153'/> |
2708 | <fieldValue name='textColor' value='0 0 0'/> |
2709 | </ProtoInstance> |
2710 | <ProtoInstance name='Vertex'> |
2711 | <fieldValue name='vertexText' value='"information"'/> |
2712 | <fieldValue name='description' value='51: information'/> |
2713 | <fieldValue name='url'/> |
2714 | <fieldValue name='radius' value='0.1500'/> |
2715 | <fieldValue name='displayMode'/> |
2716 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2717 | <fieldValue name='transparency' value='0'/> |
2718 | <fieldValue name='translation' value='1.44585 -2.46006 1.60755'/> |
2719 | <fieldValue name='textTranslation' value='1.59585 -2.46006 1.60755'/> |
2720 | <fieldValue name='textColor' value='0 0 0'/> |
2721 | </ProtoInstance> |
2722 | <ProtoInstance name='Vertex'> |
2723 | <fieldValue name='vertexText' value='"infrastructure"'/> |
2724 | <fieldValue name='description' value='52: infrastructure'/> |
2725 | <fieldValue name='url'/> |
2726 | <fieldValue name='radius' value='0.1500'/> |
2727 | <fieldValue name='displayMode'/> |
2728 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2729 | <fieldValue name='transparency' value='0'/> |
2730 | <fieldValue name='translation' value='2.18832 0.95500 2.04785'/> |
2731 | <fieldValue name='textTranslation' value='2.33832 0.95500 2.04785'/> |
2732 | <fieldValue name='textColor' value='0 0 0'/> |
2733 | </ProtoInstance> |
2734 | <ProtoInstance name='Vertex'> |
2735 | <fieldValue name='vertexText' value='"international"'/> |
2736 | <fieldValue name='description' value='53: international'/> |
2737 | <fieldValue name='url'/> |
2738 | <fieldValue name='radius' value='0.1500'/> |
2739 | <fieldValue name='displayMode'/> |
2740 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2741 | <fieldValue name='transparency' value='0'/> |
2742 | <fieldValue name='translation' value='-0.03523 -1.41863 -2.43602'/> |
2743 | <fieldValue name='textTranslation' value='0.11477 -1.41863 -2.43602'/> |
2744 | <fieldValue name='textColor' value='0 0 0'/> |
2745 | </ProtoInstance> |
2746 | <ProtoInstance name='Vertex'> |
2747 | <fieldValue name='vertexText' value='"kids"'/> |
2748 | <fieldValue name='description' value='54: kids'/> |
2749 | <fieldValue name='url'/> |
2750 | <fieldValue name='radius' value='0.1500'/> |
2751 | <fieldValue name='displayMode'/> |
2752 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2753 | <fieldValue name='transparency' value='0'/> |
2754 | <fieldValue name='translation' value='0.56599 2.51032 -1.17379'/> |
2755 | <fieldValue name='textTranslation' value='0.71599 2.51032 -1.17379'/> |
2756 | <fieldValue name='textColor' value='0 0 0'/> |
2757 | </ProtoInstance> |
2758 | <ProtoInstance name='Vertex'> |
2759 | <fieldValue name='vertexText' value='"kindly"'/> |
2760 | <fieldValue name='description' value='55: kindly'/> |
2761 | <fieldValue name='url'/> |
2762 | <fieldValue name='radius' value='0.1500'/> |
2763 | <fieldValue name='displayMode'/> |
2764 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2765 | <fieldValue name='transparency' value='0'/> |
2766 | <fieldValue name='translation' value='-2.15532 -1.02803 0.83737'/> |
2767 | <fieldValue name='textTranslation' value='-2.00532 -1.02803 0.83737'/> |
2768 | <fieldValue name='textColor' value='0 0 0'/> |
2769 | </ProtoInstance> |
2770 | <ProtoInstance name='Vertex'> |
2771 | <fieldValue name='vertexText' value='"kit"'/> |
2772 | <fieldValue name='description' value='56: kit'/> |
2773 | <fieldValue name='url'/> |
2774 | <fieldValue name='radius' value='0.1500'/> |
2775 | <fieldValue name='displayMode'/> |
2776 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2777 | <fieldValue name='transparency' value='0'/> |
2778 | <fieldValue name='translation' value='0.60344 2.65634 -0.66839'/> |
2779 | <fieldValue name='textTranslation' value='0.75344 2.65634 -0.66839'/> |
2780 | <fieldValue name='textColor' value='0 0 0'/> |
2781 | </ProtoInstance> |
2782 | <ProtoInstance name='Vertex'> |
2783 | <fieldValue name='vertexText' value='"knowledge"'/> |
2784 | <fieldValue name='description' value='57: knowledge'/> |
2785 | <fieldValue name='url'/> |
2786 | <fieldValue name='radius' value='0.1500'/> |
2787 | <fieldValue name='displayMode'/> |
2788 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2789 | <fieldValue name='transparency' value='0'/> |
2790 | <fieldValue name='translation' value='1.19566 0.87814 2.57300'/> |
2791 | <fieldValue name='textTranslation' value='1.34566 0.87814 2.57300'/> |
2792 | <fieldValue name='textColor' value='0 0 0'/> |
2793 | </ProtoInstance> |
2794 | <ProtoInstance name='Vertex'> |
2795 | <fieldValue name='vertexText' value='"leaving"'/> |
2796 | <fieldValue name='description' value='58: leaving'/> |
2797 | <fieldValue name='url'/> |
2798 | <fieldValue name='radius' value='0.1500'/> |
2799 | <fieldValue name='displayMode'/> |
2800 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2801 | <fieldValue name='transparency' value='0'/> |
2802 | <fieldValue name='translation' value='1.05192 2.42504 -1.04915'/> |
2803 | <fieldValue name='textTranslation' value='1.20192 2.42504 -1.04915'/> |
2804 | <fieldValue name='textColor' value='0 0 0'/> |
2805 | </ProtoInstance> |
2806 | <ProtoInstance name='Vertex'> |
2807 | <fieldValue name='vertexText' value='"legacy"'/> |
2808 | <fieldValue name='description' value='59: legacy'/> |
2809 | <fieldValue name='url'/> |
2810 | <fieldValue name='radius' value='0.1500'/> |
2811 | <fieldValue name='displayMode'/> |
2812 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2813 | <fieldValue name='transparency' value='0'/> |
2814 | <fieldValue name='translation' value='1.08150 2.42602 -1.01873'/> |
2815 | <fieldValue name='textTranslation' value='1.23150 2.42602 -1.01873'/> |
2816 | <fieldValue name='textColor' value='0 0 0'/> |
2817 | </ProtoInstance> |
2818 | <ProtoInstance name='Vertex'> |
2819 | <fieldValue name='vertexText' value='"locals"'/> |
2820 | <fieldValue name='description' value='60: locals'/> |
2821 | <fieldValue name='url'/> |
2822 | <fieldValue name='radius' value='0.1500'/> |
2823 | <fieldValue name='displayMode'/> |
2824 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2825 | <fieldValue name='transparency' value='0'/> |
2826 | <fieldValue name='translation' value='1.43675 -2.48125 1.57768'/> |
2827 | <fieldValue name='textTranslation' value='1.58675 -2.48125 1.57768'/> |
2828 | <fieldValue name='textColor' value='0 0 0'/> |
2829 | </ProtoInstance> |
2830 | <ProtoInstance name='Vertex'> |
2831 | <fieldValue name='vertexText' value='"manager"'/> |
2832 | <fieldValue name='description' value='61: manager'/> |
2833 | <fieldValue name='url'/> |
2834 | <fieldValue name='radius' value='0.1500'/> |
2835 | <fieldValue name='displayMode'/> |
2836 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2837 | <fieldValue name='transparency' value='0'/> |
2838 | <fieldValue name='translation' value='1.59533 0.76867 2.47073'/> |
2839 | <fieldValue name='textTranslation' value='1.74533 0.76867 2.47073'/> |
2840 | <fieldValue name='textColor' value='0 0 0'/> |
2841 | </ProtoInstance> |
2842 | <ProtoInstance name='Vertex'> |
2843 | <fieldValue name='vertexText' value='"markets"'/> |
2844 | <fieldValue name='description' value='62: markets'/> |
2845 | <fieldValue name='url'/> |
2846 | <fieldValue name='radius' value='0.1500'/> |
2847 | <fieldValue name='displayMode'/> |
2848 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2849 | <fieldValue name='transparency' value='0'/> |
2850 | <fieldValue name='translation' value='-0.48522 -2.28676 -1.39959'/> |
2851 | <fieldValue name='textTranslation' value='-0.33522 -2.28676 -1.39959'/> |
2852 | <fieldValue name='textColor' value='0 0 0'/> |
2853 | </ProtoInstance> |
2854 | <ProtoInstance name='Vertex'> |
2855 | <fieldValue name='vertexText' value='"medical"'/> |
2856 | <fieldValue name='description' value='63: medical'/> |
2857 | <fieldValue name='url'/> |
2858 | <fieldValue name='radius' value='0.1500'/> |
2859 | <fieldValue name='displayMode'/> |
2860 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2861 | <fieldValue name='transparency' value='0'/> |
2862 | <fieldValue name='translation' value='2.38103 0.03039 2.17514'/> |
2863 | <fieldValue name='textTranslation' value='2.53103 0.03039 2.17514'/> |
2864 | <fieldValue name='textColor' value='0 0 0'/> |
2865 | </ProtoInstance> |
2866 | <ProtoInstance name='Vertex'> |
2867 | <fieldValue name='vertexText' value='"meeting"'/> |
2868 | <fieldValue name='description' value='64: meeting'/> |
2869 | <fieldValue name='url'/> |
2870 | <fieldValue name='radius' value='0.1500'/> |
2871 | <fieldValue name='displayMode'/> |
2872 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2873 | <fieldValue name='transparency' value='0'/> |
2874 | <fieldValue name='translation' value='-0.49621 -1.32664 -1.80551'/> |
2875 | <fieldValue name='textTranslation' value='-0.34621 -1.32664 -1.80551'/> |
2876 | <fieldValue name='textColor' value='0 0 0'/> |
2877 | </ProtoInstance> |
2878 | <ProtoInstance name='Vertex'> |
2879 | <fieldValue name='vertexText' value='"ministry"'/> |
2880 | <fieldValue name='description' value='65: ministry'/> |
2881 | <fieldValue name='url'/> |
2882 | <fieldValue name='radius' value='0.1500'/> |
2883 | <fieldValue name='displayMode'/> |
2884 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2885 | <fieldValue name='transparency' value='0'/> |
2886 | <fieldValue name='translation' value='2.35701 0.79768 1.87601'/> |
2887 | <fieldValue name='textTranslation' value='2.50701 0.79768 1.87601'/> |
2888 | <fieldValue name='textColor' value='0 0 0'/> |
2889 | </ProtoInstance> |
2890 | <ProtoInstance name='Vertex'> |
2891 | <fieldValue name='vertexText' value='"mitigation"'/> |
2892 | <fieldValue name='description' value='66: mitigation'/> |
2893 | <fieldValue name='url'/> |
2894 | <fieldValue name='radius' value='0.1500'/> |
2895 | <fieldValue name='displayMode'/> |
2896 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2897 | <fieldValue name='transparency' value='0'/> |
2898 | <fieldValue name='translation' value='1.38043 -0.11823 2.74100'/> |
2899 | <fieldValue name='textTranslation' value='1.53043 -0.11823 2.74100'/> |
2900 | <fieldValue name='textColor' value='0 0 0'/> |
2901 | </ProtoInstance> |
2902 | <ProtoInstance name='Vertex'> |
2903 | <fieldValue name='vertexText' value='"mobilization"'/> |
2904 | <fieldValue name='description' value='67: mobilization'/> |
2905 | <fieldValue name='url'/> |
2906 | <fieldValue name='radius' value='0.1500'/> |
2907 | <fieldValue name='displayMode'/> |
2908 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2909 | <fieldValue name='transparency' value='0'/> |
2910 | <fieldValue name='translation' value='0.49385 -1.36626 -2.68364'/> |
2911 | <fieldValue name='textTranslation' value='0.64385 -1.36626 -2.68364'/> |
2912 | <fieldValue name='textColor' value='0 0 0'/> |
2913 | </ProtoInstance> |
2914 | <ProtoInstance name='Vertex'> |
2915 | <fieldValue name='vertexText' value='"national"'/> |
2916 | <fieldValue name='description' value='68: national'/> |
2917 | <fieldValue name='url'/> |
2918 | <fieldValue name='radius' value='0.1500'/> |
2919 | <fieldValue name='displayMode'/> |
2920 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2921 | <fieldValue name='transparency' value='0'/> |
2922 | <fieldValue name='translation' value='0.84057 -2.59209 1.75371'/> |
2923 | <fieldValue name='textTranslation' value='0.99057 -2.59209 1.75371'/> |
2924 | <fieldValue name='textColor' value='0 0 0'/> |
2925 | </ProtoInstance> |
2926 | <ProtoInstance name='Vertex'> |
2927 | <fieldValue name='vertexText' value='"nationwide"'/> |
2928 | <fieldValue name='description' value='69: nationwide'/> |
2929 | <fieldValue name='url'/> |
2930 | <fieldValue name='radius' value='0.1500'/> |
2931 | <fieldValue name='displayMode'/> |
2932 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2933 | <fieldValue name='transparency' value='0'/> |
2934 | <fieldValue name='translation' value='2.67840 0.57833 1.55477'/> |
2935 | <fieldValue name='textTranslation' value='2.82840 0.57833 1.55477'/> |
2936 | <fieldValue name='textColor' value='0 0 0'/> |
2937 | </ProtoInstance> |
2938 | <ProtoInstance name='Vertex'> |
2939 | <fieldValue name='vertexText' value='"nutrition"'/> |
2940 | <fieldValue name='description' value='70: nutrition'/> |
2941 | <fieldValue name='url'/> |
2942 | <fieldValue name='radius' value='0.1500'/> |
2943 | <fieldValue name='displayMode'/> |
2944 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2945 | <fieldValue name='transparency' value='0'/> |
2946 | <fieldValue name='translation' value='0.10770 -0.87435 -1.68870'/> |
2947 | <fieldValue name='textTranslation' value='0.25770 -0.87435 -1.68870'/> |
2948 | <fieldValue name='textColor' value='0 0 0'/> |
2949 | </ProtoInstance> |
2950 | <ProtoInstance name='Vertex'> |
2951 | <fieldValue name='vertexText' value='"ocean"'/> |
2952 | <fieldValue name='description' value='71: ocean'/> |
2953 | <fieldValue name='url'/> |
2954 | <fieldValue name='radius' value='0.1500'/> |
2955 | <fieldValue name='displayMode'/> |
2956 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2957 | <fieldValue name='transparency' value='0'/> |
2958 | <fieldValue name='translation' value='1.12969 2.61249 -0.05125'/> |
2959 | <fieldValue name='textTranslation' value='1.27969 2.61249 -0.05125'/> |
2960 | <fieldValue name='textColor' value='0 0 0'/> |
2961 | </ProtoInstance> |
2962 | <ProtoInstance name='Vertex'> |
2963 | <fieldValue name='vertexText' value='"office"'/> |
2964 | <fieldValue name='description' value='72: office'/> |
2965 | <fieldValue name='url'/> |
2966 | <fieldValue name='radius' value='0.1500'/> |
2967 | <fieldValue name='displayMode'/> |
2968 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2969 | <fieldValue name='transparency' value='0'/> |
2970 | <fieldValue name='translation' value='-2.15621 -1.02860 0.83701'/> |
2971 | <fieldValue name='textTranslation' value='-2.00621 -1.02860 0.83701'/> |
2972 | <fieldValue name='textColor' value='0 0 0'/> |
2973 | </ProtoInstance> |
2974 | <ProtoInstance name='Vertex'> |
2975 | <fieldValue name='vertexText' value='"part"'/> |
2976 | <fieldValue name='description' value='73: part'/> |
2977 | <fieldValue name='url'/> |
2978 | <fieldValue name='radius' value='0.1500'/> |
2979 | <fieldValue name='displayMode'/> |
2980 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2981 | <fieldValue name='transparency' value='0'/> |
2982 | <fieldValue name='translation' value='0.34488 -1.55023 -1.58626'/> |
2983 | <fieldValue name='textTranslation' value='0.49488 -1.55023 -1.58626'/> |
2984 | <fieldValue name='textColor' value='0 0 0'/> |
2985 | </ProtoInstance> |
2986 | <ProtoInstance name='Vertex'> |
2987 | <fieldValue name='vertexText' value='"people"'/> |
2988 | <fieldValue name='description' value='74: people'/> |
2989 | <fieldValue name='url'/> |
2990 | <fieldValue name='radius' value='0.1500'/> |
2991 | <fieldValue name='displayMode'/> |
2992 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2993 | <fieldValue name='transparency' value='0'/> |
2994 | <fieldValue name='translation' value='-0.38021 -1.93624 -2.07866'/> |
2995 | <fieldValue name='textTranslation' value='-0.23021 -1.93624 -2.07866'/> |
2996 | <fieldValue name='textColor' value='0 0 0'/> |
2997 | </ProtoInstance> |
2998 | <ProtoInstance name='Vertex'> |
2999 | <fieldValue name='vertexText' value='"period"'/> |
3000 | <fieldValue name='description' value='75: period'/> |
3001 | <fieldValue name='url'/> |
3002 | <fieldValue name='radius' value='0.1500'/> |
3003 | <fieldValue name='displayMode'/> |
3004 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3005 | <fieldValue name='transparency' value='0'/> |
3006 | <fieldValue name='translation' value='2.45796 -0.45749 1.94834'/> |
3007 | <fieldValue name='textTranslation' value='2.60796 -0.45749 1.94834'/> |
3008 | <fieldValue name='textColor' value='0 0 0'/> |
3009 | </ProtoInstance> |
3010 | <ProtoInstance name='Vertex'> |
3011 | <fieldValue name='vertexText' value='"perspective"'/> |
3012 | <fieldValue name='description' value='76: perspective'/> |
3013 | <fieldValue name='url'/> |
3014 | <fieldValue name='radius' value='0.1500'/> |
3015 | <fieldValue name='displayMode'/> |
3016 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3017 | <fieldValue name='transparency' value='0'/> |
3018 | <fieldValue name='translation' value='0.69001 -2.15255 2.31676'/> |
3019 | <fieldValue name='textTranslation' value='0.84001 -2.15255 2.31676'/> |
3020 | <fieldValue name='textColor' value='0 0 0'/> |
3021 | </ProtoInstance> |
3022 | <ProtoInstance name='Vertex'> |
3023 | <fieldValue name='vertexText' value='"photo"'/> |
3024 | <fieldValue name='description' value='77: photo'/> |
3025 | <fieldValue name='url'/> |
3026 | <fieldValue name='radius' value='0.1500'/> |
3027 | <fieldValue name='displayMode'/> |
3028 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3029 | <fieldValue name='transparency' value='0'/> |
3030 | <fieldValue name='translation' value='0.19635 -2.40029 2.08512'/> |
3031 | <fieldValue name='textTranslation' value='0.34635 -2.40029 2.08512'/> |
3032 | <fieldValue name='textColor' value='0 0 0'/> |
3033 | </ProtoInstance> |
3034 | <ProtoInstance name='Vertex'> |
3035 | <fieldValue name='vertexText' value='"plan"'/> |
3036 | <fieldValue name='description' value='78: plan'/> |
3037 | <fieldValue name='url'/> |
3038 | <fieldValue name='radius' value='0.1500'/> |
3039 | <fieldValue name='displayMode'/> |
3040 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3041 | <fieldValue name='transparency' value='0'/> |
3042 | <fieldValue name='translation' value='1.83282 0.38339 2.49416'/> |
3043 | <fieldValue name='textTranslation' value='1.98282 0.38339 2.49416'/> |
3044 | <fieldValue name='textColor' value='0 0 0'/> |
3045 | </ProtoInstance> |
3046 | <ProtoInstance name='Vertex'> |
3047 | <fieldValue name='vertexText' value='"post"'/> |
3048 | <fieldValue name='description' value='79: post'/> |
3049 | <fieldValue name='url'/> |
3050 | <fieldValue name='radius' value='0.1500'/> |
3051 | <fieldValue name='displayMode'/> |
3052 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3053 | <fieldValue name='transparency' value='0'/> |
3054 | <fieldValue name='translation' value='-1.92584 -1.15770 -0.42003'/> |
3055 | <fieldValue name='textTranslation' value='-1.77584 -1.15770 -0.42003'/> |
3056 | <fieldValue name='textColor' value='0 0 0'/> |
3057 | </ProtoInstance> |
3058 | <ProtoInstance name='Vertex'> |
3059 | <fieldValue name='vertexText' value='"product"'/> |
3060 | <fieldValue name='description' value='80: product'/> |
3061 | <fieldValue name='url'/> |
3062 | <fieldValue name='radius' value='0.1500'/> |
3063 | <fieldValue name='displayMode'/> |
3064 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3065 | <fieldValue name='transparency' value='0'/> |
3066 | <fieldValue name='translation' value='0.56161 -2.12046 -1.94972'/> |
3067 | <fieldValue name='textTranslation' value='0.71161 -2.12046 -1.94972'/> |
3068 | <fieldValue name='textColor' value='0 0 0'/> |
3069 | </ProtoInstance> |
3070 | <ProtoInstance name='Vertex'> |
3071 | <fieldValue name='vertexText' value='"programme"'/> |
3072 | <fieldValue name='description' value='81: programme'/> |
3073 | <fieldValue name='url'/> |
3074 | <fieldValue name='radius' value='0.1500'/> |
3075 | <fieldValue name='displayMode'/> |
3076 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3077 | <fieldValue name='transparency' value='0'/> |
3078 | <fieldValue name='translation' value='-0.78974 -1.58642 -1.99992'/> |
3079 | <fieldValue name='textTranslation' value='-0.63974 -1.58642 -1.99992'/> |
3080 | <fieldValue name='textColor' value='0 0 0'/> |
3081 | </ProtoInstance> |
3082 | <ProtoInstance name='Vertex'> |
3083 | <fieldValue name='vertexText' value='"promote"'/> |
3084 | <fieldValue name='description' value='82: promote'/> |
3085 | <fieldValue name='url'/> |
3086 | <fieldValue name='radius' value='0.1500'/> |
3087 | <fieldValue name='displayMode'/> |
3088 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3089 | <fieldValue name='transparency' value='0'/> |
3090 | <fieldValue name='translation' value='0.38513 2.74694 -0.01712'/> |
3091 | <fieldValue name='textTranslation' value='0.53513 2.74694 -0.01712'/> |
3092 | <fieldValue name='textColor' value='0 0 0'/> |
3093 | </ProtoInstance> |
3094 | <ProtoInstance name='Vertex'> |
3095 | <fieldValue name='vertexText' value='"providing"'/> |
3096 | <fieldValue name='description' value='83: providing'/> |
3097 | <fieldValue name='url'/> |
3098 | <fieldValue name='radius' value='0.1500'/> |
3099 | <fieldValue name='displayMode'/> |
3100 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3101 | <fieldValue name='transparency' value='0'/> |
3102 | <fieldValue name='translation' value='1.97825 -0.01097 2.49540'/> |
3103 | <fieldValue name='textTranslation' value='2.12825 -0.01097 2.49540'/> |
3104 | <fieldValue name='textColor' value='0 0 0'/> |
3105 | </ProtoInstance> |
3106 | <ProtoInstance name='Vertex'> |
3107 | <fieldValue name='vertexText' value='"public"'/> |
3108 | <fieldValue name='description' value='84: public'/> |
3109 | <fieldValue name='url'/> |
3110 | <fieldValue name='radius' value='0.1500'/> |
3111 | <fieldValue name='displayMode'/> |
3112 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3113 | <fieldValue name='transparency' value='0'/> |
3114 | <fieldValue name='translation' value='2.75364 0.08647 1.50677'/> |
3115 | <fieldValue name='textTranslation' value='2.90364 0.08647 1.50677'/> |
3116 | <fieldValue name='textColor' value='0 0 0'/> |
3117 | </ProtoInstance> |
3118 | <ProtoInstance name='Vertex'> |
3119 | <fieldValue name='vertexText' value='"rebuilding"'/> |
3120 | <fieldValue name='description' value='85: rebuilding'/> |
3121 | <fieldValue name='url'/> |
3122 | <fieldValue name='radius' value='0.1500'/> |
3123 | <fieldValue name='displayMode'/> |
3124 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3125 | <fieldValue name='transparency' value='0'/> |
3126 | <fieldValue name='translation' value='1.12400 2.53991 -0.68144'/> |
3127 | <fieldValue name='textTranslation' value='1.27400 2.53991 -0.68144'/> |
3128 | <fieldValue name='textColor' value='0 0 0'/> |
3129 | </ProtoInstance> |
3130 | <ProtoInstance name='Vertex'> |
3131 | <fieldValue name='vertexText' value='"received"'/> |
3132 | <fieldValue name='description' value='86: received'/> |
3133 | <fieldValue name='url'/> |
3134 | <fieldValue name='radius' value='0.1500'/> |
3135 | <fieldValue name='displayMode'/> |
3136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3137 | <fieldValue name='transparency' value='0'/> |
3138 | <fieldValue name='translation' value='-0.03595 -1.78444 -1.81501'/> |
3139 | <fieldValue name='textTranslation' value='0.11405 -1.78444 -1.81501'/> |
3140 | <fieldValue name='textColor' value='0 0 0'/> |
3141 | </ProtoInstance> |
3142 | <ProtoInstance name='Vertex'> |
3143 | <fieldValue name='vertexText' value='"relying"'/> |
3144 | <fieldValue name='description' value='87: relying'/> |
3145 | <fieldValue name='url'/> |
3146 | <fieldValue name='radius' value='0.1500'/> |
3147 | <fieldValue name='displayMode'/> |
3148 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3149 | <fieldValue name='transparency' value='0'/> |
3150 | <fieldValue name='translation' value='0.22769 -2.25545 -1.48271'/> |
3151 | <fieldValue name='textTranslation' value='0.37769 -2.25545 -1.48271'/> |
3152 | <fieldValue name='textColor' value='0 0 0'/> |
3153 | </ProtoInstance> |
3154 | <ProtoInstance name='Vertex'> |
3155 | <fieldValue name='vertexText' value='"remains"'/> |
3156 | <fieldValue name='description' value='88: remains'/> |
3157 | <fieldValue name='url'/> |
3158 | <fieldValue name='radius' value='0.1500'/> |
3159 | <fieldValue name='displayMode'/> |
3160 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3161 | <fieldValue name='transparency' value='0'/> |
3162 | <fieldValue name='translation' value='-2.23958 -1.44475 0.55222'/> |
3163 | <fieldValue name='textTranslation' value='-2.08958 -1.44475 0.55222'/> |
3164 | <fieldValue name='textColor' value='0 0 0'/> |
3165 | </ProtoInstance> |
3166 | <ProtoInstance name='Vertex'> |
3167 | <fieldValue name='vertexText' value='"residing"'/> |
3168 | <fieldValue name='description' value='89: residing'/> |
3169 | <fieldValue name='url'/> |
3170 | <fieldValue name='radius' value='0.1500'/> |
3171 | <fieldValue name='displayMode'/> |
3172 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3173 | <fieldValue name='transparency' value='0'/> |
3174 | <fieldValue name='translation' value='1.02323 -1.24222 -2.00986'/> |
3175 | <fieldValue name='textTranslation' value='1.17323 -1.24222 -2.00986'/> |
3176 | <fieldValue name='textColor' value='0 0 0'/> |
3177 | </ProtoInstance> |
3178 | <ProtoInstance name='Vertex'> |
3179 | <fieldValue name='vertexText' value='"revitalize"'/> |
3180 | <fieldValue name='description' value='90: revitalize'/> |
3181 | <fieldValue name='url'/> |
3182 | <fieldValue name='radius' value='0.1500'/> |
3183 | <fieldValue name='displayMode'/> |
3184 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3185 | <fieldValue name='transparency' value='0'/> |
3186 | <fieldValue name='translation' value='1.29113 0.28552 2.75455'/> |
3187 | <fieldValue name='textTranslation' value='1.44113 0.28552 2.75455'/> |
3188 | <fieldValue name='textColor' value='0 0 0'/> |
3189 | </ProtoInstance> |
3190 | <ProtoInstance name='Vertex'> |
3191 | <fieldValue name='vertexText' value='"rubble"'/> |
3192 | <fieldValue name='description' value='91: rubble'/> |
3193 | <fieldValue name='url'/> |
3194 | <fieldValue name='radius' value='0.1500'/> |
3195 | <fieldValue name='displayMode'/> |
3196 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3197 | <fieldValue name='transparency' value='0'/> |
3198 | <fieldValue name='translation' value='0.79643 -1.79114 -2.13720'/> |
3199 | <fieldValue name='textTranslation' value='0.94643 -1.79114 -2.13720'/> |
3200 | <fieldValue name='textColor' value='0 0 0'/> |
3201 | </ProtoInstance> |
3202 | <ProtoInstance name='Vertex'> |
3203 | <fieldValue name='vertexText' value='"security"'/> |
3204 | <fieldValue name='description' value='92: security'/> |
3205 | <fieldValue name='url'/> |
3206 | <fieldValue name='radius' value='0.1500'/> |
3207 | <fieldValue name='displayMode'/> |
3208 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3209 | <fieldValue name='transparency' value='0'/> |
3210 | <fieldValue name='translation' value='-0.31726 -0.77906 -1.77401'/> |
3211 | <fieldValue name='textTranslation' value='-0.16726 -0.77906 -1.77401'/> |
3212 | <fieldValue name='textColor' value='0 0 0'/> |
3213 | </ProtoInstance> |
3214 | <ProtoInstance name='Vertex'> |
3215 | <fieldValue name='vertexText' value='"send"'/> |
3216 | <fieldValue name='description' value='93: send'/> |
3217 | <fieldValue name='url'/> |
3218 | <fieldValue name='radius' value='0.1500'/> |
3219 | <fieldValue name='displayMode'/> |
3220 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3221 | <fieldValue name='transparency' value='0'/> |
3222 | <fieldValue name='translation' value='-2.37830 -0.60109 0.76430'/> |
3223 | <fieldValue name='textTranslation' value='-2.22830 -0.60109 0.76430'/> |
3224 | <fieldValue name='textColor' value='0 0 0'/> |
3225 | </ProtoInstance> |
3226 | <ProtoInstance name='Vertex'> |
3227 | <fieldValue name='vertexText' value='"severely"'/> |
3228 | <fieldValue name='description' value='94: severely'/> |
3229 | <fieldValue name='url'/> |
3230 | <fieldValue name='radius' value='0.1500'/> |
3231 | <fieldValue name='displayMode'/> |
3232 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3233 | <fieldValue name='transparency' value='0'/> |
3234 | <fieldValue name='translation' value='-2.75455 -0.45442 0.00685'/> |
3235 | <fieldValue name='textTranslation' value='-2.60455 -0.45442 0.00685'/> |
3236 | <fieldValue name='textColor' value='0 0 0'/> |
3237 | </ProtoInstance> |
3238 | <ProtoInstance name='Vertex'> |
3239 | <fieldValue name='vertexText' value='"share"'/> |
3240 | <fieldValue name='description' value='95: share'/> |
3241 | <fieldValue name='url'/> |
3242 | <fieldValue name='radius' value='0.1500'/> |
3243 | <fieldValue name='displayMode'/> |
3244 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3245 | <fieldValue name='transparency' value='0'/> |
3246 | <fieldValue name='translation' value='-2.39895 -0.61103 0.75363'/> |
3247 | <fieldValue name='textTranslation' value='-2.24895 -0.61103 0.75363'/> |
3248 | <fieldValue name='textColor' value='0 0 0'/> |
3249 | </ProtoInstance> |
3250 | <ProtoInstance name='Vertex'> |
3251 | <fieldValue name='vertexText' value='"sister"'/> |
3252 | <fieldValue name='description' value='96: sister'/> |
3253 | <fieldValue name='url'/> |
3254 | <fieldValue name='radius' value='0.1500'/> |
3255 | <fieldValue name='displayMode'/> |
3256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3257 | <fieldValue name='transparency' value='0'/> |
3258 | <fieldValue name='translation' value='-1.23678 -1.74578 -1.91874'/> |
3259 | <fieldValue name='textTranslation' value='-1.08678 -1.74578 -1.91874'/> |
3260 | <fieldValue name='textColor' value='0 0 0'/> |
3261 | </ProtoInstance> |
3262 | <ProtoInstance name='Vertex'> |
3263 | <fieldValue name='vertexText' value='"sold"'/> |
3264 | <fieldValue name='description' value='97: sold'/> |
3265 | <fieldValue name='url'/> |
3266 | <fieldValue name='radius' value='0.1500'/> |
3267 | <fieldValue name='displayMode'/> |
3268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3269 | <fieldValue name='transparency' value='0'/> |
3270 | <fieldValue name='translation' value='-0.18560 -1.86808 -2.25773'/> |
3271 | <fieldValue name='textTranslation' value='-0.03560 -1.86808 -2.25773'/> |
3272 | <fieldValue name='textColor' value='0 0 0'/> |
3273 | </ProtoInstance> |
3274 | <ProtoInstance name='Vertex'> |
3275 | <fieldValue name='vertexText' value='"special"'/> |
3276 | <fieldValue name='description' value='98: special'/> |
3277 | <fieldValue name='url'/> |
3278 | <fieldValue name='radius' value='0.1500'/> |
3279 | <fieldValue name='displayMode'/> |
3280 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3281 | <fieldValue name='transparency' value='0'/> |
3282 | <fieldValue name='translation' value='-0.15558 2.70375 0.05432'/> |
3283 | <fieldValue name='textTranslation' value='-0.00558 2.70375 0.05432'/> |
3284 | <fieldValue name='textColor' value='0 0 0'/> |
3285 | </ProtoInstance> |
3286 | <ProtoInstance name='Vertex'> |
3287 | <fieldValue name='vertexText' value='"stability"'/> |
3288 | <fieldValue name='description' value='99: stability'/> |
3289 | <fieldValue name='url'/> |
3290 | <fieldValue name='radius' value='0.1500'/> |
3291 | <fieldValue name='displayMode'/> |
3292 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3293 | <fieldValue name='transparency' value='0'/> |
3294 | <fieldValue name='translation' value='0.26143 2.71468 0.34515'/> |
3295 | <fieldValue name='textTranslation' value='0.41143 2.71468 0.34515'/> |
3296 | <fieldValue name='textColor' value='0 0 0'/> |
3297 | </ProtoInstance> |
3298 | <ProtoInstance name='Vertex'> |
3299 | <fieldValue name='vertexText' value='"strategy"'/> |
3300 | <fieldValue name='description' value='100: strategy'/> |
3301 | <fieldValue name='url'/> |
3302 | <fieldValue name='radius' value='0.1500'/> |
3303 | <fieldValue name='displayMode'/> |
3304 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3305 | <fieldValue name='transparency' value='0'/> |
3306 | <fieldValue name='translation' value='1.69343 0.47316 2.61223'/> |
3307 | <fieldValue name='textTranslation' value='1.84343 0.47316 2.61223'/> |
3308 | <fieldValue name='textColor' value='0 0 0'/> |
3309 | </ProtoInstance> |
3310 | <ProtoInstance name='Vertex'> |
3311 | <fieldValue name='vertexText' value='"street"'/> |
3312 | <fieldValue name='description' value='101: street'/> |
3313 | <fieldValue name='url'/> |
3314 | <fieldValue name='radius' value='0.1500'/> |
3315 | <fieldValue name='displayMode'/> |
3316 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3317 | <fieldValue name='transparency' value='0'/> |
3318 | <fieldValue name='translation' value='-0.43353 -1.97314 -1.74331'/> |
3319 | <fieldValue name='textTranslation' value='-0.28353 -1.97314 -1.74331'/> |
3320 | <fieldValue name='textColor' value='0 0 0'/> |
3321 | </ProtoInstance> |
3322 | <ProtoInstance name='Vertex'> |
3323 | <fieldValue name='vertexText' value='"strengthening"'/> |
3324 | <fieldValue name='description' value='102: strengthening'/> |
3325 | <fieldValue name='url'/> |
3326 | <fieldValue name='radius' value='0.1500'/> |
3327 | <fieldValue name='displayMode'/> |
3328 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3329 | <fieldValue name='transparency' value='0'/> |
3330 | <fieldValue name='translation' value='-0.46488 2.59497 -0.54793'/> |
3331 | <fieldValue name='textTranslation' value='-0.31488 2.59497 -0.54793'/> |
3332 | <fieldValue name='textColor' value='0 0 0'/> |
3333 | </ProtoInstance> |
3334 | <ProtoInstance name='Vertex'> |
3335 | <fieldValue name='vertexText' value='"supplies"'/> |
3336 | <fieldValue name='description' value='103: supplies'/> |
3337 | <fieldValue name='url'/> |
3338 | <fieldValue name='radius' value='0.1500'/> |
3339 | <fieldValue name='displayMode'/> |
3340 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3341 | <fieldValue name='transparency' value='0'/> |
3342 | <fieldValue name='translation' value='2.47793 0.20352 2.06281'/> |
3343 | <fieldValue name='textTranslation' value='2.62793 0.20352 2.06281'/> |
3344 | <fieldValue name='textColor' value='0 0 0'/> |
3345 | </ProtoInstance> |
3346 | <ProtoInstance name='Vertex'> |
3347 | <fieldValue name='vertexText' value='"tent"'/> |
3348 | <fieldValue name='description' value='104: tent'/> |
3349 | <fieldValue name='url'/> |
3350 | <fieldValue name='radius' value='0.1500'/> |
3351 | <fieldValue name='displayMode'/> |
3352 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3353 | <fieldValue name='transparency' value='0'/> |
3354 | <fieldValue name='translation' value='-0.51914 -1.39798 -2.48856'/> |
3355 | <fieldValue name='textTranslation' value='-0.36914 -1.39798 -2.48856'/> |
3356 | <fieldValue name='textColor' value='0 0 0'/> |
3357 | </ProtoInstance> |
3358 | <ProtoInstance name='Vertex'> |
3359 | <fieldValue name='vertexText' value='"tsunami"'/> |
3360 | <fieldValue name='description' value='105: tsunami'/> |
3361 | <fieldValue name='url'/> |
3362 | <fieldValue name='radius' value='0.1500'/> |
3363 | <fieldValue name='displayMode'/> |
3364 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3365 | <fieldValue name='transparency' value='0'/> |
3366 | <fieldValue name='translation' value='1.05112 2.63798 0.04786'/> |
3367 | <fieldValue name='textTranslation' value='1.20112 2.63798 0.04786'/> |
3368 | <fieldValue name='textColor' value='0 0 0'/> |
3369 | </ProtoInstance> |
3370 | <ProtoInstance name='Vertex'> |
3371 | <fieldValue name='vertexText' value='"upcoming"'/> |
3372 | <fieldValue name='description' value='106: upcoming'/> |
3373 | <fieldValue name='url'/> |
3374 | <fieldValue name='radius' value='0.1500'/> |
3375 | <fieldValue name='displayMode'/> |
3376 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3377 | <fieldValue name='transparency' value='0'/> |
3378 | <fieldValue name='translation' value='0.80441 -2.38479 2.04677'/> |
3379 | <fieldValue name='textTranslation' value='0.95441 -2.38479 2.04677'/> |
3380 | <fieldValue name='textColor' value='0 0 0'/> |
3381 | </ProtoInstance> |
3382 | <ProtoInstance name='Vertex'> |
3383 | <fieldValue name='vertexText' value='"washington"'/> |
3384 | <fieldValue name='description' value='107: washington'/> |
3385 | <fieldValue name='url'/> |
3386 | <fieldValue name='radius' value='0.1500'/> |
3387 | <fieldValue name='displayMode'/> |
3388 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3389 | <fieldValue name='transparency' value='0'/> |
3390 | <fieldValue name='translation' value='-2.30502 -1.51266 -0.13349'/> |
3391 | <fieldValue name='textTranslation' value='-2.15502 -1.51266 -0.13349'/> |
3392 | <fieldValue name='textColor' value='0 0 0'/> |
3393 | </ProtoInstance> |
3394 | <ProtoInstance name='Vertex'> |
3395 | <fieldValue name='vertexText' value='"water"'/> |
3396 | <fieldValue name='description' value='108: water'/> |
3397 | <fieldValue name='url'/> |
3398 | <fieldValue name='radius' value='0.1500'/> |
3399 | <fieldValue name='displayMode'/> |
3400 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3401 | <fieldValue name='transparency' value='0'/> |
3402 | <fieldValue name='translation' value='-0.47795 -1.20020 -2.29424'/> |
3403 | <fieldValue name='textTranslation' value='-0.32795 -1.20020 -2.29424'/> |
3404 | <fieldValue name='textColor' value='0 0 0'/> |
3405 | </ProtoInstance> |
3406 | <ProtoInstance name='Vertex'> |
3407 | <fieldValue name='vertexText' value='"weeks"'/> |
3408 | <fieldValue name='description' value='109: weeks'/> |
3409 | <fieldValue name='url'/> |
3410 | <fieldValue name='radius' value='0.1500'/> |
3411 | <fieldValue name='displayMode'/> |
3412 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3413 | <fieldValue name='transparency' value='0'/> |
3414 | <fieldValue name='translation' value='-2.50374 -0.70792 -0.10427'/> |
3415 | <fieldValue name='textTranslation' value='-2.35374 -0.70792 -0.10427'/> |
3416 | <fieldValue name='textColor' value='0 0 0'/> |
3417 | </ProtoInstance> |
3418 | <ProtoInstance name='Vertex'> |
3419 | <fieldValue name='vertexText' value='"womans"'/> |
3420 | <fieldValue name='description' value='110: womans'/> |
3421 | <fieldValue name='url'/> |
3422 | <fieldValue name='radius' value='0.1500'/> |
3423 | <fieldValue name='displayMode'/> |
3424 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3425 | <fieldValue name='transparency' value='0'/> |
3426 | <fieldValue name='translation' value='-0.27442 2.68718 -0.12681'/> |
3427 | <fieldValue name='textTranslation' value='-0.12442 2.68718 -0.12681'/> |
3428 | <fieldValue name='textColor' value='0 0 0'/> |
3429 | </ProtoInstance> |
3430 | <ProtoInstance name='Vertex'> |
3431 | <fieldValue name='vertexText' value='"workers"'/> |
3432 | <fieldValue name='description' value='111: workers'/> |
3433 | <fieldValue name='url'/> |
3434 | <fieldValue name='radius' value='0.1500'/> |
3435 | <fieldValue name='displayMode'/> |
3436 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3437 | <fieldValue name='transparency' value='0'/> |
3438 | <fieldValue name='translation' value='-2.45852 -0.96260 -0.05113'/> |
3439 | <fieldValue name='textTranslation' value='-2.30852 -0.96260 -0.05113'/> |
3440 | <fieldValue name='textColor' value='0 0 0'/> |
3441 | </ProtoInstance> |
3442 | <ProtoInstance name='Vertex'> |
3443 | <fieldValue name='vertexText' value='"world"'/> |
3444 | <fieldValue name='description' value='112: world'/> |
3445 | <fieldValue name='url'/> |
3446 | <fieldValue name='radius' value='0.1500'/> |
3447 | <fieldValue name='displayMode'/> |
3448 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3449 | <fieldValue name='transparency' value='0'/> |
3450 | <fieldValue name='translation' value='-1.15092 -1.09731 -1.07707'/> |
3451 | <fieldValue name='textTranslation' value='-1.00092 -1.09731 -1.07707'/> |
3452 | <fieldValue name='textColor' value='0 0 0'/> |
3453 | </ProtoInstance> |
3454 | <ProtoInstance name='Vertex'> |
3455 | <fieldValue name='vertexText' value='"writes"'/> |
3456 | <fieldValue name='description' value='113: writes'/> |
3457 | <fieldValue name='url'/> |
3458 | <fieldValue name='radius' value='0.1500'/> |
3459 | <fieldValue name='displayMode'/> |
3460 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3461 | <fieldValue name='transparency' value='0'/> |
3462 | <fieldValue name='translation' value='0.10261 -1.01759 -2.51688'/> |
3463 | <fieldValue name='textTranslation' value='0.25261 -1.01759 -2.51688'/> |
3464 | <fieldValue name='textColor' value='0 0 0'/> |
3465 | </ProtoInstance> |
3466 | <ProtoInstance name='Vertex'> |
3467 | <fieldValue name='vertexText' value='"york"'/> |
3468 | <fieldValue name='description' value='114: york'/> |
3469 | <fieldValue name='url'/> |
3470 | <fieldValue name='radius' value='0.1500'/> |
3471 | <fieldValue name='displayMode'/> |
3472 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3473 | <fieldValue name='transparency' value='0'/> |
3474 | <fieldValue name='translation' value='0.20460 -0.65423 -2.75455'/> |
3475 | <fieldValue name='textTranslation' value='0.35460 -0.65423 -2.75455'/> |
3476 | <fieldValue name='textColor' value='0 0 0'/> |
3477 | </ProtoInstance> |
3478 | </Scene> |
3479 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2122
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2134
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2146
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2158
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2170
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2182
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2194
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2206
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2218
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2230
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2254
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2266
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2278
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2290
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2302
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2314
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2326
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2338
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2350
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2362
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2386
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2398
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2410
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2422
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2434
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2446
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2458
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2470
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2482
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2494
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2518
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2530
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2542
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2554
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2566
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2578
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2590
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2602
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2614
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2626
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2650
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2662
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2674
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2686
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2698
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2710
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2722
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2734
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2746
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2758
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2782
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2794
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2806
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2818
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2830
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2842
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2854
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2866
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2878
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2890
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2902
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2914
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2926
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2938
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2950
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2962
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2974
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2986
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2998
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3010
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3022
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3034
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3046
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3058
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3070
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3082
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3094
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3106
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3118
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3130
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3142
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3154
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3166
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3178
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3190
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3202
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3214
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3226
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3238
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3250
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3262
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3274
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3286
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3298
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3310
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3322
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3334
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3346
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3358
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3370
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3382
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3394
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3406
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3418
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3430
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3442
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3454
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3466
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->