1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <meta name='title' content=' PajekVisualizationExamples.x3d '/> |
6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
8 | <meta name='created' content='17 May 2011'/> |
9 | <meta name='modified' content='25 September 2023'/> |
10 | <meta name='reference' content='http://pajek.imfm.si'/> |
11 | <meta name='subject' content='network visualization'/> |
12 | <meta name=' warning ' content=' under development '/> |
13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='0.97225'/> |
55 | <fieldValue name='cylinderTranslation' value='0.84201 -0.17298 -2.28771'/> |
56 | <fieldValue name='coneTranslation' value='0.69379 -0.00872 -2.52730'/> |
57 | <fieldValue name='rotation' value='-71.42856 0 44.18661 1.04293'/> |
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.27653'/> |
66 | <fieldValue name='cylinderTranslation' value='1.40879 -0.07905 -1.51463'/> |
67 | <fieldValue name='coneTranslation' value='1.66794 0.17481 -1.20297'/> |
68 | <fieldValue name='rotation' value='83.18593 0 -69.16901 1.01126'/> |
69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
70 | <fieldValue name='ballRadius' value='0.02'/> |
71 | <fieldValue name='traceEnabled' value='false'/> |
72 | <fieldValue name='displayMode'/> |
73 | <fieldValue name='transparency' value='0'/> |
74 | </ProtoInstance> |
75 | <ProtoInstance name='Arc'> |
76 | <fieldValue name='cylinderHeight' value='0.97225'/> |
77 | <fieldValue name='cylinderTranslation' value='0.84201 -0.17298 -2.28771'/> |
78 | <fieldValue name='coneTranslation' value='0.69379 -0.00872 -2.52730'/> |
79 | <fieldValue name='rotation' value='-71.42856 0 44.18661 1.04293'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='0.54257'/> |
88 | <fieldValue name='cylinderTranslation' value='1.05578 -0.34351 -2.19137'/> |
89 | <fieldValue name='coneTranslation' value='1.05284 -0.31302 -2.29836'/> |
90 | <fieldValue name='rotation' value='-52.16166 0 1.43259 1.29327'/> |
91 | <fieldValue name='diffuseColor' value='0 0 0'/> |
92 | <fieldValue name='ballRadius' value='0.02'/> |
93 | <fieldValue name='traceEnabled' value='false'/> |
94 | <fieldValue name='displayMode'/> |
95 | <fieldValue name='transparency' value='0'/> |
96 | </ProtoInstance> |
97 | <ProtoInstance name='Arc'> |
98 | <fieldValue name='cylinderHeight' value='0.94961'/> |
99 | <fieldValue name='cylinderTranslation' value='0.95811 -0.14644 -2.30578'/> |
100 | <fieldValue name='coneTranslation' value='0.88860 0.03350 -2.55456'/> |
101 | <fieldValue name='rotation' value='-75.04396 0 20.96751 0.96234'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='0.46998'/> |
110 | <fieldValue name='cylinderTranslation' value='1.04728 -0.43791 -2.16417'/> |
111 | <fieldValue name='coneTranslation' value='1.04228 -0.44431 -2.23872'/> |
112 | <fieldValue name='rotation' value='-46.72123 0 3.13276 1.65630'/> |
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.49982'/> |
121 | <fieldValue name='cylinderTranslation' value='0.92870 -0.62861 -1.92788'/> |
122 | <fieldValue name='coneTranslation' value='0.88040 -0.70444 -1.92691'/> |
123 | <fieldValue name='rotation' value='0.53722 -0.00000 26.84960 2.57437'/> |
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.11058'/> |
132 | <fieldValue name='cylinderTranslation' value='0.94056 -0.80517 -1.55195'/> |
133 | <fieldValue name='coneTranslation' value='0.85345 -1.08089 -1.28243'/> |
134 | <fieldValue name='rotation' value='75.72215 -0.00000 24.47617 2.34273'/> |
135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
136 | <fieldValue name='ballRadius' value='0.02'/> |
137 | <fieldValue name='traceEnabled' value='false'/> |
138 | <fieldValue name='displayMode'/> |
139 | <fieldValue name='transparency' value='0'/> |
140 | </ProtoInstance> |
141 | <ProtoInstance name='Arc'> |
142 | <fieldValue name='cylinderHeight' value='0.85856'/> |
143 | <fieldValue name='cylinderTranslation' value='1.05952 -0.29227 -2.34105'/> |
144 | <fieldValue name='coneTranslation' value='1.05737 -0.21351 -2.59854'/> |
145 | <fieldValue name='rotation' value='-82.09784 0 0.68562 1.27395'/> |
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.87969'/> |
154 | <fieldValue name='cylinderTranslation' value='0.87733 -0.58989 -2.29030'/> |
155 | <fieldValue name='coneTranslation' value='0.75924 -0.69936 -2.51917'/> |
156 | <fieldValue name='rotation' value='-71.94697 0 37.12201 1.97270'/> |
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.85855'/> |
165 | <fieldValue name='cylinderTranslation' value='1.05952 -0.29233 -2.34107'/> |
166 | <fieldValue name='coneTranslation' value='1.05738 -0.21361 -2.59857'/> |
167 | <fieldValue name='rotation' value='-82.10080 0 0.68441 1.27410'/> |
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.83701'/> |
176 | <fieldValue name='cylinderTranslation' value='1.02676 -0.53928 -2.32943'/> |
177 | <fieldValue name='coneTranslation' value='1.00441 -0.61429 -2.57580'/> |
178 | <fieldValue name='rotation' value='-79.77269 0 7.23701 1.86520'/> |
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.50457'/> |
187 | <fieldValue name='cylinderTranslation' value='1.04372 -0.46792 -2.17708'/> |
188 | <fieldValue name='coneTranslation' value='1.03669 -0.48624 -2.26725'/> |
189 | <fieldValue name='rotation' value='-49.30291 0 3.84395 1.77063'/> |
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.55355'/> |
198 | <fieldValue name='cylinderTranslation' value='0.95265 -0.51247 -2.16612'/> |
199 | <fieldValue name='coneTranslation' value='0.90612 -0.55239 -2.26551'/> |
200 | <fieldValue name='rotation' value='-47.11134 0 22.05833 1.91972'/> |
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.69279'/> |
209 | <fieldValue name='cylinderTranslation' value='1.19613 -0.13812 -1.77562'/> |
210 | <fieldValue name='coneTranslation' value='1.26780 0.01240 -1.69225'/> |
211 | <fieldValue name='rotation' value='30.98811 0 -26.63782 0.63086'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='0.87122'/> |
220 | <fieldValue name='cylinderTranslation' value='1.20579 -0.54711 -1.53987'/> |
221 | <fieldValue name='coneTranslation' value='1.29617 -0.62890 -1.29268'/> |
222 | <fieldValue name='rotation' value='78.13817 0 -28.56949 1.87210'/> |
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.87971'/> |
231 | <fieldValue name='cylinderTranslation' value='0.87723 -0.58984 -2.29028'/> |
232 | <fieldValue name='coneTranslation' value='0.75907 -0.69928 -2.51915'/> |
233 | <fieldValue name='rotation' value='-71.94360 0 37.14318 1.97257'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='0.15394'/> |
242 | <fieldValue name='cylinderTranslation' value='1.11288 -0.36598 -1.90333'/> |
243 | <fieldValue name='coneTranslation' value='1.05901 -0.42192 -1.93271'/> |
244 | <fieldValue name='rotation' value='5.44666 0 -9.98638 0.83150'/> |
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.97752'/> |
253 | <fieldValue name='cylinderTranslation' value='0.73544 -0.33185 -2.28303'/> |
254 | <fieldValue name='coneTranslation' value='0.51515 -0.27402 -2.52012'/> |
255 | <fieldValue name='rotation' value='-70.49421 0 65.50055 1.39395'/> |
256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
257 | <fieldValue name='ballRadius' value='0.02'/> |
258 | <fieldValue name='traceEnabled' value='false'/> |
259 | <fieldValue name='displayMode'/> |
260 | <fieldValue name='transparency' value='0'/> |
261 | </ProtoInstance> |
262 | <ProtoInstance name='Arc'> |
263 | <fieldValue name='cylinderHeight' value='0.97752'/> |
264 | <fieldValue name='cylinderTranslation' value='0.73544 -0.33185 -2.28303'/> |
265 | <fieldValue name='coneTranslation' value='0.51515 -0.27402 -2.52012'/> |
266 | <fieldValue name='rotation' value='-70.49421 0 65.50055 1.39395'/> |
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.96484'/> |
275 | <fieldValue name='cylinderTranslation' value='0.73802 -0.48161 -2.28140'/> |
276 | <fieldValue name='coneTranslation' value='0.52087 -0.52423 -2.51588'/> |
277 | <fieldValue name='rotation' value='-70.16720 0 64.98429 1.70338'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='0.83823'/> |
286 | <fieldValue name='cylinderTranslation' value='1.92001 1.29697 -0.50086'/> |
287 | <fieldValue name='coneTranslation' value='1.96400 1.35528 -0.25225'/> |
288 | <fieldValue name='rotation' value='80.42291 0 -14.23284 1.34380'/> |
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.53709'/> |
297 | <fieldValue name='cylinderTranslation' value='2.04444 1.13256 -1.07311'/> |
298 | <fieldValue name='coneTranslation' value='2.12351 1.10424 -1.14187'/> |
299 | <fieldValue name='rotation' value='-34.02674 0 -39.12047 1.83483'/> |
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.77977'/> |
308 | <fieldValue name='cylinderTranslation' value='1.81905 1.53811 -1.09940'/> |
309 | <fieldValue name='coneTranslation' value='1.80149 1.73590 -1.21523'/> |
310 | <fieldValue name='rotation' value='-39.28658 0 5.95763 0.53470'/> |
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.96761'/> |
319 | <fieldValue name='cylinderTranslation' value='1.80174 0.73119 -1.00084'/> |
320 | <fieldValue name='coneTranslation' value='1.77021 0.41565 -1.06634'/> |
321 | <fieldValue name='rotation' value='-19.57325 0 9.42077 2.91517'/> |
322 | <fieldValue name='diffuseColor' value='0 0 0'/> |
323 | <fieldValue name='ballRadius' value='0.02'/> |
324 | <fieldValue name='traceEnabled' value='false'/> |
325 | <fieldValue name='displayMode'/> |
326 | <fieldValue name='transparency' value='0'/> |
327 | </ProtoInstance> |
328 | <ProtoInstance name='Arc'> |
329 | <fieldValue name='cylinderHeight' value='0.89827'/> |
330 | <fieldValue name='cylinderTranslation' value='1.70229 1.57945 -1.09859'/> |
331 | <fieldValue name='coneTranslation' value='1.60794 1.82201 -1.22452'/> |
332 | <fieldValue name='rotation' value='-39.12366 0 29.31103 0.57546'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='1.18950'/> |
341 | <fieldValue name='cylinderTranslation' value='1.95083 1.29333 -0.32409'/> |
342 | <fieldValue name='coneTranslation' value='2.02538 1.35961 0.09905'/> |
343 | <fieldValue name='rotation' value='115.77566 0 -20.39792 1.41773'/> |
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.53709'/> |
352 | <fieldValue name='cylinderTranslation' value='2.04444 1.13256 -1.07311'/> |
353 | <fieldValue name='coneTranslation' value='2.12351 1.10424 -1.14187'/> |
354 | <fieldValue name='rotation' value='-34.02676 0 -39.12045 1.83483'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='0.82035'/> |
363 | <fieldValue name='cylinderTranslation' value='1.80640 1.58833 -1.03600'/> |
364 | <fieldValue name='coneTranslation' value='1.78052 1.82356 -1.11713'/> |
365 | <fieldValue name='rotation' value='-26.60492 0 8.48820 0.34736'/> |
366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
367 | <fieldValue name='ballRadius' value='0.02'/> |
368 | <fieldValue name='traceEnabled' value='false'/> |
369 | <fieldValue name='displayMode'/> |
370 | <fieldValue name='transparency' value='0'/> |
371 | </ProtoInstance> |
372 | <ProtoInstance name='Arc'> |
373 | <fieldValue name='cylinderHeight' value='0.45805'/> |
374 | <fieldValue name='cylinderTranslation' value='1.90130 1.39638 -0.79266'/> |
375 | <fieldValue name='coneTranslation' value='1.91711 1.45477 -0.75941'/> |
376 | <fieldValue name='rotation' value='22.06260 0 -10.49129 0.56255'/> |
377 | <fieldValue name='diffuseColor' value='0 0 0'/> |
378 | <fieldValue name='ballRadius' value='0.02'/> |
379 | <fieldValue name='traceEnabled' value='false'/> |
380 | <fieldValue name='displayMode'/> |
381 | <fieldValue name='transparency' value='0'/> |
382 | </ProtoInstance> |
383 | <ProtoInstance name='Arc'> |
384 | <fieldValue name='cylinderHeight' value='0.44657'/> |
385 | <fieldValue name='cylinderTranslation' value='1.88605 1.40099 -0.99852'/> |
386 | <fieldValue name='coneTranslation' value='1.89660 1.45721 -1.02560'/> |
387 | <fieldValue name='rotation' value='-19.10939 0 -7.44228 0.47712'/> |
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.48493'/> |
396 | <fieldValue name='cylinderTranslation' value='1.84938 1.43165 -0.98265'/> |
397 | <fieldValue name='coneTranslation' value='1.84956 1.50953 -1.00974'/> |
398 | <fieldValue name='rotation' value='-15.93490 0 -0.10758 0.33483'/> |
399 | <fieldValue name='diffuseColor' value='0 0 0'/> |
400 | <fieldValue name='ballRadius' value='0.02'/> |
401 | <fieldValue name='traceEnabled' value='false'/> |
402 | <fieldValue name='displayMode'/> |
403 | <fieldValue name='transparency' value='0'/> |
404 | </ProtoInstance> |
405 | <ProtoInstance name='Arc'> |
406 | <fieldValue name='cylinderHeight' value='0.89469'/> |
407 | <fieldValue name='cylinderTranslation' value='1.71614 1.61128 -1.02758'/> |
408 | <fieldValue name='coneTranslation' value='1.63091 1.87376 -1.10762'/> |
409 | <fieldValue name='rotation' value='-24.92163 0 26.53965 0.41908'/> |
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.44071'/> |
418 | <fieldValue name='cylinderTranslation' value='1.87482 1.39773 -1.00208'/> |
419 | <fieldValue name='coneTranslation' value='1.88194 1.45117 -1.02922'/> |
420 | <fieldValue name='rotation' value='-19.82147 0 -5.19565 0.48359'/> |
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.32527'/> |
429 | <fieldValue name='cylinderTranslation' value='1.85092 1.34638 -0.97903'/> |
430 | <fieldValue name='coneTranslation' value='1.85095 1.34871 -0.98027'/> |
431 | <fieldValue name='rotation' value='-15.21238 0 -0.41482 0.48687'/> |
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.44379'/> |
440 | <fieldValue name='cylinderTranslation' value='1.88592 1.41967 -0.93059'/> |
441 | <fieldValue name='coneTranslation' value='1.89626 1.48021 -0.93830'/> |
442 | <fieldValue name='rotation' value='-5.52447 0 -7.41564 0.20991'/> |
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.84624'/> |
451 | <fieldValue name='cylinderTranslation' value='1.93352 0.78829 -0.91597'/> |
452 | <fieldValue name='coneTranslation' value='1.98618 0.53062 -0.92406'/> |
453 | <fieldValue name='rotation' value='-2.60029 0 -16.93608 2.93770'/> |
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.38232'/> |
462 | <fieldValue name='cylinderTranslation' value='1.58908 0.67213 -1.26183'/> |
463 | <fieldValue name='coneTranslation' value='1.38946 0.26442 -1.53761'/> |
464 | <fieldValue name='rotation' value='-71.77108 0 51.95196 2.44585'/> |
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.80192'/> |
473 | <fieldValue name='cylinderTranslation' value='-2.09125 1.52055 1.72862'/> |
474 | <fieldValue name='coneTranslation' value='-2.09444 1.67029 1.53986'/> |
475 | <fieldValue name='rotation' value='-62.82140 0 1.06156 0.90027'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='0.94179'/> |
484 | <fieldValue name='cylinderTranslation' value='-2.02101 1.65049 1.77104'/> |
485 | <fieldValue name='coneTranslation' value='-1.97813 1.90077 1.59167'/> |
486 | <fieldValue name='rotation' value='-54.33768 0 -12.98757 0.63504'/> |
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.08129'/> |
495 | <fieldValue name='cylinderTranslation' value='-2.12321 1.25696 2.05012'/> |
496 | <fieldValue name='coneTranslation' value='-2.01377 1.29935 2.02842'/> |
497 | <fieldValue name='rotation' value='1.47759 -0.00000 7.45367 1.93390'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='0.28231'/> |
506 | <fieldValue name='cylinderTranslation' value='-2.19318 1.20890 2.10996'/> |
507 | <fieldValue name='coneTranslation' value='-2.17886 1.21724 2.10099'/> |
508 | <fieldValue name='rotation' value='13.44651 -0.00000 21.44623 2.02949'/> |
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.30826'/> |
517 | <fieldValue name='cylinderTranslation' value='-2.11515 1.41679 2.00075'/> |
518 | <fieldValue name='coneTranslation' value='-2.11403 1.41126 2.00235'/> |
519 | <fieldValue name='rotation' value='-8.39676 0 5.84020 0.33821'/> |
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.75251'/> |
528 | <fieldValue name='cylinderTranslation' value='-1.94139 1.61834 2.02544'/> |
529 | <fieldValue name='coneTranslation' value='-1.85830 1.81776 2.01550'/> |
530 | <fieldValue name='rotation' value='-3.45796 0 -28.91195 0.39731'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='0.72767'/> |
539 | <fieldValue name='cylinderTranslation' value='-2.36345 1.09801 1.88366'/> |
540 | <fieldValue name='coneTranslation' value='-2.51892 1.00087 1.79454'/> |
541 | <fieldValue name='rotation' value='-31.81386 0 55.50105 2.06753'/> |
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.90464'/> |
550 | <fieldValue name='cylinderTranslation' value='-2.24968 0.85085 2.01238'/> |
551 | <fieldValue name='coneTranslation' value='-2.35550 0.57906 1.99277'/> |
552 | <fieldValue name='rotation' value='-6.06985 0 32.74729 2.76456'/> |
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.32728'/> |
561 | <fieldValue name='cylinderTranslation' value='-2.17881 1.35787 1.93940'/> |
562 | <fieldValue name='coneTranslation' value='-2.18087 1.35979 1.93711'/> |
563 | <fieldValue name='rotation' value='-20.66548 0 18.57266 1.01404'/> |
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.68782'/> |
572 | <fieldValue name='cylinderTranslation' value='-1.98146 1.59692 2.00547'/> |
573 | <fieldValue name='coneTranslation' value='-1.92559 1.77100 1.98554'/> |
574 | <fieldValue name='rotation' value='-7.45262 0 -20.89702 0.32843'/> |
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.81008'/> |
583 | <fieldValue name='cylinderTranslation' value='-2.05092 1.55412 1.75481'/> |
584 | <fieldValue name='coneTranslation' value='-2.02972 1.72515 1.58062'/> |
585 | <fieldValue name='rotation' value='-57.58470 0 -7.00589 0.79819'/> |
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.83913'/> |
594 | <fieldValue name='cylinderTranslation' value='-2.00792 1.00955 2.36114'/> |
595 | <fieldValue name='coneTranslation' value='-1.95966 0.84756 2.55812'/> |
596 | <fieldValue name='rotation' value='63.68123 0 -15.60440 2.24476'/> |
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.77213'/> |
605 | <fieldValue name='cylinderTranslation' value='-1.94396 1.16150 2.38450'/> |
606 | <fieldValue name='coneTranslation' value='-1.86081 1.09714 2.58463'/> |
607 | <fieldValue name='rotation' value='68.35435 0 -28.39792 1.85946'/> |
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.85534'/> |
616 | <fieldValue name='cylinderTranslation' value='-1.80637 1.38257 2.34667'/> |
617 | <fieldValue name='coneTranslation' value='-1.63139 1.45216 2.53690'/> |
618 | <fieldValue name='rotation' value='60.78779 0 -55.91473 1.30782'/> |
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.30836'/> |
627 | <fieldValue name='cylinderTranslation' value='-2.15005 1.38624 1.96228'/> |
628 | <fieldValue name='coneTranslation' value='-2.14763 1.38191 1.96532'/> |
629 | <fieldValue name='rotation' value='-16.08980 0 12.82176 0.73044'/> |
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.73753'/> |
638 | <fieldValue name='cylinderTranslation' value='-1.87317 1.45065 2.28477'/> |
639 | <fieldValue name='coneTranslation' value='-1.75271 1.55213 2.42180'/> |
640 | <fieldValue name='rotation' value='48.40856 0 -42.55497 1.06319'/> |
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.44013'/> |
649 | <fieldValue name='cylinderTranslation' value='-2.03144 1.21833 2.24923'/> |
650 | <fieldValue name='coneTranslation' value='-2.01656 1.20384 2.30558'/> |
651 | <fieldValue name='rotation' value='41.29889 0 -10.90195 1.81435'/> |
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.77212'/> |
660 | <fieldValue name='cylinderTranslation' value='-1.94411 1.16121 2.38447'/> |
661 | <fieldValue name='coneTranslation' value='-1.86106 1.09669 2.58458'/> |
662 | <fieldValue name='rotation' value='68.34791 0 -28.36635 1.86023'/> |
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.83913'/> |
671 | <fieldValue name='cylinderTranslation' value='-2.00792 1.00955 2.36114'/> |
672 | <fieldValue name='coneTranslation' value='-1.95966 0.84756 2.55812'/> |
673 | <fieldValue name='rotation' value='63.68123 0 -15.60431 2.24476'/> |
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.28231'/> |
682 | <fieldValue name='cylinderTranslation' value='-2.19318 1.20890 2.10996'/> |
683 | <fieldValue name='coneTranslation' value='-2.17886 1.21724 2.10099'/> |
684 | <fieldValue name='rotation' value='13.44651 -0.00000 21.44623 2.02949'/> |
685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
686 | <fieldValue name='ballRadius' value='0.02'/> |
687 | <fieldValue name='traceEnabled' value='false'/> |
688 | <fieldValue name='displayMode'/> |
689 | <fieldValue name='transparency' value='0'/> |
690 | </ProtoInstance> |
691 | <ProtoInstance name='Arc'> |
692 | <fieldValue name='cylinderHeight' value='0.85534'/> |
693 | <fieldValue name='cylinderTranslation' value='-1.80637 1.38257 2.34667'/> |
694 | <fieldValue name='coneTranslation' value='-1.63139 1.45216 2.53690'/> |
695 | <fieldValue name='rotation' value='60.78780 0 -55.91471 1.30782'/> |
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.86284'/> |
704 | <fieldValue name='cylinderTranslation' value='-1.84129 1.24587 2.39715'/> |
705 | <fieldValue name='coneTranslation' value='-1.68737 1.22982 2.62013'/> |
706 | <fieldValue name='rotation' value='70.88405 0 -48.93141 1.62999'/> |
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.80950'/> |
715 | <fieldValue name='cylinderTranslation' value='-2.10892 0.95185 2.29009'/> |
716 | <fieldValue name='coneTranslation' value='-2.12282 0.75862 2.43966'/> |
717 | <fieldValue name='rotation' value='49.47083 -0.00000 4.59528 2.48078'/> |
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='1.44232'/> |
726 | <fieldValue name='cylinderTranslation' value='-2.20381 0.57407 1.90163'/> |
727 | <fieldValue name='coneTranslation' value='-2.29552 0.03145 1.79183'/> |
728 | <fieldValue name='rotation' value='-28.22034 0 23.57230 2.88381'/> |
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.35891'/> |
737 | <fieldValue name='cylinderTranslation' value='-2.02831 1.38672 2.16756'/> |
738 | <fieldValue name='coneTranslation' value='-2.02206 1.39923 2.18109'/> |
739 | <fieldValue name='rotation' value='24.96544 0 -11.52702 0.87284'/> |
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.41626'/> |
748 | <fieldValue name='cylinderTranslation' value='-2.26259 1.17757 1.98519'/> |
749 | <fieldValue name='coneTranslation' value='-2.30345 1.15587 1.97189'/> |
750 | <fieldValue name='rotation' value='-11.50720 0 35.32968 2.03848'/> |
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.58128'/> |
759 | <fieldValue name='cylinderTranslation' value='-2.25593 1.04649 2.11342'/> |
760 | <fieldValue name='coneTranslation' value='-2.33233 0.94540 2.14520'/> |
761 | <fieldValue name='rotation' value='14.13818 -0.00000 33.99607 2.45564'/> |
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.83163'/> |
770 | <fieldValue name='cylinderTranslation' value='2.02822 1.52097 1.38054'/> |
771 | <fieldValue name='coneTranslation' value='1.98766 1.75057 1.48581'/> |
772 | <fieldValue name='rotation' value='34.22267 -0.00000 13.18290 0.45670'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='1.33461'/> |
781 | <fieldValue name='cylinderTranslation' value='2.04265 1.26953 0.55534'/> |
782 | <fieldValue name='coneTranslation' value='2.00351 1.36209 0.05809'/> |
783 | <fieldValue name='rotation' value='-130.81644 0 10.29592 1.38731'/> |
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.48884'/> |
792 | <fieldValue name='cylinderTranslation' value='2.10630 1.37504 1.29854'/> |
793 | <fieldValue name='coneTranslation' value='2.11050 1.45354 1.32931'/> |
794 | <fieldValue name='rotation' value='17.82267 0 -2.43338 0.37683'/> |
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.57311'/> |
803 | <fieldValue name='cylinderTranslation' value='2.14375 1.14320 1.49161'/> |
804 | <fieldValue name='coneTranslation' value='2.16567 1.14118 1.61624'/> |
805 | <fieldValue name='rotation' value='56.43778 0 -9.92462 1.58676'/> |
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.61989'/> |
814 | <fieldValue name='cylinderTranslation' value='2.09277 0.88290 1.37038'/> |
815 | <fieldValue name='coneTranslation' value='2.09211 0.75477 1.44825'/> |
816 | <fieldValue name='rotation' value='32.19133 -0.00000 0.27169 2.59553'/> |
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.98430'/> |
825 | <fieldValue name='cylinderTranslation' value='2.07348 1.26589 0.73210'/> |
826 | <fieldValue name='coneTranslation' value='2.05954 1.34561 0.40996'/> |
827 | <fieldValue name='rotation' value='-95.46369 0 4.13085 1.32843'/> |
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.77155'/> |
836 | <fieldValue name='cylinderTranslation' value='2.08166 1.50595 1.35216'/> |
837 | <fieldValue name='coneTranslation' value='2.07437 1.71558 1.43570'/> |
838 | <fieldValue name='rotation' value='28.54775 -0.00000 2.49314 0.38053'/> |
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.82472'/> |
847 | <fieldValue name='cylinderTranslation' value='2.08582 0.76563 1.36414'/> |
848 | <fieldValue name='coneTranslation' value='2.08074 0.53176 1.45882'/> |
849 | <fieldValue name='rotation' value='30.94340 -0.00000 1.66178 2.75640'/> |
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='1.02523'/> |
858 | <fieldValue name='cylinderTranslation' value='2.08123 0.67807 1.41434'/> |
859 | <fieldValue name='coneTranslation' value='2.07235 0.35498 1.55530'/> |
860 | <fieldValue name='rotation' value='40.98325 -0.00000 2.58083 2.72949'/> |
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.59502'/> |
869 | <fieldValue name='cylinderTranslation' value='2.12539 1.22779 1.49426'/> |
870 | <fieldValue name='coneTranslation' value='2.13984 1.26478 1.62591'/> |
871 | <fieldValue name='rotation' value='56.96733 0 -6.25185 1.29848'/> |
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.81498'/> |
880 | <fieldValue name='cylinderTranslation' value='2.11214 1.42706 0.91324'/> |
881 | <fieldValue name='coneTranslation' value='2.12308 1.59669 0.73336'/> |
882 | <fieldValue name='rotation' value='-59.23549 0 -3.60226 0.81566'/> |
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.77155'/> |
891 | <fieldValue name='cylinderTranslation' value='2.08166 1.50595 1.35216'/> |
892 | <fieldValue name='coneTranslation' value='2.07437 1.71558 1.43570'/> |
893 | <fieldValue name='rotation' value='28.54776 -0.00000 2.49316 0.38053'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='0.16399'/> |
902 | <fieldValue name='cylinderTranslation' value='2.12865 1.16900 1.13814'/> |
903 | <fieldValue name='coneTranslation' value='2.09581 1.14881 1.20595'/> |
904 | <fieldValue name='rotation' value='-14.25634 0 -6.90481 1.30894'/> |
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.27138'/> |
913 | <fieldValue name='cylinderTranslation' value='-2.41590 -0.79423 1.60611'/> |
914 | <fieldValue name='coneTranslation' value='-2.39911 -0.80631 1.59334'/> |
915 | <fieldValue name='rotation' value='14.25633 -0.00000 18.73822 1.05037'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='0.70227'/> |
924 | <fieldValue name='cylinderTranslation' value='-2.25431 -1.18134 1.40632'/> |
925 | <fieldValue name='coneTranslation' value='-2.21736 -1.35533 1.33637'/> |
926 | <fieldValue name='rotation' value='-25.70151 0 -13.57819 2.71484'/> |
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.38533'/> |
935 | <fieldValue name='cylinderTranslation' value='-2.50638 -0.91267 1.51036'/> |
936 | <fieldValue name='coneTranslation' value='-2.53761 -0.92131 1.50621'/> |
937 | <fieldValue name='rotation' value='-4.89431 0 36.83554 1.83858'/> |
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='1.22845'/> |
946 | <fieldValue name='cylinderTranslation' value='-2.01951 -1.25562 1.17362'/> |
947 | <fieldValue name='coneTranslation' value='-1.79566 -1.54693 0.90650'/> |
948 | <fieldValue name='rotation' value='-72.24134 0 -60.53989 2.26703'/> |
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.27194'/> |
957 | <fieldValue name='cylinderTranslation' value='-2.41698 -0.79334 1.60435'/> |
958 | <fieldValue name='coneTranslation' value='-2.40023 -0.80542 1.59206'/> |
959 | <fieldValue name='rotation' value='13.90407 -0.00000 18.95535 1.04406'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='0.39124'/> |
968 | <fieldValue name='cylinderTranslation' value='-2.50986 -0.90814 1.50492'/> |
969 | <fieldValue name='coneTranslation' value='-2.54403 -0.91660 1.49948'/> |
970 | <fieldValue name='rotation' value='-5.98090 0 37.53150 1.81053'/> |
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.61596'/> |
979 | <fieldValue name='cylinderTranslation' value='-2.53713 -0.94313 1.32982'/> |
980 | <fieldValue name='coneTranslation' value='-2.64040 -0.98225 1.23131'/> |
981 | <fieldValue name='rotation' value='-41.00209 0 42.98475 1.83838'/> |
982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
983 | <fieldValue name='ballRadius' value='0.02'/> |
984 | <fieldValue name='traceEnabled' value='false'/> |
985 | <fieldValue name='displayMode'/> |
986 | <fieldValue name='transparency' value='0'/> |
987 | </ProtoInstance> |
988 | <ProtoInstance name='Arc'> |
989 | <fieldValue name='cylinderHeight' value='0.35037'/> |
990 | <fieldValue name='cylinderTranslation' value='-2.35250 -0.99035 1.64981'/> |
991 | <fieldValue name='coneTranslation' value='-2.35513 -1.00150 1.65977'/> |
992 | <fieldValue name='rotation' value='22.99585 -0.00000 6.05887 2.39555'/> |
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.77215'/> |
1001 | <fieldValue name='cylinderTranslation' value='-2.32194 -0.49248 1.64768'/> |
1002 | <fieldValue name='coneTranslation' value='-2.32178 -0.27628 1.71376'/> |
1003 | <fieldValue name='rotation' value='22.57010 0 -0.05374 0.29663'/> |
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.58465'/> |
1012 | <fieldValue name='cylinderTranslation' value='-2.30383 -1.07146 1.73760'/> |
1013 | <fieldValue name='coneTranslation' value='-2.29551 -1.16641 1.82939'/> |
1014 | <fieldValue name='rotation' value='40.55458 0 -3.67493 2.37109'/> |
1015 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1016 | <fieldValue name='ballRadius' value='0.02'/> |
1017 | <fieldValue name='traceEnabled' value='false'/> |
1018 | <fieldValue name='displayMode'/> |
1019 | <fieldValue name='transparency' value='0'/> |
1020 | </ProtoInstance> |
1021 | <ProtoInstance name='Arc'> |
1022 | <fieldValue name='cylinderHeight' value='0.18692'/> |
1023 | <fieldValue name='cylinderTranslation' value='-1.61444 1.48866 -2.40348'/> |
1024 | <fieldValue name='coneTranslation' value='-1.66094 1.44145 -2.39746'/> |
1025 | <fieldValue name='rotation' value='-1.69152 0 -13.06336 0.78200'/> |
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.18562'/> |
1034 | <fieldValue name='cylinderTranslation' value='-1.74190 1.35448 -2.38288'/> |
1035 | <fieldValue name='coneTranslation' value='-1.69691 1.40361 -2.39167'/> |
1036 | <fieldValue name='rotation' value='2.42833 -0.00000 12.42786 2.39085'/> |
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.48039'/> |
1045 | <fieldValue name='cylinderTranslation' value='2.14811 -0.44602 -0.87737'/> |
1046 | <fieldValue name='coneTranslation' value='2.20692 -0.41244 -0.92032'/> |
1047 | <fieldValue name='rotation' value='-25.73009 0 -35.22878 1.13875'/> |
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.52249'/> |
1056 | <fieldValue name='cylinderTranslation' value='1.89322 -0.78970 -0.69440'/> |
1057 | <fieldValue name='coneTranslation' value='1.86270 -0.88391 -0.67335'/> |
1058 | <fieldValue name='rotation' value='10.86303 -0.00000 15.74849 2.76671'/> |
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.87187'/> |
1067 | <fieldValue name='cylinderTranslation' value='2.23372 -0.68153 -1.07015'/> |
1068 | <fieldValue name='coneTranslation' value='2.39940 -0.76694 -1.27360'/> |
1069 | <fieldValue name='rotation' value='-64.28564 0 -52.35087 1.88549'/> |
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.49629'/> |
1078 | <fieldValue name='cylinderTranslation' value='2.12614 -0.71351 -0.84844'/> |
1079 | <fieldValue name='coneTranslation' value='2.18091 -0.77280 -0.88386'/> |
1080 | <fieldValue name='rotation' value='-19.94441 0 -30.83590 2.30857'/> |
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.90548'/> |
1089 | <fieldValue name='cylinderTranslation' value='1.86330 -0.14343 -0.92371'/> |
1090 | <fieldValue name='coneTranslation' value='1.79304 0.11725 -1.03686'/> |
1091 | <fieldValue name='rotation' value='-34.99856 0 21.73288 0.47235'/> |
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.86868'/> |
1100 | <fieldValue name='cylinderTranslation' value='2.31727 -0.43448 -0.98714'/> |
1101 | <fieldValue name='coneTranslation' value='2.53538 -0.36366 -1.13773'/> |
1102 | <fieldValue name='rotation' value='-47.68344 0 -69.06163 1.30971'/> |
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.50812'/> |
1111 | <fieldValue name='cylinderTranslation' value='2.05218 -0.78622 -0.77506'/> |
1112 | <fieldValue name='coneTranslation' value='2.08188 -0.87493 -0.78481'/> |
1113 | <fieldValue name='rotation' value='-5.26735 0 -16.04293 2.80283'/> |
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.50652'/> |
1122 | <fieldValue name='cylinderTranslation' value='2.15863 -0.71769 -0.74395'/> |
1123 | <fieldValue name='coneTranslation' value='2.22736 -0.78070 -0.74220'/> |
1124 | <fieldValue name='rotation' value='0.95321 0 -37.33273 2.31256'/> |
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.53544'/> |
1133 | <fieldValue name='cylinderTranslation' value='2.06673 -0.57502 -0.49995'/> |
1134 | <fieldValue name='coneTranslation' value='2.10486 -0.58645 -0.39986'/> |
1135 | <fieldValue name='rotation' value='49.75357 0 -18.95395 1.67715'/> |
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.53857'/> |
1144 | <fieldValue name='cylinderTranslation' value='2.14105 -0.62195 -0.94428'/> |
1145 | <fieldValue name='coneTranslation' value='2.20968 -0.65254 -1.02364'/> |
1146 | <fieldValue name='rotation' value='-39.11196 0 -33.81806 1.85443'/> |
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.81386'/> |
1155 | <fieldValue name='cylinderTranslation' value='2.27379 -0.33291 -0.91852'/> |
1156 | <fieldValue name='coneTranslation' value='2.45694 -0.20324 -1.02156'/> |
1157 | <fieldValue name='rotation' value='-33.96023 0 -60.36463 1.01794'/> |
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.55645'/> |
1166 | <fieldValue name='cylinderTranslation' value='2.13891 -0.76745 -0.72114'/> |
1167 | <fieldValue name='coneTranslation' value='2.20985 -0.86130 -0.70942'/> |
1168 | <fieldValue name='rotation' value='5.51632 0 -33.38886 2.48784'/> |
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.53503'/> |
1177 | <fieldValue name='cylinderTranslation' value='2.18077 -0.47027 -0.89751'/> |
1178 | <fieldValue name='coneTranslation' value='2.26469 -0.43960 -0.95731'/> |
1179 | <fieldValue name='rotation' value='-29.75795 0 -41.76170 1.28147'/> |
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.49153'/> |
1188 | <fieldValue name='cylinderTranslation' value='2.18847 -0.55308 -0.63260'/> |
1189 | <fieldValue name='coneTranslation' value='2.26402 -0.55535 -0.59208'/> |
1190 | <fieldValue name='rotation' value='23.22358 0 -43.30130 1.59720'/> |
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.97447'/> |
1199 | <fieldValue name='cylinderTranslation' value='1.58745 -0.81013 -0.60695'/> |
1200 | <fieldValue name='coneTranslation' value='1.32920 -0.98712 -0.51174'/> |
1201 | <fieldValue name='rotation' value='28.35323 -0.00000 76.90298 2.14227'/> |
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.43190'/> |
1210 | <fieldValue name='cylinderTranslation' value='2.07461 -0.72083 -0.67296'/> |
1211 | <fieldValue name='coneTranslation' value='2.10120 -0.76597 -0.65334'/> |
1212 | <fieldValue name='rotation' value='15.15097 0 -20.52943 2.50959'/> |
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.24056'/> |
1221 | <fieldValue name='cylinderTranslation' value='1.93111 -0.54471 -0.86184'/> |
1222 | <fieldValue name='coneTranslation' value='1.94460 -0.54533 -0.82448'/> |
1223 | <fieldValue name='rotation' value='-22.62337 0 8.17039 1.55509'/> |
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.54628'/> |
1232 | <fieldValue name='cylinderTranslation' value='2.08789 -0.52778 -0.50212'/> |
1233 | <fieldValue name='coneTranslation' value='2.13591 -0.51999 -0.39997'/> |
1234 | <fieldValue name='rotation' value='49.31991 0 -23.18593 1.50185'/> |
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.26562'/> |
1243 | <fieldValue name='cylinderTranslation' value='2.03184 -0.44515 -0.81005'/> |
1244 | <fieldValue name='coneTranslation' value='2.01958 -0.46592 -0.79749'/> |
1245 | <fieldValue name='rotation' value='-12.26533 0 -11.97577 0.70151'/> |
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.55240'/> |
1254 | <fieldValue name='cylinderTranslation' value='1.93965 -0.70593 -0.97201'/> |
1255 | <fieldValue name='coneTranslation' value='1.92605 -0.77296 -1.06595'/> |
1256 | <fieldValue name='rotation' value='-44.65739 0 6.46363 2.18567'/> |
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.53277'/> |
1265 | <fieldValue name='cylinderTranslation' value='2.22177 -0.60516 -0.67711'/> |
1266 | <fieldValue name='coneTranslation' value='2.32153 -0.62855 -0.64851'/> |
1267 | <fieldValue name='rotation' value='14.32225 0 -49.96096 1.79247'/> |
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.93915'/> |
1276 | <fieldValue name='cylinderTranslation' value='1.99508 -0.08633 -0.83885'/> |
1277 | <fieldValue name='coneTranslation' value='2.01033 0.21711 -0.89826'/> |
1278 | <fieldValue name='rotation' value='-18.02559 0 -4.62397 0.19947'/> |
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.49437'/> |
1287 | <fieldValue name='cylinderTranslation' value='2.20782 -0.48077 -0.78247'/> |
1288 | <fieldValue name='coneTranslation' value='2.29100 -0.45755 -0.79437'/> |
1289 | <fieldValue name='rotation' value='-6.75018 0 -47.17084 1.30124'/> |
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.75216'/> |
1298 | <fieldValue name='cylinderTranslation' value='1.66030 -0.61149 -0.94895'/> |
1299 | <fieldValue name='coneTranslation' value='1.48123 -0.64878 -1.06400'/> |
1300 | <fieldValue name='rotation' value='-40.04632 0 62.33240 1.74422'/> |
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.90934'/> |
1309 | <fieldValue name='cylinderTranslation' value='2.20752 -0.92905 -0.67823'/> |
1310 | <fieldValue name='coneTranslation' value='2.36018 -1.17691 -0.63254'/> |
1311 | <fieldValue name='rotation' value='14.09830 0 -47.11097 2.57023'/> |
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.89743'/> |
1320 | <fieldValue name='cylinderTranslation' value='2.06636 -0.86551 -1.04993'/> |
1321 | <fieldValue name='coneTranslation' value='2.12709 -1.07071 -1.24374'/> |
1322 | <fieldValue name='rotation' value='-60.24260 0 -18.87859 2.36133'/> |
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.86964'/> |
1331 | <fieldValue name='cylinderTranslation' value='2.36201 -0.68956 -0.62029'/> |
1332 | <fieldValue name='coneTranslation' value='2.60853 -0.77991 -0.53912'/> |
1333 | <fieldValue name='rotation' value='25.68556 0 -78.00900 1.90581'/> |
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.44162'/> |
1342 | <fieldValue name='cylinderTranslation' value='1.92518 -0.71532 -0.88326'/> |
1343 | <fieldValue name='coneTranslation' value='1.91230 -0.76179 -0.92031'/> |
1344 | <fieldValue name='rotation' value='-26.90771 0 9.35652 2.44047'/> |
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.49686'/> |
1353 | <fieldValue name='cylinderTranslation' value='2.14384 -0.64328 -0.89981'/> |
1354 | <fieldValue name='coneTranslation' value='2.20503 -0.67769 -0.95359'/> |
1355 | <fieldValue name='rotation' value='-30.21751 0 -34.37615 1.97053'/> |
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='1.16587'/> |
1364 | <fieldValue name='cylinderTranslation' value='1.99724 -0.45709 -0.17325'/> |
1365 | <fieldValue name='coneTranslation' value='2.01558 -0.39216 0.24427'/> |
1366 | <fieldValue name='rotation' value='115.09356 0 -5.05603 1.41665'/> |
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='1.60045'/> |
1375 | <fieldValue name='cylinderTranslation' value='1.19117 -1.03443 0.10548'/> |
1376 | <fieldValue name='coneTranslation' value='1.47551 -0.75965 0.60900'/> |
1377 | <fieldValue name='rotation' value='125.87107 0 -71.08117 1.12720'/> |
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.86251'/> |
1386 | <fieldValue name='cylinderTranslation' value='0.82700 -1.79648 -0.42050'/> |
1387 | <fieldValue name='coneTranslation' value='0.82149 -2.05977 -0.35548'/> |
1388 | <fieldValue name='rotation' value='20.67449 -0.00000 1.75281 2.89865'/> |
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.37756'/> |
1397 | <fieldValue name='cylinderTranslation' value='0.80409 -1.56297 -0.54332'/> |
1398 | <fieldValue name='coneTranslation' value='0.79927 -1.59119 -0.54629'/> |
1399 | <fieldValue name='rotation' value='-3.88941 0 6.33399 2.94343'/> |
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.67564'/> |
1408 | <fieldValue name='cylinderTranslation' value='0.82697 -1.28519 -0.84861'/> |
1409 | <fieldValue name='coneTranslation' value='0.82235 -1.23640 -1.01954'/> |
1410 | <fieldValue name='rotation' value='-64.94668 0 1.75809 1.29284'/> |
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.48043'/> |
1419 | <fieldValue name='cylinderTranslation' value='1.01935 -1.22577 -0.49453'/> |
1420 | <fieldValue name='coneTranslation' value='1.08065 -1.17498 -0.48473'/> |
1421 | <fieldValue name='rotation' value='5.86889 0 -36.71700 0.88506'/> |
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.81366'/> |
1430 | <fieldValue name='cylinderTranslation' value='0.79993 -1.78267 -0.54327'/> |
1431 | <fieldValue name='coneTranslation' value='0.77818 -2.02826 -0.55504'/> |
1432 | <fieldValue name='rotation' value='-3.87987 0 7.16750 3.04126'/> |
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.82892'/> |
1441 | <fieldValue name='cylinderTranslation' value='0.47543 -1.55173 -0.41564'/> |
1442 | <fieldValue name='coneTranslation' value='0.25420 -1.65846 -0.34919'/> |
1443 | <fieldValue name='rotation' value='21.64674 -0.00000 72.06654 2.00363'/> |
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.54163'/> |
1452 | <fieldValue name='cylinderTranslation' value='0.80206 -1.64018 -0.46552'/> |
1453 | <fieldValue name='coneTranslation' value='0.78827 -1.74751 -0.44165'/> |
1454 | <fieldValue name='rotation' value='11.67007 -0.00000 6.74063 2.89013'/> |
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.79155'/> |
1463 | <fieldValue name='cylinderTranslation' value='0.71389 -1.58317 -0.83954'/> |
1464 | <fieldValue name='coneTranslation' value='0.64129 -1.70546 -1.02760'/> |
1465 | <fieldValue name='rotation' value='-63.13369 0 24.37440 2.11610'/> |
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.52516'/> |
1474 | <fieldValue name='cylinderTranslation' value='0.67537 -1.58015 -0.47579'/> |
1475 | <fieldValue name='coneTranslation' value='0.61271 -1.65916 -0.45701'/> |
1476 | <fieldValue name='rotation' value='9.61636 -0.00000 32.07923 2.45008'/> |
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.81366'/> |
1485 | <fieldValue name='cylinderTranslation' value='0.79993 -1.78267 -0.54327'/> |
1486 | <fieldValue name='coneTranslation' value='0.77818 -2.02826 -0.55504'/> |
1487 | <fieldValue name='rotation' value='-3.87987 0 7.16749 3.04126'/> |
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='1.07058'/> |
1496 | <fieldValue name='cylinderTranslation' value='1.09220 -1.02714 -0.83653'/> |
1497 | <fieldValue name='coneTranslation' value='1.27199 -0.78123 -1.05573'/> |
1498 | <fieldValue name='rotation' value='-62.53065 0 -51.28757 0.85628'/> |
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.34092'/> |
1507 | <fieldValue name='cylinderTranslation' value='0.86946 -1.40983 -0.68789'/> |
1508 | <fieldValue name='coneTranslation' value='0.87153 -1.41179 -0.69795'/> |
1509 | <fieldValue name='rotation' value='-32.80252 0 -6.74001 1.75930'/> |
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.47420'/> |
1518 | <fieldValue name='cylinderTranslation' value='2.19353 -0.22048 1.69436'/> |
1519 | <fieldValue name='coneTranslation' value='2.25366 -0.25559 1.72747'/> |
1520 | <fieldValue name='rotation' value='20.36374 0 -36.98349 2.04351'/> |
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.80225'/> |
1529 | <fieldValue name='cylinderTranslation' value='2.05326 0.14340 1.89817'/> |
1530 | <fieldValue name='coneTranslation' value='2.08009 0.29725 2.08189'/> |
1531 | <fieldValue name='rotation' value='61.12571 0 -8.92838 0.87886'/> |
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.85843'/> |
1540 | <fieldValue name='cylinderTranslation' value='1.94095 -0.28685 1.97888'/> |
1541 | <fieldValue name='coneTranslation' value='1.89850 -0.39619 2.22120'/> |
1542 | <fieldValue name='rotation' value='77.26807 -0.00000 13.53380 1.98902'/> |
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.50216'/> |
1551 | <fieldValue name='cylinderTranslation' value='1.91289 -0.33581 1.52912'/> |
1552 | <fieldValue name='coneTranslation' value='1.87816 -0.41681 1.50612'/> |
1553 | <fieldValue name='rotation' value='-12.68387 0 19.14642 2.66657'/> |
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.42727'/> |
1562 | <fieldValue name='cylinderTranslation' value='2.13799 0.00876 1.71167'/> |
1563 | <fieldValue name='coneTranslation' value='2.17047 0.03921 1.74158'/> |
1564 | <fieldValue name='rotation' value='23.82653 0 -25.87510 0.96706'/> |
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.27649'/> |
1573 | <fieldValue name='cylinderTranslation' value='1.99319 -0.16777 1.71833'/> |
1574 | <fieldValue name='coneTranslation' value='1.99562 -0.15908 1.69853'/> |
1575 | <fieldValue name='rotation' value='25.15774 -0.00000 3.08459 1.98184'/> |
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.92704'/> |
1584 | <fieldValue name='cylinderTranslation' value='1.89246 -0.11597 2.04126'/> |
1585 | <fieldValue name='coneTranslation' value='1.81640 -0.11822 2.33509'/> |
1586 | <fieldValue name='rotation' value='89.74365 -0.00000 23.23166 1.57822'/> |
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.50020'/> |
1595 | <fieldValue name='cylinderTranslation' value='2.07245 -0.28373 1.76333'/> |
1596 | <fieldValue name='coneTranslation' value='2.09545 -0.34540 1.82486'/> |
1597 | <fieldValue name='rotation' value='34.15763 0 -12.76651 2.32471'/> |
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.73779'/> |
1606 | <fieldValue name='cylinderTranslation' value='2.05002 0.25275 1.56194'/> |
1607 | <fieldValue name='coneTranslation' value='2.07346 0.45960 1.54461'/> |
1608 | <fieldValue name='rotation' value='-6.12050 0 -8.27953 0.14001'/> |
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.47257'/> |
1617 | <fieldValue name='cylinderTranslation' value='2.12400 -0.21712 1.77025'/> |
1618 | <fieldValue name='coneTranslation' value='2.16126 -0.25089 1.82762'/> |
1619 | <fieldValue name='rotation' value='35.54101 0 -23.07707 2.02933'/> |
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.45281'/> |
1628 | <fieldValue name='cylinderTranslation' value='2.19256 -0.24111 1.62244'/> |
1629 | <fieldValue name='coneTranslation' value='2.24651 -0.27882 1.63121'/> |
1630 | <fieldValue name='rotation' value='5.97952 0 -36.78774 2.17476'/> |
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.99423'/> |
1639 | <fieldValue name='cylinderTranslation' value='1.83120 -0.18379 2.05142'/> |
1640 | <fieldValue name='coneTranslation' value='1.71088 -0.23212 2.36260'/> |
1641 | <fieldValue name='rotation' value='91.77510 -0.00000 35.48388 1.71464'/> |
1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1643 | <fieldValue name='ballRadius' value='0.02'/> |
1644 | <fieldValue name='traceEnabled' value='false'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='transparency' value='0'/> |
1647 | </ProtoInstance> |
1648 | <ProtoInstance name='Arc'> |
1649 | <fieldValue name='cylinderHeight' value='1.13302'/> |
1650 | <fieldValue name='cylinderTranslation' value='1.77760 -0.40176 1.16369'/> |
1651 | <fieldValue name='coneTranslation' value='1.61182 -0.60930 0.85596'/> |
1652 | <fieldValue name='rotation' value='-85.77047 0 46.20423 2.10661'/> |
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.90242'/> |
1661 | <fieldValue name='cylinderTranslation' value='1.95251 0.05283 2.00859'/> |
1662 | <fieldValue name='coneTranslation' value='1.91629 0.15955 2.27711'/> |
1663 | <fieldValue name='rotation' value='83.21019 -0.00000 11.22239 1.19557'/> |
1664 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1665 | <fieldValue name='ballRadius' value='0.02'/> |
1666 | <fieldValue name='traceEnabled' value='false'/> |
1667 | <fieldValue name='displayMode'/> |
1668 | <fieldValue name='transparency' value='0'/> |
1669 | </ProtoInstance> |
1670 | <ProtoInstance name='Arc'> |
1671 | <fieldValue name='cylinderHeight' value='0.50617'/> |
1672 | <fieldValue name='cylinderTranslation' value='2.04306 0.13548 1.55570'/> |
1673 | <fieldValue name='coneTranslation' value='2.05573 0.22669 1.54215'/> |
1674 | <fieldValue name='rotation' value='-7.36842 0 -6.88945 0.20064'/> |
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.32750'/> |
1683 | <fieldValue name='cylinderTranslation' value='2.03847 0.04792 1.60590'/> |
1684 | <fieldValue name='coneTranslation' value='2.03915 0.05159 1.60620'/> |
1685 | <fieldValue name='rotation' value='2.67143 0 -5.97039 0.20107'/> |
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.48903'/> |
1694 | <fieldValue name='cylinderTranslation' value='2.09184 -0.26259 1.76673'/> |
1695 | <fieldValue name='coneTranslation' value='2.12061 -0.31445 1.82694'/> |
1696 | <fieldValue name='rotation' value='34.83860 0 -16.64540 2.23153'/> |
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.85851'/> |
1705 | <fieldValue name='cylinderTranslation' value='1.93631 -0.27021 1.98518'/> |
1706 | <fieldValue name='coneTranslation' value='1.89095 -0.36912 2.23147'/> |
1707 | <fieldValue name='rotation' value='78.52824 -0.00000 14.46205 1.94694'/> |
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.52991'/> |
1716 | <fieldValue name='cylinderTranslation' value='1.94649 -0.14344 1.84825'/> |
1717 | <fieldValue name='coneTranslation' value='1.92187 -0.15568 1.94954'/> |
1718 | <fieldValue name='rotation' value='51.14136 -0.00000 12.42629 1.68770'/> |
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.46603'/> |
1727 | <fieldValue name='cylinderTranslation' value='2.12002 -0.23081 1.42552'/> |
1728 | <fieldValue name='coneTranslation' value='2.15493 -0.26787 1.37318'/> |
1729 | <fieldValue name='rotation' value='-33.40461 0 -22.28018 2.10320'/> |
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.50436'/> |
1738 | <fieldValue name='cylinderTranslation' value='2.06558 -0.29043 1.76196'/> |
1739 | <fieldValue name='coneTranslation' value='2.08641 -0.35546 1.82388'/> |
1740 | <fieldValue name='rotation' value='33.88296 0 -11.39307 2.35385'/> |
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.49754'/> |
1749 | <fieldValue name='cylinderTranslation' value='2.00108 0.03342 1.79386'/> |
1750 | <fieldValue name='coneTranslation' value='1.99839 0.08549 1.86569'/> |
1751 | <fieldValue name='rotation' value='40.26327 -0.00000 1.50813 0.94385'/> |
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.46150'/> |
1760 | <fieldValue name='cylinderTranslation' value='2.15164 -0.15810 1.76779'/> |
1761 | <fieldValue name='coneTranslation' value='2.19550 -0.17207 1.82153'/> |
1762 | <fieldValue name='rotation' value='35.05054 0 -28.60494 1.76958'/> |
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.42513'/> |
1771 | <fieldValue name='cylinderTranslation' value='2.09906 0.04471 1.70336'/> |
1772 | <fieldValue name='coneTranslation' value='2.12143 0.08359 1.73076'/> |
1773 | <fieldValue name='rotation' value='22.16381 0 -18.08878 0.73816'/> |
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.45291'/> |
1782 | <fieldValue name='cylinderTranslation' value='2.16274 -0.09406 1.75742'/> |
1783 | <fieldValue name='coneTranslation' value='2.20797 -0.08864 1.80581'/> |
1784 | <fieldValue name='rotation' value='32.97623 0 -30.82469 1.48916'/> |
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.98135'/> |
1793 | <fieldValue name='cylinderTranslation' value='1.91260 -0.41693 1.96521'/> |
1794 | <fieldValue name='coneTranslation' value='1.84789 -0.62206 2.21636'/> |
1795 | <fieldValue name='rotation' value='74.53430 -0.00000 19.20389 2.24000'/> |
1796 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1797 | <fieldValue name='ballRadius' value='0.02'/> |
1798 | <fieldValue name='traceEnabled' value='false'/> |
1799 | <fieldValue name='displayMode'/> |
1800 | <fieldValue name='transparency' value='0'/> |
1801 | </ProtoInstance> |
1802 | <ProtoInstance name='Arc'> |
1803 | <fieldValue name='cylinderHeight' value='1.21742'/> |
1804 | <fieldValue name='cylinderTranslation' value='2.01557 -0.24006 0.99738'/> |
1805 | <fieldValue name='coneTranslation' value='2.02070 -0.33407 0.55866'/> |
1806 | <fieldValue name='rotation' value='-119.03231 0 -1.39060 1.78187'/> |
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.28139'/> |
1815 | <fieldValue name='cylinderTranslation' value='-0.72691 -2.17224 -0.13540'/> |
1816 | <fieldValue name='coneTranslation' value='-0.74331 -2.17144 -0.12524'/> |
1817 | <fieldValue name='rotation' value='-14.81272 0 -23.89601 1.61245'/> |
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.73126'/> |
1826 | <fieldValue name='cylinderTranslation' value='-1.13891 -2.34753 0.06238'/> |
1827 | <fieldValue name='coneTranslation' value='-1.30341 -2.44941 0.13196'/> |
1828 | <fieldValue name='rotation' value='24.74335 -0.00000 58.50247 2.08914'/> |
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.77255'/> |
1837 | <fieldValue name='cylinderTranslation' value='-0.98045 -2.39075 0.22308'/> |
1838 | <fieldValue name='coneTranslation' value='-1.05897 -2.52219 0.38969'/> |
1839 | <fieldValue name='rotation' value='56.88340 -0.00000 26.81072 2.19059'/> |
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.77255'/> |
1848 | <fieldValue name='cylinderTranslation' value='-0.98045 -2.39075 0.22308'/> |
1849 | <fieldValue name='coneTranslation' value='-1.05897 -2.52219 0.38969'/> |
1850 | <fieldValue name='rotation' value='56.88340 -0.00000 26.81072 2.19059'/> |
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='1.33723'/> |
1859 | <fieldValue name='cylinderTranslation' value='-1.28160 -1.90796 0.37554'/> |
1860 | <fieldValue name='coneTranslation' value='-1.61266 -1.71138 0.70787'/> |
1861 | <fieldValue name='rotation' value='87.37511 -0.00000 87.04140 1.17396'/> |
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.63625'/> |
1870 | <fieldValue name='cylinderTranslation' value='-0.98379 -2.45299 -0.04803'/> |
1871 | <fieldValue name='coneTranslation' value='-1.05208 -2.59546 -0.04141'/> |
1872 | <fieldValue name='rotation' value='2.66217 -0.00000 27.47905 2.69276'/> |
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.34930'/> |
1881 | <fieldValue name='cylinderTranslation' value='-0.96390 -2.22113 -0.17837'/> |
1882 | <fieldValue name='coneTranslation' value='-0.97376 -2.22572 -0.18819'/> |
1883 | <fieldValue name='rotation' value='-23.40645 0 23.50226 1.88965'/> |
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.77838'/> |
1892 | <fieldValue name='cylinderTranslation' value='-0.87015 -2.43457 0.21970'/> |
1893 | <fieldValue name='coneTranslation' value='-0.88414 -2.59250 0.38520'/> |
1894 | <fieldValue name='rotation' value='56.20693 -0.00000 4.75097 2.33103'/> |
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.61180'/> |
1903 | <fieldValue name='cylinderTranslation' value='-0.76045 -2.45949 -0.07799'/> |
1904 | <fieldValue name='coneTranslation' value='-0.71946 -2.59928 -0.08594'/> |
1905 | <fieldValue name='rotation' value='-3.33140 0 -17.18857 2.85136'/> |
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.87595'/> |
1914 | <fieldValue name='cylinderTranslation' value='-1.17878 -2.13270 0.22187'/> |
1915 | <fieldValue name='coneTranslation' value='-1.38974 -2.11132 0.40162'/> |
1916 | <fieldValue name='rotation' value='56.64239 -0.00000 66.47703 1.49381'/> |
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.35590'/> |
1925 | <fieldValue name='cylinderTranslation' value='-0.68335 -2.22749 -0.09805'/> |
1926 | <fieldValue name='coneTranslation' value='-0.66690 -2.23366 -0.10176'/> |
1927 | <fieldValue name='rotation' value='-7.34320 0 -32.60854 1.92136'/> |
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.08597'/> |
1936 | <fieldValue name='cylinderTranslation' value='-0.36565 -1.94597 -0.18437'/> |
1937 | <fieldValue name='coneTranslation' value='-0.02656 -1.79052 -0.27115'/> |
1938 | <fieldValue name='rotation' value='-24.60698 0 -96.14910 1.15282'/> |
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.76809'/> |
1947 | <fieldValue name='cylinderTranslation' value='-0.84812 -2.45426 0.19285'/> |
1948 | <fieldValue name='coneTranslation' value='-0.84913 -2.62221 0.34114'/> |
1949 | <fieldValue name='rotation' value='50.83762 -0.00000 0.34605 2.41826'/> |
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.73676'/> |
1958 | <fieldValue name='cylinderTranslation' value='-1.14443 -2.26163 -0.25578'/> |
1959 | <fieldValue name='coneTranslation' value='-1.31302 -2.31551 -0.36576'/> |
1960 | <fieldValue name='rotation' value='-38.88748 0 59.60776 1.83233'/> |
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.69325'/> |
1969 | <fieldValue name='cylinderTranslation' value='-1.11072 -2.38391 -0.11570'/> |
1970 | <fieldValue name='coneTranslation' value='-1.25304 -2.50104 -0.14497'/> |
1971 | <fieldValue name='rotation' value='-10.87321 0 52.86618 2.24924'/> |
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.38489'/> |
1980 | <fieldValue name='cylinderTranslation' value='-0.93834 -2.33529 -0.05431'/> |
1981 | <fieldValue name='coneTranslation' value='-0.95384 -2.36377 -0.05312'/> |
1982 | <fieldValue name='rotation' value='1.40565 -0.00000 18.38926 2.64188'/> |
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.78989'/> |
1991 | <fieldValue name='cylinderTranslation' value='-1.13944 -2.08388 -0.31293'/> |
1992 | <fieldValue name='coneTranslation' value='-1.31377 -2.03480 -0.46259'/> |
1993 | <fieldValue name='rotation' value='-50.31792 0 58.60982 1.36036'/> |
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.49319'/> |
2002 | <fieldValue name='cylinderTranslation' value='-2.31987 -1.27577 -1.33368'/> |
2003 | <fieldValue name='coneTranslation' value='-2.38643 -1.22103 -1.34212'/> |
2004 | <fieldValue name='rotation' value='-4.80611 0 37.90784 0.88638'/> |
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.27090'/> |
2013 | <fieldValue name='cylinderTranslation' value='-2.25043 -1.37571 -1.33776'/> |
2014 | <fieldValue name='coneTranslation' value='-2.22867 -1.38585 -1.33266'/> |
2015 | <fieldValue name='rotation' value='-5.62111 0 24.02115 1.14487'/> |
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.61605'/> |
2024 | <fieldValue name='cylinderTranslation' value='-2.24728 -1.21202 -1.49117'/> |
2025 | <fieldValue name='coneTranslation' value='-2.30348 -1.10646 -1.57841'/> |
2026 | <fieldValue name='rotation' value='-36.30472 0 23.39029 0.77685'/> |
2027 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2028 | <fieldValue name='ballRadius' value='0.02'/> |
2029 | <fieldValue name='traceEnabled' value='false'/> |
2030 | <fieldValue name='displayMode'/> |
2031 | <fieldValue name='transparency' value='0'/> |
2032 | </ProtoInstance> |
2033 | <ProtoInstance name='Arc'> |
2034 | <fieldValue name='cylinderHeight' value='0.56906'/> |
2035 | <fieldValue name='cylinderTranslation' value='-2.13283 -1.33659 -1.57781'/> |
2036 | <fieldValue name='coneTranslation' value='-2.13393 -1.29498 -1.69518'/> |
2037 | <fieldValue name='rotation' value='-53.63254 0 0.50072 1.23007'/> |
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.56906'/> |
2046 | <fieldValue name='cylinderTranslation' value='-2.13283 -1.33659 -1.57781'/> |
2047 | <fieldValue name='coneTranslation' value='-2.13393 -1.29498 -1.69518'/> |
2048 | <fieldValue name='rotation' value='-53.63253 0 0.50072 1.23007'/> |
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='1.16909'/> |
2057 | <fieldValue name='cylinderTranslation' value='-1.78141 -1.71653 -0.93708'/> |
2058 | <fieldValue name='coneTranslation' value='-1.52800 -1.92341 -0.66650'/> |
2059 | <fieldValue name='rotation' value='74.51325 0 -69.78369 2.07980'/> |
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.56213'/> |
2068 | <fieldValue name='cylinderTranslation' value='-2.04919 -1.65915 -1.16589'/> |
2069 | <fieldValue name='coneTranslation' value='-2.01424 -1.75713 -1.10397'/> |
2070 | <fieldValue name='rotation' value='28.75219 0 -16.22828 2.51383'/> |
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.49319'/> |
2079 | <fieldValue name='cylinderTranslation' value='-2.31986 -1.27577 -1.33369'/> |
2080 | <fieldValue name='coneTranslation' value='-2.38642 -1.22102 -1.34213'/> |
2081 | <fieldValue name='rotation' value='-4.80774 0 37.90734 0.88637'/> |
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.61605'/> |
2090 | <fieldValue name='cylinderTranslation' value='-2.24728 -1.21202 -1.49117'/> |
2091 | <fieldValue name='coneTranslation' value='-2.30348 -1.10646 -1.57841'/> |
2092 | <fieldValue name='rotation' value='-36.30473 0 23.39029 0.77685'/> |
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.44482'/> |
2101 | <fieldValue name='cylinderTranslation' value='-1.93612 2.35994 0.64353'/> |
2102 | <fieldValue name='coneTranslation' value='-1.93095 2.38916 0.58862'/> |
2103 | <fieldValue name='rotation' value='-39.13097 0 -3.68449 1.08347'/> |
2104 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2105 | <fieldValue name='ballRadius' value='0.02'/> |
2106 | <fieldValue name='traceEnabled' value='false'/> |
2107 | <fieldValue name='displayMode'/> |
2108 | <fieldValue name='transparency' value='0'/> |
2109 | </ProtoInstance> |
2110 | <ProtoInstance name='Arc'> |
2111 | <fieldValue name='cylinderHeight' value='0.76645'/> |
2112 | <fieldValue name='cylinderTranslation' value='-2.02555 2.01275 1.12685'/> |
2113 | <fieldValue name='coneTranslation' value='-2.06691 1.87118 1.29441'/> |
2114 | <fieldValue name='rotation' value='57.53364 -0.00000 14.20151 2.25776'/> |
2115 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2116 | <fieldValue name='ballRadius' value='0.02'/> |
2117 | <fieldValue name='traceEnabled' value='false'/> |
2118 | <fieldValue name='displayMode'/> |
2119 | <fieldValue name='transparency' value='0'/> |
2120 | </ProtoInstance> |
2121 | <ProtoInstance name='Arc'> |
2122 | <fieldValue name='cylinderHeight' value='0.69786'/> |
2123 | <fieldValue name='cylinderTranslation' value='-1.95531 2.14268 1.16927'/> |
2124 | <fieldValue name='coneTranslation' value='-1.95572 2.08144 1.34799'/> |
2125 | <fieldValue name='rotation' value='66.01736 -0.00000 0.15238 1.90091'/> |
2126 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2127 | <fieldValue name='ballRadius' value='0.02'/> |
2128 | <fieldValue name='traceEnabled' value='false'/> |
2129 | <fieldValue name='displayMode'/> |
2130 | <fieldValue name='transparency' value='0'/> |
2131 | </ProtoInstance> |
2132 | <ProtoInstance name='Arc'> |
2133 | <fieldValue name='cylinderHeight' value='0.75410'/> |
2134 | <fieldValue name='cylinderTranslation' value='-1.74875 2.50419 0.64396'/> |
2135 | <fieldValue name='coneTranslation' value='-1.63028 2.64718 0.53158'/> |
2136 | <fieldValue name='rotation' value='-39.04458 0 -41.15958 0.85157'/> |
2137 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2138 | <fieldValue name='ballRadius' value='0.02'/> |
2139 | <fieldValue name='traceEnabled' value='false'/> |
2140 | <fieldValue name='displayMode'/> |
2141 | <fieldValue name='transparency' value='0'/> |
2142 | </ProtoInstance> |
2143 | <ProtoInstance name='Arc'> |
2144 | <fieldValue name='cylinderHeight' value='0.53126'/> |
2145 | <fieldValue name='cylinderTranslation' value='-1.85304 2.33970 1.06987'/> |
2146 | <fieldValue name='coneTranslation' value='-1.81268 2.37307 1.16160'/> |
2147 | <fieldValue name='rotation' value='46.13722 0 -20.30063 1.24939'/> |
2148 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2149 | <fieldValue name='ballRadius' value='0.02'/> |
2150 | <fieldValue name='traceEnabled' value='false'/> |
2151 | <fieldValue name='displayMode'/> |
2152 | <fieldValue name='transparency' value='0'/> |
2153 | </ProtoInstance> |
2154 | <ProtoInstance name='Arc'> |
2155 | <fieldValue name='cylinderHeight' value='0.40590'/> |
2156 | <fieldValue name='cylinderTranslation' value='-1.87612 2.40793 0.73013'/> |
2157 | <fieldValue name='coneTranslation' value='-1.85952 2.44013 0.70705'/> |
2158 | <fieldValue name='rotation' value='-21.80964 0 -15.68514 0.72327'/> |
2159 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2160 | <fieldValue name='ballRadius' value='0.02'/> |
2161 | <fieldValue name='traceEnabled' value='false'/> |
2162 | <fieldValue name='displayMode'/> |
2163 | <fieldValue name='transparency' value='0'/> |
2164 | </ProtoInstance> |
2165 | <ProtoInstance name='Arc'> |
2166 | <fieldValue name='cylinderHeight' value='0.76402'/> |
2167 | <fieldValue name='cylinderTranslation' value='-1.88678 2.41242 0.49741'/> |
2168 | <fieldValue name='coneTranslation' value='-1.84740 2.50344 0.29878'/> |
2169 | <fieldValue name='rotation' value='-68.35465 0 -13.55303 1.14834'/> |
2170 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2171 | <fieldValue name='ballRadius' value='0.02'/> |
2172 | <fieldValue name='traceEnabled' value='false'/> |
2173 | <fieldValue name='displayMode'/> |
2174 | <fieldValue name='transparency' value='0'/> |
2175 | </ProtoInstance> |
2176 | <ProtoInstance name='Arc'> |
2177 | <fieldValue name='cylinderHeight' value='0.34346'/> |
2178 | <fieldValue name='cylinderTranslation' value='-1.92520 2.38464 0.72952'/> |
2179 | <fieldValue name='coneTranslation' value='-1.92319 2.39344 0.72203'/> |
2180 | <fieldValue name='rotation' value='-21.93192 0 -5.86960 0.72220'/> |
2181 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2182 | <fieldValue name='ballRadius' value='0.02'/> |
2183 | <fieldValue name='traceEnabled' value='false'/> |
2184 | <fieldValue name='displayMode'/> |
2185 | <fieldValue name='transparency' value='0'/> |
2186 | </ProtoInstance> |
2187 | <ProtoInstance name='Arc'> |
2188 | <fieldValue name='cylinderHeight' value='0.75716'/> |
2189 | <fieldValue name='cylinderTranslation' value='-1.98522 2.04631 1.15303'/> |
2190 | <fieldValue name='coneTranslation' value='-2.00292 1.92537 1.33424'/> |
2191 | <fieldValue name='rotation' value='62.77034 -0.00000 6.13406 2.15714'/> |
2192 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2193 | <fieldValue name='ballRadius' value='0.02'/> |
2194 | <fieldValue name='traceEnabled' value='false'/> |
2195 | <fieldValue name='displayMode'/> |
2196 | <fieldValue name='transparency' value='0'/> |
2197 | </ProtoInstance> |
2198 | <ProtoInstance name='Arc'> |
2199 | <fieldValue name='cylinderHeight' value='0.76400'/> |
2200 | <fieldValue name='cylinderTranslation' value='-1.88425 2.41430 0.49880'/> |
2201 | <fieldValue name='coneTranslation' value='-1.84339 2.50642 0.30099'/> |
2202 | <fieldValue name='rotation' value='-68.07547 0 -14.05967 1.14290'/> |
2203 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2204 | <fieldValue name='ballRadius' value='0.02'/> |
2205 | <fieldValue name='traceEnabled' value='false'/> |
2206 | <fieldValue name='displayMode'/> |
2207 | <fieldValue name='transparency' value='0'/> |
2208 | </ProtoInstance> |
2209 | <ProtoInstance name='Arc'> |
2210 | <fieldValue name='cylinderHeight' value='0.18805'/> |
2211 | <fieldValue name='cylinderTranslation' value='-1.91464 2.32763 0.88486'/> |
2212 | <fieldValue name='coneTranslation' value='-1.94264 2.27722 0.85281'/> |
2213 | <fieldValue name='rotation' value='9.13645 0 -7.98052 0.70117'/> |
2214 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2215 | <fieldValue name='ballRadius' value='0.02'/> |
2216 | <fieldValue name='traceEnabled' value='false'/> |
2217 | <fieldValue name='displayMode'/> |
2218 | <fieldValue name='transparency' value='0'/> |
2219 | </ProtoInstance> |
2220 | <ProtoInstance name='Arc'> |
2221 | <fieldValue name='cylinderHeight' value='0.27607'/> |
2222 | <fieldValue name='cylinderTranslation' value='-2.02848 2.20301 0.94312'/> |
2223 | <fieldValue name='coneTranslation' value='-2.01671 2.21141 0.92658'/> |
2224 | <fieldValue name='rotation' value='20.78711 -0.00000 14.78596 1.96314'/> |
2225 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2226 | <fieldValue name='ballRadius' value='0.02'/> |
2227 | <fieldValue name='traceEnabled' value='false'/> |
2228 | <fieldValue name='displayMode'/> |
2229 | <fieldValue name='transparency' value='0'/> |
2230 | </ProtoInstance> |
2231 | <ProtoInstance name='Arc'> |
2232 | <fieldValue name='cylinderHeight' value='0.66316'/> |
2233 | <fieldValue name='cylinderTranslation' value='-1.73154 2.50017 0.81691'/> |
2234 | <fieldValue name='coneTranslation' value='-1.61615 2.62662 0.80539'/> |
2235 | <fieldValue name='rotation' value='-4.45409 0 -44.60027 0.74216'/> |
2236 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2237 | <fieldValue name='ballRadius' value='0.02'/> |
2238 | <fieldValue name='traceEnabled' value='false'/> |
2239 | <fieldValue name='displayMode'/> |
2240 | <fieldValue name='transparency' value='0'/> |
2241 | </ProtoInstance> |
2242 | <ProtoInstance name='Arc'> |
2243 | <fieldValue name='cylinderHeight' value='0.76032'/> |
2244 | <fieldValue name='cylinderTranslation' value='-2.06889 2.25612 0.47662'/> |
2245 | <fieldValue name='coneTranslation' value='-2.13511 2.25631 0.26665'/> |
2246 | <fieldValue name='rotation' value='-72.51179 0 22.86863 1.56993'/> |
2247 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2248 | <fieldValue name='ballRadius' value='0.02'/> |
2249 | <fieldValue name='traceEnabled' value='false'/> |
2250 | <fieldValue name='displayMode'/> |
2251 | <fieldValue name='transparency' value='0'/> |
2252 | </ProtoInstance> |
2253 | <ProtoInstance name='Arc'> |
2254 | <fieldValue name='cylinderHeight' value='0.45213'/> |
2255 | <fieldValue name='cylinderTranslation' value='-2.03990 2.27165 0.63045'/> |
2256 | <fieldValue name='coneTranslation' value='-2.06485 2.27629 0.56945'/> |
2257 | <fieldValue name='rotation' value='-41.74584 0 17.07162 1.50056'/> |
2258 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2259 | <fieldValue name='ballRadius' value='0.02'/> |
2260 | <fieldValue name='traceEnabled' value='false'/> |
2261 | <fieldValue name='displayMode'/> |
2262 | <fieldValue name='transparency' value='0'/> |
2263 | </ProtoInstance> |
2264 | <ProtoInstance name='Arc'> |
2265 | <fieldValue name='cylinderHeight' value='0.54520'/> |
2266 | <fieldValue name='cylinderTranslation' value='-2.17250 2.09207 0.83805'/> |
2267 | <fieldValue name='coneTranslation' value='-2.26253 2.02444 0.83759'/> |
2268 | <fieldValue name='rotation' value='-0.22580 0 43.59141 2.21504'/> |
2269 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2270 | <fieldValue name='ballRadius' value='0.02'/> |
2271 | <fieldValue name='traceEnabled' value='false'/> |
2272 | <fieldValue name='displayMode'/> |
2273 | <fieldValue name='transparency' value='0'/> |
2274 | </ProtoInstance> |
2275 | <ProtoInstance name='Arc'> |
2276 | <fieldValue name='cylinderHeight' value='0.30586'/> |
2277 | <fieldValue name='cylinderTranslation' value='-1.91008 2.39308 0.78859'/> |
2278 | <fieldValue name='coneTranslation' value='-1.91213 2.38674 0.79093'/> |
2279 | <fieldValue name='rotation' value='-10.11877 0 -8.89367 0.45611'/> |
2280 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2281 | <fieldValue name='ballRadius' value='0.02'/> |
2282 | <fieldValue name='traceEnabled' value='false'/> |
2283 | <fieldValue name='displayMode'/> |
2284 | <fieldValue name='transparency' value='0'/> |
2285 | </ProtoInstance> |
2286 | <ProtoInstance name='Arc'> |
2287 | <fieldValue name='cylinderHeight' value='0.76032'/> |
2288 | <fieldValue name='cylinderTranslation' value='-2.06889 2.25612 0.47662'/> |
2289 | <fieldValue name='coneTranslation' value='-2.13511 2.25631 0.26665'/> |
2290 | <fieldValue name='rotation' value='-72.51186 0 22.86843 1.56992'/> |
2291 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2292 | <fieldValue name='ballRadius' value='0.02'/> |
2293 | <fieldValue name='traceEnabled' value='false'/> |
2294 | <fieldValue name='displayMode'/> |
2295 | <fieldValue name='transparency' value='0'/> |
2296 | </ProtoInstance> |
2297 | <ProtoInstance name='Arc'> |
2298 | <fieldValue name='cylinderHeight' value='0.35432'/> |
2299 | <fieldValue name='cylinderTranslation' value='-2.60007 -0.84520 1.58164'/> |
2300 | <fieldValue name='coneTranslation' value='-2.60884 -0.85668 1.57236'/> |
2301 | <fieldValue name='rotation' value='-19.15064 0 18.09732 2.30310'/> |
2302 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2303 | <fieldValue name='ballRadius' value='0.02'/> |
2304 | <fieldValue name='traceEnabled' value='false'/> |
2305 | <fieldValue name='displayMode'/> |
2306 | <fieldValue name='transparency' value='0'/> |
2307 | </ProtoInstance> |
2308 | <ProtoInstance name='Arc'> |
2309 | <fieldValue name='cylinderHeight' value='0.63751'/> |
2310 | <fieldValue name='cylinderTranslation' value='-2.41563 -0.42501 1.71896'/> |
2311 | <fieldValue name='coneTranslation' value='-2.36883 -0.27473 1.73966'/> |
2312 | <fieldValue name='rotation' value='8.31376 0 -18.79196 0.32819'/> |
2313 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2314 | <fieldValue name='ballRadius' value='0.02'/> |
2315 | <fieldValue name='traceEnabled' value='false'/> |
2316 | <fieldValue name='displayMode'/> |
2317 | <fieldValue name='transparency' value='0'/> |
2318 | </ProtoInstance> |
2319 | <ProtoInstance name='Arc'> |
2320 | <fieldValue name='cylinderHeight' value='0.09079'/> |
2321 | <fieldValue name='cylinderTranslation' value='2.35692 -0.36970 -1.02616'/> |
2322 | <fieldValue name='coneTranslation' value='2.27445 -0.30847 -0.97532'/> |
2323 | <fieldValue name='rotation' value='-4.02786 0 -6.53292 2.13443'/> |
2324 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2325 | <fieldValue name='ballRadius' value='0.02'/> |
2326 | <fieldValue name='traceEnabled' value='false'/> |
2327 | <fieldValue name='displayMode'/> |
2328 | <fieldValue name='transparency' value='0'/> |
2329 | </ProtoInstance> |
2330 | <ProtoInstance name='Arc'> |
2331 | <fieldValue name='cylinderHeight' value='0.26871'/> |
2332 | <fieldValue name='cylinderTranslation' value='2.20799 -0.34457 -0.93870'/> |
2333 | <fieldValue name='coneTranslation' value='2.23018 -0.34474 -0.95155'/> |
2334 | <fieldValue name='rotation' value='13.46475 -0.00000 23.25301 1.56430'/> |
2335 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2336 | <fieldValue name='ballRadius' value='0.02'/> |
2337 | <fieldValue name='traceEnabled' value='false'/> |
2338 | <fieldValue name='displayMode'/> |
2339 | <fieldValue name='transparency' value='0'/> |
2340 | </ProtoInstance> |
2341 | <ProtoInstance name='Arc'> |
2342 | <fieldValue name='cylinderHeight' value='0.32582'/> |
2343 | <fieldValue name='cylinderTranslation' value='-1.86836 2.51656 0.30175'/> |
2344 | <fieldValue name='coneTranslation' value='-1.86748 2.51750 0.29914'/> |
2345 | <fieldValue name='rotation' value='-29.22368 0 -9.86853 1.24281'/> |
2346 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2347 | <fieldValue name='ballRadius' value='0.02'/> |
2348 | <fieldValue name='traceEnabled' value='false'/> |
2349 | <fieldValue name='displayMode'/> |
2350 | <fieldValue name='transparency' value='0'/> |
2351 | </ProtoInstance> |
2352 | <ProtoInstance name='Arc'> |
2353 | <fieldValue name='cylinderHeight' value='0.32614'/> |
2354 | <fieldValue name='cylinderTranslation' value='-1.86583 2.51845 0.30315'/> |
2355 | <fieldValue name='coneTranslation' value='-1.86485 2.51947 0.30043'/> |
2356 | <fieldValue name='rotation' value='-28.94451 0 -10.37517 1.23090'/> |
2357 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2358 | <fieldValue name='ballRadius' value='0.02'/> |
2359 | <fieldValue name='traceEnabled' value='false'/> |
2360 | <fieldValue name='displayMode'/> |
2361 | <fieldValue name='transparency' value='0'/> |
2362 | </ProtoInstance> |
2363 | <ProtoInstance name='Arc'> |
2364 | <fieldValue name='cylinderHeight' value='0.58442'/> |
2365 | <fieldValue name='cylinderTranslation' value='-2.12045 1.66595 1.68664'/> |
2366 | <fieldValue name='coneTranslation' value='-2.13126 1.61901 1.80976'/> |
2367 | <fieldValue name='rotation' value='54.42464 -0.00000 4.77864 1.93380'/> |
2368 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2369 | <fieldValue name='ballRadius' value='0.02'/> |
2370 | <fieldValue name='traceEnabled' value='false'/> |
2371 | <fieldValue name='displayMode'/> |
2372 | <fieldValue name='transparency' value='0'/> |
2373 | </ProtoInstance> |
2374 | <ProtoInstance name='Arc'> |
2375 | <fieldValue name='cylinderHeight' value='0.56057'/> |
2376 | <fieldValue name='cylinderTranslation' value='-2.18412 1.60703 1.62530'/> |
2377 | <fieldValue name='coneTranslation' value='-2.22169 1.53721 1.71575'/> |
2378 | <fieldValue name='rotation' value='42.15593 -0.00000 17.51110 2.19004'/> |
2379 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2380 | <fieldValue name='ballRadius' value='0.02'/> |
2381 | <fieldValue name='traceEnabled' value='false'/> |
2382 | <fieldValue name='displayMode'/> |
2383 | <fieldValue name='transparency' value='0'/> |
2384 | </ProtoInstance> |
2385 | <ProtoInstance name='Arc'> |
2386 | <fieldValue name='cylinderHeight' value='0.52902'/> |
2387 | <fieldValue name='cylinderTranslation' value='-2.09948 1.95997 1.23078'/> |
2388 | <fieldValue name='coneTranslation' value='-2.10064 2.03514 1.15819'/> |
2389 | <fieldValue name='rotation' value='-36.74653 0 0.58445 0.76801'/> |
2390 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2391 | <fieldValue name='ballRadius' value='0.02'/> |
2392 | <fieldValue name='traceEnabled' value='false'/> |
2393 | <fieldValue name='displayMode'/> |
2394 | <fieldValue name='transparency' value='0'/> |
2395 | </ProtoInstance> |
2396 | <ProtoInstance name='Arc'> |
2397 | <fieldValue name='cylinderHeight' value='0.66720'/> |
2398 | <fieldValue name='cylinderTranslation' value='-2.24351 1.84903 1.12572'/> |
2399 | <fieldValue name='coneTranslation' value='-2.31998 1.89030 0.97543'/> |
2400 | <fieldValue name='rotation' value='-57.75944 0 29.38990 1.33074'/> |
2401 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2402 | <fieldValue name='ballRadius' value='0.02'/> |
2403 | <fieldValue name='traceEnabled' value='false'/> |
2404 | <fieldValue name='displayMode'/> |
2405 | <fieldValue name='transparency' value='0'/> |
2406 | </ProtoInstance> |
2407 | <ProtoInstance name='Arc'> |
2408 | <fieldValue name='cylinderHeight' value='0.14965'/> |
2409 | <fieldValue name='cylinderTranslation' value='2.37747 -0.34906 1.72426'/> |
2410 | <fieldValue name='coneTranslation' value='2.37859 -0.32558 1.80612'/> |
2411 | <fieldValue name='rotation' value='-14.38422 0 0.19574 1.85007'/> |
2412 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2413 | <fieldValue name='ballRadius' value='0.02'/> |
2414 | <fieldValue name='traceEnabled' value='false'/> |
2415 | <fieldValue name='displayMode'/> |
2416 | <fieldValue name='transparency' value='0'/> |
2417 | </ProtoInstance> |
2418 | <ProtoInstance name='Arc'> |
2419 | <fieldValue name='cylinderHeight' value='0.35894'/> |
2420 | <fieldValue name='cylinderTranslation' value='2.02200 1.38765 0.07802'/> |
2421 | <fieldValue name='coneTranslation' value='2.02534 1.38725 0.09720'/> |
2422 | <fieldValue name='rotation' value='35.35274 0 -6.16507 1.59107'/> |
2423 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2424 | <fieldValue name='ballRadius' value='0.02'/> |
2425 | <fieldValue name='traceEnabled' value='false'/> |
2426 | <fieldValue name='displayMode'/> |
2427 | <fieldValue name='transparency' value='0'/> |
2428 | </ProtoInstance> |
2429 | <ProtoInstance name='Arc'> |
2430 | <fieldValue name='cylinderHeight' value='0.61768'/> |
2431 | <fieldValue name='cylinderTranslation' value='1.97246 1.49070 -0.39054'/> |
2432 | <fieldValue name='coneTranslation' value='1.96345 1.53861 -0.53117'/> |
2433 | <fieldValue name='rotation' value='-58.36031 0 3.74155 1.24307'/> |
2434 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2435 | <fieldValue name='ballRadius' value='0.02'/> |
2436 | <fieldValue name='traceEnabled' value='false'/> |
2437 | <fieldValue name='displayMode'/> |
2438 | <fieldValue name='transparency' value='0'/> |
2439 | </ProtoInstance> |
2440 | <ProtoInstance name='Arc'> |
2441 | <fieldValue name='cylinderHeight' value='0.79433'/> |
2442 | <fieldValue name='cylinderTranslation' value='2.06066 1.54882 0.25916'/> |
2443 | <fieldValue name='coneTranslation' value='2.10216 1.64289 0.47288'/> |
2444 | <fieldValue name='rotation' value='71.58095 0 -13.89818 1.16295'/> |
2445 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2446 | <fieldValue name='ballRadius' value='0.02'/> |
2447 | <fieldValue name='traceEnabled' value='false'/> |
2448 | <fieldValue name='displayMode'/> |
2449 | <fieldValue name='transparency' value='0'/> |
2450 | </ProtoInstance> |
2451 | <ProtoInstance name='Arc'> |
2452 | <fieldValue name='cylinderHeight' value='0.78872'/> |
2453 | <fieldValue name='cylinderTranslation' value='2.12912 0.71821 -1.08611'/> |
2454 | <fieldValue name='coneTranslation' value='2.06321 0.51361 -0.99273'/> |
2455 | <fieldValue name='rotation' value='31.42646 -0.00000 22.18439 2.63211'/> |
2456 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2457 | <fieldValue name='ballRadius' value='0.02'/> |
2458 | <fieldValue name='traceEnabled' value='false'/> |
2459 | <fieldValue name='displayMode'/> |
2460 | <fieldValue name='transparency' value='0'/> |
2461 | </ProtoInstance> |
2462 | <ProtoInstance name='Arc'> |
2463 | <fieldValue name='cylinderHeight' value='0.53700'/> |
2464 | <fieldValue name='cylinderTranslation' value='-1.87645 1.99744 1.75375'/> |
2465 | <fieldValue name='coneTranslation' value='-1.84427 1.98445 1.85655'/> |
2466 | <fieldValue name='rotation' value='50.87972 0 -15.92438 1.69080'/> |
2467 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2468 | <fieldValue name='ballRadius' value='0.02'/> |
2469 | <fieldValue name='traceEnabled' value='false'/> |
2470 | <fieldValue name='displayMode'/> |
2471 | <fieldValue name='transparency' value='0'/> |
2472 | </ProtoInstance> |
2473 | <ProtoInstance name='Arc'> |
2474 | <fieldValue name='cylinderHeight' value='0.68336'/> |
2475 | <fieldValue name='cylinderTranslation' value='-1.91541 2.21453 1.21495'/> |
2476 | <fieldValue name='coneTranslation' value='-1.89378 2.31287 1.06372'/> |
2477 | <fieldValue name='rotation' value='-56.88091 0 -8.13289 0.99883'/> |
2478 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2479 | <fieldValue name='ballRadius' value='0.02'/> |
2480 | <fieldValue name='traceEnabled' value='false'/> |
2481 | <fieldValue name='displayMode'/> |
2482 | <fieldValue name='transparency' value='0'/> |
2483 | </ProtoInstance> |
2484 | <ProtoInstance name='Arc'> |
2485 | <fieldValue name='cylinderHeight' value='0.36286'/> |
2486 | <fieldValue name='cylinderTranslation' value='-1.67032 2.65633 0.53491'/> |
2487 | <fieldValue name='coneTranslation' value='-1.68537 2.64496 0.54509'/> |
2488 | <fieldValue name='rotation' value='17.23494 -0.00000 25.47443 2.13008'/> |
2489 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2490 | <fieldValue name='ballRadius' value='0.02'/> |
2491 | <fieldValue name='traceEnabled' value='false'/> |
2492 | <fieldValue name='displayMode'/> |
2493 | <fieldValue name='transparency' value='0'/> |
2494 | </ProtoInstance> |
2495 | <ProtoInstance name='Arc'> |
2496 | <fieldValue name='cylinderHeight' value='0.49153'/> |
2497 | <fieldValue name='cylinderTranslation' value='-0.84442 -2.22699 -0.25243'/> |
2498 | <fieldValue name='coneTranslation' value='-0.92713 -2.24405 -0.26743'/> |
2499 | <fieldValue name='rotation' value='-8.59373 0 47.39827 1.77106'/> |
2500 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2501 | <fieldValue name='ballRadius' value='0.02'/> |
2502 | <fieldValue name='traceEnabled' value='false'/> |
2503 | <fieldValue name='displayMode'/> |
2504 | <fieldValue name='transparency' value='0'/> |
2505 | </ProtoInstance> |
2506 | <ProtoInstance name='Arc'> |
2507 | <fieldValue name='cylinderHeight' value='0.85815'/> |
2508 | <fieldValue name='cylinderTranslation' value='-0.24617 -1.95183 -0.25844'/> |
2509 | <fieldValue name='coneTranslation' value='-0.01962 -1.80994 -0.28915'/> |
2510 | <fieldValue name='rotation' value='-9.79425 0 -72.25309 1.01534'/> |
2511 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2512 | <fieldValue name='ballRadius' value='0.02'/> |
2513 | <fieldValue name='traceEnabled' value='false'/> |
2514 | <fieldValue name='displayMode'/> |
2515 | <fieldValue name='transparency' value='0'/> |
2516 | </ProtoInstance> |
2517 | <ProtoInstance name='Arc'> |
2518 | <fieldValue name='cylinderHeight' value='0.61566'/> |
2519 | <fieldValue name='cylinderTranslation' value='2.08311 0.30385 1.91153'/> |
2520 | <fieldValue name='coneTranslation' value='2.07601 0.25800 1.77117'/> |
2521 | <fieldValue name='rotation' value='-58.45429 0 2.95799 1.88617'/> |
2522 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2523 | <fieldValue name='ballRadius' value='0.02'/> |
2524 | <fieldValue name='traceEnabled' value='false'/> |
2525 | <fieldValue name='displayMode'/> |
2526 | <fieldValue name='transparency' value='0'/> |
2527 | </ProtoInstance> |
2528 | <ProtoInstance name='Arc'> |
2529 | <fieldValue name='cylinderHeight' value='0.58240'/> |
2530 | <fieldValue name='cylinderTranslation' value='1.92553 -0.34209 2.10467'/> |
2531 | <fieldValue name='coneTranslation' value='1.94906 -0.28844 1.98728'/> |
2532 | <fieldValue name='rotation' value='-52.11033 0 -10.44921 1.14951'/> |
2533 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2534 | <fieldValue name='ballRadius' value='0.02'/> |
2535 | <fieldValue name='traceEnabled' value='false'/> |
2536 | <fieldValue name='displayMode'/> |
2537 | <fieldValue name='transparency' value='0'/> |
2538 | </ProtoInstance> |
2539 | <ProtoInstance name='Arc'> |
2540 | <fieldValue name='cylinderHeight' value='0.20772'/> |
2541 | <fieldValue name='cylinderTranslation' value='-2.23044 1.19446 2.11735'/> |
2542 | <fieldValue name='coneTranslation' value='-2.19262 1.22044 2.08500'/> |
2543 | <fieldValue name='rotation' value='11.96891 -0.00000 13.99256 2.05194'/> |
2544 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2545 | <fieldValue name='ballRadius' value='0.02'/> |
2546 | <fieldValue name='traceEnabled' value='false'/> |
2547 | <fieldValue name='displayMode'/> |
2548 | <fieldValue name='transparency' value='0'/> |
2549 | </ProtoInstance> |
2550 | <ProtoInstance name='Arc'> |
2551 | <fieldValue name='cylinderHeight' value='0.31957'/> |
2552 | <fieldValue name='cylinderTranslation' value='-2.21608 1.34343 1.94679'/> |
2553 | <fieldValue name='coneTranslation' value='-2.21600 1.34330 1.94694'/> |
2554 | <fieldValue name='rotation' value='-22.14307 0 11.11899 0.88728'/> |
2555 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2556 | <fieldValue name='ballRadius' value='0.02'/> |
2557 | <fieldValue name='traceEnabled' value='false'/> |
2558 | <fieldValue name='displayMode'/> |
2559 | <fieldValue name='transparency' value='0'/> |
2560 | </ProtoInstance> |
2561 | <ProtoInstance name='Arc'> |
2562 | <fieldValue name='cylinderHeight' value='0.31717'/> |
2563 | <fieldValue name='cylinderTranslation' value='-2.18732 1.37181 1.96967'/> |
2564 | <fieldValue name='coneTranslation' value='-2.18708 1.37065 1.97045'/> |
2565 | <fieldValue name='rotation' value='-17.56739 0 5.36809 0.61770'/> |
2566 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2567 | <fieldValue name='ballRadius' value='0.02'/> |
2568 | <fieldValue name='traceEnabled' value='false'/> |
2569 | <fieldValue name='displayMode'/> |
2570 | <fieldValue name='transparency' value='0'/> |
2571 | </ProtoInstance> |
2572 | <ProtoInstance name='Arc'> |
2573 | <fieldValue name='cylinderHeight' value='0.20772'/> |
2574 | <fieldValue name='cylinderTranslation' value='-2.23044 1.19446 2.11735'/> |
2575 | <fieldValue name='coneTranslation' value='-2.19262 1.22044 2.08500'/> |
2576 | <fieldValue name='rotation' value='11.96891 -0.00000 13.99256 2.05194'/> |
2577 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2578 | <fieldValue name='ballRadius' value='0.02'/> |
2579 | <fieldValue name='traceEnabled' value='false'/> |
2580 | <fieldValue name='displayMode'/> |
2581 | <fieldValue name='transparency' value='0'/> |
2582 | </ProtoInstance> |
2583 | <ProtoInstance name='Arc'> |
2584 | <fieldValue name='cylinderHeight' value='0.51348'/> |
2585 | <fieldValue name='cylinderTranslation' value='-2.29319 1.03206 2.12081'/> |
2586 | <fieldValue name='coneTranslation' value='-2.34320 0.95275 2.14466'/> |
2587 | <fieldValue name='rotation' value='12.66058 -0.00000 26.54240 2.53179'/> |
2588 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2589 | <fieldValue name='ballRadius' value='0.02'/> |
2590 | <fieldValue name='traceEnabled' value='false'/> |
2591 | <fieldValue name='displayMode'/> |
2592 | <fieldValue name='transparency' value='0'/> |
2593 | </ProtoInstance> |
2594 | <ProtoInstance name='Arc'> |
2595 | <fieldValue name='cylinderHeight' value='0.79043'/> |
2596 | <fieldValue name='cylinderTranslation' value='1.68186 -0.62504 1.10027'/> |
2597 | <fieldValue name='coneTranslation' value='1.60135 -0.66428 0.88278'/> |
2598 | <fieldValue name='rotation' value='-73.08660 0 27.05780 1.73844'/> |
2599 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2600 | <fieldValue name='ballRadius' value='0.02'/> |
2601 | <fieldValue name='traceEnabled' value='false'/> |
2602 | <fieldValue name='displayMode'/> |
2603 | <fieldValue name='transparency' value='0'/> |
2604 | </ProtoInstance> |
2605 | <ProtoInstance name='Arc'> |
2606 | <fieldValue name='cylinderHeight' value='0.66472'/> |
2607 | <fieldValue name='cylinderTranslation' value='-1.88371 2.13022 1.38372'/> |
2608 | <fieldValue name='coneTranslation' value='-1.95226 1.97807 1.42685'/> |
2609 | <fieldValue name='rotation' value='16.63311 -0.00000 26.43468 2.65247'/> |
2610 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2611 | <fieldValue name='ballRadius' value='0.02'/> |
2612 | <fieldValue name='traceEnabled' value='false'/> |
2613 | <fieldValue name='displayMode'/> |
2614 | <fieldValue name='transparency' value='0'/> |
2615 | </ProtoInstance> |
2616 | <ProtoInstance name='Arc'> |
2617 | <fieldValue name='cylinderHeight' value='0.10865'/> |
2618 | <fieldValue name='cylinderTranslation' value='-1.84677 2.53678 0.62047'/> |
2619 | <fieldValue name='coneTranslation' value='-1.75130 2.58208 0.62166'/> |
2620 | <fieldValue name='rotation' value='-0.12228 0 9.81554 2.01377'/> |
2621 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2622 | <fieldValue name='ballRadius' value='0.02'/> |
2623 | <fieldValue name='traceEnabled' value='false'/> |
2624 | <fieldValue name='displayMode'/> |
2625 | <fieldValue name='transparency' value='0'/> |
2626 | </ProtoInstance> |
2627 | <ProtoInstance name='Arc'> |
2628 | <fieldValue name='cylinderHeight' value='0.28719'/> |
2629 | <fieldValue name='cylinderTranslation' value='2.09383 1.73322 1.44127'/> |
2630 | <fieldValue name='coneTranslation' value='2.09665 1.71827 1.43515'/> |
2631 | <fieldValue name='rotation' value='10.72508 -0.00000 4.92652 0.42351'/> |
2632 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2633 | <fieldValue name='ballRadius' value='0.02'/> |
2634 | <fieldValue name='traceEnabled' value='false'/> |
2635 | <fieldValue name='displayMode'/> |
2636 | <fieldValue name='transparency' value='0'/> |
2637 | </ProtoInstance> |
2638 | <ProtoInstance name='Arc'> |
2639 | <fieldValue name='cylinderHeight' value='0.28719'/> |
2640 | <fieldValue name='cylinderTranslation' value='2.09383 1.73322 1.44127'/> |
2641 | <fieldValue name='coneTranslation' value='2.09664 1.71827 1.43515'/> |
2642 | <fieldValue name='rotation' value='10.72509 -0.00000 4.92654 0.42351'/> |
2643 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2644 | <fieldValue name='ballRadius' value='0.02'/> |
2645 | <fieldValue name='traceEnabled' value='false'/> |
2646 | <fieldValue name='displayMode'/> |
2647 | <fieldValue name='transparency' value='0'/> |
2648 | </ProtoInstance> |
2649 | <ProtoInstance name='Arc'> |
2650 | <fieldValue name='cylinderHeight' value='0.67765'/> |
2651 | <fieldValue name='cylinderTranslation' value='-1.95162 -1.57526 1.04511'/> |
2652 | <fieldValue name='coneTranslation' value='-1.82769 -1.61446 0.92230'/> |
2653 | <fieldValue name='rotation' value='-46.53983 0 -46.96170 1.79182'/> |
2654 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2655 | <fieldValue name='ballRadius' value='0.02'/> |
2656 | <fieldValue name='traceEnabled' value='false'/> |
2657 | <fieldValue name='displayMode'/> |
2658 | <fieldValue name='transparency' value='0'/> |
2659 | </ProtoInstance> |
2660 | <ProtoInstance name='Arc'> |
2661 | <fieldValue name='cylinderHeight' value='0.44451'/> |
2662 | <fieldValue name='cylinderTranslation' value='2.17244 0.25676 1.67483'/> |
2663 | <fieldValue name='coneTranslation' value='2.14585 0.29226 1.63114'/> |
2664 | <fieldValue name='rotation' value='-31.19495 0 18.98566 0.96410'/> |
2665 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2666 | <fieldValue name='ballRadius' value='0.02'/> |
2667 | <fieldValue name='traceEnabled' value='false'/> |
2668 | <fieldValue name='displayMode'/> |
2669 | <fieldValue name='transparency' value='0'/> |
2670 | </ProtoInstance> |
2671 | <ProtoInstance name='Arc'> |
2672 | <fieldValue name='cylinderHeight' value='0.23045'/> |
2673 | <fieldValue name='cylinderTranslation' value='2.29212 0.02722 1.87655'/> |
2674 | <fieldValue name='coneTranslation' value='2.28250 0.06717 1.85878'/> |
2675 | <fieldValue name='rotation' value='9.14970 0 -4.94959 2.67326'/> |
2676 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2677 | <fieldValue name='ballRadius' value='0.02'/> |
2678 | <fieldValue name='traceEnabled' value='false'/> |
2679 | <fieldValue name='displayMode'/> |
2680 | <fieldValue name='transparency' value='0'/> |
2681 | </ProtoInstance> |
2682 | <ProtoInstance name='Arc'> |
2683 | <fieldValue name='cylinderHeight' value='0.35656'/> |
2684 | <fieldValue name='cylinderTranslation' value='1.97344 -1.02932 -0.72074'/> |
2685 | <fieldValue name='coneTranslation' value='1.98974 -1.02896 -0.72901'/> |
2686 | <fieldValue name='rotation' value='-16.13038 0 -31.79141 1.55127'/> |
2687 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2688 | <fieldValue name='ballRadius' value='0.02'/> |
2689 | <fieldValue name='traceEnabled' value='false'/> |
2690 | <fieldValue name='displayMode'/> |
2691 | <fieldValue name='transparency' value='0'/> |
2692 | </ProtoInstance> |
2693 | <ProtoInstance name='Arc'> |
2694 | <fieldValue name='cylinderHeight' value='0.63738'/> |
2695 | <fieldValue name='cylinderTranslation' value='1.50871 -1.05323 -0.55264'/> |
2696 | <fieldValue name='coneTranslation' value='1.35645 -1.06340 -0.50909'/> |
2697 | <fieldValue name='rotation' value='17.49020 -0.00000 61.15449 1.63495'/> |
2698 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2699 | <fieldValue name='ballRadius' value='0.02'/> |
2700 | <fieldValue name='traceEnabled' value='false'/> |
2701 | <fieldValue name='displayMode'/> |
2702 | <fieldValue name='transparency' value='0'/> |
2703 | </ProtoInstance> |
2704 | <ProtoInstance name='Arc'> |
2705 | <fieldValue name='cylinderHeight' value='0.58289'/> |
2706 | <fieldValue name='cylinderTranslation' value='1.92088 -0.32545 2.11097'/> |
2707 | <fieldValue name='coneTranslation' value='1.89523 -0.37165 2.23132'/> |
2708 | <fieldValue name='rotation' value='53.37050 -0.00000 11.37747 1.92997'/> |
2709 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2710 | <fieldValue name='ballRadius' value='0.02'/> |
2711 | <fieldValue name='traceEnabled' value='false'/> |
2712 | <fieldValue name='displayMode'/> |
2713 | <fieldValue name='transparency' value='0'/> |
2714 | </ProtoInstance> |
2715 | <ProtoInstance name='Arc'> |
2716 | <fieldValue name='cylinderHeight' value='0.28038'/> |
2717 | <fieldValue name='cylinderTranslation' value='1.93106 -0.19867 1.97404'/> |
2718 | <fieldValue name='coneTranslation' value='1.93766 -0.20211 1.95567'/> |
2719 | <fieldValue name='rotation' value='25.98363 -0.00000 9.34170 1.39633'/> |
2720 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2721 | <fieldValue name='ballRadius' value='0.02'/> |
2722 | <fieldValue name='traceEnabled' value='false'/> |
2723 | <fieldValue name='displayMode'/> |
2724 | <fieldValue name='transparency' value='0'/> |
2725 | </ProtoInstance> |
2726 | <ProtoInstance name='Arc'> |
2727 | <fieldValue name='cylinderHeight' value='0.40461'/> |
2728 | <fieldValue name='cylinderTranslation' value='1.83033 -0.14687 2.29697'/> |
2729 | <fieldValue name='coneTranslation' value='1.84163 -0.15262 2.25661'/> |
2730 | <fieldValue name='rotation' value='-38.60228 0 -10.80536 1.70698'/> |
2731 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2732 | <fieldValue name='ballRadius' value='0.02'/> |
2733 | <fieldValue name='traceEnabled' value='false'/> |
2734 | <fieldValue name='displayMode'/> |
2735 | <fieldValue name='transparency' value='0'/> |
2736 | </ProtoInstance> |
2737 | <ProtoInstance name='Arc'> |
2738 | <fieldValue name='cylinderHeight' value='0.33454'/> |
2739 | <fieldValue name='cylinderTranslation' value='2.40281 -0.75689 -1.26571'/> |
2740 | <fieldValue name='coneTranslation' value='2.39878 -0.75430 -1.26024'/> |
2741 | <fieldValue name='rotation' value='25.17368 -0.00000 18.53281 1.20663'/> |
2742 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2743 | <fieldValue name='ballRadius' value='0.02'/> |
2744 | <fieldValue name='traceEnabled' value='false'/> |
2745 | <fieldValue name='displayMode'/> |
2746 | <fieldValue name='transparency' value='0'/> |
2747 | </ProtoInstance> |
2748 | <ProtoInstance name='Arc'> |
2749 | <fieldValue name='cylinderHeight' value='0.38090'/> |
2750 | <fieldValue name='cylinderTranslation' value='-2.05751 1.53212 2.12557'/> |
2751 | <fieldValue name='coneTranslation' value='-2.04363 1.52731 2.15224'/> |
2752 | <fieldValue name='rotation' value='33.36220 0 -17.36722 1.72936'/> |
2753 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2754 | <fieldValue name='ballRadius' value='0.02'/> |
2755 | <fieldValue name='traceEnabled' value='false'/> |
2756 | <fieldValue name='displayMode'/> |
2757 | <fieldValue name='transparency' value='0'/> |
2758 | </ProtoInstance> |
2759 | <ProtoInstance name='Arc'> |
2760 | <fieldValue name='cylinderHeight' value='0.05778'/> |
2761 | <fieldValue name='cylinderTranslation' value='2.15568 -0.43378 1.93752'/> |
2762 | <fieldValue name='coneTranslation' value='2.06766 -0.52972 1.92207'/> |
2763 | <fieldValue name='rotation' value='0.68097 0 -3.87890 0.74996'/> |
2764 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2765 | <fieldValue name='ballRadius' value='0.02'/> |
2766 | <fieldValue name='traceEnabled' value='false'/> |
2767 | <fieldValue name='displayMode'/> |
2768 | <fieldValue name='transparency' value='0'/> |
2769 | </ProtoInstance> |
2770 | <ProtoInstance name='Arc'> |
2771 | <fieldValue name='cylinderHeight' value='0.01939'/> |
2772 | <fieldValue name='cylinderTranslation' value='2.12942 -0.46162 1.93274'/> |
2773 | <fieldValue name='coneTranslation' value='2.23589 -0.35769 1.95404'/> |
2774 | <fieldValue name='rotation' value='-0.27466 0 1.37344 2.33433'/> |
2775 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2776 | <fieldValue name='ballRadius' value='0.02'/> |
2777 | <fieldValue name='traceEnabled' value='false'/> |
2778 | <fieldValue name='displayMode'/> |
2779 | <fieldValue name='transparency' value='0'/> |
2780 | </ProtoInstance> |
2781 | <ProtoInstance name='Arc'> |
2782 | <fieldValue name='cylinderHeight' value='0.80539'/> |
2783 | <fieldValue name='cylinderTranslation' value='2.13544 0.76105 1.64633'/> |
2784 | <fieldValue name='coneTranslation' value='2.10053 0.53350 1.56950'/> |
2785 | <fieldValue name='rotation' value='-25.49437 0 11.58640 2.78647'/> |
2786 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2787 | <fieldValue name='ballRadius' value='0.02'/> |
2788 | <fieldValue name='traceEnabled' value='false'/> |
2789 | <fieldValue name='displayMode'/> |
2790 | <fieldValue name='transparency' value='0'/> |
2791 | </ProtoInstance> |
2792 | <ProtoInstance name='Arc'> |
2793 | <fieldValue name='cylinderHeight' value='0.25411'/> |
2794 | <fieldValue name='cylinderTranslation' value='2.20636 -0.95313 -0.87478'/> |
2795 | <fieldValue name='coneTranslation' value='2.22554 -0.93427 -0.89381'/> |
2796 | <fieldValue name='rotation' value='14.67707 -0.00000 14.79298 2.18006'/> |
2797 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2798 | <fieldValue name='ballRadius' value='0.02'/> |
2799 | <fieldValue name='traceEnabled' value='false'/> |
2800 | <fieldValue name='displayMode'/> |
2801 | <fieldValue name='transparency' value='0'/> |
2802 | </ProtoInstance> |
2803 | <ProtoInstance name='Arc'> |
2804 | <fieldValue name='cylinderHeight' value='0.17758'/> |
2805 | <fieldValue name='cylinderTranslation' value='2.29802 -0.81019 -0.99953'/> |
2806 | <fieldValue name='coneTranslation' value='2.28383 -0.86651 -0.95833'/> |
2807 | <fieldValue name='rotation' value='-10.27310 0 -3.54025 0.65845'/> |
2808 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2809 | <fieldValue name='ballRadius' value='0.02'/> |
2810 | <fieldValue name='traceEnabled' value='false'/> |
2811 | <fieldValue name='displayMode'/> |
2812 | <fieldValue name='transparency' value='0'/> |
2813 | </ProtoInstance> |
2814 | <ProtoInstance name='Arc'> |
2815 | <fieldValue name='cylinderHeight' value='0.41963'/> |
2816 | <fieldValue name='cylinderTranslation' value='2.07987 0.41320 1.57529'/> |
2817 | <fieldValue name='coneTranslation' value='2.07713 0.36457 1.58573'/> |
2818 | <fieldValue name='rotation' value='8.79193 -0.00000 2.30914 2.92324'/> |
2819 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2820 | <fieldValue name='ballRadius' value='0.02'/> |
2821 | <fieldValue name='traceEnabled' value='false'/> |
2822 | <fieldValue name='displayMode'/> |
2823 | <fieldValue name='transparency' value='0'/> |
2824 | </ProtoInstance> |
2825 | <ProtoInstance name='Arc'> |
2826 | <fieldValue name='cylinderHeight' value='0.73582'/> |
2827 | <fieldValue name='cylinderTranslation' value='2.12403 0.96293 1.65522'/> |
2828 | <fieldValue name='coneTranslation' value='2.14246 1.15783 1.72522'/> |
2829 | <fieldValue name='rotation' value='24.77600 0 -6.52355 0.35564'/> |
2830 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2831 | <fieldValue name='ballRadius' value='0.02'/> |
2832 | <fieldValue name='traceEnabled' value='false'/> |
2833 | <fieldValue name='displayMode'/> |
2834 | <fieldValue name='transparency' value='0'/> |
2835 | </ProtoInstance> |
2836 | <ProtoInstance name='Arc'> |
2837 | <fieldValue name='cylinderHeight' value='0.11160'/> |
2838 | <fieldValue name='cylinderTranslation' value='2.20723 -0.36718 1.94444'/> |
2839 | <fieldValue name='coneTranslation' value='2.26728 -0.28227 1.95100'/> |
2840 | <fieldValue name='rotation' value='-0.70241 0 6.43167 2.52320'/> |
2841 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2842 | <fieldValue name='ballRadius' value='0.02'/> |
2843 | <fieldValue name='traceEnabled' value='false'/> |
2844 | <fieldValue name='displayMode'/> |
2845 | <fieldValue name='transparency' value='0'/> |
2846 | </ProtoInstance> |
2847 | <ProtoInstance name='Arc'> |
2848 | <fieldValue name='cylinderHeight' value='0.13044'/> |
2849 | <fieldValue name='cylinderTranslation' value='2.26703 -0.26269 1.94550'/> |
2850 | <fieldValue name='coneTranslation' value='2.22686 -0.34846 1.94906'/> |
2851 | <fieldValue name='rotation' value='-0.49047 0 -5.52787 0.43947'/> |
2852 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2853 | <fieldValue name='ballRadius' value='0.02'/> |
2854 | <fieldValue name='traceEnabled' value='false'/> |
2855 | <fieldValue name='displayMode'/> |
2856 | <fieldValue name='transparency' value='0'/> |
2857 | </ProtoInstance> |
2858 | <ProtoInstance name='Arc'> |
2859 | <fieldValue name='cylinderHeight' value='0.45722'/> |
2860 | <fieldValue name='cylinderTranslation' value='1.82113 1.68185 -1.17547'/> |
2861 | <fieldValue name='coneTranslation' value='1.83069 1.62430 -1.13934'/> |
2862 | <fieldValue name='rotation' value='24.07420 0 -6.37245 2.56560'/> |
2863 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2864 | <fieldValue name='ballRadius' value='0.02'/> |
2865 | <fieldValue name='traceEnabled' value='false'/> |
2866 | <fieldValue name='displayMode'/> |
2867 | <fieldValue name='transparency' value='0'/> |
2868 | </ProtoInstance> |
2869 | <ProtoInstance name='Arc'> |
2870 | <fieldValue name='cylinderHeight' value='0.58203'/> |
2871 | <fieldValue name='cylinderTranslation' value='-1.61399 -1.87428 0.65875'/> |
2872 | <fieldValue name='coneTranslation' value='-1.56769 -1.97545 0.58957'/> |
2873 | <fieldValue name='rotation' value='-30.73272 0 -20.56436 2.45316'/> |
2874 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2875 | <fieldValue name='ballRadius' value='0.02'/> |
2876 | <fieldValue name='traceEnabled' value='false'/> |
2877 | <fieldValue name='displayMode'/> |
2878 | <fieldValue name='transparency' value='0'/> |
2879 | </ProtoInstance> |
2880 | <ProtoInstance name='Arc'> |
2881 | <fieldValue name='cylinderHeight' value='0.42022'/> |
2882 | <fieldValue name='cylinderTranslation' value='2.30396 -0.35939 1.45541'/> |
2883 | <fieldValue name='coneTranslation' value='2.28666 -0.35693 1.40845'/> |
2884 | <fieldValue name='rotation' value='-39.38413 0 14.50757 1.52176'/> |
2885 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2886 | <fieldValue name='ballRadius' value='0.02'/> |
2887 | <fieldValue name='traceEnabled' value='false'/> |
2888 | <fieldValue name='displayMode'/> |
2889 | <fieldValue name='transparency' value='0'/> |
2890 | </ProtoInstance> |
2891 | <ProtoInstance name='Arc'> |
2892 | <fieldValue name='cylinderHeight' value='0.32748'/> |
2893 | <fieldValue name='cylinderTranslation' value='-2.54010 1.00418 1.82613'/> |
2894 | <fieldValue name='coneTranslation' value='-2.53780 1.00600 1.82844'/> |
2895 | <fieldValue name='rotation' value='20.30666 0 -20.17138 1.06343'/> |
2896 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2897 | <fieldValue name='ballRadius' value='0.02'/> |
2898 | <fieldValue name='traceEnabled' value='false'/> |
2899 | <fieldValue name='displayMode'/> |
2900 | <fieldValue name='transparency' value='0'/> |
2901 | </ProtoInstance> |
2902 | <ProtoInstance name='Arc'> |
2903 | <fieldValue name='cylinderHeight' value='1.30560'/> |
2904 | <fieldValue name='cylinderTranslation' value='1.37475 -0.88232 0.13482'/> |
2905 | <fieldValue name='coneTranslation' value='1.24505 -1.02676 -0.31812'/> |
2906 | <fieldValue name='rotation' value='-120.00217 0 34.36418 1.86827'/> |
2907 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2908 | <fieldValue name='ballRadius' value='0.02'/> |
2909 | <fieldValue name='traceEnabled' value='false'/> |
2910 | <fieldValue name='displayMode'/> |
2911 | <fieldValue name='transparency' value='0'/> |
2912 | </ProtoInstance> |
2913 | <ProtoInstance name='Arc'> |
2914 | <fieldValue name='cylinderHeight' value='0.60326'/> |
2915 | <fieldValue name='cylinderTranslation' value='-2.36754 0.15352 1.87128'/> |
2916 | <fieldValue name='coneTranslation' value='-2.34600 0.02356 1.81928'/> |
2917 | <fieldValue name='rotation' value='-22.15048 0 -9.17500 2.73287'/> |
2918 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2919 | <fieldValue name='ballRadius' value='0.02'/> |
2920 | <fieldValue name='traceEnabled' value='false'/> |
2921 | <fieldValue name='displayMode'/> |
2922 | <fieldValue name='transparency' value='0'/> |
2923 | </ProtoInstance> |
2924 | <ProtoInstance name='Arc'> |
2925 | <fieldValue name='cylinderHeight' value='0.31651'/> |
2926 | <fieldValue name='cylinderTranslation' value='1.05235 -0.21795 -2.60186'/> |
2927 | <fieldValue name='coneTranslation' value='1.05231 -0.21851 -2.60021'/> |
2928 | <fieldValue name='rotation' value='-29.93619 0 -0.74697 1.24107'/> |
2929 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2930 | <fieldValue name='ballRadius' value='0.02'/> |
2931 | <fieldValue name='traceEnabled' value='false'/> |
2932 | <fieldValue name='displayMode'/> |
2933 | <fieldValue name='transparency' value='0'/> |
2934 | </ProtoInstance> |
2935 | <ProtoInstance name='Arc'> |
2936 | <fieldValue name='cylinderHeight' value='0.31649'/> |
2937 | <fieldValue name='cylinderTranslation' value='1.05236 -0.21801 -2.60188'/> |
2938 | <fieldValue name='coneTranslation' value='1.05232 -0.21857 -2.60022'/> |
2939 | <fieldValue name='rotation' value='-29.93914 0 -0.74818 1.24146'/> |
2940 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2941 | <fieldValue name='ballRadius' value='0.02'/> |
2942 | <fieldValue name='traceEnabled' value='false'/> |
2943 | <fieldValue name='displayMode'/> |
2944 | <fieldValue name='transparency' value='0'/> |
2945 | </ProtoInstance> |
2946 | <ProtoInstance name='Arc'> |
2947 | <fieldValue name='cylinderHeight' value='0.32910'/> |
2948 | <fieldValue name='cylinderTranslation' value='0.79330 -2.05877 -0.36215'/> |
2949 | <fieldValue name='coneTranslation' value='0.79261 -2.05445 -0.36340'/> |
2950 | <fieldValue name='rotation' value='-9.00443 0 4.98782 0.31812'/> |
2951 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2952 | <fieldValue name='ballRadius' value='0.02'/> |
2953 | <fieldValue name='traceEnabled' value='false'/> |
2954 | <fieldValue name='displayMode'/> |
2955 | <fieldValue name='transparency' value='0'/> |
2956 | </ProtoInstance> |
2957 | <ProtoInstance name='Arc'> |
2958 | <fieldValue name='cylinderHeight' value='0.33434'/> |
2959 | <fieldValue name='cylinderTranslation' value='2.52608 -0.35816 -1.13593'/> |
2960 | <fieldValue name='coneTranslation' value='2.52022 -0.35969 -1.13208'/> |
2961 | <fieldValue name='rotation' value='17.92549 -0.00000 27.29992 1.78658'/> |
2962 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2963 | <fieldValue name='ballRadius' value='0.02'/> |
2964 | <fieldValue name='traceEnabled' value='false'/> |
2965 | <fieldValue name='displayMode'/> |
2966 | <fieldValue name='transparency' value='0'/> |
2967 | </ProtoInstance> |
2968 | <ProtoInstance name='Arc'> |
2969 | <fieldValue name='cylinderHeight' value='0.52721'/> |
2970 | <fieldValue name='cylinderTranslation' value='-1.94643 1.87964 1.71754'/> |
2971 | <fieldValue name='coneTranslation' value='-1.97373 1.86282 1.61903'/> |
2972 | <fieldValue name='rotation' value='-50.13208 0 13.89113 1.73391'/> |
2973 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2974 | <fieldValue name='ballRadius' value='0.02'/> |
2975 | <fieldValue name='traceEnabled' value='false'/> |
2976 | <fieldValue name='displayMode'/> |
2977 | <fieldValue name='transparency' value='0'/> |
2978 | </ProtoInstance> |
2979 | <ProtoInstance name='Arc'> |
2980 | <fieldValue name='cylinderHeight' value='0.53100'/> |
2981 | <fieldValue name='cylinderTranslation' value='-2.05915 1.99353 1.25697'/> |
2982 | <fieldValue name='coneTranslation' value='-2.07634 2.05580 1.17355'/> |
2983 | <fieldValue name='rotation' value='-41.98323 0 8.65190 0.93949'/> |
2984 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2985 | <fieldValue name='ballRadius' value='0.02'/> |
2986 | <fieldValue name='traceEnabled' value='false'/> |
2987 | <fieldValue name='displayMode'/> |
2988 | <fieldValue name='transparency' value='0'/> |
2989 | </ProtoInstance> |
2990 | <ProtoInstance name='Arc'> |
2991 | <fieldValue name='cylinderHeight' value='0.56940'/> |
2992 | <fieldValue name='cylinderTranslation' value='-2.11502 1.66896 1.67436'/> |
2993 | <fieldValue name='coneTranslation' value='-2.15845 1.59543 1.76523'/> |
2994 | <fieldValue name='rotation' value='41.49490 -0.00000 19.82765 2.20141'/> |
2995 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2996 | <fieldValue name='ballRadius' value='0.02'/> |
2997 | <fieldValue name='traceEnabled' value='false'/> |
2998 | <fieldValue name='displayMode'/> |
2999 | <fieldValue name='transparency' value='0'/> |
3000 | </ProtoInstance> |
3001 | <ProtoInstance name='Arc'> |
3002 | <fieldValue name='cylinderHeight' value='0.25265'/> |
3003 | <fieldValue name='cylinderTranslation' value='-1.07573 -2.62191 -0.04100'/> |
3004 | <fieldValue name='coneTranslation' value='-1.08785 -2.65328 -0.03932'/> |
3005 | <fieldValue name='rotation' value='-1.25652 0 -9.08979 0.37169'/> |
3006 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3007 | <fieldValue name='ballRadius' value='0.02'/> |
3008 | <fieldValue name='traceEnabled' value='false'/> |
3009 | <fieldValue name='displayMode'/> |
3010 | <fieldValue name='transparency' value='0'/> |
3011 | </ProtoInstance> |
3012 | <ProtoInstance name='Arc'> |
3013 | <fieldValue name='cylinderHeight' value='0.44203'/> |
3014 | <fieldValue name='cylinderTranslation' value='1.94496 0.19878 2.20991'/> |
3015 | <fieldValue name='coneTranslation' value='1.95837 0.19342 2.15063'/> |
3016 | <fieldValue name='rotation' value='-42.94692 0 -9.71426 1.65875'/> |
3017 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3018 | <fieldValue name='ballRadius' value='0.02'/> |
3019 | <fieldValue name='traceEnabled' value='false'/> |
3020 | <fieldValue name='displayMode'/> |
3021 | <fieldValue name='transparency' value='0'/> |
3022 | </ProtoInstance> |
3023 | <ProtoInstance name='Arc'> |
3024 | <fieldValue name='cylinderHeight' value='0.84214'/> |
3025 | <fieldValue name='cylinderTranslation' value='2.10800 1.28712 0.66082'/> |
3026 | <fieldValue name='coneTranslation' value='2.14221 1.22704 0.91257'/> |
3027 | <fieldValue name='rotation' value='81.20736 0 -11.03566 1.80298'/> |
3028 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3029 | <fieldValue name='ballRadius' value='0.02'/> |
3030 | <fieldValue name='traceEnabled' value='false'/> |
3031 | <fieldValue name='displayMode'/> |
3032 | <fieldValue name='transparency' value='0'/> |
3033 | </ProtoInstance> |
3034 | <ProtoInstance name='Arc'> |
3035 | <fieldValue name='cylinderHeight' value='0.78872'/> |
3036 | <fieldValue name='cylinderTranslation' value='2.12912 0.71821 -1.08611'/> |
3037 | <fieldValue name='coneTranslation' value='2.06321 0.51361 -0.99273'/> |
3038 | <fieldValue name='rotation' value='31.42648 -0.00000 22.18437 2.63211'/> |
3039 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3040 | <fieldValue name='ballRadius' value='0.02'/> |
3041 | <fieldValue name='traceEnabled' value='false'/> |
3042 | <fieldValue name='displayMode'/> |
3043 | <fieldValue name='transparency' value='0'/> |
3044 | </ProtoInstance> |
3045 | <ProtoInstance name='Arc'> |
3046 | <fieldValue name='cylinderHeight' value='0.34200'/> |
3047 | <fieldValue name='cylinderTranslation' value='1.80694 1.81733 -1.11567'/> |
3048 | <fieldValue name='coneTranslation' value='1.80970 1.80725 -1.11224'/> |
3049 | <fieldValue name='rotation' value='10.67001 0 -8.59578 2.72939'/> |
3050 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3051 | <fieldValue name='ballRadius' value='0.02'/> |
3052 | <fieldValue name='traceEnabled' value='false'/> |
3053 | <fieldValue name='displayMode'/> |
3054 | <fieldValue name='transparency' value='0'/> |
3055 | </ProtoInstance> |
3056 | <ProtoInstance name='Arc'> |
3057 | <fieldValue name='cylinderHeight' value='0.11636'/> |
3058 | <fieldValue name='cylinderTranslation' value='2.32557 -0.93855 -0.71637'/> |
3059 | <fieldValue name='coneTranslation' value='2.36008 -0.85148 -0.75630'/> |
3060 | <fieldValue name='rotation' value='4.56311 -0.00000 3.94387 2.59672'/> |
3061 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3062 | <fieldValue name='ballRadius' value='0.02'/> |
3063 | <fieldValue name='traceEnabled' value='false'/> |
3064 | <fieldValue name='displayMode'/> |
3065 | <fieldValue name='transparency' value='0'/> |
3066 | </ProtoInstance> |
3067 | <ProtoInstance name='Arc'> |
3068 | <fieldValue name='cylinderHeight' value='0.24352'/> |
3069 | <fieldValue name='cylinderTranslation' value='-2.43997 -1.21981 -1.36179'/> |
3070 | <fieldValue name='coneTranslation' value='-2.46178 -1.18842 -1.36051'/> |
3071 | <fieldValue name='rotation' value='-0.81500 0 -13.88669 2.53358'/> |
3072 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3073 | <fieldValue name='ballRadius' value='0.02'/> |
3074 | <fieldValue name='traceEnabled' value='false'/> |
3075 | <fieldValue name='displayMode'/> |
3076 | <fieldValue name='transparency' value='0'/> |
3077 | </ProtoInstance> |
3078 | <ProtoInstance name='Arc'> |
3079 | <fieldValue name='cylinderHeight' value='0.52120'/> |
3080 | <fieldValue name='cylinderTranslation' value='-1.69164 2.57201 0.86259'/> |
3081 | <fieldValue name='coneTranslation' value='-1.62096 2.63861 0.83636'/> |
3082 | <fieldValue name='rotation' value='-13.59055 0 -36.61976 0.84721'/> |
3083 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3084 | <fieldValue name='ballRadius' value='0.02'/> |
3085 | <fieldValue name='traceEnabled' value='false'/> |
3086 | <fieldValue name='displayMode'/> |
3087 | <fieldValue name='transparency' value='0'/> |
3088 | </ProtoInstance> |
3089 | <ProtoInstance name='Arc'> |
3090 | <fieldValue name='cylinderHeight' value='0.23302'/> |
3091 | <fieldValue name='cylinderTranslation' value='-1.87017 2.46493 0.83427'/> |
3092 | <fieldValue name='coneTranslation' value='-1.87188 2.44049 0.87021'/> |
3093 | <fieldValue name='rotation' value='-19.25523 0 -0.91315 0.97424'/> |
3094 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3095 | <fieldValue name='ballRadius' value='0.02'/> |
3096 | <fieldValue name='traceEnabled' value='false'/> |
3097 | <fieldValue name='displayMode'/> |
3098 | <fieldValue name='transparency' value='0'/> |
3099 | </ProtoInstance> |
3100 | <ProtoInstance name='Arc'> |
3101 | <fieldValue name='cylinderHeight' value='0.06573'/> |
3102 | <fieldValue name='cylinderTranslation' value='1.02806 -0.48799 -2.41068'/> |
3103 | <fieldValue name='coneTranslation' value='1.04182 -0.37188 -2.36075'/> |
3104 | <fieldValue name='rotation' value='-2.58169 0 0.71119 2.72197'/> |
3105 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3106 | <fieldValue name='ballRadius' value='0.02'/> |
3107 | <fieldValue name='traceEnabled' value='false'/> |
3108 | <fieldValue name='displayMode'/> |
3109 | <fieldValue name='transparency' value='0'/> |
3110 | </ProtoInstance> |
3111 | <ProtoInstance name='Arc'> |
3112 | <fieldValue name='cylinderHeight' value='0.45280'/> |
3113 | <fieldValue name='cylinderTranslation' value='2.16938 -0.74925 -0.42420'/> |
3114 | <fieldValue name='coneTranslation' value='2.17169 -0.79202 -0.47494'/> |
3115 | <fieldValue name='rotation' value='-34.60260 0 -1.57547 2.27059'/> |
3116 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3117 | <fieldValue name='ballRadius' value='0.02'/> |
3118 | <fieldValue name='traceEnabled' value='false'/> |
3119 | <fieldValue name='displayMode'/> |
3120 | <fieldValue name='transparency' value='0'/> |
3121 | </ProtoInstance> |
3122 | <ProtoInstance name='Arc'> |
3123 | <fieldValue name='cylinderHeight' value='0.70843'/> |
3124 | <fieldValue name='cylinderTranslation' value='2.09201 -0.48551 0.07552'/> |
3125 | <fieldValue name='coneTranslation' value='2.05391 -0.42086 0.25465'/> |
3126 | <fieldValue name='rotation' value='65.33999 -0.00000 13.89793 1.23141'/> |
3127 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3128 | <fieldValue name='ballRadius' value='0.02'/> |
3129 | <fieldValue name='traceEnabled' value='false'/> |
3130 | <fieldValue name='displayMode'/> |
3131 | <fieldValue name='transparency' value='0'/> |
3132 | </ProtoInstance> |
3133 | <ProtoInstance name='Arc'> |
3134 | <fieldValue name='cylinderHeight' value='0.28146'/> |
3135 | <fieldValue name='cylinderTranslation' value='1.93838 1.61340 -0.82028'/> |
3136 | <fieldValue name='coneTranslation' value='1.94048 1.61022 -0.80139'/> |
3137 | <fieldValue name='rotation' value='-27.58707 0 3.07565 1.40454'/> |
3138 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3139 | <fieldValue name='ballRadius' value='0.02'/> |
3140 | <fieldValue name='traceEnabled' value='false'/> |
3141 | <fieldValue name='displayMode'/> |
3142 | <fieldValue name='transparency' value='0'/> |
3143 | </ProtoInstance> |
3144 | <ProtoInstance name='Arc'> |
3145 | <fieldValue name='cylinderHeight' value='0.34166'/> |
3146 | <fieldValue name='cylinderTranslation' value='-1.88945 1.10843 2.59100'/> |
3147 | <fieldValue name='coneTranslation' value='-1.89499 1.11203 2.58242'/> |
3148 | <fieldValue name='rotation' value='-27.05545 0 17.49597 1.23165'/> |
3149 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3150 | <fieldValue name='ballRadius' value='0.02'/> |
3151 | <fieldValue name='traceEnabled' value='false'/> |
3152 | <fieldValue name='displayMode'/> |
3153 | <fieldValue name='transparency' value='0'/> |
3154 | </ProtoInstance> |
3155 | <ProtoInstance name='Arc'> |
3156 | <fieldValue name='cylinderHeight' value='0.83098'/> |
3157 | <fieldValue name='cylinderTranslation' value='0.80632 -1.01594 -1.54927'/> |
3158 | <fieldValue name='coneTranslation' value='0.81361 -1.12451 -1.31811'/> |
3159 | <fieldValue name='rotation' value='75.18492 0 -2.37343 2.00968'/> |
3160 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3161 | <fieldValue name='ballRadius' value='0.02'/> |
3162 | <fieldValue name='traceEnabled' value='false'/> |
3163 | <fieldValue name='displayMode'/> |
3164 | <fieldValue name='transparency' value='0'/> |
3165 | </ProtoInstance> |
3166 | <ProtoInstance name='Arc'> |
3167 | <fieldValue name='cylinderHeight' value='0.43948'/> |
3168 | <fieldValue name='cylinderTranslation' value='0.76826 -1.96776 -0.56272'/> |
3169 | <fieldValue name='coneTranslation' value='0.76712 -2.02749 -0.56271'/> |
3170 | <fieldValue name='rotation' value='0.00954 -0.00000 0.83351 3.12262'/> |
3171 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3172 | <fieldValue name='ballRadius' value='0.02'/> |
3173 | <fieldValue name='traceEnabled' value='false'/> |
3174 | <fieldValue name='displayMode'/> |
3175 | <fieldValue name='transparency' value='0'/> |
3176 | </ProtoInstance> |
3177 | <ProtoInstance name='Arc'> |
3178 | <fieldValue name='cylinderHeight' value='0.43948'/> |
3179 | <fieldValue name='cylinderTranslation' value='0.76826 -1.96776 -0.56272'/> |
3180 | <fieldValue name='coneTranslation' value='0.76712 -2.02749 -0.56271'/> |
3181 | <fieldValue name='rotation' value='0.00954 -0.00000 0.83351 3.12262'/> |
3182 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3183 | <fieldValue name='ballRadius' value='0.02'/> |
3184 | <fieldValue name='traceEnabled' value='false'/> |
3185 | <fieldValue name='displayMode'/> |
3186 | <fieldValue name='transparency' value='0'/> |
3187 | </ProtoInstance> |
3188 | <ProtoInstance name='Arc'> |
3189 | <fieldValue name='cylinderHeight' value='0.44102'/> |
3190 | <fieldValue name='cylinderTranslation' value='0.83779 -1.59491 -0.70733'/> |
3191 | <fieldValue name='coneTranslation' value='0.85573 -1.55289 -0.74701'/> |
3192 | <fieldValue name='rotation' value='-28.91311 0 -13.07400 0.80309'/> |
3193 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3194 | <fieldValue name='ballRadius' value='0.02'/> |
3195 | <fieldValue name='traceEnabled' value='false'/> |
3196 | <fieldValue name='displayMode'/> |
3197 | <fieldValue name='transparency' value='0'/> |
3198 | </ProtoInstance> |
3199 | <ProtoInstance name='Arc'> |
3200 | <fieldValue name='cylinderHeight' value='0.09880'/> |
3201 | <fieldValue name='cylinderTranslation' value='2.31293 -0.71864 -1.09537'/> |
3202 | <fieldValue name='coneTranslation' value='2.30669 -0.67089 -1.19494'/> |
3203 | <fieldValue name='rotation' value='8.89445 0 -0.55809 2.01714'/> |
3204 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3205 | <fieldValue name='ballRadius' value='0.02'/> |
3206 | <fieldValue name='traceEnabled' value='false'/> |
3207 | <fieldValue name='displayMode'/> |
3208 | <fieldValue name='transparency' value='0'/> |
3209 | </ProtoInstance> |
3210 | <ProtoInstance name='Arc'> |
3211 | <fieldValue name='cylinderHeight' value='0.81464'/> |
3212 | <fieldValue name='cylinderTranslation' value='1.01056 -1.13308 -0.81926'/> |
3213 | <fieldValue name='coneTranslation' value='1.12737 -1.09700 -0.60427'/> |
3214 | <fieldValue name='rotation' value='70.81557 0 -38.47508 1.42440'/> |
3215 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3216 | <fieldValue name='ballRadius' value='0.02'/> |
3217 | <fieldValue name='traceEnabled' value='false'/> |
3218 | <fieldValue name='displayMode'/> |
3219 | <fieldValue name='transparency' value='0'/> |
3220 | </ProtoInstance> |
3221 | <ProtoInstance name='Arc'> |
3222 | <fieldValue name='cylinderHeight' value='0.63768'/> |
3223 | <fieldValue name='cylinderTranslation' value='0.70510 -1.49047 -1.16428'/> |
3224 | <fieldValue name='coneTranslation' value='0.64877 -1.63892 -1.15976'/> |
3225 | <fieldValue name='rotation' value='1.81298 -0.00000 22.61631 2.77782'/> |
3226 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3227 | <fieldValue name='ballRadius' value='0.02'/> |
3228 | <fieldValue name='traceEnabled' value='false'/> |
3229 | <fieldValue name='displayMode'/> |
3230 | <fieldValue name='transparency' value='0'/> |
3231 | </ProtoInstance> |
3232 | <ProtoInstance name='Arc'> |
3233 | <fieldValue name='cylinderHeight' value='0.52060'/> |
3234 | <fieldValue name='cylinderTranslation' value='-1.25695 -2.13863 -0.42996'/> |
3235 | <fieldValue name='coneTranslation' value='-1.32459 -2.08575 -0.48181'/> |
3236 | <fieldValue name='rotation' value='-26.91147 0 35.10756 1.01541'/> |
3237 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3238 | <fieldValue name='ballRadius' value='0.02'/> |
3239 | <fieldValue name='traceEnabled' value='false'/> |
3240 | <fieldValue name='displayMode'/> |
3241 | <fieldValue name='transparency' value='0'/> |
3242 | </ProtoInstance> |
3243 | <ProtoInstance name='Arc'> |
3244 | <fieldValue name='cylinderHeight' value='0.24352'/> |
3245 | <fieldValue name='cylinderTranslation' value='-2.43997 -1.21981 -1.36179'/> |
3246 | <fieldValue name='coneTranslation' value='-2.41816 -1.25120 -1.36307'/> |
3247 | <fieldValue name='rotation' value='0.81337 -0.00000 13.88618 0.60799'/> |
3248 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3249 | <fieldValue name='ballRadius' value='0.02'/> |
3250 | <fieldValue name='traceEnabled' value='false'/> |
3251 | <fieldValue name='displayMode'/> |
3252 | <fieldValue name='transparency' value='0'/> |
3253 | </ProtoInstance> |
3254 | <ProtoInstance name='Arc'> |
3255 | <fieldValue name='cylinderHeight' value='0.57585'/> |
3256 | <fieldValue name='cylinderTranslation' value='2.33367 -0.23146 -0.97985'/> |
3257 | <fieldValue name='coneTranslation' value='2.22617 -0.28133 -0.93165'/> |
3258 | <fieldValue name='rotation' value='21.69489 -0.00000 48.38886 1.97123'/> |
3259 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3260 | <fieldValue name='ballRadius' value='0.02'/> |
3261 | <fieldValue name='traceEnabled' value='false'/> |
3262 | <fieldValue name='displayMode'/> |
3263 | <fieldValue name='transparency' value='0'/> |
3264 | </ProtoInstance> |
3265 | <ProtoInstance name='Arc'> |
3266 | <fieldValue name='cylinderHeight' value='0.36145'/> |
3267 | <fieldValue name='cylinderTranslation' value='2.37446 -1.14990 -0.65065'/> |
3268 | <fieldValue name='coneTranslation' value='2.38233 -1.16844 -0.64572'/> |
3269 | <fieldValue name='rotation' value='8.58197 0 -13.72211 2.67732'/> |
3270 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3271 | <fieldValue name='ballRadius' value='0.02'/> |
3272 | <fieldValue name='traceEnabled' value='false'/> |
3273 | <fieldValue name='displayMode'/> |
3274 | <fieldValue name='transparency' value='0'/> |
3275 | </ProtoInstance> |
3276 | <ProtoInstance name='Arc'> |
3277 | <fieldValue name='cylinderHeight' value='0.20206'/> |
3278 | <fieldValue name='cylinderTranslation' value='2.07292 0.29593 1.56906'/> |
3279 | <fieldValue name='coneTranslation' value='2.07560 0.34703 1.53976'/> |
3280 | <fieldValue name='rotation' value='10.03985 -0.00000 0.91905 2.61921'/> |
3281 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3282 | <fieldValue name='ballRadius' value='0.02'/> |
3283 | <fieldValue name='traceEnabled' value='false'/> |
3284 | <fieldValue name='displayMode'/> |
3285 | <fieldValue name='transparency' value='0'/> |
3286 | </ProtoInstance> |
3287 | <ProtoInstance name='Arc'> |
3288 | <fieldValue name='cylinderHeight' value='0.52497'/> |
3289 | <fieldValue name='cylinderTranslation' value='2.03552 0.28142 1.75701'/> |
3290 | <fieldValue name='coneTranslation' value='2.01913 0.24157 1.85000'/> |
3291 | <fieldValue name='rotation' value='47.63169 -0.00000 8.39758 1.97015'/> |
3292 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3293 | <fieldValue name='ballRadius' value='0.02'/> |
3294 | <fieldValue name='traceEnabled' value='false'/> |
3295 | <fieldValue name='displayMode'/> |
3296 | <fieldValue name='transparency' value='0'/> |
3297 | </ProtoInstance> |
3298 | <ProtoInstance name='Arc'> |
3299 | <fieldValue name='cylinderHeight' value='0.36430'/> |
3300 | <fieldValue name='cylinderTranslation' value='2.13351 0.29271 1.66652'/> |
3301 | <fieldValue name='coneTranslation' value='2.14032 0.28168 1.68447'/> |
3302 | <fieldValue name='rotation' value='29.53224 0 -11.19933 2.09247'/> |
3303 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3304 | <fieldValue name='ballRadius' value='0.02'/> |
3305 | <fieldValue name='traceEnabled' value='false'/> |
3306 | <fieldValue name='displayMode'/> |
3307 | <fieldValue name='transparency' value='0'/> |
3308 | </ProtoInstance> |
3309 | <ProtoInstance name='Arc'> |
3310 | <fieldValue name='cylinderHeight' value='0.92870'/> |
3311 | <fieldValue name='cylinderTranslation' value='2.12034 0.78686 1.29286'/> |
3312 | <fieldValue name='coneTranslation' value='2.14842 1.05124 1.14473'/> |
3313 | <fieldValue name='rotation' value='-45.19974 0 -8.56659 0.51826'/> |
3314 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3315 | <fieldValue name='ballRadius' value='0.02'/> |
3316 | <fieldValue name='traceEnabled' value='false'/> |
3317 | <fieldValue name='displayMode'/> |
3318 | <fieldValue name='transparency' value='0'/> |
3319 | </ProtoInstance> |
3320 | <ProtoInstance name='Arc'> |
3321 | <fieldValue name='cylinderHeight' value='0.35604'/> |
3322 | <fieldValue name='cylinderTranslation' value='-2.60464 -0.83979 1.57444'/> |
3323 | <fieldValue name='coneTranslation' value='-2.61404 -0.85141 1.56438'/> |
3324 | <fieldValue name='rotation' value='-19.88496 0 18.57615 2.27166'/> |
3325 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3326 | <fieldValue name='ballRadius' value='0.02'/> |
3327 | <fieldValue name='traceEnabled' value='false'/> |
3328 | <fieldValue name='displayMode'/> |
3329 | <fieldValue name='transparency' value='0'/> |
3330 | </ProtoInstance> |
3331 | <ProtoInstance name='Arc'> |
3332 | <fieldValue name='cylinderHeight' value='0.63696'/> |
3333 | <fieldValue name='cylinderTranslation' value='-2.41671 -0.42413 1.71720'/> |
3334 | <fieldValue name='coneTranslation' value='-2.36942 -0.27441 1.73876'/> |
3335 | <fieldValue name='rotation' value='8.66603 0 -19.00909 0.33417'/> |
3336 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3337 | <fieldValue name='ballRadius' value='0.02'/> |
3338 | <fieldValue name='traceEnabled' value='false'/> |
3339 | <fieldValue name='displayMode'/> |
3340 | <fieldValue name='transparency' value='0'/> |
3341 | </ProtoInstance> |
3342 | <ProtoInstance name='Arc'> |
3343 | <fieldValue name='cylinderHeight' value='0.33336'/> |
3344 | <fieldValue name='cylinderTranslation' value='2.30440 -0.53427 -0.38600'/> |
3345 | <fieldValue name='coneTranslation' value='2.30037 -0.53325 -0.38077'/> |
3346 | <fieldValue name='rotation' value='26.09632 -0.00000 20.11536 1.41839'/> |
3347 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3348 | <fieldValue name='ballRadius' value='0.02'/> |
3349 | <fieldValue name='traceEnabled' value='false'/> |
3350 | <fieldValue name='displayMode'/> |
3351 | <fieldValue name='transparency' value='0'/> |
3352 | </ProtoInstance> |
3353 | <ProtoInstance name='Arc'> |
3354 | <fieldValue name='cylinderHeight' value='0.15234'/> |
3355 | <fieldValue name='cylinderTranslation' value='2.43827 -0.61165 -0.56099'/> |
3356 | <fieldValue name='coneTranslation' value='2.40163 -0.55433 -0.51201'/> |
3357 | <fieldValue name='rotation' value='-8.90133 0 -6.65966 2.32365'/> |
3358 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3359 | <fieldValue name='ballRadius' value='0.02'/> |
3360 | <fieldValue name='traceEnabled' value='false'/> |
3361 | <fieldValue name='displayMode'/> |
3362 | <fieldValue name='transparency' value='0'/> |
3363 | </ProtoInstance> |
3364 | <ProtoInstance name='Arc'> |
3365 | <fieldValue name='cylinderHeight' value='0.22961'/> |
3366 | <fieldValue name='cylinderTranslation' value='2.12891 0.20516 1.71672'/> |
3367 | <fieldValue name='coneTranslation' value='2.10506 0.20642 1.67835'/> |
3368 | <fieldValue name='rotation' value='19.49239 0 -12.11839 1.59880'/> |
3369 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3370 | <fieldValue name='ballRadius' value='0.02'/> |
3371 | <fieldValue name='traceEnabled' value='false'/> |
3372 | <fieldValue name='displayMode'/> |
3373 | <fieldValue name='transparency' value='0'/> |
3374 | </ProtoInstance> |
3375 | <ProtoInstance name='Arc'> |
3376 | <fieldValue name='cylinderHeight' value='1.27799'/> |
3377 | <fieldValue name='cylinderTranslation' value='0.65902 -1.39961 -0.38630'/> |
3378 | <fieldValue name='coneTranslation' value='0.25129 -1.64395 -0.32716'/> |
3379 | <fieldValue name='rotation' value='15.77785 -0.00000 108.78353 2.10610'/> |
3380 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3381 | <fieldValue name='ballRadius' value='0.02'/> |
3382 | <fieldValue name='traceEnabled' value='false'/> |
3383 | <fieldValue name='displayMode'/> |
3384 | <fieldValue name='transparency' value='0'/> |
3385 | </ProtoInstance> |
3386 | <ProtoInstance name='Arc'> |
3387 | <fieldValue name='cylinderHeight' value='0.80430'/> |
3388 | <fieldValue name='cylinderTranslation' value='1.27579 -0.87502 -0.80718'/> |
3389 | <fieldValue name='coneTranslation' value='1.31965 -0.75542 -1.01311'/> |
3390 | <fieldValue name='rotation' value='-68.39954 0 -14.57058 1.05419'/> |
3391 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3392 | <fieldValue name='ballRadius' value='0.02'/> |
3393 | <fieldValue name='traceEnabled' value='false'/> |
3394 | <fieldValue name='displayMode'/> |
3395 | <fieldValue name='transparency' value='0'/> |
3396 | </ProtoInstance> |
3397 | <ProtoInstance name='Arc'> |
3398 | <fieldValue name='cylinderHeight' value='0.51607'/> |
3399 | <fieldValue name='cylinderTranslation' value='2.02783 -0.88956 -0.80750'/> |
3400 | <fieldValue name='coneTranslation' value='1.97105 -0.88746 -0.88740'/> |
3401 | <fieldValue name='rotation' value='-42.05868 0 29.88594 1.54944'/> |
3402 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3403 | <fieldValue name='ballRadius' value='0.02'/> |
3404 | <fieldValue name='traceEnabled' value='false'/> |
3405 | <fieldValue name='displayMode'/> |
3406 | <fieldValue name='transparency' value='0'/> |
3407 | </ProtoInstance> |
3408 | <ProtoInstance name='Arc'> |
3409 | <fieldValue name='cylinderHeight' value='0.12943'/> |
3410 | <fieldValue name='cylinderTranslation' value='1.88646 1.64867 -1.01027'/> |
3411 | <fieldValue name='coneTranslation' value='1.83266 1.66631 -1.08691'/> |
3412 | <fieldValue name='rotation' value='10.41043 0 -7.30806 1.75695'/> |
3413 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3414 | <fieldValue name='ballRadius' value='0.02'/> |
3415 | <fieldValue name='traceEnabled' value='false'/> |
3416 | <fieldValue name='displayMode'/> |
3417 | <fieldValue name='transparency' value='0'/> |
3418 | </ProtoInstance> |
3419 | <ProtoInstance name='Arc'> |
3420 | <fieldValue name='cylinderHeight' value='0.49058'/> |
3421 | <fieldValue name='cylinderTranslation' value='-0.59741 -2.52060 -0.11471'/> |
3422 | <fieldValue name='coneTranslation' value='-0.57060 -2.43993 -0.12169'/> |
3423 | <fieldValue name='rotation' value='-4.01181 0 -15.41998 0.33078'/> |
3424 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3425 | <fieldValue name='ballRadius' value='0.02'/> |
3426 | <fieldValue name='traceEnabled' value='false'/> |
3427 | <fieldValue name='displayMode'/> |
3428 | <fieldValue name='transparency' value='0'/> |
3429 | </ProtoInstance> |
3430 | <ProtoInstance name='Arc'> |
3431 | <fieldValue name='cylinderHeight' value='0.12230'/> |
3432 | <fieldValue name='cylinderTranslation' value='1.87689 1.54147 -1.07814'/> |
3433 | <fieldValue name='coneTranslation' value='1.91554 1.62448 -1.11539'/> |
3434 | <fieldValue name='rotation' value='4.60909 -0.00000 4.78084 2.56760'/> |
3435 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3436 | <fieldValue name='ballRadius' value='0.02'/> |
3437 | <fieldValue name='traceEnabled' value='false'/> |
3438 | <fieldValue name='displayMode'/> |
3439 | <fieldValue name='transparency' value='0'/> |
3440 | </ProtoInstance> |
3441 | <ProtoInstance name='Arc'> |
3442 | <fieldValue name='cylinderHeight' value='0.30160'/> |
3443 | <fieldValue name='cylinderTranslation' value='1.99099 -0.44326 -0.92316'/> |
3444 | <fieldValue name='coneTranslation' value='1.98485 -0.44933 -0.92632'/> |
3445 | <fieldValue name='rotation' value='10.35804 0 -20.14616 0.84970'/> |
3446 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3447 | <fieldValue name='ballRadius' value='0.02'/> |
3448 | <fieldValue name='traceEnabled' value='false'/> |
3449 | <fieldValue name='displayMode'/> |
3450 | <fieldValue name='transparency' value='0'/> |
3451 | </ProtoInstance> |
3452 | <ProtoInstance name='Arc'> |
3453 | <fieldValue name='cylinderHeight' value='0.58442'/> |
3454 | <fieldValue name='cylinderTranslation' value='1.61945 -0.60960 -1.06207'/> |
3455 | <fieldValue name='coneTranslation' value='1.49692 -0.63982 -1.10148'/> |
3456 | <fieldValue name='rotation' value='-17.42295 0 54.16201 1.80139'/> |
3457 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3458 | <fieldValue name='ballRadius' value='0.02'/> |
3459 | <fieldValue name='traceEnabled' value='false'/> |
3460 | <fieldValue name='displayMode'/> |
3461 | <fieldValue name='transparency' value='0'/> |
3462 | </ProtoInstance> |
3463 | <ProtoInstance name='Arc'> |
3464 | <fieldValue name='cylinderHeight' value='0.40936'/> |
3465 | <fieldValue name='cylinderTranslation' value='-1.81554 1.56598 2.40960'/> |
3466 | <fieldValue name='coneTranslation' value='-1.84940 1.55202 2.38401'/> |
3467 | <fieldValue name='rotation' value='-23.44312 0 31.02795 1.88843'/> |
3468 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3469 | <fieldValue name='ballRadius' value='0.02'/> |
3470 | <fieldValue name='traceEnabled' value='false'/> |
3471 | <fieldValue name='displayMode'/> |
3472 | <fieldValue name='transparency' value='0'/> |
3473 | </ProtoInstance> |
3474 | <ProtoInstance name='Arc'> |
3475 | <fieldValue name='cylinderHeight' value='0.69676'/> |
3476 | <fieldValue name='cylinderTranslation' value='2.11317 -0.43828 0.07335'/> |
3477 | <fieldValue name='coneTranslation' value='2.06416 -0.40006 0.25118'/> |
3478 | <fieldValue name='rotation' value='65.77366 -0.00000 18.12991 1.36648'/> |
3479 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3480 | <fieldValue name='ballRadius' value='0.02'/> |
3481 | <fieldValue name='traceEnabled' value='false'/> |
3482 | <fieldValue name='displayMode'/> |
3483 | <fieldValue name='transparency' value='0'/> |
3484 | </ProtoInstance> |
3485 | <ProtoInstance name='Arc'> |
3486 | <fieldValue name='cylinderHeight' value='0.72368'/> |
3487 | <fieldValue name='cylinderTranslation' value='2.05496 0.01512 -0.90017'/> |
3488 | <fieldValue name='coneTranslation' value='2.03446 0.21527 -0.91624'/> |
3489 | <fieldValue name='rotation' value='-5.76026 0 7.35180 0.12942'/> |
3490 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3491 | <fieldValue name='ballRadius' value='0.02'/> |
3492 | <fieldValue name='traceEnabled' value='false'/> |
3493 | <fieldValue name='displayMode'/> |
3494 | <fieldValue name='transparency' value='0'/> |
3495 | </ProtoInstance> |
3496 | <ProtoInstance name='Arc'> |
3497 | <fieldValue name='cylinderHeight' value='0.32917'/> |
3498 | <fieldValue name='cylinderTranslation' value='0.76704 -0.68452 -2.52585'/> |
3499 | <fieldValue name='coneTranslation' value='0.76914 -0.68236 -2.52240'/> |
3500 | <fieldValue name='rotation' value='24.83563 0 -15.06367 1.08100'/> |
3501 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3502 | <fieldValue name='ballRadius' value='0.02'/> |
3503 | <fieldValue name='traceEnabled' value='false'/> |
3504 | <fieldValue name='displayMode'/> |
3505 | <fieldValue name='transparency' value='0'/> |
3506 | </ProtoInstance> |
3507 | <ProtoInstance name='Arc'> |
3508 | <fieldValue name='cylinderHeight' value='0.34164'/> |
3509 | <fieldValue name='cylinderTranslation' value='-1.88960 1.10814 2.59096'/> |
3510 | <fieldValue name='coneTranslation' value='-1.88407 1.10452 2.59953'/> |
3511 | <fieldValue name='rotation' value='27.04902 0 -17.46440 1.91174'/> |
3512 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3513 | <fieldValue name='ballRadius' value='0.02'/> |
3514 | <fieldValue name='traceEnabled' value='false'/> |
3515 | <fieldValue name='displayMode'/> |
3516 | <fieldValue name='transparency' value='0'/> |
3517 | </ProtoInstance> |
3518 | <ProtoInstance name='Arc'> |
3519 | <fieldValue name='cylinderHeight' value='0.88158'/> |
3520 | <fieldValue name='cylinderTranslation' value='2.12697 -0.35834 0.83036'/> |
3521 | <fieldValue name='coneTranslation' value='2.06044 -0.36424 0.55762'/> |
3522 | <fieldValue name='rotation' value='-85.62771 0 20.88958 1.59179'/> |
3523 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3524 | <fieldValue name='ballRadius' value='0.02'/> |
3525 | <fieldValue name='traceEnabled' value='false'/> |
3526 | <fieldValue name='displayMode'/> |
3527 | <fieldValue name='transparency' value='0'/> |
3528 | </ProtoInstance> |
3529 | <ProtoInstance name='Arc'> |
3530 | <fieldValue name='cylinderHeight' value='0.86635'/> |
3531 | <fieldValue name='cylinderTranslation' value='-0.20260 -2.00709 -0.22109'/> |
3532 | <fieldValue name='coneTranslation' value='-0.00225 -1.82955 -0.27552'/> |
3533 | <fieldValue name='rotation' value='-17.26377 0 -63.54055 0.86334'/> |
3534 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3535 | <fieldValue name='ballRadius' value='0.02'/> |
3536 | <fieldValue name='traceEnabled' value='false'/> |
3537 | <fieldValue name='displayMode'/> |
3538 | <fieldValue name='transparency' value='0'/> |
3539 | </ProtoInstance> |
3540 | <ProtoInstance name='Arc'> |
3541 | <fieldValue name='cylinderHeight' value='0.33817'/> |
3542 | <fieldValue name='cylinderTranslation' value='1.00754 -0.58936 -2.57594'/> |
3543 | <fieldValue name='coneTranslation' value='1.00845 -0.58552 -2.56776'/> |
3544 | <fieldValue name='rotation' value='30.46978 0 -3.39305 1.13513'/> |
3545 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3546 | <fieldValue name='ballRadius' value='0.02'/> |
3547 | <fieldValue name='traceEnabled' value='false'/> |
3548 | <fieldValue name='displayMode'/> |
3549 | <fieldValue name='transparency' value='0'/> |
3550 | </ProtoInstance> |
3551 | <ProtoInstance name='Arc'> |
3552 | <fieldValue name='cylinderHeight' value='0.59155'/> |
3553 | <fieldValue name='cylinderTranslation' value='1.62798 -0.77082 -1.17224'/> |
3554 | <fieldValue name='coneTranslation' value='1.49975 -0.72747 -1.16165'/> |
3555 | <fieldValue name='rotation' value='4.61108 -0.00000 55.86878 1.24583'/> |
3556 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3557 | <fieldValue name='ballRadius' value='0.02'/> |
3558 | <fieldValue name='traceEnabled' value='false'/> |
3559 | <fieldValue name='displayMode'/> |
3560 | <fieldValue name='transparency' value='0'/> |
3561 | </ProtoInstance> |
3562 | <ProtoInstance name='Arc'> |
3563 | <fieldValue name='cylinderHeight' value='0.43633'/> |
3564 | <fieldValue name='cylinderTranslation' value='2.03404 -1.02484 -1.27322'/> |
3565 | <fieldValue name='coneTranslation' value='2.06782 -1.06739 -1.29399'/> |
3566 | <fieldValue name='rotation' value='-15.58521 0 -25.34222 2.39131'/> |
3567 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3568 | <fieldValue name='ballRadius' value='0.02'/> |
3569 | <fieldValue name='traceEnabled' value='false'/> |
3570 | <fieldValue name='displayMode'/> |
3571 | <fieldValue name='transparency' value='0'/> |
3572 | </ProtoInstance> |
3573 | <ProtoInstance name='Arc'> |
3574 | <fieldValue name='cylinderHeight' value='0.42143'/> |
3575 | <fieldValue name='cylinderTranslation' value='0.31503 -1.75399 -0.36756'/> |
3576 | <fieldValue name='coneTranslation' value='0.36315 -1.76083 -0.38204'/> |
3577 | <fieldValue name='rotation' value='-12.03038 0 -39.98731 1.70608'/> |
3578 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3579 | <fieldValue name='ballRadius' value='0.02'/> |
3580 | <fieldValue name='traceEnabled' value='false'/> |
3581 | <fieldValue name='displayMode'/> |
3582 | <fieldValue name='transparency' value='0'/> |
3583 | </ProtoInstance> |
3584 | <ProtoInstance name='Arc'> |
3585 | <fieldValue name='cylinderHeight' value='0.25811'/> |
3586 | <fieldValue name='cylinderTranslation' value='-2.33413 -1.20011 1.85258'/> |
3587 | <fieldValue name='coneTranslation' value='-2.34579 -1.18066 1.83153'/> |
3588 | <fieldValue name='rotation' value='17.55873 0 -9.73380 2.25042'/> |
3589 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3590 | <fieldValue name='ballRadius' value='0.02'/> |
3591 | <fieldValue name='traceEnabled' value='false'/> |
3592 | <fieldValue name='displayMode'/> |
3593 | <fieldValue name='transparency' value='0'/> |
3594 | </ProtoInstance> |
3595 | <ProtoInstance name='Arc'> |
3596 | <fieldValue name='cylinderHeight' value='0.37356'/> |
3597 | <fieldValue name='cylinderTranslation' value='-1.43748 -2.17913 -0.50736'/> |
3598 | <fieldValue name='coneTranslation' value='-1.43677 -2.15365 -0.51556'/> |
3599 | <fieldValue name='rotation' value='-11.43044 0 -0.99793 0.31220'/> |
3600 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3601 | <fieldValue name='ballRadius' value='0.02'/> |
3602 | <fieldValue name='traceEnabled' value='false'/> |
3603 | <fieldValue name='displayMode'/> |
3604 | <fieldValue name='transparency' value='0'/> |
3605 | </ProtoInstance> |
3606 | <ProtoInstance name='Arc'> |
3607 | <fieldValue name='cylinderHeight' value='0.32919'/> |
3608 | <fieldValue name='cylinderTranslation' value='0.76694 -0.68447 -2.52584'/> |
3609 | <fieldValue name='coneTranslation' value='0.76483 -0.68663 -2.52931'/> |
3610 | <fieldValue name='rotation' value='-24.83226 0 15.08484 2.06020'/> |
3611 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3612 | <fieldValue name='ballRadius' value='0.02'/> |
3613 | <fieldValue name='traceEnabled' value='false'/> |
3614 | <fieldValue name='displayMode'/> |
3615 | <fieldValue name='transparency' value='0'/> |
3616 | </ProtoInstance> |
3617 | <ProtoInstance name='Arc'> |
3618 | <fieldValue name='cylinderHeight' value='0.31461'/> |
3619 | <fieldValue name='cylinderTranslation' value='-2.15425 2.27198 0.26789'/> |
3620 | <fieldValue name='coneTranslation' value='-2.15474 2.27172 0.26526'/> |
3621 | <fieldValue name='rotation' value='30.76594 0 -5.79701 1.47189'/> |
3622 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3623 | <fieldValue name='ballRadius' value='0.02'/> |
3624 | <fieldValue name='traceEnabled' value='false'/> |
3625 | <fieldValue name='displayMode'/> |
3626 | <fieldValue name='transparency' value='0'/> |
3627 | </ProtoInstance> |
3628 | <ProtoInstance name='Arc'> |
3629 | <fieldValue name='cylinderHeight' value='0.13162'/> |
3630 | <fieldValue name='cylinderTranslation' value='2.30577 -0.13963 1.93267'/> |
3631 | <fieldValue name='coneTranslation' value='2.28988 -0.23128 1.94752'/> |
3632 | <fieldValue name='rotation' value='-2.07431 0 -2.21975 0.23292'/> |
3633 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3634 | <fieldValue name='ballRadius' value='0.02'/> |
3635 | <fieldValue name='traceEnabled' value='false'/> |
3636 | <fieldValue name='displayMode'/> |
3637 | <fieldValue name='transparency' value='0'/> |
3638 | </ProtoInstance> |
3639 | <ProtoInstance name='Arc'> |
3640 | <fieldValue name='cylinderHeight' value='0.34651'/> |
3641 | <fieldValue name='cylinderTranslation' value='2.61181 -0.74812 -0.54868'/> |
3642 | <fieldValue name='coneTranslation' value='2.62254 -0.75458 -0.54433'/> |
3643 | <fieldValue name='rotation' value='11.36331 0 -28.04804 2.07957'/> |
3644 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3645 | <fieldValue name='ballRadius' value='0.02'/> |
3646 | <fieldValue name='traceEnabled' value='false'/> |
3647 | <fieldValue name='displayMode'/> |
3648 | <fieldValue name='transparency' value='0'/> |
3649 | </ProtoInstance> |
3650 | <ProtoInstance name='Arc'> |
3651 | <fieldValue name='cylinderHeight' value='0.31461'/> |
3652 | <fieldValue name='cylinderTranslation' value='-2.15425 2.27198 0.26789'/> |
3653 | <fieldValue name='coneTranslation' value='-2.15375 2.27225 0.27053'/> |
3654 | <fieldValue name='rotation' value='-30.76601 0 5.79680 1.66970'/> |
3655 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3656 | <fieldValue name='ballRadius' value='0.02'/> |
3657 | <fieldValue name='traceEnabled' value='false'/> |
3658 | <fieldValue name='displayMode'/> |
3659 | <fieldValue name='transparency' value='0'/> |
3660 | </ProtoInstance> |
3661 | <ProtoInstance name='Arc'> |
3662 | <fieldValue name='cylinderHeight' value='0.94435'/> |
3663 | <fieldValue name='cylinderTranslation' value='1.33898 -0.26739 -1.38493'/> |
3664 | <fieldValue name='coneTranslation' value='1.34537 -0.53780 -1.22907'/> |
3665 | <fieldValue name='rotation' value='47.15007 0 -1.93167 2.61834'/> |
3666 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3667 | <fieldValue name='ballRadius' value='0.02'/> |
3668 | <fieldValue name='traceEnabled' value='false'/> |
3669 | <fieldValue name='displayMode'/> |
3670 | <fieldValue name='transparency' value='0'/> |
3671 | </ProtoInstance> |
3672 | <ProtoInstance name='Arc'> |
3673 | <fieldValue name='cylinderHeight' value='0.54832'/> |
3674 | <fieldValue name='cylinderTranslation' value='1.24607 -0.08626 -1.74839'/> |
3675 | <fieldValue name='coneTranslation' value='1.21140 -0.18114 -1.80157'/> |
3676 | <fieldValue name='rotation' value='-25.54145 0 16.65144 2.55195'/> |
3677 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3678 | <fieldValue name='ballRadius' value='0.02'/> |
3679 | <fieldValue name='traceEnabled' value='false'/> |
3680 | <fieldValue name='displayMode'/> |
3681 | <fieldValue name='transparency' value='0'/> |
3682 | </ProtoInstance> |
3683 | <ProtoInstance name='Arc'> |
3684 | <fieldValue name='cylinderHeight' value='0.71372'/> |
3685 | <fieldValue name='cylinderTranslation' value='-1.70027 -1.94401 -0.79332'/> |
3686 | <fieldValue name='coneTranslation' value='-1.84799 -1.91235 -0.91954'/> |
3687 | <fieldValue name='rotation' value='-45.76106 0 53.55540 1.40931'/> |
3688 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3689 | <fieldValue name='ballRadius' value='0.02'/> |
3690 | <fieldValue name='traceEnabled' value='false'/> |
3691 | <fieldValue name='displayMode'/> |
3692 | <fieldValue name='transparency' value='0'/> |
3693 | </ProtoInstance> |
3694 | <ProtoInstance name='Arc'> |
3695 | <fieldValue name='cylinderHeight' value='0.93415'/> |
3696 | <fieldValue name='cylinderTranslation' value='1.12590 -1.05908 -1.00054'/> |
3697 | <fieldValue name='coneTranslation' value='0.97946 -1.31068 -0.90282'/> |
3698 | <fieldValue name='rotation' value='29.72814 -0.00000 44.54756 2.53105'/> |
3699 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3700 | <fieldValue name='ballRadius' value='0.02'/> |
3701 | <fieldValue name='traceEnabled' value='false'/> |
3702 | <fieldValue name='displayMode'/> |
3703 | <fieldValue name='transparency' value='0'/> |
3704 | </ProtoInstance> |
3705 | <ProtoInstance name='Arc'> |
3706 | <fieldValue name='cylinderHeight' value='0.83317'/> |
3707 | <fieldValue name='cylinderTranslation' value='1.25572 -0.49525 -1.51264'/> |
3708 | <fieldValue name='coneTranslation' value='1.19849 -0.38369 -1.73650'/> |
3709 | <fieldValue name='rotation' value='-72.69152 0 18.58311 1.12097'/> |
3710 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3711 | <fieldValue name='ballRadius' value='0.02'/> |
3712 | <fieldValue name='traceEnabled' value='false'/> |
3713 | <fieldValue name='displayMode'/> |
3714 | <fieldValue name='transparency' value='0'/> |
3715 | </ProtoInstance> |
3716 | <ProtoInstance name='Arc'> |
3717 | <fieldValue name='cylinderHeight' value='0.58398'/> |
3718 | <fieldValue name='cylinderTranslation' value='1.61352 -0.78022 -1.08349'/> |
3719 | <fieldValue name='coneTranslation' value='1.73325 -0.82715 -1.05379'/> |
3720 | <fieldValue name='rotation' value='13.13861 0 -52.97589 1.93435'/> |
3721 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3722 | <fieldValue name='ballRadius' value='0.02'/> |
3723 | <fieldValue name='traceEnabled' value='false'/> |
3724 | <fieldValue name='displayMode'/> |
3725 | <fieldValue name='transparency' value='0'/> |
3726 | </ProtoInstance> |
3727 | <ProtoInstance name='Vertex'> |
3728 | <fieldValue name='vertexText' value='"2010-02-12-AFSC.ORG"'/> |
3729 | <fieldValue name='description' value='1: 2010-02-12-AFSC.ORG'/> |
3730 | <fieldValue name='url'/> |
3731 | <fieldValue name='radius' value='0.1500'/> |
3732 | <fieldValue name='displayMode'/> |
3733 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3734 | <fieldValue name='transparency' value='0'/> |
3735 | <fieldValue name='translation' value='1.06294 -0.41784 -1.93056'/> |
3736 | <fieldValue name='textTranslation' value='1.21294 -0.41784 -1.93056'/> |
3737 | <fieldValue name='textColor' value='0 0 0'/> |
3738 | </ProtoInstance> |
3739 | <ProtoInstance name='Vertex'> |
3740 | <fieldValue name='vertexText' value='"2010-02-12-ARMY.MIL"'/> |
3741 | <fieldValue name='description' value='2: 2010-02-12-ARMY.MIL'/> |
3742 | <fieldValue name='url'/> |
3743 | <fieldValue name='radius' value='0.1500'/> |
3744 | <fieldValue name='displayMode'/> |
3745 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3746 | <fieldValue name='transparency' value='0'/> |
3747 | <fieldValue name='translation' value='1.84884 1.20265 -0.90297'/> |
3748 | <fieldValue name='textTranslation' value='1.99884 1.20265 -0.90297'/> |
3749 | <fieldValue name='textColor' value='0 0 0'/> |
3750 | </ProtoInstance> |
3751 | <ProtoInstance name='Vertex'> |
3752 | <fieldValue name='vertexText' value='"2010-02-12-BLOGS.STATE.GOV-INDEX.PHP"'/> |
3753 | <fieldValue name='description' value='3: 2010-02-12-BLOGS.STATE.GOV-INDEX.PHP'/> |
3754 | <fieldValue name='url'/> |
3755 | <fieldValue name='radius' value='0.1500'/> |
3756 | <fieldValue name='displayMode'/> |
3757 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3758 | <fieldValue name='transparency' value='0'/> |
3759 | <fieldValue name='translation' value='-2.08595 1.27140 2.04273'/> |
3760 | <fieldValue name='textTranslation' value='-1.93595 1.27140 2.04273'/> |
3761 | <fieldValue name='textColor' value='0 0 0'/> |
3762 | </ProtoInstance> |
3763 | <ProtoInstance name='Vertex'> |
3764 | <fieldValue name='vertexText' value='"2010-02-12-FACEBOOK.COM-JTFHAITI"'/> |
3765 | <fieldValue name='description' value='4: 2010-02-12-FACEBOOK.COM-JTFHAITI'/> |
3766 | <fieldValue name='url'/> |
3767 | <fieldValue name='radius' value='0.1500'/> |
3768 | <fieldValue name='displayMode'/> |
3769 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3770 | <fieldValue name='transparency' value='0'/> |
3771 | <fieldValue name='translation' value='2.09413 1.14777 1.20942'/> |
3772 | <fieldValue name='textTranslation' value='2.24413 1.14777 1.20942'/> |
3773 | <fieldValue name='textColor' value='0 0 0'/> |
3774 | </ProtoInstance> |
3775 | <ProtoInstance name='Vertex'> |
3776 | <fieldValue name='vertexText' value='"2010-02-12-FLICKR.COM-PHOTOS"'/> |
3777 | <fieldValue name='description' value='5: 2010-02-12-FLICKR.COM-PHOTOS'/> |
3778 | <fieldValue name='url'/> |
3779 | <fieldValue name='radius' value='0.1500'/> |
3780 | <fieldValue name='displayMode'/> |
3781 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3782 | <fieldValue name='transparency' value='0'/> |
3783 | <fieldValue name='translation' value='-2.32221 -0.86170 1.53483'/> |
3784 | <fieldValue name='textTranslation' value='-2.17221 -0.86170 1.53483'/> |
3785 | <fieldValue name='textColor' value='0 0 0'/> |
3786 | </ProtoInstance> |
3787 | <ProtoInstance name='Vertex'> |
3788 | <fieldValue name='vertexText' value='"2010-02-12-GLOBALFOODFORTHOUGHT.TYPEPAD.COM-GLOBAL"'/> |
3789 | <fieldValue name='description' value='6: 2010-02-12-GLOBALFOODFORTHOUGHT.TYPEPAD.COM-GLOBAL'/> |
3790 | <fieldValue name='url'/> |
3791 | <fieldValue name='radius' value='0.1500'/> |
3792 | <fieldValue name='displayMode'/> |
3793 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3794 | <fieldValue name='transparency' value='0'/> |
3795 | <fieldValue name='translation' value='-1.67976 1.42235 -2.39503'/> |
3796 | <fieldValue name='textTranslation' value='-1.52976 1.42235 -2.39503'/> |
3797 | <fieldValue name='textColor' value='0 0 0'/> |
3798 | </ProtoInstance> |
3799 | <ProtoInstance name='Vertex'> |
3800 | <fieldValue name='vertexText' value='"2010-02-12-HELPAGEUSA.ORG"'/> |
3801 | <fieldValue name='description' value='7: 2010-02-12-HELPAGEUSA.ORG'/> |
3802 | <fieldValue name='url'/> |
3803 | <fieldValue name='radius' value='0.1500'/> |
3804 | <fieldValue name='displayMode'/> |
3805 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3806 | <fieldValue name='transparency' value='0'/> |
3807 | <fieldValue name='translation' value='1.97196 -0.54660 -0.74872'/> |
3808 | <fieldValue name='textTranslation' value='2.12196 -0.54660 -0.74872'/> |
3809 | <fieldValue name='textColor' value='0 0 0'/> |
3810 | </ProtoInstance> |
3811 | <ProtoInstance name='Vertex'> |
3812 | <fieldValue name='vertexText' value='"2010-02-12-HHS.GOV-HAITI"'/> |
3813 | <fieldValue name='description' value='8: 2010-02-12-HHS.GOV-HAITI'/> |
3814 | <fieldValue name='url'/> |
3815 | <fieldValue name='radius' value='0.1500'/> |
3816 | <fieldValue name='displayMode'/> |
3817 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3818 | <fieldValue name='transparency' value='0'/> |
3819 | <fieldValue name='translation' value='0.83576 -1.37789 -0.52388'/> |
3820 | <fieldValue name='textTranslation' value='0.98576 -1.37789 -0.52388'/> |
3821 | <fieldValue name='textColor' value='0 0 0'/> |
3822 | </ProtoInstance> |
3823 | <ProtoInstance name='Vertex'> |
3824 | <fieldValue name='vertexText' value='"2010-02-12-SOUTHCOM.MIL-APPSSC"'/> |
3825 | <fieldValue name='description' value='9: 2010-02-12-SOUTHCOM.MIL-APPSSC'/> |
3826 | <fieldValue name='url'/> |
3827 | <fieldValue name='radius' value='0.1500'/> |
3828 | <fieldValue name='displayMode'/> |
3829 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3830 | <fieldValue name='transparency' value='0'/> |
3831 | <fieldValue name='translation' value='2.00862 -0.11253 1.59254'/> |
3832 | <fieldValue name='textTranslation' value='2.15862 -0.11253 1.59254'/> |
3833 | <fieldValue name='textColor' value='0 0 0'/> |
3834 | </ProtoInstance> |
3835 | <ProtoInstance name='Vertex'> |
3836 | <fieldValue name='vertexText' value='"2010-02-12-STOPHUNGERNOW.ORG-SITE"'/> |
3837 | <fieldValue name='description' value='10: 2010-02-12-STOPHUNGERNOW.ORG-SITE'/> |
3838 | <fieldValue name='url'/> |
3839 | <fieldValue name='radius' value='0.1500'/> |
3840 | <fieldValue name='displayMode'/> |
3841 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
3842 | <fieldValue name='transparency' value='0'/> |
3843 | <fieldValue name='translation' value='-0.84639 -2.16638 -0.06134'/> |
3844 | <fieldValue name='textTranslation' value='-0.69639 -2.16638 -0.06134'/> |
3845 | <fieldValue name='textColor' value='0 0 0'/> |
3846 | </ProtoInstance> |
3847 | <ProtoInstance name='Vertex'> |
3848 | <fieldValue name='vertexText' value='"2010-02-12-TWITTER.COM-USHAHIDI"'/> |
3849 | <fieldValue name='description' value='11: 2010-02-12-TWITTER.COM-USHAHIDI'/> |
3850 | <fieldValue name='url'/> |
3851 | <fieldValue name='radius' value='0.1500'/> |
3852 | <fieldValue name='displayMode'/> |
3853 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
3854 | <fieldValue name='transparency' value='0'/> |
3855 | <fieldValue name='translation' value='-2.13033 -1.43167 -1.30965'/> |
3856 | <fieldValue name='textTranslation' value='-1.98033 -1.43167 -1.30965'/> |
3857 | <fieldValue name='textColor' value='0 0 0'/> |
3858 | </ProtoInstance> |
3859 | <ProtoInstance name='Vertex'> |
3860 | <fieldValue name='vertexText' value='"2010-02-12-WASHINGTONPOST.COM-WP"'/> |
3861 | <fieldValue name='description' value='12: 2010-02-12-WASHINGTONPOST.COM-WP'/> |
3862 | <fieldValue name='url'/> |
3863 | <fieldValue name='radius' value='0.1500'/> |
3864 | <fieldValue name='displayMode'/> |
3865 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3866 | <fieldValue name='transparency' value='0'/> |
3867 | <fieldValue name='translation' value='-1.95455 2.25579 0.83918'/> |
3868 | <fieldValue name='textTranslation' value='-1.80455 2.25579 0.83918'/> |
3869 | <fieldValue name='textColor' value='0 0 0'/> |
3870 | </ProtoInstance> |
3871 | <ProtoInstance name='Vertex'> |
3872 | <fieldValue name='vertexText' value=' "Haiti/2010-02-12/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-12.simple" '/> |
3873 | <fieldValue name='description' value='13: Haiti/2010-02-12/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-12.simple'/> |
3874 | <fieldValue name='url'/> |
3875 | <fieldValue name='radius' value='0.1500'/> |
3876 | <fieldValue name='displayMode'/> |
3877 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
3878 | <fieldValue name='transparency' value='0'/> |
3879 | <fieldValue name='translation' value='-1.05652 2.28950 -2.07618'/> |
3880 | <fieldValue name='textTranslation' value='-0.90652 2.28950 -2.07618'/> |
3881 | <fieldValue name='textColor' value='0 0 0'/> |
3882 | </ProtoInstance> |
3883 | <ProtoInstance name='Vertex'> |
3884 | <fieldValue name='vertexText' value='"added"'/> |
3885 | <fieldValue name='description' value='14: added'/> |
3886 | <fieldValue name='url'/> |
3887 | <fieldValue name='radius' value='0.1500'/> |
3888 | <fieldValue name='displayMode'/> |
3889 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3890 | <fieldValue name='transparency' value='0'/> |
3891 | <fieldValue name='translation' value='1.96230 1.89417 1.55165'/> |
3892 | <fieldValue name='textTranslation' value='2.11230 1.89417 1.55165'/> |
3893 | <fieldValue name='textColor' value='0 0 0'/> |
3894 | </ProtoInstance> |
3895 | <ProtoInstance name='Vertex'> |
3896 | <fieldValue name='vertexText' value='"affairs"'/> |
3897 | <fieldValue name='description' value='15: affairs'/> |
3898 | <fieldValue name='url'/> |
3899 | <fieldValue name='radius' value='0.1500'/> |
3900 | <fieldValue name='displayMode'/> |
3901 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3902 | <fieldValue name='transparency' value='0'/> |
3903 | <fieldValue name='translation' value='-2.50959 -0.72675 1.67739'/> |
3904 | <fieldValue name='textTranslation' value='-2.35959 -0.72675 1.67739'/> |
3905 | <fieldValue name='textColor' value='0 0 0'/> |
3906 | </ProtoInstance> |
3907 | <ProtoInstance name='Vertex'> |
3908 | <fieldValue name='vertexText' value='"affected"'/> |
3909 | <fieldValue name='description' value='16: affected'/> |
3910 | <fieldValue name='url'/> |
3911 | <fieldValue name='radius' value='0.1500'/> |
3912 | <fieldValue name='displayMode'/> |
3913 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3914 | <fieldValue name='transparency' value='0'/> |
3915 | <fieldValue name='translation' value='2.32425 -0.34544 -1.00602'/> |
3916 | <fieldValue name='textTranslation' value='2.47425 -0.34544 -1.00602'/> |
3917 | <fieldValue name='textColor' value='0 0 0'/> |
3918 | </ProtoInstance> |
3919 | <ProtoInstance name='Vertex'> |
3920 | <fieldValue name='vertexText' value='"afghan"'/> |
3921 | <fieldValue name='description' value='17: afghan'/> |
3922 | <fieldValue name='url'/> |
3923 | <fieldValue name='radius' value='0.1500'/> |
3924 | <fieldValue name='displayMode'/> |
3925 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3926 | <fieldValue name='transparency' value='0'/> |
3927 | <fieldValue name='translation' value='-1.91770 2.46408 0.44787'/> |
3928 | <fieldValue name='textTranslation' value='-1.76770 2.46408 0.44787'/> |
3929 | <fieldValue name='textColor' value='0 0 0'/> |
3930 | </ProtoInstance> |
3931 | <ProtoInstance name='Vertex'> |
3932 | <fieldValue name='vertexText' value='"africa"'/> |
3933 | <fieldValue name='description' value='18: africa'/> |
3934 | <fieldValue name='url'/> |
3935 | <fieldValue name='radius' value='0.1500'/> |
3936 | <fieldValue name='displayMode'/> |
3937 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3938 | <fieldValue name='transparency' value='0'/> |
3939 | <fieldValue name='translation' value='-2.09656 1.76971 1.41452'/> |
3940 | <fieldValue name='textTranslation' value='-1.94656 1.76971 1.41452'/> |
3941 | <fieldValue name='textColor' value='0 0 0'/> |
3942 | </ProtoInstance> |
3943 | <ProtoInstance name='Vertex'> |
3944 | <fieldValue name='vertexText' value='"aid"'/> |
3945 | <fieldValue name='description' value='19: aid'/> |
3946 | <fieldValue name='url'/> |
3947 | <fieldValue name='radius' value='0.1500'/> |
3948 | <fieldValue name='displayMode'/> |
3949 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3950 | <fieldValue name='transparency' value='0'/> |
3951 | <fieldValue name='translation' value='2.37845 -0.32844 1.79618'/> |
3952 | <fieldValue name='textTranslation' value='2.52845 -0.32844 1.79618'/> |
3953 | <fieldValue name='textColor' value='0 0 0'/> |
3954 | </ProtoInstance> |
3955 | <ProtoInstance name='Vertex'> |
3956 | <fieldValue name='vertexText' value='"air"'/> |
3957 | <fieldValue name='description' value='20: air'/> |
3958 | <fieldValue name='url'/> |
3959 | <fieldValue name='radius' value='0.1500'/> |
3960 | <fieldValue name='displayMode'/> |
3961 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3962 | <fieldValue name='transparency' value='0'/> |
3963 | <fieldValue name='translation' value='1.99117 1.39129 -0.09874'/> |
3964 | <fieldValue name='textTranslation' value='2.14117 1.39129 -0.09874'/> |
3965 | <fieldValue name='textColor' value='0 0 0'/> |
3966 | </ProtoInstance> |
3967 | <ProtoInstance name='Vertex'> |
3968 | <fieldValue name='vertexText' value='"airman"'/> |
3969 | <fieldValue name='description' value='21: airman'/> |
3970 | <fieldValue name='url'/> |
3971 | <fieldValue name='radius' value='0.1500'/> |
3972 | <fieldValue name='displayMode'/> |
3973 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3974 | <fieldValue name='transparency' value='0'/> |
3975 | <fieldValue name='translation' value='2.24005 1.06248 -1.24324'/> |
3976 | <fieldValue name='textTranslation' value='2.39005 1.06248 -1.24324'/> |
3977 | <fieldValue name='textColor' value='0 0 0'/> |
3978 | </ProtoInstance> |
3979 | <ProtoInstance name='Vertex'> |
3980 | <fieldValue name='vertexText' value='"americas"'/> |
3981 | <fieldValue name='description' value='22: americas'/> |
3982 | <fieldValue name='url'/> |
3983 | <fieldValue name='radius' value='0.1500'/> |
3984 | <fieldValue name='displayMode'/> |
3985 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3986 | <fieldValue name='transparency' value='0'/> |
3987 | <fieldValue name='translation' value='-1.95607 2.02958 1.49935'/> |
3988 | <fieldValue name='textTranslation' value='-1.80607 2.02958 1.49935'/> |
3989 | <fieldValue name='textColor' value='0 0 0'/> |
3990 | </ProtoInstance> |
3991 | <ProtoInstance name='Vertex'> |
3992 | <fieldValue name='vertexText' value='"annie"'/> |
3993 | <fieldValue name='description' value='23: annie'/> |
3994 | <fieldValue name='url'/> |
3995 | <fieldValue name='radius' value='0.1500'/> |
3996 | <fieldValue name='displayMode'/> |
3997 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3998 | <fieldValue name='transparency' value='0'/> |
3999 | <fieldValue name='translation' value='-1.54295 2.75259 0.44873'/> |
4000 | <fieldValue name='textTranslation' value='-1.39295 2.75259 0.44873'/> |
4001 | <fieldValue name='textColor' value='0 0 0'/> |
4002 | </ProtoInstance> |
4003 | <ProtoInstance name='Vertex'> |
4004 | <fieldValue name='vertexText' value='"annual"'/> |
4005 | <fieldValue name='description' value='24: annual'/> |
4006 | <fieldValue name='url'/> |
4007 | <fieldValue name='radius' value='0.1500'/> |
4008 | <fieldValue name='displayMode'/> |
4009 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4010 | <fieldValue name='transparency' value='0'/> |
4011 | <fieldValue name='translation' value='-0.60743 -2.17810 -0.20947'/> |
4012 | <fieldValue name='textTranslation' value='-0.45743 -2.17810 -0.20947'/> |
4013 | <fieldValue name='textColor' value='0 0 0'/> |
4014 | </ProtoInstance> |
4015 | <ProtoInstance name='Vertex'> |
4016 | <fieldValue name='vertexText' value='"approach"'/> |
4017 | <fieldValue name='description' value='25: approach'/> |
4018 | <fieldValue name='url'/> |
4019 | <fieldValue name='radius' value='0.1500'/> |
4020 | <fieldValue name='displayMode'/> |
4021 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4022 | <fieldValue name='transparency' value='0'/> |
4023 | <fieldValue name='translation' value='0.62108 0.07188 -2.64485'/> |
4024 | <fieldValue name='textTranslation' value='0.77108 0.07188 -2.64485'/> |
4025 | <fieldValue name='textColor' value='0 0 0'/> |
4026 | </ProtoInstance> |
4027 | <ProtoInstance name='Vertex'> |
4028 | <fieldValue name='vertexText' value='"army"'/> |
4029 | <fieldValue name='description' value='26: army'/> |
4030 | <fieldValue name='url'/> |
4031 | <fieldValue name='radius' value='0.1500'/> |
4032 | <fieldValue name='displayMode'/> |
4033 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4034 | <fieldValue name='transparency' value='0'/> |
4035 | <fieldValue name='translation' value='2.09790 0.39933 2.20380'/> |
4036 | <fieldValue name='textTranslation' value='2.24790 0.39933 2.20380'/> |
4037 | <fieldValue name='textColor' value='0 0 0'/> |
4038 | </ProtoInstance> |
4039 | <ProtoInstance name='Vertex'> |
4040 | <fieldValue name='vertexText' value='"ashore"'/> |
4041 | <fieldValue name='description' value='27: ashore'/> |
4042 | <fieldValue name='url'/> |
4043 | <fieldValue name='radius' value='0.1500'/> |
4044 | <fieldValue name='displayMode'/> |
4045 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4046 | <fieldValue name='transparency' value='0'/> |
4047 | <fieldValue name='translation' value='1.87328 -0.46117 2.36522'/> |
4048 | <fieldValue name='textTranslation' value='2.02328 -0.46117 2.36522'/> |
4049 | <fieldValue name='textColor' value='0 0 0'/> |
4050 | </ProtoInstance> |
4051 | <ProtoInstance name='Vertex'> |
4052 | <fieldValue name='vertexText' value='"asia"'/> |
4053 | <fieldValue name='description' value='28: asia'/> |
4054 | <fieldValue name='url'/> |
4055 | <fieldValue name='radius' value='0.1500'/> |
4056 | <fieldValue name='displayMode'/> |
4057 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4058 | <fieldValue name='transparency' value='0'/> |
4059 | <fieldValue name='translation' value='-2.16048 1.24253 2.05751'/> |
4060 | <fieldValue name='textTranslation' value='-2.01048 1.24253 2.05751'/> |
4061 | <fieldValue name='textColor' value='0 0 0'/> |
4062 | </ProtoInstance> |
4063 | <ProtoInstance name='Vertex'> |
4064 | <fieldValue name='vertexText' value='"assist"'/> |
4065 | <fieldValue name='description' value='29: assist'/> |
4066 | <fieldValue name='url'/> |
4067 | <fieldValue name='radius' value='0.1500'/> |
4068 | <fieldValue name='displayMode'/> |
4069 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4070 | <fieldValue name='transparency' value='0'/> |
4071 | <fieldValue name='translation' value='1.81715 -0.55909 1.46570'/> |
4072 | <fieldValue name='textTranslation' value='1.96715 -0.55909 1.46570'/> |
4073 | <fieldValue name='textColor' value='0 0 0'/> |
4074 | </ProtoInstance> |
4075 | <ProtoInstance name='Vertex'> |
4076 | <fieldValue name='vertexText' value='"athletes"'/> |
4077 | <fieldValue name='description' value='30: athletes'/> |
4078 | <fieldValue name='url'/> |
4079 | <fieldValue name='radius' value='0.1500'/> |
4080 | <fieldValue name='displayMode'/> |
4081 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4082 | <fieldValue name='transparency' value='0'/> |
4083 | <fieldValue name='translation' value='-1.43142 -2.52868 0.18610'/> |
4084 | <fieldValue name='textTranslation' value='-1.28142 -2.52868 0.18610'/> |
4085 | <fieldValue name='textColor' value='0 0 0'/> |
4086 | </ProtoInstance> |
4087 | <ProtoInstance name='Vertex'> |
4088 | <fieldValue name='vertexText' value='"banker"'/> |
4089 | <fieldValue name='description' value='31: banker'/> |
4090 | <fieldValue name='url'/> |
4091 | <fieldValue name='radius' value='0.1500'/> |
4092 | <fieldValue name='displayMode'/> |
4093 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4094 | <fieldValue name='transparency' value='0'/> |
4095 | <fieldValue name='translation' value='-1.75154 2.42361 1.30055'/> |
4096 | <fieldValue name='textTranslation' value='-1.60154 2.42361 1.30055'/> |
4097 | <fieldValue name='textColor' value='0 0 0'/> |
4098 | </ProtoInstance> |
4099 | <ProtoInstance name='Vertex'> |
4100 | <fieldValue name='vertexText' value='"bear"'/> |
4101 | <fieldValue name='description' value='32: bear'/> |
4102 | <fieldValue name='url'/> |
4103 | <fieldValue name='radius' value='0.1500'/> |
4104 | <fieldValue name='displayMode'/> |
4105 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4106 | <fieldValue name='transparency' value='0'/> |
4107 | <fieldValue name='translation' value='-1.79769 2.56007 0.62108'/> |
4108 | <fieldValue name='textTranslation' value='-1.64769 2.56007 0.62108'/> |
4109 | <fieldValue name='textColor' value='0 0 0'/> |
4110 | </ProtoInstance> |
4111 | <ProtoInstance name='Vertex'> |
4112 | <fieldValue name='vertexText' value='"brigade"'/> |
4113 | <fieldValue name='description' value='33: brigade'/> |
4114 | <fieldValue name='url'/> |
4115 | <fieldValue name='radius' value='0.1500'/> |
4116 | <fieldValue name='displayMode'/> |
4117 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4118 | <fieldValue name='transparency' value='0'/> |
4119 | <fieldValue name='translation' value='2.11846 1.60231 1.38765'/> |
4120 | <fieldValue name='textTranslation' value='2.26846 1.60231 1.38765'/> |
4121 | <fieldValue name='textColor' value='0 0 0'/> |
4122 | </ProtoInstance> |
4123 | <ProtoInstance name='Vertex'> |
4124 | <fieldValue name='vertexText' value='"ca"'/> |
4125 | <fieldValue name='description' value='34: ca'/> |
4126 | <fieldValue name='url'/> |
4127 | <fieldValue name='radius' value='0.1500'/> |
4128 | <fieldValue name='displayMode'/> |
4129 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4130 | <fieldValue name='transparency' value='0'/> |
4131 | <fieldValue name='translation' value='-2.18642 -1.50098 1.27781'/> |
4132 | <fieldValue name='textTranslation' value='-2.03642 -1.50098 1.27781'/> |
4133 | <fieldValue name='textColor' value='0 0 0'/> |
4134 | </ProtoInstance> |
4135 | <ProtoInstance name='Vertex'> |
4136 | <fieldValue name='vertexText' value='"call"'/> |
4137 | <fieldValue name='description' value='35: call'/> |
4138 | <fieldValue name='url'/> |
4139 | <fieldValue name='radius' value='0.1500'/> |
4140 | <fieldValue name='displayMode'/> |
4141 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4142 | <fieldValue name='transparency' value='0'/> |
4143 | <fieldValue name='translation' value='2.26737 0.13004 1.83081'/> |
4144 | <fieldValue name='textTranslation' value='2.41737 0.13004 1.83081'/> |
4145 | <fieldValue name='textColor' value='0 0 0'/> |
4146 | </ProtoInstance> |
4147 | <ProtoInstance name='Vertex'> |
4148 | <fieldValue name='vertexText' value='"care"'/> |
4149 | <fieldValue name='description' value='36: care'/> |
4150 | <fieldValue name='url'/> |
4151 | <fieldValue name='radius' value='0.1500'/> |
4152 | <fieldValue name='displayMode'/> |
4153 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4154 | <fieldValue name='transparency' value='0'/> |
4155 | <fieldValue name='translation' value='1.81448 -1.03280 -0.64009'/> |
4156 | <fieldValue name='textTranslation' value='1.96448 -1.03280 -0.64009'/> |
4157 | <fieldValue name='textColor' value='0 0 0'/> |
4158 | </ProtoInstance> |
4159 | <ProtoInstance name='Vertex'> |
4160 | <fieldValue name='vertexText' value='"cargo"'/> |
4161 | <fieldValue name='description' value='37: cargo'/> |
4162 | <fieldValue name='url'/> |
4163 | <fieldValue name='radius' value='0.1500'/> |
4164 | <fieldValue name='displayMode'/> |
4165 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4166 | <fieldValue name='transparency' value='0'/> |
4167 | <fieldValue name='translation' value='1.97777 -0.22301 1.84412'/> |
4168 | <fieldValue name='textTranslation' value='2.12777 -0.22301 1.84412'/> |
4169 | <fieldValue name='textColor' value='0 0 0'/> |
4170 | </ProtoInstance> |
4171 | <ProtoInstance name='Vertex'> |
4172 | <fieldValue name='vertexText' value='"causeway"'/> |
4173 | <fieldValue name='description' value='38: causeway'/> |
4174 | <fieldValue name='url'/> |
4175 | <fieldValue name='radius' value='0.1500'/> |
4176 | <fieldValue name='displayMode'/> |
4177 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4178 | <fieldValue name='transparency' value='0'/> |
4179 | <fieldValue name='translation' value='1.77630 -0.11941 2.48998'/> |
4180 | <fieldValue name='textTranslation' value='1.92630 -0.11941 2.48998'/> |
4181 | <fieldValue name='textColor' value='0 0 0'/> |
4182 | </ProtoInstance> |
4183 | <ProtoInstance name='Vertex'> |
4184 | <fieldValue name='vertexText' value='"central"'/> |
4185 | <fieldValue name='description' value='39: central'/> |
4186 | <fieldValue name='url'/> |
4187 | <fieldValue name='radius' value='0.1500'/> |
4188 | <fieldValue name='displayMode'/> |
4189 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4190 | <fieldValue name='transparency' value='0'/> |
4191 | <fieldValue name='translation' value='-2.30041 1.14640 2.17720'/> |
4192 | <fieldValue name='textTranslation' value='-2.15041 1.14640 2.17720'/> |
4193 | <fieldValue name='textColor' value='0 0 0'/> |
4194 | </ProtoInstance> |
4195 | <ProtoInstance name='Vertex'> |
4196 | <fieldValue name='vertexText' value='"challenges"'/> |
4197 | <fieldValue name='description' value='40: challenges'/> |
4198 | <fieldValue name='url'/> |
4199 | <fieldValue name='radius' value='0.1500'/> |
4200 | <fieldValue name='displayMode'/> |
4201 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4202 | <fieldValue name='transparency' value='0'/> |
4203 | <fieldValue name='translation' value='2.49547 -0.81646 -1.39157'/> |
4204 | <fieldValue name='textTranslation' value='2.64547 -0.81646 -1.39157'/> |
4205 | <fieldValue name='textColor' value='0 0 0'/> |
4206 | </ProtoInstance> |
4207 | <ProtoInstance name='Vertex'> |
4208 | <fieldValue name='vertexText' value='"channels"'/> |
4209 | <fieldValue name='description' value='41: channels'/> |
4210 | <fieldValue name='url'/> |
4211 | <fieldValue name='radius' value='0.1500'/> |
4212 | <fieldValue name='displayMode'/> |
4213 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4214 | <fieldValue name='transparency' value='0'/> |
4215 | <fieldValue name='translation' value='-2.14435 1.56219 1.95876'/> |
4216 | <fieldValue name='textTranslation' value='-1.99435 1.56219 1.95876'/> |
4217 | <fieldValue name='textColor' value='0 0 0'/> |
4218 | </ProtoInstance> |
4219 | <ProtoInstance name='Vertex'> |
4220 | <fieldValue name='vertexText' value='"chief"'/> |
4221 | <fieldValue name='description' value='42: chief'/> |
4222 | <fieldValue name='url'/> |
4223 | <fieldValue name='radius' value='0.1500'/> |
4224 | <fieldValue name='displayMode'/> |
4225 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4226 | <fieldValue name='transparency' value='0'/> |
4227 | <fieldValue name='translation' value='2.13628 -0.45492 1.93412'/> |
4228 | <fieldValue name='textTranslation' value='2.28628 -0.45492 1.93412'/> |
4229 | <fieldValue name='textColor' value='0 0 0'/> |
4230 | </ProtoInstance> |
4231 | <ProtoInstance name='Vertex'> |
4232 | <fieldValue name='vertexText' value='"citrus"'/> |
4233 | <fieldValue name='description' value='43: citrus'/> |
4234 | <fieldValue name='url'/> |
4235 | <fieldValue name='radius' value='0.1500'/> |
4236 | <fieldValue name='displayMode'/> |
4237 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4238 | <fieldValue name='transparency' value='0'/> |
4239 | <fieldValue name='translation' value='-1.11450 -2.61513 0.50750'/> |
4240 | <fieldValue name='textTranslation' value='-0.96450 -2.61513 0.50750'/> |
4241 | <fieldValue name='textColor' value='0 0 0'/> |
4242 | </ProtoInstance> |
4243 | <ProtoInstance name='Vertex'> |
4244 | <fieldValue name='vertexText' value='"civil"'/> |
4245 | <fieldValue name='description' value='44: civil'/> |
4246 | <fieldValue name='url'/> |
4247 | <fieldValue name='radius' value='0.1500'/> |
4248 | <fieldValue name='displayMode'/> |
4249 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4250 | <fieldValue name='transparency' value='0'/> |
4251 | <fieldValue name='translation' value='-2.69056 -0.96365 1.48588'/> |
4252 | <fieldValue name='textTranslation' value='-2.54056 -0.96365 1.48588'/> |
4253 | <fieldValue name='textColor' value='0 0 0'/> |
4254 | </ProtoInstance> |
4255 | <ProtoInstance name='Vertex'> |
4256 | <fieldValue name='vertexText' value='"clark"'/> |
4257 | <fieldValue name='description' value='45: clark'/> |
4258 | <fieldValue name='url'/> |
4259 | <fieldValue name='radius' value='0.1500'/> |
4260 | <fieldValue name='displayMode'/> |
4261 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4262 | <fieldValue name='transparency' value='0'/> |
4263 | <fieldValue name='translation' value='2.19338 1.13863 1.77380'/> |
4264 | <fieldValue name='textTranslation' value='2.34338 1.13863 1.77380'/> |
4265 | <fieldValue name='textColor' value='0 0 0'/> |
4266 | </ProtoInstance> |
4267 | <ProtoInstance name='Vertex'> |
4268 | <fieldValue name='vertexText' value='"clean"'/> |
4269 | <fieldValue name='description' value='46: clean'/> |
4270 | <fieldValue name='url'/> |
4271 | <fieldValue name='radius' value='0.1500'/> |
4272 | <fieldValue name='displayMode'/> |
4273 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4274 | <fieldValue name='transparency' value='0'/> |
4275 | <fieldValue name='translation' value='2.28032 -0.88042 -0.94816'/> |
4276 | <fieldValue name='textTranslation' value='2.43032 -0.88042 -0.94816'/> |
4277 | <fieldValue name='textColor' value='0 0 0'/> |
4278 | </ProtoInstance> |
4279 | <ProtoInstance name='Vertex'> |
4280 | <fieldValue name='vertexText' value='"club"'/> |
4281 | <fieldValue name='description' value='47: club'/> |
4282 | <fieldValue name='url'/> |
4283 | <fieldValue name='radius' value='0.1500'/> |
4284 | <fieldValue name='displayMode'/> |
4285 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4286 | <fieldValue name='transparency' value='0'/> |
4287 | <fieldValue name='translation' value='-1.11450 -2.61513 0.50750'/> |
4288 | <fieldValue name='textTranslation' value='-0.96450 -2.61513 0.50750'/> |
4289 | <fieldValue name='textColor' value='0 0 0'/> |
4290 | </ProtoInstance> |
4291 | <ProtoInstance name='Vertex'> |
4292 | <fieldValue name='vertexText' value='"command"'/> |
4293 | <fieldValue name='description' value='48: command'/> |
4294 | <fieldValue name='url'/> |
4295 | <fieldValue name='radius' value='0.1500'/> |
4296 | <fieldValue name='displayMode'/> |
4297 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4298 | <fieldValue name='transparency' value='0'/> |
4299 | <fieldValue name='translation' value='2.09141 0.61804 1.53134'/> |
4300 | <fieldValue name='textTranslation' value='2.24141 0.61804 1.53134'/> |
4301 | <fieldValue name='textColor' value='0 0 0'/> |
4302 | </ProtoInstance> |
4303 | <ProtoInstance name='Vertex'> |
4304 | <fieldValue name='vertexText' value='"communication"'/> |
4305 | <fieldValue name='description' value='49: communication'/> |
4306 | <fieldValue name='url'/> |
4307 | <fieldValue name='radius' value='0.1500'/> |
4308 | <fieldValue name='displayMode'/> |
4309 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4310 | <fieldValue name='transparency' value='0'/> |
4311 | <fieldValue name='translation' value='2.23939 -0.32171 1.94795'/> |
4312 | <fieldValue name='textTranslation' value='2.38939 -0.32171 1.94795'/> |
4313 | <fieldValue name='textColor' value='0 0 0'/> |
4314 | </ProtoInstance> |
4315 | <ProtoInstance name='Vertex'> |
4316 | <fieldValue name='vertexText' value='"count"'/> |
4317 | <fieldValue name='description' value='50: count'/> |
4318 | <fieldValue name='url'/> |
4319 | <fieldValue name='radius' value='0.1500'/> |
4320 | <fieldValue name='displayMode'/> |
4321 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4322 | <fieldValue name='transparency' value='0'/> |
4323 | <fieldValue name='translation' value='1.78927 1.87357 -1.29584'/> |
4324 | <fieldValue name='textTranslation' value='1.93927 1.87357 -1.29584'/> |
4325 | <fieldValue name='textColor' value='0 0 0'/> |
4326 | </ProtoInstance> |
4327 | <ProtoInstance name='Vertex'> |
4328 | <fieldValue name='vertexText' value='"countries"'/> |
4329 | <fieldValue name='description' value='51: countries'/> |
4330 | <fieldValue name='url'/> |
4331 | <fieldValue name='radius' value='0.1500'/> |
4332 | <fieldValue name='displayMode'/> |
4333 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4334 | <fieldValue name='transparency' value='0'/> |
4335 | <fieldValue name='translation' value='-1.79683 1.96529 2.00815'/> |
4336 | <fieldValue name='textTranslation' value='-1.64683 1.96529 2.00815'/> |
4337 | <fieldValue name='textColor' value='0 0 0'/> |
4338 | </ProtoInstance> |
4339 | <ProtoInstance name='Vertex'> |
4340 | <fieldValue name='vertexText' value='"county"'/> |
4341 | <fieldValue name='description' value='52: county'/> |
4342 | <fieldValue name='url'/> |
4343 | <fieldValue name='radius' value='0.1500'/> |
4344 | <fieldValue name='displayMode'/> |
4345 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4346 | <fieldValue name='transparency' value='0'/> |
4347 | <fieldValue name='translation' value='-1.71681 -1.64954 0.81241'/> |
4348 | <fieldValue name='textTranslation' value='-1.56681 -1.64954 0.81241'/> |
4349 | <fieldValue name='textColor' value='0 0 0'/> |
4350 | </ProtoInstance> |
4351 | <ProtoInstance name='Vertex'> |
4352 | <fieldValue name='vertexText' value='"critical"'/> |
4353 | <fieldValue name='description' value='53: critical'/> |
4354 | <fieldValue name='url'/> |
4355 | <fieldValue name='radius' value='0.1500'/> |
4356 | <fieldValue name='displayMode'/> |
4357 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4358 | <fieldValue name='transparency' value='0'/> |
4359 | <fieldValue name='translation' value='2.37649 -0.36969 1.65234'/> |
4360 | <fieldValue name='textTranslation' value='2.52649 -0.36969 1.65234'/> |
4361 | <fieldValue name='textColor' value='0 0 0'/> |
4362 | </ProtoInstance> |
4363 | <ProtoInstance name='Vertex'> |
4364 | <fieldValue name='vertexText' value='"crony"'/> |
4365 | <fieldValue name='description' value='54: crony'/> |
4366 | <fieldValue name='url'/> |
4367 | <fieldValue name='radius' value='0.1500'/> |
4368 | <fieldValue name='displayMode'/> |
4369 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4370 | <fieldValue name='transparency' value='0'/> |
4371 | <fieldValue name='translation' value='-1.81902 2.56904 0.15563'/> |
4372 | <fieldValue name='textTranslation' value='-1.66902 2.56904 0.15563'/> |
4373 | <fieldValue name='textColor' value='0 0 0'/> |
4374 | </ProtoInstance> |
4375 | <ProtoInstance name='Vertex'> |
4376 | <fieldValue name='vertexText' value='"cross"'/> |
4377 | <fieldValue name='description' value='55: cross'/> |
4378 | <fieldValue name='url'/> |
4379 | <fieldValue name='radius' value='0.1500'/> |
4380 | <fieldValue name='displayMode'/> |
4381 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4382 | <fieldValue name='transparency' value='0'/> |
4383 | <fieldValue name='translation' value='-1.89585 2.51350 0.61986'/> |
4384 | <fieldValue name='textTranslation' value='-1.74585 2.51350 0.61986'/> |
4385 | <fieldValue name='textColor' value='0 0 0'/> |
4386 | </ProtoInstance> |
4387 | <ProtoInstance name='Vertex'> |
4388 | <fieldValue name='vertexText' value='"delicious"'/> |
4389 | <fieldValue name='description' value='56: delicious'/> |
4390 | <fieldValue name='url'/> |
4391 | <fieldValue name='radius' value='0.1500'/> |
4392 | <fieldValue name='displayMode'/> |
4393 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4394 | <fieldValue name='transparency' value='0'/> |
4395 | <fieldValue name='translation' value='-1.54913 1.55497 -2.41194'/> |
4396 | <fieldValue name='textTranslation' value='-1.39913 1.55497 -2.41194'/> |
4397 | <fieldValue name='textColor' value='0 0 0'/> |
4398 | </ProtoInstance> |
4399 | <ProtoInstance name='Vertex'> |
4400 | <fieldValue name='vertexText' value='"deploying"'/> |
4401 | <fieldValue name='description' value='57: deploying'/> |
4402 | <fieldValue name='url'/> |
4403 | <fieldValue name='radius' value='0.1500'/> |
4404 | <fieldValue name='displayMode'/> |
4405 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4406 | <fieldValue name='transparency' value='0'/> |
4407 | <fieldValue name='translation' value='1.65378 -0.25505 2.51029'/> |
4408 | <fieldValue name='textTranslation' value='1.80378 -0.25505 2.51029'/> |
4409 | <fieldValue name='textColor' value='0 0 0'/> |
4410 | </ProtoInstance> |
4411 | <ProtoInstance name='Vertex'> |
4412 | <fieldValue name='vertexText' value='"devastating"'/> |
4413 | <fieldValue name='description' value='58: devastating'/> |
4414 | <fieldValue name='url'/> |
4415 | <fieldValue name='radius' value='0.1500'/> |
4416 | <fieldValue name='displayMode'/> |
4417 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4418 | <fieldValue name='transparency' value='0'/> |
4419 | <fieldValue name='translation' value='1.75463 0.25973 -1.09870'/> |
4420 | <fieldValue name='textTranslation' value='1.90463 0.25973 -1.09870'/> |
4421 | <fieldValue name='textColor' value='0 0 0'/> |
4422 | </ProtoInstance> |
4423 | <ProtoInstance name='Vertex'> |
4424 | <fieldValue name='vertexText' value='"diary"'/> |
4425 | <fieldValue name='description' value='59: diary'/> |
4426 | <fieldValue name='url'/> |
4427 | <fieldValue name='radius' value='0.1500'/> |
4428 | <fieldValue name='displayMode'/> |
4429 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4430 | <fieldValue name='transparency' value='0'/> |
4431 | <fieldValue name='translation' value='-2.64096 0.92462 1.72459'/> |
4432 | <fieldValue name='textTranslation' value='-2.49096 0.92462 1.72459'/> |
4433 | <fieldValue name='textColor' value='0 0 0'/> |
4434 | </ProtoInstance> |
4435 | <ProtoInstance name='Vertex'> |
4436 | <fieldValue name='vertexText' value='"disaster"'/> |
4437 | <fieldValue name='description' value='60: disaster'/> |
4438 | <fieldValue name='url'/> |
4439 | <fieldValue name='radius' value='0.1500'/> |
4440 | <fieldValue name='displayMode'/> |
4441 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4442 | <fieldValue name='transparency' value='0'/> |
4443 | <fieldValue name='translation' value='1.54658 -0.69098 0.73484'/> |
4444 | <fieldValue name='textTranslation' value='1.69658 -0.69098 0.73484'/> |
4445 | <fieldValue name='textColor' value='0 0 0'/> |
4446 | </ProtoInstance> |
4447 | <ProtoInstance name='Vertex'> |
4448 | <fieldValue name='vertexText' value='"dominates"'/> |
4449 | <fieldValue name='description' value='61: dominates'/> |
4450 | <fieldValue name='url'/> |
4451 | <fieldValue name='radius' value='0.1500'/> |
4452 | <fieldValue name='displayMode'/> |
4453 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4454 | <fieldValue name='transparency' value='0'/> |
4455 | <fieldValue name='translation' value='-2.41342 0.43030 1.98203'/> |
4456 | <fieldValue name='textTranslation' value='-2.26342 0.43030 1.98203'/> |
4457 | <fieldValue name='textColor' value='0 0 0'/> |
4458 | </ProtoInstance> |
4459 | <ProtoInstance name='Vertex'> |
4460 | <fieldValue name='vertexText' value='"donate"'/> |
4461 | <fieldValue name='description' value='62: donate'/> |
4462 | <fieldValue name='url'/> |
4463 | <fieldValue name='radius' value='0.1500'/> |
4464 | <fieldValue name='displayMode'/> |
4465 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4466 | <fieldValue name='transparency' value='0'/> |
4467 | <fieldValue name='translation' value='0.62108 0.07188 -2.64485'/> |
4468 | <fieldValue name='textTranslation' value='0.77108 0.07188 -2.64485'/> |
4469 | <fieldValue name='textColor' value='0 0 0'/> |
4470 | </ProtoInstance> |
4471 | <ProtoInstance name='Vertex'> |
4472 | <fieldValue name='vertexText' value='"dragon"'/> |
4473 | <fieldValue name='description' value='63: dragon'/> |
4474 | <fieldValue name='url'/> |
4475 | <fieldValue name='radius' value='0.1500'/> |
4476 | <fieldValue name='displayMode'/> |
4477 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4478 | <fieldValue name='transparency' value='0'/> |
4479 | <fieldValue name='translation' value='1.55573 1.95624 -1.29421'/> |
4480 | <fieldValue name='textTranslation' value='1.70573 1.95624 -1.29421'/> |
4481 | <fieldValue name='textColor' value='0 0 0'/> |
4482 | </ProtoInstance> |
4483 | <ProtoInstance name='Vertex'> |
4484 | <fieldValue name='vertexText' value='"east"'/> |
4485 | <fieldValue name='description' value='64: east'/> |
4486 | <fieldValue name='url'/> |
4487 | <fieldValue name='radius' value='0.1500'/> |
4488 | <fieldValue name='displayMode'/> |
4489 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4490 | <fieldValue name='transparency' value='0'/> |
4491 | <fieldValue name='translation' value='-2.27167 1.44434 1.83608'/> |
4492 | <fieldValue name='textTranslation' value='-2.12167 1.44434 1.83608'/> |
4493 | <fieldValue name='textColor' value='0 0 0'/> |
4494 | </ProtoInstance> |
4495 | <ProtoInstance name='Vertex'> |
4496 | <fieldValue name='vertexText' value='"economic"'/> |
4497 | <fieldValue name='description' value='65: economic'/> |
4498 | <fieldValue name='url'/> |
4499 | <fieldValue name='radius' value='0.1500'/> |
4500 | <fieldValue name='displayMode'/> |
4501 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4502 | <fieldValue name='transparency' value='0'/> |
4503 | <fieldValue name='translation' value='1.04862 -0.26919 -2.45218'/> |
4504 | <fieldValue name='textTranslation' value='1.19862 -0.26919 -2.45218'/> |
4505 | <fieldValue name='textColor' value='0 0 0'/> |
4506 | </ProtoInstance> |
4507 | <ProtoInstance name='Vertex'> |
4508 | <fieldValue name='vertexText' value='"emergency"'/> |
4509 | <fieldValue name='description' value='66: emergency'/> |
4510 | <fieldValue name='url'/> |
4511 | <fieldValue name='radius' value='0.1500'/> |
4512 | <fieldValue name='displayMode'/> |
4513 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4514 | <fieldValue name='transparency' value='0'/> |
4515 | <fieldValue name='translation' value='0.81824 -2.21507 -0.31713'/> |
4516 | <fieldValue name='textTranslation' value='0.96824 -2.21507 -0.31713'/> |
4517 | <fieldValue name='textColor' value='0 0 0'/> |
4518 | </ProtoInstance> |
4519 | <ProtoInstance name='Vertex'> |
4520 | <fieldValue name='vertexText' value='"estimated"'/> |
4521 | <fieldValue name='description' value='67: estimated'/> |
4522 | <fieldValue name='url'/> |
4523 | <fieldValue name='radius' value='0.1500'/> |
4524 | <fieldValue name='displayMode'/> |
4525 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4526 | <fieldValue name='transparency' value='0'/> |
4527 | <fieldValue name='translation' value='2.66258 -0.32236 -1.22555'/> |
4528 | <fieldValue name='textTranslation' value='2.81258 -0.32236 -1.22555'/> |
4529 | <fieldValue name='textColor' value='0 0 0'/> |
4530 | </ProtoInstance> |
4531 | <ProtoInstance name='Vertex'> |
4532 | <fieldValue name='vertexText' value='"eurasia"'/> |
4533 | <fieldValue name='description' value='68: eurasia'/> |
4534 | <fieldValue name='url'/> |
4535 | <fieldValue name='radius' value='0.1500'/> |
4536 | <fieldValue name='displayMode'/> |
4537 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4538 | <fieldValue name='transparency' value='0'/> |
4539 | <fieldValue name='translation' value='-1.87698 1.92245 1.96820'/> |
4540 | <fieldValue name='textTranslation' value='-1.72698 1.92245 1.96820'/> |
4541 | <fieldValue name='textColor' value='0 0 0'/> |
4542 | </ProtoInstance> |
4543 | <ProtoInstance name='Vertex'> |
4544 | <fieldValue name='vertexText' value='"europe"'/> |
4545 | <fieldValue name='description' value='69: europe'/> |
4546 | <fieldValue name='url'/> |
4547 | <fieldValue name='radius' value='0.1500'/> |
4548 | <fieldValue name='displayMode'/> |
4549 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4550 | <fieldValue name='transparency' value='0'/> |
4551 | <fieldValue name='translation' value='-2.01589 1.83683 1.46688'/> |
4552 | <fieldValue name='textTranslation' value='-1.86589 1.83683 1.46688'/> |
4553 | <fieldValue name='textColor' value='0 0 0'/> |
4554 | </ProtoInstance> |
4555 | <ProtoInstance name='Vertex'> |
4556 | <fieldValue name='vertexText' value='"event"'/> |
4557 | <fieldValue name='description' value='70: event'/> |
4558 | <fieldValue name='url'/> |
4559 | <fieldValue name='radius' value='0.1500'/> |
4560 | <fieldValue name='displayMode'/> |
4561 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4562 | <fieldValue name='transparency' value='0'/> |
4563 | <fieldValue name='translation' value='-1.12118 -2.73961 -0.03472'/> |
4564 | <fieldValue name='textTranslation' value='-0.97118 -2.73961 -0.03472'/> |
4565 | <fieldValue name='textColor' value='0 0 0'/> |
4566 | </ProtoInstance> |
4567 | <ProtoInstance name='Vertex'> |
4568 | <fieldValue name='vertexText' value='"fact"'/> |
4569 | <fieldValue name='description' value='71: fact'/> |
4570 | <fieldValue name='url'/> |
4571 | <fieldValue name='radius' value='0.1500'/> |
4572 | <fieldValue name='displayMode'/> |
4573 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4574 | <fieldValue name='transparency' value='0'/> |
4575 | <fieldValue name='translation' value='1.89639 0.21819 2.42464'/> |
4576 | <fieldValue name='textTranslation' value='2.04639 0.21819 2.42464'/> |
4577 | <fieldValue name='textColor' value='0 0 0'/> |
4578 | </ProtoInstance> |
4579 | <ProtoInstance name='Vertex'> |
4580 | <fieldValue name='vertexText' value='"feeds"'/> |
4581 | <fieldValue name='description' value='72: feeds'/> |
4582 | <fieldValue name='url'/> |
4583 | <fieldValue name='radius' value='0.1500'/> |
4584 | <fieldValue name='displayMode'/> |
4585 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4586 | <fieldValue name='transparency' value='0'/> |
4587 | <fieldValue name='translation' value='-1.81395 2.57281 0.15843'/> |
4588 | <fieldValue name='textTranslation' value='-1.66395 2.57281 0.15843'/> |
4589 | <fieldValue name='textColor' value='0 0 0'/> |
4590 | </ProtoInstance> |
4591 | <ProtoInstance name='Vertex'> |
4592 | <fieldValue name='vertexText' value='"food"'/> |
4593 | <fieldValue name='description' value='73: food'/> |
4594 | <fieldValue name='url'/> |
4595 | <fieldValue name='radius' value='0.1500'/> |
4596 | <fieldValue name='displayMode'/> |
4597 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4598 | <fieldValue name='transparency' value='0'/> |
4599 | <fieldValue name='translation' value='2.13239 -1.02584 -0.80139'/> |
4600 | <fieldValue name='textTranslation' value='2.28239 -1.02584 -0.80139'/> |
4601 | <fieldValue name='textColor' value='0 0 0'/> |
4602 | </ProtoInstance> |
4603 | <ProtoInstance name='Vertex'> |
4604 | <fieldValue name='vertexText' value='"force"'/> |
4605 | <fieldValue name='description' value='74: force'/> |
4606 | <fieldValue name='url'/> |
4607 | <fieldValue name='radius' value='0.1500'/> |
4608 | <fieldValue name='displayMode'/> |
4609 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4610 | <fieldValue name='transparency' value='0'/> |
4611 | <fieldValue name='translation' value='2.05282 1.38401 0.25479'/> |
4612 | <fieldValue name='textTranslation' value='2.20282 1.38401 0.25479'/> |
4613 | <fieldValue name='textColor' value='0 0 0'/> |
4614 | </ProtoInstance> |
4615 | <ProtoInstance name='Vertex'> |
4616 | <fieldValue name='vertexText' value='"formation"'/> |
4617 | <fieldValue name='description' value='75: formation'/> |
4618 | <fieldValue name='url'/> |
4619 | <fieldValue name='radius' value='0.1500'/> |
4620 | <fieldValue name='displayMode'/> |
4621 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4622 | <fieldValue name='transparency' value='0'/> |
4623 | <fieldValue name='translation' value='2.24005 1.06248 -1.24324'/> |
4624 | <fieldValue name='textTranslation' value='2.39005 1.06248 -1.24324'/> |
4625 | <fieldValue name='textColor' value='0 0 0'/> |
4626 | </ProtoInstance> |
4627 | <ProtoInstance name='Vertex'> |
4628 | <fieldValue name='vertexText' value='"fort"'/> |
4629 | <fieldValue name='description' value='76: fort'/> |
4630 | <fieldValue name='url'/> |
4631 | <fieldValue name='radius' value='0.1500'/> |
4632 | <fieldValue name='displayMode'/> |
4633 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4634 | <fieldValue name='transparency' value='0'/> |
4635 | <fieldValue name='translation' value='2.06920 1.86413 1.49490'/> |
4636 | <fieldValue name='textTranslation' value='2.21920 1.86413 1.49490'/> |
4637 | <fieldValue name='textColor' value='0 0 0'/> |
4638 | </ProtoInstance> |
4639 | <ProtoInstance name='Vertex'> |
4640 | <fieldValue name='vertexText' value='"funding"'/> |
4641 | <fieldValue name='description' value='77: funding'/> |
4642 | <fieldValue name='url'/> |
4643 | <fieldValue name='radius' value='0.1500'/> |
4644 | <fieldValue name='displayMode'/> |
4645 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4646 | <fieldValue name='transparency' value='0'/> |
4647 | <fieldValue name='translation' value='0.85327 0.12496 -2.68100'/> |
4648 | <fieldValue name='textTranslation' value='1.00327 0.12496 -2.68100'/> |
4649 | <fieldValue name='textColor' value='0 0 0'/> |
4650 | </ProtoInstance> |
4651 | <ProtoInstance name='Vertex'> |
4652 | <fieldValue name='vertexText' value='"games"'/> |
4653 | <fieldValue name='description' value='78: games'/> |
4654 | <fieldValue name='url'/> |
4655 | <fieldValue name='radius' value='0.1500'/> |
4656 | <fieldValue name='displayMode'/> |
4657 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4658 | <fieldValue name='transparency' value='0'/> |
4659 | <fieldValue name='translation' value='-1.92990 0.74771 2.67954'/> |
4660 | <fieldValue name='textTranslation' value='-1.77990 0.74771 2.67954'/> |
4661 | <fieldValue name='textColor' value='0 0 0'/> |
4662 | </ProtoInstance> |
4663 | <ProtoInstance name='Vertex'> |
4664 | <fieldValue name='vertexText' value='"gathered"'/> |
4665 | <fieldValue name='description' value='79: gathered'/> |
4666 | <fieldValue name='url'/> |
4667 | <fieldValue name='radius' value='0.1500'/> |
4668 | <fieldValue name='displayMode'/> |
4669 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4670 | <fieldValue name='transparency' value='0'/> |
4671 | <fieldValue name='translation' value='1.76396 1.97400 -1.16902'/> |
4672 | <fieldValue name='textTranslation' value='1.91396 1.97400 -1.16902'/> |
4673 | <fieldValue name='textColor' value='0 0 0'/> |
4674 | </ProtoInstance> |
4675 | <ProtoInstance name='Vertex'> |
4676 | <fieldValue name='vertexText' value='"government"'/> |
4677 | <fieldValue name='description' value='80: government'/> |
4678 | <fieldValue name='url'/> |
4679 | <fieldValue name='radius' value='0.1500'/> |
4680 | <fieldValue name='displayMode'/> |
4681 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4682 | <fieldValue name='transparency' value='0'/> |
4683 | <fieldValue name='translation' value='2.34529 -0.88879 -0.73919'/> |
4684 | <fieldValue name='textTranslation' value='2.49529 -0.88879 -0.73919'/> |
4685 | <fieldValue name='textColor' value='0 0 0'/> |
4686 | </ProtoInstance> |
4687 | <ProtoInstance name='Vertex'> |
4688 | <fieldValue name='vertexText' value='"graphic"'/> |
4689 | <fieldValue name='description' value='81: graphic'/> |
4690 | <fieldValue name='url'/> |
4691 | <fieldValue name='radius' value='0.1500'/> |
4692 | <fieldValue name='displayMode'/> |
4693 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4694 | <fieldValue name='transparency' value='0'/> |
4695 | <fieldValue name='translation' value='-2.50941 -1.11987 -1.35771'/> |
4696 | <fieldValue name='textTranslation' value='-2.35941 -1.11987 -1.35771'/> |
4697 | <fieldValue name='textColor' value='0 0 0'/> |
4698 | </ProtoInstance> |
4699 | <ProtoInstance name='Vertex'> |
4700 | <fieldValue name='vertexText' value='"greek"'/> |
4701 | <fieldValue name='description' value='82: greek'/> |
4702 | <fieldValue name='url'/> |
4703 | <fieldValue name='radius' value='0.1500'/> |
4704 | <fieldValue name='displayMode'/> |
4705 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4706 | <fieldValue name='transparency' value='0'/> |
4707 | <fieldValue name='translation' value='-1.87474 2.39947 0.93055'/> |
4708 | <fieldValue name='textTranslation' value='-1.72474 2.39947 0.93055'/> |
4709 | <fieldValue name='textColor' value='0 0 0'/> |
4710 | </ProtoInstance> |
4711 | <ProtoInstance name='Vertex'> |
4712 | <fieldValue name='vertexText' value='"haitians"'/> |
4713 | <fieldValue name='description' value='83: haitians'/> |
4714 | <fieldValue name='url'/> |
4715 | <fieldValue name='radius' value='0.1500'/> |
4716 | <fieldValue name='displayMode'/> |
4717 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4718 | <fieldValue name='transparency' value='0'/> |
4719 | <fieldValue name='translation' value='1.03162 -0.45797 -2.39778'/> |
4720 | <fieldValue name='textTranslation' value='1.18162 -0.45797 -2.39778'/> |
4721 | <fieldValue name='textColor' value='0 0 0'/> |
4722 | </ProtoInstance> |
4723 | <ProtoInstance name='Vertex'> |
4724 | <fieldValue name='vertexText' value='"hard"'/> |
4725 | <fieldValue name='description' value='84: hard'/> |
4726 | <fieldValue name='url'/> |
4727 | <fieldValue name='radius' value='0.1500'/> |
4728 | <fieldValue name='displayMode'/> |
4729 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4730 | <fieldValue name='transparency' value='0'/> |
4731 | <fieldValue name='translation' value='2.16150 -0.60344 -0.25118'/> |
4732 | <fieldValue name='textTranslation' value='2.31150 -0.60344 -0.25118'/> |
4733 | <fieldValue name='textColor' value='0 0 0'/> |
4734 | </ProtoInstance> |
4735 | <ProtoInstance name='Vertex'> |
4736 | <fieldValue name='vertexText' value='"held"'/> |
4737 | <fieldValue name='description' value='85: held'/> |
4738 | <fieldValue name='url'/> |
4739 | <fieldValue name='radius' value='0.1500'/> |
4740 | <fieldValue name='displayMode'/> |
4741 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4742 | <fieldValue name='transparency' value='0'/> |
4743 | <fieldValue name='translation' value='1.95375 1.59011 -0.68235'/> |
4744 | <fieldValue name='textTranslation' value='2.10375 1.59011 -0.68235'/> |
4745 | <fieldValue name='textColor' value='0 0 0'/> |
4746 | </ProtoInstance> |
4747 | <ProtoInstance name='Vertex'> |
4748 | <fieldValue name='vertexText' value='"hemisphere"'/> |
4749 | <fieldValue name='description' value='86: hemisphere'/> |
4750 | <fieldValue name='url'/> |
4751 | <fieldValue name='radius' value='0.1500'/> |
4752 | <fieldValue name='displayMode'/> |
4753 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4754 | <fieldValue name='transparency' value='0'/> |
4755 | <fieldValue name='translation' value='-1.80197 1.05159 2.72627'/> |
4756 | <fieldValue name='textTranslation' value='-1.65197 1.05159 2.72627'/> |
4757 | <fieldValue name='textColor' value='0 0 0'/> |
4758 | </ProtoInstance> |
4759 | <ProtoInstance name='Vertex'> |
4760 | <fieldValue name='vertexText' value='"hit"'/> |
4761 | <fieldValue name='description' value='87: hit'/> |
4762 | <fieldValue name='url'/> |
4763 | <fieldValue name='radius' value='0.1500'/> |
4764 | <fieldValue name='displayMode'/> |
4765 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4766 | <fieldValue name='transparency' value='0'/> |
4767 | <fieldValue name='translation' value='0.79445 -0.83939 -1.92519'/> |
4768 | <fieldValue name='textTranslation' value='0.94445 -0.83939 -1.92519'/> |
4769 | <fieldValue name='textColor' value='0 0 0'/> |
4770 | </ProtoInstance> |
4771 | <ProtoInstance name='Vertex'> |
4772 | <fieldValue name='vertexText' value='"hospitals"'/> |
4773 | <fieldValue name='description' value='88: hospitals'/> |
4774 | <fieldValue name='url'/> |
4775 | <fieldValue name='radius' value='0.1500'/> |
4776 | <fieldValue name='displayMode'/> |
4777 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4778 | <fieldValue name='transparency' value='0'/> |
4779 | <fieldValue name='translation' value='0.77242 -1.74806 -0.56277'/> |
4780 | <fieldValue name='textTranslation' value='0.92242 -1.74806 -0.56277'/> |
4781 | <fieldValue name='textColor' value='0 0 0'/> |
4782 | </ProtoInstance> |
4783 | <ProtoInstance name='Vertex'> |
4784 | <fieldValue name='vertexText' value='"huge"'/> |
4785 | <fieldValue name='description' value='89: huge'/> |
4786 | <fieldValue name='url'/> |
4787 | <fieldValue name='radius' value='0.1500'/> |
4788 | <fieldValue name='displayMode'/> |
4789 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4790 | <fieldValue name='transparency' value='0'/> |
4791 | <fieldValue name='translation' value='2.31014 -0.69731 -1.13984'/> |
4792 | <fieldValue name='textTranslation' value='2.46014 -0.69731 -1.13984'/> |
4793 | <fieldValue name='textColor' value='0 0 0'/> |
4794 | </ProtoInstance> |
4795 | <ProtoInstance name='Vertex'> |
4796 | <fieldValue name='vertexText' value='"humanitarian"'/> |
4797 | <fieldValue name='description' value='90: humanitarian'/> |
4798 | <fieldValue name='url'/> |
4799 | <fieldValue name='radius' value='0.1500'/> |
4800 | <fieldValue name='displayMode'/> |
4801 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4802 | <fieldValue name='transparency' value='0'/> |
4803 | <fieldValue name='translation' value='0.81818 -1.19250 -1.17334'/> |
4804 | <fieldValue name='textTranslation' value='0.96818 -1.19250 -1.17334'/> |
4805 | <fieldValue name='textColor' value='0 0 0'/> |
4806 | </ProtoInstance> |
4807 | <ProtoInstance name='Vertex'> |
4808 | <fieldValue name='vertexText' value='"hunger"'/> |
4809 | <fieldValue name='description' value='91: hunger'/> |
4810 | <fieldValue name='url'/> |
4811 | <fieldValue name='radius' value='0.1500'/> |
4812 | <fieldValue name='displayMode'/> |
4813 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4814 | <fieldValue name='transparency' value='0'/> |
4815 | <fieldValue name='translation' value='-1.08142 -2.27588 -0.29540'/> |
4816 | <fieldValue name='textTranslation' value='-0.93142 -2.27588 -0.29540'/> |
4817 | <fieldValue name='textColor' value='0 0 0'/> |
4818 | </ProtoInstance> |
4819 | <ProtoInstance name='Vertex'> |
4820 | <fieldValue name='vertexText' value='"info"'/> |
4821 | <fieldValue name='description' value='92: info'/> |
4822 | <fieldValue name='url'/> |
4823 | <fieldValue name='radius' value='0.1500'/> |
4824 | <fieldValue name='displayMode'/> |
4825 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4826 | <fieldValue name='transparency' value='0'/> |
4827 | <fieldValue name='translation' value='-2.37054 -1.31975 -1.36586'/> |
4828 | <fieldValue name='textTranslation' value='-2.22054 -1.31975 -1.36586'/> |
4829 | <fieldValue name='textColor' value='0 0 0'/> |
4830 | </ProtoInstance> |
4831 | <ProtoInstance name='Vertex'> |
4832 | <fieldValue name='vertexText' value='"injured"'/> |
4833 | <fieldValue name='description' value='93: injured'/> |
4834 | <fieldValue name='url'/> |
4835 | <fieldValue name='radius' value='0.1500'/> |
4836 | <fieldValue name='displayMode'/> |
4837 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4838 | <fieldValue name='transparency' value='0'/> |
4839 | <fieldValue name='translation' value='2.57561 -0.11922 -1.08832'/> |
4840 | <fieldValue name='textTranslation' value='2.72561 -0.11922 -1.08832'/> |
4841 | <fieldValue name='textColor' value='0 0 0'/> |
4842 | </ProtoInstance> |
4843 | <ProtoInstance name='Vertex'> |
4844 | <fieldValue name='vertexText' value='"issued"'/> |
4845 | <fieldValue name='description' value='94: issued'/> |
4846 | <fieldValue name='url'/> |
4847 | <fieldValue name='radius' value='0.1500'/> |
4848 | <fieldValue name='displayMode'/> |
4849 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4850 | <fieldValue name='transparency' value='0'/> |
4851 | <fieldValue name='translation' value='2.30585 -0.98831 -0.69356'/> |
4852 | <fieldValue name='textTranslation' value='2.45585 -0.98831 -0.69356'/> |
4853 | <fieldValue name='textColor' value='0 0 0'/> |
4854 | </ProtoInstance> |
4855 | <ProtoInstance name='Vertex'> |
4856 | <fieldValue name='vertexText' value='"issues"'/> |
4857 | <fieldValue name='description' value='95: issues'/> |
4858 | <fieldValue name='url'/> |
4859 | <fieldValue name='radius' value='0.1500'/> |
4860 | <fieldValue name='displayMode'/> |
4861 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4862 | <fieldValue name='transparency' value='0'/> |
4863 | <fieldValue name='translation' value='-1.52680 1.49375 2.65061'/> |
4864 | <fieldValue name='textTranslation' value='-1.37680 1.49375 2.65061'/> |
4865 | <fieldValue name='textColor' value='0 0 0'/> |
4866 | </ProtoInstance> |
4867 | <ProtoInstance name='Vertex'> |
4868 | <fieldValue name='vertexText' value='"joint"'/> |
4869 | <fieldValue name='description' value='96: joint'/> |
4870 | <fieldValue name='url'/> |
4871 | <fieldValue name='radius' value='0.1500'/> |
4872 | <fieldValue name='displayMode'/> |
4873 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4874 | <fieldValue name='transparency' value='0'/> |
4875 | <fieldValue name='translation' value='2.07751 0.38348 1.51886'/> |
4876 | <fieldValue name='textTranslation' value='2.22751 0.38348 1.51886'/> |
4877 | <fieldValue name='textColor' value='0 0 0'/> |
4878 | </ProtoInstance> |
4879 | <ProtoInstance name='Vertex'> |
4880 | <fieldValue name='vertexText' value='"justice"'/> |
4881 | <fieldValue name='description' value='97: justice'/> |
4882 | <fieldValue name='url'/> |
4883 | <fieldValue name='radius' value='0.1500'/> |
4884 | <fieldValue name='displayMode'/> |
4885 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4886 | <fieldValue name='transparency' value='0'/> |
4887 | <fieldValue name='translation' value='1.05609 -0.16671 -2.75154'/> |
4888 | <fieldValue name='textTranslation' value='1.20609 -0.16671 -2.75154'/> |
4889 | <fieldValue name='textColor' value='0 0 0'/> |
4890 | </ProtoInstance> |
4891 | <ProtoInstance name='Vertex'> |
4892 | <fieldValue name='vertexText' value='"latest"'/> |
4893 | <fieldValue name='description' value='98: latest'/> |
4894 | <fieldValue name='url'/> |
4895 | <fieldValue name='radius' value='0.1500'/> |
4896 | <fieldValue name='displayMode'/> |
4897 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4898 | <fieldValue name='transparency' value='0'/> |
4899 | <fieldValue name='translation' value='2.38958 -0.39395 -1.04630'/> |
4900 | <fieldValue name='textTranslation' value='2.53958 -0.39395 -1.04630'/> |
4901 | <fieldValue name='textColor' value='0 0 0'/> |
4902 | </ProtoInstance> |
4903 | <ProtoInstance name='Vertex'> |
4904 | <fieldValue name='vertexText' value='"leader"'/> |
4905 | <fieldValue name='description' value='99: leader'/> |
4906 | <fieldValue name='url'/> |
4907 | <fieldValue name='radius' value='0.1500'/> |
4908 | <fieldValue name='displayMode'/> |
4909 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4910 | <fieldValue name='transparency' value='0'/> |
4911 | <fieldValue name='translation' value='-2.51176 -0.72499 1.67387'/> |
4912 | <fieldValue name='textTranslation' value='-2.36176 -0.72499 1.67387'/> |
4913 | <fieldValue name='textColor' value='0 0 0'/> |
4914 | </ProtoInstance> |
4915 | <ProtoInstance name='Vertex'> |
4916 | <fieldValue name='vertexText' value='"left"'/> |
4917 | <fieldValue name='description' value='100: left'/> |
4918 | <fieldValue name='url'/> |
4919 | <fieldValue name='radius' value='0.1500'/> |
4920 | <fieldValue name='displayMode'/> |
4921 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4922 | <fieldValue name='transparency' value='0'/> |
4923 | <fieldValue name='translation' value='-2.69752 -0.95459 1.47502'/> |
4924 | <fieldValue name='textTranslation' value='-2.54752 -0.95459 1.47502'/> |
4925 | <fieldValue name='textColor' value='0 0 0'/> |
4926 | </ProtoInstance> |
4927 | <ProtoInstance name='Vertex'> |
4928 | <fieldValue name='vertexText' value='"lent"'/> |
4929 | <fieldValue name='description' value='101: lent'/> |
4930 | <fieldValue name='url'/> |
4931 | <fieldValue name='radius' value='0.1500'/> |
4932 | <fieldValue name='displayMode'/> |
4933 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4934 | <fieldValue name='transparency' value='0'/> |
4935 | <fieldValue name='translation' value='-0.89390 -2.70276 0.50073'/> |
4936 | <fieldValue name='textTranslation' value='-0.74390 -2.70276 0.50073'/> |
4937 | <fieldValue name='textColor' value='0 0 0'/> |
4938 | </ProtoInstance> |
4939 | <ProtoInstance name='Vertex'> |
4940 | <fieldValue name='vertexText' value='"links"'/> |
4941 | <fieldValue name='description' value='102: links'/> |
4942 | <fieldValue name='url'/> |
4943 | <fieldValue name='radius' value='0.1500'/> |
4944 | <fieldValue name='displayMode'/> |
4945 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4946 | <fieldValue name='transparency' value='0'/> |
4947 | <fieldValue name='translation' value='1.92326 1.59934 -1.09407'/> |
4948 | <fieldValue name='textTranslation' value='2.07326 1.59934 -1.09407'/> |
4949 | <fieldValue name='textColor' value='0 0 0'/> |
4950 | </ProtoInstance> |
4951 | <ProtoInstance name='Vertex'> |
4952 | <fieldValue name='vertexText' value='"local"'/> |
4953 | <fieldValue name='description' value='103: local'/> |
4954 | <fieldValue name='url'/> |
4955 | <fieldValue name='radius' value='0.1500'/> |
4956 | <fieldValue name='displayMode'/> |
4957 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4958 | <fieldValue name='transparency' value='0'/> |
4959 | <fieldValue name='translation' value='2.40498 -0.55957 -0.51648'/> |
4960 | <fieldValue name='textTranslation' value='2.55498 -0.55957 -0.51648'/> |
4961 | <fieldValue name='textColor' value='0 0 0'/> |
4962 | </ProtoInstance> |
4963 | <ProtoInstance name='Vertex'> |
4964 | <fieldValue name='vertexText' value='"logistics"'/> |
4965 | <fieldValue name='description' value='104: logistics'/> |
4966 | <fieldValue name='url'/> |
4967 | <fieldValue name='radius' value='0.1500'/> |
4968 | <fieldValue name='displayMode'/> |
4969 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4970 | <fieldValue name='transparency' value='0'/> |
4971 | <fieldValue name='translation' value='2.06832 0.20837 1.61925'/> |
4972 | <fieldValue name='textTranslation' value='2.21832 0.20837 1.61925'/> |
4973 | <fieldValue name='textColor' value='0 0 0'/> |
4974 | </ProtoInstance> |
4975 | <ProtoInstance name='Vertex'> |
4976 | <fieldValue name='vertexText' value='"mass"'/> |
4977 | <fieldValue name='description' value='105: mass'/> |
4978 | <fieldValue name='url'/> |
4979 | <fieldValue name='radius' value='0.1500'/> |
4980 | <fieldValue name='displayMode'/> |
4981 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4982 | <fieldValue name='transparency' value='0'/> |
4983 | <fieldValue name='translation' value='2.17507 -0.41264 1.94093'/> |
4984 | <fieldValue name='textTranslation' value='2.32507 -0.41264 1.94093'/> |
4985 | <fieldValue name='textColor' value='0 0 0'/> |
4986 | </ProtoInstance> |
4987 | <ProtoInstance name='Vertex'> |
4988 | <fieldValue name='vertexText' value='"medical"'/> |
4989 | <fieldValue name='description' value='106: medical'/> |
4990 | <fieldValue name='url'/> |
4991 | <fieldValue name='radius' value='0.1500'/> |
4992 | <fieldValue name='displayMode'/> |
4993 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4994 | <fieldValue name='transparency' value='0'/> |
4995 | <fieldValue name='translation' value='1.20293 -1.07366 -0.46519'/> |
4996 | <fieldValue name='textTranslation' value='1.35293 -1.07366 -0.46519'/> |
4997 | <fieldValue name='textColor' value='0 0 0'/> |
4998 | </ProtoInstance> |
4999 | <ProtoInstance name='Vertex'> |
5000 | <fieldValue name='vertexText' value='"meet"'/> |
5001 | <fieldValue name='description' value='107: meet'/> |
5002 | <fieldValue name='url'/> |
5003 | <fieldValue name='radius' value='0.1500'/> |
5004 | <fieldValue name='displayMode'/> |
5005 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5006 | <fieldValue name='transparency' value='0'/> |
5007 | <fieldValue name='translation' value='2.17726 -0.89507 -0.59721'/> |
5008 | <fieldValue name='textTranslation' value='2.32726 -0.89507 -0.59721'/> |
5009 | <fieldValue name='textColor' value='0 0 0'/> |
5010 | </ProtoInstance> |
5011 | <ProtoInstance name='Vertex'> |
5012 | <fieldValue name='vertexText' value='"memorial"'/> |
5013 | <fieldValue name='description' value='108: memorial'/> |
5014 | <fieldValue name='url'/> |
5015 | <fieldValue name='radius' value='0.1500'/> |
5016 | <fieldValue name='displayMode'/> |
5017 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5018 | <fieldValue name='transparency' value='0'/> |
5019 | <fieldValue name='translation' value='1.84992 1.66065 -1.06232'/> |
5020 | <fieldValue name='textTranslation' value='1.99992 1.66065 -1.06232'/> |
5021 | <fieldValue name='textColor' value='0 0 0'/> |
5022 | </ProtoInstance> |
5023 | <ProtoInstance name='Vertex'> |
5024 | <fieldValue name='vertexText' value='"mission"'/> |
5025 | <fieldValue name='description' value='109: mission'/> |
5026 | <fieldValue name='url'/> |
5027 | <fieldValue name='radius' value='0.1500'/> |
5028 | <fieldValue name='displayMode'/> |
5029 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5030 | <fieldValue name='transparency' value='0'/> |
5031 | <fieldValue name='translation' value='1.58345 2.01991 -1.15219'/> |
5032 | <fieldValue name='textTranslation' value='1.73345 2.01991 -1.15219'/> |
5033 | <fieldValue name='textColor' value='0 0 0'/> |
5034 | </ProtoInstance> |
5035 | <ProtoInstance name='Vertex'> |
5036 | <fieldValue name='vertexText' value='"money"'/> |
5037 | <fieldValue name='description' value='110: money'/> |
5038 | <fieldValue name='url'/> |
5039 | <fieldValue name='radius' value='0.1500'/> |
5040 | <fieldValue name='displayMode'/> |
5041 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5042 | <fieldValue name='transparency' value='0'/> |
5043 | <fieldValue name='translation' value='-0.67451 -2.75259 -0.09465'/> |
5044 | <fieldValue name='textTranslation' value='-0.52451 -2.75259 -0.09465'/> |
5045 | <fieldValue name='textColor' value='0 0 0'/> |
5046 | </ProtoInstance> |
5047 | <ProtoInstance name='Vertex'> |
5048 | <fieldValue name='vertexText' value='"move"'/> |
5049 | <fieldValue name='description' value='111: move'/> |
5050 | <fieldValue name='url'/> |
5051 | <fieldValue name='radius' value='0.1500'/> |
5052 | <fieldValue name='displayMode'/> |
5053 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5054 | <fieldValue name='transparency' value='0'/> |
5055 | <fieldValue name='translation' value='1.86400 -0.42789 2.37782'/> |
5056 | <fieldValue name='textTranslation' value='2.01400 -0.42789 2.37782'/> |
5057 | <fieldValue name='textColor' value='0 0 0'/> |
5058 | </ProtoInstance> |
5059 | <ProtoInstance name='Vertex'> |
5060 | <fieldValue name='vertexText' value='"nation"'/> |
5061 | <fieldValue name='description' value='112: nation'/> |
5062 | <fieldValue name='url'/> |
5063 | <fieldValue name='radius' value='0.1500'/> |
5064 | <fieldValue name='displayMode'/> |
5065 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5066 | <fieldValue name='transparency' value='0'/> |
5067 | <fieldValue name='translation' value='1.90080 1.59282 -1.10119'/> |
5068 | <fieldValue name='textTranslation' value='2.05080 1.59282 -1.10119'/> |
5069 | <fieldValue name='textColor' value='0 0 0'/> |
5070 | </ProtoInstance> |
5071 | <ProtoInstance name='Vertex'> |
5072 | <fieldValue name='vertexText' value='"news"'/> |
5073 | <fieldValue name='description' value='113: news'/> |
5074 | <fieldValue name='url'/> |
5075 | <fieldValue name='radius' value='0.1500'/> |
5076 | <fieldValue name='displayMode'/> |
5077 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5078 | <fieldValue name='transparency' value='0'/> |
5079 | <fieldValue name='translation' value='-2.10241 2.15023 1.04705'/> |
5080 | <fieldValue name='textTranslation' value='-1.95241 2.15023 1.04705'/> |
5081 | <fieldValue name='textColor' value='0 0 0'/> |
5082 | </ProtoInstance> |
5083 | <ProtoInstance name='Vertex'> |
5084 | <fieldValue name='vertexText' value='"offload"'/> |
5085 | <fieldValue name='description' value='114: offload'/> |
5086 | <fieldValue name='url'/> |
5087 | <fieldValue name='radius' value='0.1500'/> |
5088 | <fieldValue name='displayMode'/> |
5089 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5090 | <fieldValue name='transparency' value='0'/> |
5091 | <fieldValue name='translation' value='1.88435 -0.17434 2.10395'/> |
5092 | <fieldValue name='textTranslation' value='2.03435 -0.17434 2.10395'/> |
5093 | <fieldValue name='textColor' value='0 0 0'/> |
5094 | </ProtoInstance> |
5095 | <ProtoInstance name='Vertex'> |
5096 | <fieldValue name='vertexText' value='"older"'/> |
5097 | <fieldValue name='description' value='115: older'/> |
5098 | <fieldValue name='url'/> |
5099 | <fieldValue name='radius' value='0.1500'/> |
5100 | <fieldValue name='displayMode'/> |
5101 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5102 | <fieldValue name='transparency' value='0'/> |
5103 | <fieldValue name='translation' value='1.89026 -0.54282 -0.97495'/> |
5104 | <fieldValue name='textTranslation' value='2.04026 -0.54282 -0.97495'/> |
5105 | <fieldValue name='textColor' value='0 0 0'/> |
5106 | </ProtoInstance> |
5107 | <ProtoInstance name='Vertex'> |
5108 | <fieldValue name='vertexText' value='"pacific"'/> |
5109 | <fieldValue name='description' value='116: pacific'/> |
5110 | <fieldValue name='url'/> |
5111 | <fieldValue name='radius' value='0.1500'/> |
5112 | <fieldValue name='displayMode'/> |
5113 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5114 | <fieldValue name='transparency' value='0'/> |
5115 | <fieldValue name='translation' value='-2.21416 1.50109 1.88183'/> |
5116 | <fieldValue name='textTranslation' value='-2.06416 1.50109 1.88183'/> |
5117 | <fieldValue name='textColor' value='0 0 0'/> |
5118 | </ProtoInstance> |
5119 | <ProtoInstance name='Vertex'> |
5120 | <fieldValue name='vertexText' value='"packaging"'/> |
5121 | <fieldValue name='description' value='117: packaging'/> |
5122 | <fieldValue name='url'/> |
5123 | <fieldValue name='radius' value='0.1500'/> |
5124 | <fieldValue name='displayMode'/> |
5125 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5126 | <fieldValue name='transparency' value='0'/> |
5127 | <fieldValue name='translation' value='-1.51116 -2.09901 0.50509'/> |
5128 | <fieldValue name='textTranslation' value='-1.36116 -2.09901 0.50509'/> |
5129 | <fieldValue name='textColor' value='0 0 0'/> |
5130 | </ProtoInstance> |
5131 | <ProtoInstance name='Vertex'> |
5132 | <fieldValue name='vertexText' value='"pages"'/> |
5133 | <fieldValue name='description' value='118: pages'/> |
5134 | <fieldValue name='url'/> |
5135 | <fieldValue name='radius' value='0.1500'/> |
5136 | <fieldValue name='displayMode'/> |
5137 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5138 | <fieldValue name='transparency' value='0'/> |
5139 | <fieldValue name='translation' value='-1.66040 1.62990 2.52682'/> |
5140 | <fieldValue name='textTranslation' value='-1.51040 1.62990 2.52682'/> |
5141 | <fieldValue name='textColor' value='0 0 0'/> |
5142 | </ProtoInstance> |
5143 | <ProtoInstance name='Vertex'> |
5144 | <fieldValue name='vertexText' value='"part"'/> |
5145 | <fieldValue name='description' value='119: part'/> |
5146 | <fieldValue name='url'/> |
5147 | <fieldValue name='radius' value='0.1500'/> |
5148 | <fieldValue name='displayMode'/> |
5149 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5150 | <fieldValue name='transparency' value='0'/> |
5151 | <fieldValue name='translation' value='0.76409 -2.18746 -0.56267'/> |
5152 | <fieldValue name='textTranslation' value='0.91409 -2.18746 -0.56267'/> |
5153 | <fieldValue name='textColor' value='0 0 0'/> |
5154 | </ProtoInstance> |
5155 | <ProtoInstance name='Vertex'> |
5156 | <fieldValue name='vertexText' value='"partners"'/> |
5157 | <fieldValue name='description' value='120: partners'/> |
5158 | <fieldValue name='url'/> |
5159 | <fieldValue name='radius' value='0.1500'/> |
5160 | <fieldValue name='displayMode'/> |
5161 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5162 | <fieldValue name='transparency' value='0'/> |
5163 | <fieldValue name='translation' value='2.20382 -0.50896 -0.25552'/> |
5164 | <fieldValue name='textTranslation' value='2.35382 -0.50896 -0.25552'/> |
5165 | <fieldValue name='textColor' value='0 0 0'/> |
5166 | </ProtoInstance> |
5167 | <ProtoInstance name='Vertex'> |
5168 | <fieldValue name='vertexText' value='"people"'/> |
5169 | <fieldValue name='description' value='121: people'/> |
5170 | <fieldValue name='url'/> |
5171 | <fieldValue name='radius' value='0.1500'/> |
5172 | <fieldValue name='displayMode'/> |
5173 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5174 | <fieldValue name='transparency' value='0'/> |
5175 | <fieldValue name='translation' value='2.09172 -0.34370 -0.87137'/> |
5176 | <fieldValue name='textTranslation' value='2.24172 -0.34370 -0.87137'/> |
5177 | <fieldValue name='textColor' value='0 0 0'/> |
5178 | </ProtoInstance> |
5179 | <ProtoInstance name='Vertex'> |
5180 | <fieldValue name='vertexText' value='"personnel"'/> |
5181 | <fieldValue name='description' value='122: personnel'/> |
5182 | <fieldValue name='url'/> |
5183 | <fieldValue name='radius' value='0.1500'/> |
5184 | <fieldValue name='displayMode'/> |
5185 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5186 | <fieldValue name='transparency' value='0'/> |
5187 | <fieldValue name='translation' value='-2.75205 -1.02455 1.12481'/> |
5188 | <fieldValue name='textTranslation' value='-2.60205 -1.02455 1.12481'/> |
5189 | <fieldValue name='textColor' value='0 0 0'/> |
5190 | </ProtoInstance> |
5191 | <ProtoInstance name='Vertex'> |
5192 | <fieldValue name='vertexText' value='"plastic"'/> |
5193 | <fieldValue name='description' value='123: plastic'/> |
5194 | <fieldValue name='url'/> |
5195 | <fieldValue name='radius' value='0.1500'/> |
5196 | <fieldValue name='displayMode'/> |
5197 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5198 | <fieldValue name='transparency' value='0'/> |
5199 | <fieldValue name='translation' value='0.69172 -0.76195 -2.65003'/> |
5200 | <fieldValue name='textTranslation' value='0.84172 -0.76195 -2.65003'/> |
5201 | <fieldValue name='textColor' value='0 0 0'/> |
5202 | </ProtoInstance> |
5203 | <ProtoInstance name='Vertex'> |
5204 | <fieldValue name='vertexText' value='"policy"'/> |
5205 | <fieldValue name='description' value='124: policy'/> |
5206 | <fieldValue name='url'/> |
5207 | <fieldValue name='radius' value='0.1500'/> |
5208 | <fieldValue name='displayMode'/> |
5209 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5210 | <fieldValue name='transparency' value='0'/> |
5211 | <fieldValue name='translation' value='-1.97693 1.16526 2.45572'/> |
5212 | <fieldValue name='textTranslation' value='-1.82693 1.16526 2.45572'/> |
5213 | <fieldValue name='textColor' value='0 0 0'/> |
5214 | </ProtoInstance> |
5215 | <ProtoInstance name='Vertex'> |
5216 | <fieldValue name='vertexText' value='"port"'/> |
5217 | <fieldValue name='description' value='125: port'/> |
5218 | <fieldValue name='url'/> |
5219 | <fieldValue name='radius' value='0.1500'/> |
5220 | <fieldValue name='displayMode'/> |
5221 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5222 | <fieldValue name='transparency' value='0'/> |
5223 | <fieldValue name='translation' value='2.23142 -0.34909 1.25849'/> |
5224 | <fieldValue name='textTranslation' value='2.38142 -0.34909 1.25849'/> |
5225 | <fieldValue name='textColor' value='0 0 0'/> |
5226 | </ProtoInstance> |
5227 | <ProtoInstance name='Vertex'> |
5228 | <fieldValue name='vertexText' value='"post"'/> |
5229 | <fieldValue name='description' value='126: post'/> |
5230 | <fieldValue name='url'/> |
5231 | <fieldValue name='radius' value='0.1500'/> |
5232 | <fieldValue name='displayMode'/> |
5233 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5234 | <fieldValue name='transparency' value='0'/> |
5235 | <fieldValue name='translation' value='-2.36423 -0.99236 -1.67270'/> |
5236 | <fieldValue name='textTranslation' value='-2.21423 -0.99236 -1.67270'/> |
5237 | <fieldValue name='textColor' value='0 0 0'/> |
5238 | </ProtoInstance> |
5239 | <ProtoInstance name='Vertex'> |
5240 | <fieldValue name='vertexText' value='"project"'/> |
5241 | <fieldValue name='description' value='127: project'/> |
5242 | <fieldValue name='url'/> |
5243 | <fieldValue name='radius' value='0.1500'/> |
5244 | <fieldValue name='displayMode'/> |
5245 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5246 | <fieldValue name='transparency' value='0'/> |
5247 | <fieldValue name='translation' value='-2.13534 -1.24151 -1.84598'/> |
5248 | <fieldValue name='textTranslation' value='-1.98534 -1.24151 -1.84598'/> |
5249 | <fieldValue name='textColor' value='0 0 0'/> |
5250 | </ProtoInstance> |
5251 | <ProtoInstance name='Vertex'> |
5252 | <fieldValue name='vertexText' value='"racial"'/> |
5253 | <fieldValue name='description' value='128: racial'/> |
5254 | <fieldValue name='url'/> |
5255 | <fieldValue name='radius' value='0.1500'/> |
5256 | <fieldValue name='displayMode'/> |
5257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5258 | <fieldValue name='transparency' value='0'/> |
5259 | <fieldValue name='translation' value='1.05610 -0.16683 -2.75157'/> |
5260 | <fieldValue name='textTranslation' value='1.20610 -0.16683 -2.75157'/> |
5261 | <fieldValue name='textColor' value='0 0 0'/> |
5262 | </ProtoInstance> |
5263 | <ProtoInstance name='Vertex'> |
5264 | <fieldValue name='vertexText' value='"raise"'/> |
5265 | <fieldValue name='description' value='129: raise'/> |
5266 | <fieldValue name='url'/> |
5267 | <fieldValue name='radius' value='0.1500'/> |
5268 | <fieldValue name='displayMode'/> |
5269 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5270 | <fieldValue name='transparency' value='0'/> |
5271 | <fieldValue name='translation' value='-0.52031 -2.28861 -0.13477'/> |
5272 | <fieldValue name='textTranslation' value='-0.37031 -2.28861 -0.13477'/> |
5273 | <fieldValue name='textColor' value='0 0 0'/> |
5274 | </ProtoInstance> |
5275 | <ProtoInstance name='Vertex'> |
5276 | <fieldValue name='vertexText' value='"rebuild"'/> |
5277 | <fieldValue name='description' value='130: rebuild'/> |
5278 | <fieldValue name='url'/> |
5279 | <fieldValue name='radius' value='0.1500'/> |
5280 | <fieldValue name='displayMode'/> |
5281 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5282 | <fieldValue name='transparency' value='0'/> |
5283 | <fieldValue name='translation' value='0.99057 -0.66071 -2.72829'/> |
5284 | <fieldValue name='textTranslation' value='1.14057 -0.66071 -2.72829'/> |
5285 | <fieldValue name='textColor' value='0 0 0'/> |
5286 | </ProtoInstance> |
5287 | <ProtoInstance name='Vertex'> |
5288 | <fieldValue name='vertexText' value='"recover"'/> |
5289 | <fieldValue name='description' value='131: recover'/> |
5290 | <fieldValue name='url'/> |
5291 | <fieldValue name='radius' value='0.1500'/> |
5292 | <fieldValue name='displayMode'/> |
5293 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5294 | <fieldValue name='transparency' value='0'/> |
5295 | <fieldValue name='translation' value='1.02450 -0.51800 -2.42359'/> |
5296 | <fieldValue name='textTranslation' value='1.17450 -0.51800 -2.42359'/> |
5297 | <fieldValue name='textColor' value='0 0 0'/> |
5298 | </ProtoInstance> |
5299 | <ProtoInstance name='Vertex'> |
5300 | <fieldValue name='vertexText' value='"remain"'/> |
5301 | <fieldValue name='description' value='132: remain'/> |
5302 | <fieldValue name='url'/> |
5303 | <fieldValue name='radius' value='0.1500'/> |
5304 | <fieldValue name='displayMode'/> |
5305 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5306 | <fieldValue name='transparency' value='0'/> |
5307 | <fieldValue name='translation' value='1.90733 -0.86525 -1.19529'/> |
5308 | <fieldValue name='textTranslation' value='2.05733 -0.86525 -1.19529'/> |
5309 | <fieldValue name='textColor' value='0 0 0'/> |
5310 | </ProtoInstance> |
5311 | <ProtoInstance name='Vertex'> |
5312 | <fieldValue name='vertexText' value='"report"'/> |
5313 | <fieldValue name='description' value='133: report'/> |
5314 | <fieldValue name='url'/> |
5315 | <fieldValue name='radius' value='0.1500'/> |
5316 | <fieldValue name='displayMode'/> |
5317 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5318 | <fieldValue name='transparency' value='0'/> |
5319 | <fieldValue name='translation' value='0.11510 -1.72557 -0.30741'/> |
5320 | <fieldValue name='textTranslation' value='0.26510 -1.72557 -0.30741'/> |
5321 | <fieldValue name='textColor' value='0 0 0'/> |
5322 | </ProtoInstance> |
5323 | <ProtoInstance name='Vertex'> |
5324 | <fieldValue name='vertexText' value='"reserved"'/> |
5325 | <fieldValue name='description' value='134: reserved'/> |
5326 | <fieldValue name='url'/> |
5327 | <fieldValue name='radius' value='0.1500'/> |
5328 | <fieldValue name='displayMode'/> |
5329 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5330 | <fieldValue name='transparency' value='0'/> |
5331 | <fieldValue name='translation' value='-2.38279 -1.11900 1.76479'/> |
5332 | <fieldValue name='textTranslation' value='-2.23279 -1.11900 1.76479'/> |
5333 | <fieldValue name='textColor' value='0 0 0'/> |
5334 | </ProtoInstance> |
5335 | <ProtoInstance name='Vertex'> |
5336 | <fieldValue name='vertexText' value='"response"'/> |
5337 | <fieldValue name='description' value='135: response'/> |
5338 | <fieldValue name='url'/> |
5339 | <fieldValue name='radius' value='0.1500'/> |
5340 | <fieldValue name='displayMode'/> |
5341 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5342 | <fieldValue name='transparency' value='0'/> |
5343 | <fieldValue name='translation' value='0.76836 -1.90248 -0.40717'/> |
5344 | <fieldValue name='textTranslation' value='0.91836 -1.90248 -0.40717'/> |
5345 | <fieldValue name='textColor' value='0 0 0'/> |
5346 | </ProtoInstance> |
5347 | <ProtoInstance name='Vertex'> |
5348 | <fieldValue name='vertexText' value='"retail"'/> |
5349 | <fieldValue name='description' value='136: retail'/> |
5350 | <fieldValue name='url'/> |
5351 | <fieldValue name='radius' value='0.1500'/> |
5352 | <fieldValue name='displayMode'/> |
5353 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5354 | <fieldValue name='transparency' value='0'/> |
5355 | <fieldValue name='translation' value='-0.84985 -2.74215 0.44704'/> |
5356 | <fieldValue name='textTranslation' value='-0.69985 -2.74215 0.44704'/> |
5357 | <fieldValue name='textColor' value='0 0 0'/> |
5358 | </ProtoInstance> |
5359 | <ProtoInstance name='Vertex'> |
5360 | <fieldValue name='vertexText' value='"revisited"'/> |
5361 | <fieldValue name='description' value='137: revisited'/> |
5362 | <fieldValue name='url'/> |
5363 | <fieldValue name='radius' value='0.1500'/> |
5364 | <fieldValue name='displayMode'/> |
5365 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5366 | <fieldValue name='transparency' value='0'/> |
5367 | <fieldValue name='translation' value='-2.13534 -1.24151 -1.84598'/> |
5368 | <fieldValue name='textTranslation' value='-1.98534 -1.24151 -1.84598'/> |
5369 | <fieldValue name='textColor' value='0 0 0'/> |
5370 | </ProtoInstance> |
5371 | <ProtoInstance name='Vertex'> |
5372 | <fieldValue name='vertexText' value='"robert"'/> |
5373 | <fieldValue name='description' value='138: robert'/> |
5374 | <fieldValue name='url'/> |
5375 | <fieldValue name='radius' value='0.1500'/> |
5376 | <fieldValue name='displayMode'/> |
5377 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5378 | <fieldValue name='transparency' value='0'/> |
5379 | <fieldValue name='translation' value='-1.50854 2.74454 0.79464'/> |
5380 | <fieldValue name='textTranslation' value='-1.35854 2.74454 0.79464'/> |
5381 | <fieldValue name='textColor' value='0 0 0'/> |
5382 | </ProtoInstance> |
5383 | <ProtoInstance name='Vertex'> |
5384 | <fieldValue name='vertexText' value='"rocked"'/> |
5385 | <fieldValue name='description' value='139: rocked'/> |
5386 | <fieldValue name='url'/> |
5387 | <fieldValue name='radius' value='0.1500'/> |
5388 | <fieldValue name='displayMode'/> |
5389 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5390 | <fieldValue name='transparency' value='0'/> |
5391 | <fieldValue name='translation' value='1.85299 1.49012 -1.05510'/> |
5392 | <fieldValue name='textTranslation' value='2.00299 1.49012 -1.05510'/> |
5393 | <fieldValue name='textColor' value='0 0 0'/> |
5394 | </ProtoInstance> |
5395 | <ProtoInstance name='Vertex'> |
5396 | <fieldValue name='vertexText' value='"roger"'/> |
5397 | <fieldValue name='description' value='140: roger'/> |
5398 | <fieldValue name='url'/> |
5399 | <fieldValue name='radius' value='0.1500'/> |
5400 | <fieldValue name='displayMode'/> |
5401 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5402 | <fieldValue name='transparency' value='0'/> |
5403 | <fieldValue name='translation' value='-1.80404 1.28662 -2.37074'/> |
5404 | <fieldValue name='textTranslation' value='-1.65404 1.28662 -2.37074'/> |
5405 | <fieldValue name='textColor' value='0 0 0'/> |
5406 | </ProtoInstance> |
5407 | <ProtoInstance name='Vertex'> |
5408 | <fieldValue name='vertexText' value='"role"'/> |
5409 | <fieldValue name='description' value='141: role'/> |
5410 | <fieldValue name='url'/> |
5411 | <fieldValue name='radius' value='0.1500'/> |
5412 | <fieldValue name='displayMode'/> |
5413 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5414 | <fieldValue name='transparency' value='0'/> |
5415 | <fieldValue name='translation' value='-1.44247 -2.35688 -0.45021'/> |
5416 | <fieldValue name='textTranslation' value='-1.29247 -2.35688 -0.45021'/> |
5417 | <fieldValue name='textColor' value='0 0 0'/> |
5418 | </ProtoInstance> |
5419 | <ProtoInstance name='Vertex'> |
5420 | <fieldValue name='vertexText' value='"rotary"'/> |
5421 | <fieldValue name='description' value='142: rotary'/> |
5422 | <fieldValue name='url'/> |
5423 | <fieldValue name='radius' value='0.1500'/> |
5424 | <fieldValue name='displayMode'/> |
5425 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5426 | <fieldValue name='transparency' value='0'/> |
5427 | <fieldValue name='translation' value='-1.37505 -2.60145 -0.17007'/> |
5428 | <fieldValue name='textTranslation' value='-1.22505 -2.60145 -0.17007'/> |
5429 | <fieldValue name='textColor' value='0 0 0'/> |
5430 | </ProtoInstance> |
5431 | <ProtoInstance name='Vertex'> |
5432 | <fieldValue name='vertexText' value='"saturday"'/> |
5433 | <fieldValue name='description' value='143: saturday'/> |
5434 | <fieldValue name='url'/> |
5435 | <fieldValue name='radius' value='0.1500'/> |
5436 | <fieldValue name='displayMode'/> |
5437 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5438 | <fieldValue name='transparency' value='0'/> |
5439 | <fieldValue name='translation' value='-1.03029 -2.50421 -0.04728'/> |
5440 | <fieldValue name='textTranslation' value='-0.88029 -2.50421 -0.04728'/> |
5441 | <fieldValue name='textColor' value='0 0 0'/> |
5442 | </ProtoInstance> |
5443 | <ProtoInstance name='Vertex'> |
5444 | <fieldValue name='vertexText' value='"scenes"'/> |
5445 | <fieldValue name='description' value='144: scenes'/> |
5446 | <fieldValue name='url'/> |
5447 | <fieldValue name='radius' value='0.1500'/> |
5448 | <fieldValue name='displayMode'/> |
5449 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5450 | <fieldValue name='transparency' value='0'/> |
5451 | <fieldValue name='translation' value='-1.80228 1.05102 2.72621'/> |
5452 | <fieldValue name='textTranslation' value='-1.65228 1.05102 2.72621'/> |
5453 | <fieldValue name='textColor' value='0 0 0'/> |
5454 | </ProtoInstance> |
5455 | <ProtoInstance name='Vertex'> |
5456 | <fieldValue name='vertexText' value='"senior"'/> |
5457 | <fieldValue name='description' value='145: senior'/> |
5458 | <fieldValue name='url'/> |
5459 | <fieldValue name='radius' value='0.1500'/> |
5460 | <fieldValue name='displayMode'/> |
5461 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5462 | <fieldValue name='transparency' value='0'/> |
5463 | <fieldValue name='translation' value='2.12255 -0.46833 1.93137'/> |
5464 | <fieldValue name='textTranslation' value='2.27255 -0.46833 1.93137'/> |
5465 | <fieldValue name='textColor' value='0 0 0'/> |
5466 | </ProtoInstance> |
5467 | <ProtoInstance name='Vertex'> |
5468 | <fieldValue name='vertexText' value='"service"'/> |
5469 | <fieldValue name='description' value='146: service'/> |
5470 | <fieldValue name='url'/> |
5471 | <fieldValue name='radius' value='0.1500'/> |
5472 | <fieldValue name='displayMode'/> |
5473 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5474 | <fieldValue name='transparency' value='0'/> |
5475 | <fieldValue name='translation' value='1.92300 1.63669 -0.95822'/> |
5476 | <fieldValue name='textTranslation' value='2.07300 1.63669 -0.95822'/> |
5477 | <fieldValue name='textColor' value='0 0 0'/> |
5478 | </ProtoInstance> |
5479 | <ProtoInstance name='Vertex'> |
5480 | <fieldValue name='vertexText' value='"services"'/> |
5481 | <fieldValue name='description' value='147: services'/> |
5482 | <fieldValue name='url'/> |
5483 | <fieldValue name='radius' value='0.1500'/> |
5484 | <fieldValue name='displayMode'/> |
5485 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5486 | <fieldValue name='transparency' value='0'/> |
5487 | <fieldValue name='translation' value='0.59202 -1.78845 -1.15521'/> |
5488 | <fieldValue name='textTranslation' value='0.74202 -1.78845 -1.15521'/> |
5489 | <fieldValue name='textColor' value='0 0 0'/> |
5490 | </ProtoInstance> |
5491 | <ProtoInstance name='Vertex'> |
5492 | <fieldValue name='vertexText' value='"shared"'/> |
5493 | <fieldValue name='description' value='148: shared'/> |
5494 | <fieldValue name='url'/> |
5495 | <fieldValue name='radius' value='0.1500'/> |
5496 | <fieldValue name='displayMode'/> |
5497 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5498 | <fieldValue name='transparency' value='0'/> |
5499 | <fieldValue name='translation' value='-1.92990 0.74771 2.67954'/> |
5500 | <fieldValue name='textTranslation' value='-1.77990 0.74771 2.67954'/> |
5501 | <fieldValue name='textColor' value='0 0 0'/> |
5502 | </ProtoInstance> |
5503 | <ProtoInstance name='Vertex'> |
5504 | <fieldValue name='vertexText' value='"sheet"'/> |
5505 | <fieldValue name='description' value='149: sheet'/> |
5506 | <fieldValue name='url'/> |
5507 | <fieldValue name='radius' value='0.1500'/> |
5508 | <fieldValue name='displayMode'/> |
5509 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5510 | <fieldValue name='transparency' value='0'/> |
5511 | <fieldValue name='translation' value='1.99354 0.17936 1.99517'/> |
5512 | <fieldValue name='textTranslation' value='2.14354 0.17936 1.99517'/> |
5513 | <fieldValue name='textColor' value='0 0 0'/> |
5514 | </ProtoInstance> |
5515 | <ProtoInstance name='Vertex'> |
5516 | <fieldValue name='vertexText' value='"sheeting"'/> |
5517 | <fieldValue name='description' value='150: sheeting'/> |
5518 | <fieldValue name='url'/> |
5519 | <fieldValue name='radius' value='0.1500'/> |
5520 | <fieldValue name='displayMode'/> |
5521 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5522 | <fieldValue name='transparency' value='0'/> |
5523 | <fieldValue name='translation' value='0.84236 -0.60709 -2.40168'/> |
5524 | <fieldValue name='textTranslation' value='0.99236 -0.60709 -2.40168'/> |
5525 | <fieldValue name='textColor' value='0 0 0'/> |
5526 | </ProtoInstance> |
5527 | <ProtoInstance name='Vertex'> |
5528 | <fieldValue name='vertexText' value='"shifting"'/> |
5529 | <fieldValue name='description' value='151: shifting'/> |
5530 | <fieldValue name='url'/> |
5531 | <fieldValue name='radius' value='0.1500'/> |
5532 | <fieldValue name='displayMode'/> |
5533 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5534 | <fieldValue name='transparency' value='0'/> |
5535 | <fieldValue name='translation' value='-2.18323 2.25645 0.11406'/> |
5536 | <fieldValue name='textTranslation' value='-2.03323 2.25645 0.11406'/> |
5537 | <fieldValue name='textColor' value='0 0 0'/> |
5538 | </ProtoInstance> |
5539 | <ProtoInstance name='Vertex'> |
5540 | <fieldValue name='vertexText' value='"south"'/> |
5541 | <fieldValue name='description' value='152: south'/> |
5542 | <fieldValue name='url'/> |
5543 | <fieldValue name='radius' value='0.1500'/> |
5544 | <fieldValue name='displayMode'/> |
5545 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5546 | <fieldValue name='transparency' value='0'/> |
5547 | <fieldValue name='translation' value='-2.30041 1.14640 2.17720'/> |
5548 | <fieldValue name='textTranslation' value='-2.15041 1.14640 2.17720'/> |
5549 | <fieldValue name='textColor' value='0 0 0'/> |
5550 | </ProtoInstance> |
5551 | <ProtoInstance name='Vertex'> |
5552 | <fieldValue name='vertexText' value='"southern"'/> |
5553 | <fieldValue name='description' value='153: southern'/> |
5554 | <fieldValue name='url'/> |
5555 | <fieldValue name='radius' value='0.1500'/> |
5556 | <fieldValue name='displayMode'/> |
5557 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5558 | <fieldValue name='transparency' value='0'/> |
5559 | <fieldValue name='translation' value='2.15665 1.30781 1.77910'/> |
5560 | <fieldValue name='textTranslation' value='2.30665 1.30781 1.77910'/> |
5561 | <fieldValue name='textColor' value='0 0 0'/> |
5562 | </ProtoInstance> |
5563 | <ProtoInstance name='Vertex'> |
5564 | <fieldValue name='vertexText' value='"specialist"'/> |
5565 | <fieldValue name='description' value='154: specialist'/> |
5566 | <fieldValue name='url'/> |
5567 | <fieldValue name='radius' value='0.1500'/> |
5568 | <fieldValue name='displayMode'/> |
5569 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5570 | <fieldValue name='transparency' value='0'/> |
5571 | <fieldValue name='translation' value='2.29467 -0.20366 1.94305'/> |
5572 | <fieldValue name='textTranslation' value='2.44467 -0.20366 1.94305'/> |
5573 | <fieldValue name='textColor' value='0 0 0'/> |
5574 | </ProtoInstance> |
5575 | <ProtoInstance name='Vertex'> |
5576 | <fieldValue name='vertexText' value='"specialists"'/> |
5577 | <fieldValue name='description' value='155: specialists'/> |
5578 | <fieldValue name='url'/> |
5579 | <fieldValue name='radius' value='0.1500'/> |
5580 | <fieldValue name='displayMode'/> |
5581 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5582 | <fieldValue name='transparency' value='0'/> |
5583 | <fieldValue name='translation' value='2.18951 0.20194 1.81418'/> |
5584 | <fieldValue name='textTranslation' value='2.33951 0.20194 1.81418'/> |
5585 | <fieldValue name='textColor' value='0 0 0'/> |
5586 | </ProtoInstance> |
5587 | <ProtoInstance name='Vertex'> |
5588 | <fieldValue name='vertexText' value='"spike"'/> |
5589 | <fieldValue name='description' value='156: spike'/> |
5590 | <fieldValue name='url'/> |
5591 | <fieldValue name='radius' value='0.1500'/> |
5592 | <fieldValue name='displayMode'/> |
5593 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5594 | <fieldValue name='transparency' value='0'/> |
5595 | <fieldValue name='translation' value='2.31686 -0.07560 1.92230'/> |
5596 | <fieldValue name='textTranslation' value='2.46686 -0.07560 1.92230'/> |
5597 | <fieldValue name='textColor' value='0 0 0'/> |
5598 | </ProtoInstance> |
5599 | <ProtoInstance name='Vertex'> |
5600 | <fieldValue name='vertexText' value='"staff"'/> |
5601 | <fieldValue name='description' value='157: staff'/> |
5602 | <fieldValue name='url'/> |
5603 | <fieldValue name='radius' value='0.1500'/> |
5604 | <fieldValue name='displayMode'/> |
5605 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5606 | <fieldValue name='transparency' value='0'/> |
5607 | <fieldValue name='translation' value='2.47157 -0.66373 -0.60550'/> |
5608 | <fieldValue name='textTranslation' value='2.62157 -0.66373 -0.60550'/> |
5609 | <fieldValue name='textColor' value='0 0 0'/> |
5610 | </ProtoInstance> |
5611 | <ProtoInstance name='Vertex'> |
5612 | <fieldValue name='vertexText' value='"stands"'/> |
5613 | <fieldValue name='description' value='158: stands'/> |
5614 | <fieldValue name='url'/> |
5615 | <fieldValue name='radius' value='0.1500'/> |
5616 | <fieldValue name='displayMode'/> |
5617 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5618 | <fieldValue name='transparency' value='0'/> |
5619 | <fieldValue name='translation' value='2.01820 0.37393 -0.92897'/> |
5620 | <fieldValue name='textTranslation' value='2.16820 0.37393 -0.92897'/> |
5621 | <fieldValue name='textColor' value='0 0 0'/> |
5622 | </ProtoInstance> |
5623 | <ProtoInstance name='Vertex'> |
5624 | <fieldValue name='vertexText' value='"states"'/> |
5625 | <fieldValue name='description' value='159: states'/> |
5626 | <fieldValue name='url'/> |
5627 | <fieldValue name='radius' value='0.1500'/> |
5628 | <fieldValue name='displayMode'/> |
5629 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5630 | <fieldValue name='transparency' value='0'/> |
5631 | <fieldValue name='translation' value='2.13015 1.70635 0.61707'/> |
5632 | <fieldValue name='textTranslation' value='2.28015 1.70635 0.61707'/> |
5633 | <fieldValue name='textColor' value='0 0 0'/> |
5634 | </ProtoInstance> |
5635 | <ProtoInstance name='Vertex'> |
5636 | <fieldValue name='vertexText' value='"street"'/> |
5637 | <fieldValue name='description' value='160: street'/> |
5638 | <fieldValue name='url'/> |
5639 | <fieldValue name='radius' value='0.1500'/> |
5640 | <fieldValue name='displayMode'/> |
5641 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5642 | <fieldValue name='transparency' value='0'/> |
5643 | <fieldValue name='translation' value='-2.12526 2.28752 0.42172'/> |
5644 | <fieldValue name='textTranslation' value='-1.97526 2.28752 0.42172'/> |
5645 | <fieldValue name='textColor' value='0 0 0'/> |
5646 | </ProtoInstance> |
5647 | <ProtoInstance name='Vertex'> |
5648 | <fieldValue name='vertexText' value='"struck"'/> |
5649 | <fieldValue name='description' value='161: struck'/> |
5650 | <fieldValue name='url'/> |
5651 | <fieldValue name='radius' value='0.1500'/> |
5652 | <fieldValue name='displayMode'/> |
5653 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5654 | <fieldValue name='transparency' value='0'/> |
5655 | <fieldValue name='translation' value='2.44367 -0.41495 -0.81622'/> |
5656 | <fieldValue name='textTranslation' value='2.59367 -0.41495 -0.81622'/> |
5657 | <fieldValue name='textColor' value='0 0 0'/> |
5658 | </ProtoInstance> |
5659 | <ProtoInstance name='Vertex'> |
5660 | <fieldValue name='vertexText' value='"sudan"'/> |
5661 | <fieldValue name='description' value='162: sudan'/> |
5662 | <fieldValue name='url'/> |
5663 | <fieldValue name='radius' value='0.1500'/> |
5664 | <fieldValue name='displayMode'/> |
5665 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5666 | <fieldValue name='transparency' value='0'/> |
5667 | <fieldValue name='translation' value='-1.52680 1.49375 2.65061'/> |
5668 | <fieldValue name='textTranslation' value='-1.37680 1.49375 2.65061'/> |
5669 | <fieldValue name='textColor' value='0 0 0'/> |
5670 | </ProtoInstance> |
5671 | <ProtoInstance name='Vertex'> |
5672 | <fieldValue name='vertexText' value='"summary"'/> |
5673 | <fieldValue name='description' value='163: summary'/> |
5674 | <fieldValue name='url'/> |
5675 | <fieldValue name='radius' value='0.1500'/> |
5676 | <fieldValue name='displayMode'/> |
5677 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5678 | <fieldValue name='transparency' value='0'/> |
5679 | <fieldValue name='translation' value='0.51497 -1.78241 -0.42771'/> |
5680 | <fieldValue name='textTranslation' value='0.66497 -1.78241 -0.42771'/> |
5681 | <fieldValue name='textColor' value='0 0 0'/> |
5682 | </ProtoInstance> |
5683 | <ProtoInstance name='Vertex'> |
5684 | <fieldValue name='vertexText' value='"sunday"'/> |
5685 | <fieldValue name='description' value='164: sunday'/> |
5686 | <fieldValue name='url'/> |
5687 | <fieldValue name='radius' value='0.1500'/> |
5688 | <fieldValue name='displayMode'/> |
5689 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5690 | <fieldValue name='transparency' value='0'/> |
5691 | <fieldValue name='translation' value='-1.59663 1.22035 2.75157'/> |
5692 | <fieldValue name='textTranslation' value='-1.44663 1.22035 2.75157'/> |
5693 | <fieldValue name='textColor' value='0 0 0'/> |
5694 | </ProtoInstance> |
5695 | <ProtoInstance name='Vertex'> |
5696 | <fieldValue name='vertexText' value='"super"'/> |
5697 | <fieldValue name='description' value='165: super'/> |
5698 | <fieldValue name='url'/> |
5699 | <fieldValue name='radius' value='0.1500'/> |
5700 | <fieldValue name='displayMode'/> |
5701 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5702 | <fieldValue name='transparency' value='0'/> |
5703 | <fieldValue name='translation' value='-2.13190 0.63230 2.53744'/> |
5704 | <fieldValue name='textTranslation' value='-1.98190 0.63230 2.53744'/> |
5705 | <fieldValue name='textColor' value='0 0 0'/> |
5706 | </ProtoInstance> |
5707 | <ProtoInstance name='Vertex'> |
5708 | <fieldValue name='vertexText' value='"support"'/> |
5709 | <fieldValue name='description' value='166: support'/> |
5710 | <fieldValue name='url'/> |
5711 | <fieldValue name='radius' value='0.1500'/> |
5712 | <fieldValue name='displayMode'/> |
5713 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5714 | <fieldValue name='transparency' value='0'/> |
5715 | <fieldValue name='translation' value='1.32932 0.14161 -1.62068'/> |
5716 | <fieldValue name='textTranslation' value='1.47932 0.14161 -1.62068'/> |
5717 | <fieldValue name='textColor' value='0 0 0'/> |
5718 | </ProtoInstance> |
5719 | <ProtoInstance name='Vertex'> |
5720 | <fieldValue name='vertexText' value='"supporting"'/> |
5721 | <fieldValue name='description' value='167: supporting'/> |
5722 | <fieldValue name='url'/> |
5723 | <fieldValue name='radius' value='0.1500'/> |
5724 | <fieldValue name='displayMode'/> |
5725 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5726 | <fieldValue name='transparency' value='0'/> |
5727 | <fieldValue name='translation' value='0.76409 -2.18746 -0.56267'/> |
5728 | <fieldValue name='textTranslation' value='0.91409 -2.18746 -0.56267'/> |
5729 | <fieldValue name='textColor' value='0 0 0'/> |
5730 | </ProtoInstance> |
5731 | <ProtoInstance name='Vertex'> |
5732 | <fieldValue name='vertexText' value='"survey"'/> |
5733 | <fieldValue name='description' value='168: survey'/> |
5734 | <fieldValue name='url'/> |
5735 | <fieldValue name='radius' value='0.1500'/> |
5736 | <fieldValue name='displayMode'/> |
5737 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5738 | <fieldValue name='transparency' value='0'/> |
5739 | <fieldValue name='translation' value='-1.43249 -2.00138 -0.56452'/> |
5740 | <fieldValue name='textTranslation' value='-1.28249 -2.00138 -0.56452'/> |
5741 | <fieldValue name='textColor' value='0 0 0'/> |
5742 | </ProtoInstance> |
5743 | <ProtoInstance name='Vertex'> |
5744 | <fieldValue name='vertexText' value='"survivors"'/> |
5745 | <fieldValue name='description' value='169: survivors'/> |
5746 | <fieldValue name='url'/> |
5747 | <fieldValue name='radius' value='0.1500'/> |
5748 | <fieldValue name='displayMode'/> |
5749 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5750 | <fieldValue name='transparency' value='0'/> |
5751 | <fieldValue name='translation' value='1.34864 -0.67639 -1.14918'/> |
5752 | <fieldValue name='textTranslation' value='1.49864 -0.67639 -1.14918'/> |
5753 | <fieldValue name='textColor' value='0 0 0'/> |
5754 | </ProtoInstance> |
5755 | <ProtoInstance name='Vertex'> |
5756 | <fieldValue name='vertexText' value='"sustainment"'/> |
5757 | <fieldValue name='description' value='170: sustainment'/> |
5758 | <fieldValue name='url'/> |
5759 | <fieldValue name='radius' value='0.1500'/> |
5760 | <fieldValue name='displayMode'/> |
5761 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5762 | <fieldValue name='transparency' value='0'/> |
5763 | <fieldValue name='translation' value='2.06920 1.86413 1.49490'/> |
5764 | <fieldValue name='textTranslation' value='2.21920 1.86413 1.49490'/> |
5765 | <fieldValue name='textColor' value='0 0 0'/> |
5766 | </ProtoInstance> |
5767 | <ProtoInstance name='Vertex'> |
5768 | <fieldValue name='vertexText' value='"task"'/> |
5769 | <fieldValue name='description' value='171: task'/> |
5770 | <fieldValue name='url'/> |
5771 | <fieldValue name='radius' value='0.1500'/> |
5772 | <fieldValue name='displayMode'/> |
5773 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5774 | <fieldValue name='transparency' value='0'/> |
5775 | <fieldValue name='translation' value='2.16318 1.19023 1.06686'/> |
5776 | <fieldValue name='textTranslation' value='2.31318 1.19023 1.06686'/> |
5777 | <fieldValue name='textColor' value='0 0 0'/> |
5778 | </ProtoInstance> |
5779 | <ProtoInstance name='Vertex'> |
5780 | <fieldValue name='vertexText' value='"team"'/> |
5781 | <fieldValue name='description' value='172: team'/> |
5782 | <fieldValue name='url'/> |
5783 | <fieldValue name='radius' value='0.1500'/> |
5784 | <fieldValue name='displayMode'/> |
5785 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5786 | <fieldValue name='transparency' value='0'/> |
5787 | <fieldValue name='translation' value='-2.32167 -0.12327 1.76053'/> |
5788 | <fieldValue name='textTranslation' value='-2.17167 -0.12327 1.76053'/> |
5789 | <fieldValue name='textColor' value='0 0 0'/> |
5790 | </ProtoInstance> |
5791 | <ProtoInstance name='Vertex'> |
5792 | <fieldValue name='vertexText' value='"tents"'/> |
5793 | <fieldValue name='description' value='173: tents'/> |
5794 | <fieldValue name='url'/> |
5795 | <fieldValue name='radius' value='0.1500'/> |
5796 | <fieldValue name='displayMode'/> |
5797 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5798 | <fieldValue name='transparency' value='0'/> |
5799 | <fieldValue name='translation' value='0.69151 -0.76185 -2.65000'/> |
5800 | <fieldValue name='textTranslation' value='0.84151 -0.76185 -2.65000'/> |
5801 | <fieldValue name='textColor' value='0 0 0'/> |
5802 | </ProtoInstance> |
5803 | <ProtoInstance name='Vertex'> |
5804 | <fieldValue name='vertexText' value='"thoughts"'/> |
5805 | <fieldValue name='description' value='174: thoughts'/> |
5806 | <fieldValue name='url'/> |
5807 | <fieldValue name='radius' value='0.1500'/> |
5808 | <fieldValue name='displayMode'/> |
5809 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5810 | <fieldValue name='transparency' value='0'/> |
5811 | <fieldValue name='translation' value='-1.96805 -1.88663 -1.02213'/> |
5812 | <fieldValue name='textTranslation' value='-1.81805 -1.88663 -1.02213'/> |
5813 | <fieldValue name='textColor' value='0 0 0'/> |
5814 | </ProtoInstance> |
5815 | <ProtoInstance name='Vertex'> |
5816 | <fieldValue name='vertexText' value='"toll"'/> |
5817 | <fieldValue name='description' value='175: toll'/> |
5818 | <fieldValue name='url'/> |
5819 | <fieldValue name='radius' value='0.1500'/> |
5820 | <fieldValue name='displayMode'/> |
5821 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5822 | <fieldValue name='transparency' value='0'/> |
5823 | <fieldValue name='translation' value='2.44307 -1.31150 -0.60774'/> |
5824 | <fieldValue name='textTranslation' value='2.59307 -1.31150 -0.60774'/> |
5825 | <fieldValue name='textColor' value='0 0 0'/> |
5826 | </ProtoInstance> |
5827 | <ProtoInstance name='Vertex'> |
5828 | <fieldValue name='vertexText' value='"topics"'/> |
5829 | <fieldValue name='description' value='176: topics'/> |
5830 | <fieldValue name='url'/> |
5831 | <fieldValue name='radius' value='0.1500'/> |
5832 | <fieldValue name='displayMode'/> |
5833 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5834 | <fieldValue name='transparency' value='0'/> |
5835 | <fieldValue name='translation' value='-1.97068 1.50205 2.29239'/> |
5836 | <fieldValue name='textTranslation' value='-1.82068 1.50205 2.29239'/> |
5837 | <fieldValue name='textColor' value='0 0 0'/> |
5838 | </ProtoInstance> |
5839 | <ProtoInstance name='Vertex'> |
5840 | <fieldValue name='vertexText' value='"toyota"'/> |
5841 | <fieldValue name='description' value='177: toyota'/> |
5842 | <fieldValue name='url'/> |
5843 | <fieldValue name='radius' value='0.1500'/> |
5844 | <fieldValue name='displayMode'/> |
5845 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5846 | <fieldValue name='transparency' value='0'/> |
5847 | <fieldValue name='translation' value='-2.39046 1.92834 0.83692'/> |
5848 | <fieldValue name='textTranslation' value='-2.24046 1.92834 0.83692'/> |
5849 | <fieldValue name='textColor' value='0 0 0'/> |
5850 | </ProtoInstance> |
5851 | <ProtoInstance name='Vertex'> |
5852 | <fieldValue name='vertexText' value='"tragedy"'/> |
5853 | <fieldValue name='description' value='178: tragedy'/> |
5854 | <fieldValue name='url'/> |
5855 | <fieldValue name='radius' value='0.1500'/> |
5856 | <fieldValue name='displayMode'/> |
5857 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5858 | <fieldValue name='transparency' value='0'/> |
5859 | <fieldValue name='translation' value='-1.86561 2.53038 0.73799'/> |
5860 | <fieldValue name='textTranslation' value='-1.71561 2.53038 0.73799'/> |
5861 | <fieldValue name='textColor' value='0 0 0'/> |
5862 | </ProtoInstance> |
5863 | <ProtoInstance name='Vertex'> |
5864 | <fieldValue name='vertexText' value='"travel"'/> |
5865 | <fieldValue name='description' value='179: travel'/> |
5866 | <fieldValue name='url'/> |
5867 | <fieldValue name='radius' value='0.1500'/> |
5868 | <fieldValue name='displayMode'/> |
5869 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5870 | <fieldValue name='transparency' value='0'/> |
5871 | <fieldValue name='translation' value='-2.43924 1.08374 1.92766'/> |
5872 | <fieldValue name='textTranslation' value='-2.28924 1.08374 1.92766'/> |
5873 | <fieldValue name='textColor' value='0 0 0'/> |
5874 | </ProtoInstance> |
5875 | <ProtoInstance name='Vertex'> |
5876 | <fieldValue name='vertexText' value='"treat"'/> |
5877 | <fieldValue name='description' value='180: treat'/> |
5878 | <fieldValue name='url'/> |
5879 | <fieldValue name='radius' value='0.1500'/> |
5880 | <fieldValue name='displayMode'/> |
5881 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5882 | <fieldValue name='transparency' value='0'/> |
5883 | <fieldValue name='translation' value='0.90316 -1.44177 -0.85190'/> |
5884 | <fieldValue name='textTranslation' value='1.05316 -1.44177 -0.85190'/> |
5885 | <fieldValue name='textColor' value='0 0 0'/> |
5886 | </ProtoInstance> |
5887 | <ProtoInstance name='Vertex'> |
5888 | <fieldValue name='vertexText' value='"updated"'/> |
5889 | <fieldValue name='description' value='181: updated'/> |
5890 | <fieldValue name='url'/> |
5891 | <fieldValue name='radius' value='0.1500'/> |
5892 | <fieldValue name='displayMode'/> |
5893 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5894 | <fieldValue name='transparency' value='0'/> |
5895 | <fieldValue name='translation' value='-2.50940 -1.11987 -1.35773'/> |
5896 | <fieldValue name='textTranslation' value='-2.35940 -1.11987 -1.35773'/> |
5897 | <fieldValue name='textColor' value='0 0 0'/> |
5898 | </ProtoInstance> |
5899 | <ProtoInstance name='Vertex'> |
5900 | <fieldValue name='vertexText' value='"uploaded"'/> |
5901 | <fieldValue name='description' value='182: uploaded'/> |
5902 | <fieldValue name='url'/> |
5903 | <fieldValue name='radius' value='0.1500'/> |
5904 | <fieldValue name='displayMode'/> |
5905 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5906 | <fieldValue name='transparency' value='0'/> |
5907 | <fieldValue name='translation' value='-2.28546 -1.28122 1.94037'/> |
5908 | <fieldValue name='textTranslation' value='-2.13546 -1.28122 1.94037'/> |
5909 | <fieldValue name='textColor' value='0 0 0'/> |
5910 | </ProtoInstance> |
5911 | <ProtoInstance name='Vertex'> |
5912 | <fieldValue name='vertexText' value='"urgent"'/> |
5913 | <fieldValue name='description' value='183: urgent'/> |
5914 | <fieldValue name='url'/> |
5915 | <fieldValue name='radius' value='0.1500'/> |
5916 | <fieldValue name='displayMode'/> |
5917 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5918 | <fieldValue name='transparency' value='0'/> |
5919 | <fieldValue name='translation' value='2.16075 -1.18443 -1.35114'/> |
5920 | <fieldValue name='textTranslation' value='2.31075 -1.18443 -1.35114'/> |
5921 | <fieldValue name='textColor' value='0 0 0'/> |
5922 | </ProtoInstance> |
5923 | <ProtoInstance name='Vertex'> |
5924 | <fieldValue name='vertexText' value='"urgently"'/> |
5925 | <fieldValue name='description' value='184: urgently'/> |
5926 | <fieldValue name='url'/> |
5927 | <fieldValue name='radius' value='0.1500'/> |
5928 | <fieldValue name='displayMode'/> |
5929 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5930 | <fieldValue name='transparency' value='0'/> |
5931 | <fieldValue name='translation' value='1.16281 -0.31412 -1.87610'/> |
5932 | <fieldValue name='textTranslation' value='1.31281 -0.31412 -1.87610'/> |
5933 | <fieldValue name='textColor' value='0 0 0'/> |
5934 | </ProtoInstance> |
5935 | <ProtoInstance name='Vertex'> |
5936 | <fieldValue name='vertexText' value='"usa"'/> |
5937 | <fieldValue name='description' value='185: usa'/> |
5938 | <fieldValue name='url'/> |
5939 | <fieldValue name='radius' value='0.1500'/> |
5940 | <fieldValue name='displayMode'/> |
5941 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5942 | <fieldValue name='transparency' value='0'/> |
5943 | <fieldValue name='translation' value='2.75205 -0.83252 -0.49186'/> |
5944 | <fieldValue name='textTranslation' value='2.90205 -0.83252 -0.49186'/> |
5945 | <fieldValue name='textColor' value='0 0 0'/> |
5946 | </ProtoInstance> |
5947 | <ProtoInstance name='Vertex'> |
5948 | <fieldValue name='vertexText' value='"virginians"'/> |
5949 | <fieldValue name='description' value='186: virginians'/> |
5950 | <fieldValue name='url'/> |
5951 | <fieldValue name='radius' value='0.1500'/> |
5952 | <fieldValue name='displayMode'/> |
5953 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5954 | <fieldValue name='transparency' value='0'/> |
5955 | <fieldValue name='translation' value='0.40794 -0.24587 -2.63551'/> |
5956 | <fieldValue name='textTranslation' value='0.55794 -0.24587 -2.63551'/> |
5957 | <fieldValue name='textColor' value='0 0 0'/> |
5958 | </ProtoInstance> |
5959 | <ProtoInstance name='Vertex'> |
5960 | <fieldValue name='vertexText' value='"vulnerable"'/> |
5961 | <fieldValue name='description' value='187: vulnerable'/> |
5962 | <fieldValue name='url'/> |
5963 | <fieldValue name='radius' value='0.1500'/> |
5964 | <fieldValue name='displayMode'/> |
5965 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5966 | <fieldValue name='transparency' value='0'/> |
5967 | <fieldValue name='translation' value='1.87840 -0.88405 -1.01780'/> |
5968 | <fieldValue name='textTranslation' value='2.02840 -0.88405 -1.01780'/> |
5969 | <fieldValue name='textColor' value='0 0 0'/> |
5970 | </ProtoInstance> |
5971 | <ProtoInstance name='Vertex'> |
5972 | <fieldValue name='vertexText' value='"wa"'/> |
5973 | <fieldValue name='description' value='188: wa'/> |
5974 | <fieldValue name='url'/> |
5975 | <fieldValue name='radius' value='0.1500'/> |
5976 | <fieldValue name='displayMode'/> |
5977 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5978 | <fieldValue name='transparency' value='0'/> |
5979 | <fieldValue name='translation' value='1.81658 -0.72132 2.33788'/> |
5980 | <fieldValue name='textTranslation' value='1.96658 -0.72132 2.33788'/> |
5981 | <fieldValue name='textColor' value='0 0 0'/> |
5982 | </ProtoInstance> |
5983 | <ProtoInstance name='Vertex'> |
5984 | <fieldValue name='vertexText' value='"wall"'/> |
5985 | <fieldValue name='description' value='189: wall'/> |
5986 | <fieldValue name='url'/> |
5987 | <fieldValue name='radius' value='0.1500'/> |
5988 | <fieldValue name='displayMode'/> |
5989 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5990 | <fieldValue name='transparency' value='0'/> |
5991 | <fieldValue name='translation' value='-2.18323 2.25645 0.11406'/> |
5992 | <fieldValue name='textTranslation' value='-2.03323 2.25645 0.11406'/> |
5993 | <fieldValue name='textColor' value='0 0 0'/> |
5994 | </ProtoInstance> |
5995 | <ProtoInstance name='Vertex'> |
5996 | <fieldValue name='vertexText' value='"washington"'/> |
5997 | <fieldValue name='description' value='190: washington'/> |
5998 | <fieldValue name='url'/> |
5999 | <fieldValue name='radius' value='0.1500'/> |
6000 | <fieldValue name='displayMode'/> |
6001 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6002 | <fieldValue name='transparency' value='0'/> |
6003 | <fieldValue name='translation' value='-2.36423 -0.99236 -1.67270'/> |
6004 | <fieldValue name='textTranslation' value='-2.21423 -0.99236 -1.67270'/> |
6005 | <fieldValue name='textColor' value='0 0 0'/> |
6006 | </ProtoInstance> |
6007 | <ProtoInstance name='Vertex'> |
6008 | <fieldValue name='vertexText' value='"water"'/> |
6009 | <fieldValue name='description' value='191: water'/> |
6010 | <fieldValue name='url'/> |
6011 | <fieldValue name='radius' value='0.1500'/> |
6012 | <fieldValue name='displayMode'/> |
6013 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6014 | <fieldValue name='transparency' value='0'/> |
6015 | <fieldValue name='translation' value='2.31572 -0.73996 -1.05089'/> |
6016 | <fieldValue name='textTranslation' value='2.46572 -0.73996 -1.05089'/> |
6017 | <fieldValue name='textColor' value='0 0 0'/> |
6018 | </ProtoInstance> |
6019 | <ProtoInstance name='Vertex'> |
6020 | <fieldValue name='vertexText' value='"west"'/> |
6021 | <fieldValue name='description' value='192: west'/> |
6022 | <fieldValue name='url'/> |
6023 | <fieldValue name='radius' value='0.1500'/> |
6024 | <fieldValue name='displayMode'/> |
6025 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6026 | <fieldValue name='transparency' value='0'/> |
6027 | <fieldValue name='translation' value='0.40794 -0.24587 -2.63551'/> |
6028 | <fieldValue name='textTranslation' value='0.55794 -0.24587 -2.63551'/> |
6029 | <fieldValue name='textColor' value='0 0 0'/> |
6030 | </ProtoInstance> |
6031 | <ProtoInstance name='Vertex'> |
6032 | <fieldValue name='vertexText' value='"western"'/> |
6033 | <fieldValue name='description' value='193: western'/> |
6034 | <fieldValue name='url'/> |
6035 | <fieldValue name='radius' value='0.1500'/> |
6036 | <fieldValue name='displayMode'/> |
6037 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6038 | <fieldValue name='transparency' value='0'/> |
6039 | <fieldValue name='translation' value='-2.42591 0.82159 2.18411'/> |
6040 | <fieldValue name='textTranslation' value='-2.27591 0.82159 2.18411'/> |
6041 | <fieldValue name='textColor' value='0 0 0'/> |
6042 | </ProtoInstance> |
6043 | <ProtoInstance name='Vertex'> |
6044 | <fieldValue name='vertexText' value='"worked"'/> |
6045 | <fieldValue name='description' value='194: worked'/> |
6046 | <fieldValue name='url'/> |
6047 | <fieldValue name='radius' value='0.1500'/> |
6048 | <fieldValue name='displayMode'/> |
6049 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6050 | <fieldValue name='transparency' value='0'/> |
6051 | <fieldValue name='translation' value='0.41310 -0.54538 -2.63224'/> |
6052 | <fieldValue name='textTranslation' value='0.56310 -0.54538 -2.63224'/> |
6053 | <fieldValue name='textColor' value='0 0 0'/> |
6054 | </ProtoInstance> |
6055 | <ProtoInstance name='Vertex'> |
6056 | <fieldValue name='vertexText' value='"working"'/> |
6057 | <fieldValue name='description' value='195: working'/> |
6058 | <fieldValue name='url'/> |
6059 | <fieldValue name='radius' value='0.1500'/> |
6060 | <fieldValue name='displayMode'/> |
6061 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6062 | <fieldValue name='transparency' value='0'/> |
6063 | <fieldValue name='translation' value='2.02252 -0.36759 0.40222'/> |
6064 | <fieldValue name='textTranslation' value='2.17252 -0.36759 0.40222'/> |
6065 | <fieldValue name='textColor' value='0 0 0'/> |
6066 | </ProtoInstance> |
6067 | </Scene> |
6068 | </X3D> |
Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
line 53
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 64
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 75
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 86
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 97
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 108
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 119
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 130
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 141
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 152
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 163
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 174
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 185
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 196
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 207
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 218
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 229
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 240
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 251
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 262
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 273
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 284
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 295
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 306
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 317
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 328
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 339
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 350
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 361
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 372
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 383
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 394
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 405
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 416
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 427
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 438
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 449
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 460
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 471
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 482
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 493
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 504
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 515
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 526
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 537
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 548
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 559
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 570
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 581
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 592
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 603
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 614
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 625
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 636
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 647
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 658
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 669
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 680
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 691
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 702
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 713
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 724
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 735
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 746
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 757
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 768
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 779
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 790
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 801
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 812
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 823
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 834
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 845
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 856
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 867
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 878
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 889
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 900
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 911
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 922
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 933
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 944
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 955
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 966
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 977
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 988
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 999
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1010
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1021
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1032
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1043
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1054
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1065
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1076
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1087
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1098
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1109
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1120
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1131
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1142
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1153
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1164
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1175
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1186
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1197
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1208
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1219
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1230
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1241
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1252
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1263
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1274
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1285
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1296
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1307
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1318
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1329
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1340
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1351
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1362
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1373
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1384
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1395
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1406
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1417
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1428
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1439
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1450
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1461
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1472
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1483
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1494
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1505
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1516
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1527
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1538
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1549
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1560
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1571
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1582
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1593
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1604
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1615
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1626
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1637
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1648
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1659
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1670
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1681
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1692
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1703
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1714
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1725
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1736
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1747
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1758
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1769
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1780
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1791
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1802
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1813
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1824
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1835
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1846
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1857
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1868
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1879
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1890
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1901
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1912
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1923
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1934
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1945
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1956
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1967
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1978
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1989
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2000
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2011
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2022
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2033
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2044
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2055
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2066
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2077
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2088
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2099
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2110
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2121
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2132
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2143
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2154
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2165
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2176
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2187
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2198
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2209
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2220
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2231
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2242
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2253
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2264
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2275
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2286
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2297
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2308
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2319
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2330
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2341
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2352
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2363
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2374
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2385
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2396
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2407
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2418
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2429
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2440
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2451
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2462
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2473
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2484
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2495
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2506
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2517
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2528
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2539
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2550
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2561
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2572
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2583
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2594
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2605
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2616
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2627
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2638
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2649
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2660
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2671
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2682
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2693
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2704
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2715
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2726
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2737
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2748
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2759
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2770
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2781
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2792
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2803
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2814
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2825
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2836
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2847
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2858
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2869
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2880
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2891
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2902
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2913
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2924
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2935
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2946
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2957
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2968
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2979
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2990
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3001
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3012
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3023
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3034
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3045
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3056
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3067
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3078
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3089
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3100
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3111
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3122
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3133
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3144
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3155
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3166
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3177
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3188
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3199
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3210
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3221
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3232
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3243
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3254
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3265
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3276
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3287
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3298
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3309
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3320
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3331
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3342
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3353
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3364
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3375
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3386
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3397
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3408
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3419
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3430
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3441
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3452
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3463
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3474
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3485
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3496
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3507
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3518
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3529
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3540
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3551
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3562
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3573
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3584
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3595
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3606
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3617
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3628
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3639
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3650
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3661
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3672
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3683
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3694
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3705
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3716
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3727
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3739
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3751
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3763
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3775
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3787
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3799
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3811
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3823
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3835
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3847
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3859
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3871
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3883
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3895
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3907
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3919
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3931
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3943
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3955
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3967
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3979
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3991
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4003
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4015
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4027
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4039
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4051
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4063
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4075
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4087
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4099
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4111
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4123
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4135
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4147
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4159
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4171
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4183
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4195
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4207
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4219
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4231
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4243
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4255
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4267
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4279
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4291
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4303
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4315
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4327
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4339
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4351
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4363
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4375
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4387
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4399
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4411
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4423
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4435
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4447
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4459
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4471
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4483
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4495
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4507
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4519
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4531
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4543
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4555
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4567
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4579
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4591
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4603
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4615
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4627
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4639
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4651
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4663
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4675
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4687
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4699
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4711
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4723
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4735
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4747
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4759
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4771
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4783
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4795
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4807
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4819
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4831
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4843
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4855
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4867
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4879
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4891
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4903
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4915
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4927
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4939
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4951
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4963
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4975
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4987
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4999
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5011
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5023
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5035
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5047
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5059
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5071
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5083
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5095
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5107
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5119
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5131
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5143
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5155
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5167
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5179
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5191
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5203
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5215
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5227
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5239
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5251
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5263
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5275
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5287
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5299
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5311
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5323
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5335
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5347
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5359
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5371
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5383
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5395
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5407
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5419
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5431
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5443
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5455
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5467
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5479
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5491
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5503
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5515
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5527
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5539
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5551
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5563
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5575
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5587
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5599
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5611
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5623
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5635
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5647
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5659
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5671
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5683
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5695
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5707
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5719
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5731
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5743
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5755
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5767
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5779
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5791
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5803
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5815
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5827
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5839
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5851
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5863
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5875
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5887
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5899
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5911
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5923
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5935
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5947
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5959
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5971
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5983
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5995
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6007
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6019
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6031
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6043
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6055
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->