1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <meta name='title' content=' PajekVisualizationExamples.x3d '/> |
6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
8 | <meta name='created' content='17 May 2011'/> |
9 | <meta name='modified' content='25 September 2023'/> |
10 | <meta name='reference' content='http://pajek.imfm.si'/> |
11 | <meta name='subject' content='network visualization'/> |
12 | <meta name=' warning ' content=' under development '/> |
13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='1.92117'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.70952 0.22655 -0.79223'/> |
56 | <fieldValue name='coneTranslation' value='-0.53199 0.85195 -0.32501'/> |
57 | <fieldValue name='rotation' value='112.12042 0 -42.60153 0.67425'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='0.39538'/> |
66 | <fieldValue name='cylinderTranslation' value='-1.04775 -0.52479 -1.50581'/> |
67 | <fieldValue name='coneTranslation' value='-1.07162 -0.52497 -1.53498'/> |
68 | <fieldValue name='rotation' value='-30.59524 0 25.04360 1.57562'/> |
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.60372'/> |
77 | <fieldValue name='cylinderTranslation' value='-1.14081 -0.65172 -1.51752'/> |
78 | <fieldValue name='coneTranslation' value='-1.24338 -0.71182 -1.59491'/> |
79 | <fieldValue name='rotation' value='-32.93655 0 43.65538 2.00826'/> |
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.61261'/> |
88 | <fieldValue name='cylinderTranslation' value='-0.96218 -0.50746 -1.65612'/> |
89 | <fieldValue name='coneTranslation' value='-0.98112 -0.49964 -1.80098'/> |
90 | <fieldValue name='rotation' value='-60.65731 0 7.93050 1.51731'/> |
91 | <fieldValue name='diffuseColor' value='0 0 0'/> |
92 | <fieldValue name='ballRadius' value='0.02'/> |
93 | <fieldValue name='traceEnabled' value='false'/> |
94 | <fieldValue name='displayMode'/> |
95 | <fieldValue name='transparency' value='0'/> |
96 | </ProtoInstance> |
97 | <ProtoInstance name='Arc'> |
98 | <fieldValue name='cylinderHeight' value='1.01003'/> |
99 | <fieldValue name='cylinderTranslation' value='-1.28694 -0.72770 -1.63689'/> |
100 | <fieldValue name='coneTranslation' value='-1.53590 -0.86697 -1.83094'/> |
101 | <fieldValue name='rotation' value='-56.81031 0 72.88309 1.98631'/> |
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.58926'/> |
110 | <fieldValue name='cylinderTranslation' value='-1.08976 -0.47355 -1.59014'/> |
111 | <fieldValue name='coneTranslation' value='-1.16618 -0.45057 -1.69857'/> |
112 | <fieldValue name='rotation' value='-47.46057 0 33.44649 1.39928'/> |
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.60747'/> |
121 | <fieldValue name='cylinderTranslation' value='-1.09423 -0.68672 -1.54321'/> |
122 | <fieldValue name='coneTranslation' value='-1.17548 -0.76380 -1.63330'/> |
123 | <fieldValue name='rotation' value='-38.07560 0 34.34048 2.13679'/> |
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.00801'/> |
132 | <fieldValue name='cylinderTranslation' value='-1.19306 -0.43145 -1.76792'/> |
133 | <fieldValue name='coneTranslation' value='-1.37772 -0.36838 -2.05123'/> |
134 | <fieldValue name='rotation' value='-83.01688 0 54.10705 1.38644'/> |
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.95444'/> |
143 | <fieldValue name='cylinderTranslation' value='-1.24928 -0.51027 -1.70039'/> |
144 | <fieldValue name='coneTranslation' value='-1.46647 -0.50124 -1.93141'/> |
145 | <fieldValue name='rotation' value='-69.51053 0 65.34956 1.54235'/> |
146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
147 | <fieldValue name='ballRadius' value='0.02'/> |
148 | <fieldValue name='traceEnabled' value='false'/> |
149 | <fieldValue name='displayMode'/> |
150 | <fieldValue name='transparency' value='0'/> |
151 | </ProtoInstance> |
152 | <ProtoInstance name='Arc'> |
153 | <fieldValue name='cylinderHeight' value='1.02856'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.99768 -0.49022 -1.86048'/> |
155 | <fieldValue name='coneTranslation' value='-1.04945 -0.46705 -2.21019'/> |
156 | <fieldValue name='rotation' value='-101.52964 0 15.03037 1.50537'/> |
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='1.02759'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.98804 -0.62978 -1.85130'/> |
166 | <fieldValue name='coneTranslation' value='-1.03316 -0.70273 -2.19455'/> |
167 | <fieldValue name='rotation' value='-99.69385 0 13.10289 1.77848'/> |
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.56922'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.95838 -0.53875 -1.63478'/> |
177 | <fieldValue name='coneTranslation' value='-0.97407 -0.54527 -1.75823'/> |
178 | <fieldValue name='rotation' value='-56.38983 0 7.16981 1.62320'/> |
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='2.31886'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.58733 -0.23001 -0.28252'/> |
188 | <fieldValue name='coneTranslation' value='-0.29839 0.02328 0.64010'/> |
189 | <fieldValue name='rotation' value='214.06327 0 -67.04004 1.31457'/> |
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.61093'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.95479 -0.57684 -1.65193'/> |
199 | <fieldValue name='coneTranslation' value='-0.97015 -0.60208 -1.79436'/> |
200 | <fieldValue name='rotation' value='-59.81928 0 6.45193 1.74520'/> |
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='1.01424'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.81268 -0.96135 -1.58455'/> |
210 | <fieldValue name='coneTranslation' value='-0.73749 -1.26082 -1.74315'/> |
211 | <fieldValue name='rotation' value='-46.34239 0 -21.96912 2.61145'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='1.02112'/> |
220 | <fieldValue name='cylinderTranslation' value='-1.19174 -0.79429 -1.69203'/> |
221 | <fieldValue name='coneTranslation' value='-1.37658 -0.97999 -1.92493'/> |
222 | <fieldValue name='rotation' value='-67.83921 0 53.84160 2.12907'/> |
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.56449'/> |
231 | <fieldValue name='cylinderTranslation' value='-1.10958 -0.65694 -1.51702'/> |
232 | <fieldValue name='coneTranslation' value='-1.19060 -0.71459 -1.58813'/> |
233 | <fieldValue name='rotation' value='-32.83689 0 37.41075 2.06188'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='1.01424'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.81268 -0.96135 -1.58455'/> |
243 | <fieldValue name='coneTranslation' value='-0.73749 -1.26082 -1.74315'/> |
244 | <fieldValue name='rotation' value='-46.34239 0 -21.96912 2.61145'/> |
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='1.07801'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.58462 -0.93715 -1.27853'/> |
254 | <fieldValue name='coneTranslation' value='-0.34702 -1.22777 -1.22629'/> |
255 | <fieldValue name='rotation' value='14.86003 0 -67.58117 2.44464'/> |
256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
257 | <fieldValue name='ballRadius' value='0.02'/> |
258 | <fieldValue name='traceEnabled' value='false'/> |
259 | <fieldValue name='displayMode'/> |
260 | <fieldValue name='transparency' value='0'/> |
261 | </ProtoInstance> |
262 | <ProtoInstance name='Arc'> |
263 | <fieldValue name='cylinderHeight' value='1.05641'/> |
264 | <fieldValue name='cylinderTranslation' value='0.50953 -2.23722 -0.80288'/> |
265 | <fieldValue name='coneTranslation' value='0.55379 -2.59023 -0.89774'/> |
266 | <fieldValue name='rotation' value='-27.21660 0 -12.69809 2.85332'/> |
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='1.54291'/> |
275 | <fieldValue name='cylinderTranslation' value='0.90590 -1.13985 -0.48122'/> |
276 | <fieldValue name='coneTranslation' value='1.27038 -0.67145 -0.33414'/> |
277 | <fieldValue name='rotation' value='37.11459 0 -91.97136 0.69814'/> |
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.89902'/> |
286 | <fieldValue name='cylinderTranslation' value='0.25575 -1.91479 -1.03012'/> |
287 | <fieldValue name='coneTranslation' value='0.13320 -2.03328 -1.26412'/> |
288 | <fieldValue name='rotation' value='-72.66412 0 38.05726 1.99246'/> |
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.60121'/> |
297 | <fieldValue name='cylinderTranslation' value='0.49334 -2.01641 -0.74780'/> |
298 | <fieldValue name='coneTranslation' value='0.51546 -2.14999 -0.78569'/> |
299 | <fieldValue name='rotation' value='-16.20139 0 -9.46003 2.82424'/> |
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.99547'/> |
308 | <fieldValue name='cylinderTranslation' value='0.61445 -2.15230 -0.87106'/> |
309 | <fieldValue name='coneTranslation' value='0.72872 -2.43831 -1.00967'/> |
310 | <fieldValue name='rotation' value='-40.85341 0 -33.68130 2.58077'/> |
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='1.05641'/> |
319 | <fieldValue name='cylinderTranslation' value='0.50953 -2.23722 -0.80288'/> |
320 | <fieldValue name='coneTranslation' value='0.55379 -2.59023 -0.89774'/> |
321 | <fieldValue name='rotation' value='-27.21660 0 -12.69809 2.85332'/> |
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.60121'/> |
330 | <fieldValue name='cylinderTranslation' value='0.49334 -2.01641 -0.74780'/> |
331 | <fieldValue name='coneTranslation' value='0.51546 -2.14999 -0.78569'/> |
332 | <fieldValue name='rotation' value='-16.20139 0 -9.46003 2.82424'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='0.55954'/> |
341 | <fieldValue name='cylinderTranslation' value='0.72049 -1.68290 -0.69226'/> |
342 | <fieldValue name='coneTranslation' value='0.83799 -1.66238 -0.70316'/> |
343 | <fieldValue name='rotation' value='-5.09281 0 -54.89118 1.39868'/> |
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.58649'/> |
352 | <fieldValue name='cylinderTranslation' value='0.59876 -1.95540 -0.77738'/> |
353 | <fieldValue name='coneTranslation' value='0.66815 -2.05745 -0.82763'/> |
354 | <fieldValue name='rotation' value='-22.11644 0 -30.54420 2.44320'/> |
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.55151'/> |
363 | <fieldValue name='cylinderTranslation' value='0.35447 -1.71060 -0.40748'/> |
364 | <fieldValue name='coneTranslation' value='0.31603 -1.70211 -0.29863'/> |
365 | <fieldValue name='rotation' value='51.86365 -0.00000 18.31391 1.49743'/> |
366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
367 | <fieldValue name='ballRadius' value='0.02'/> |
368 | <fieldValue name='traceEnabled' value='false'/> |
369 | <fieldValue name='displayMode'/> |
370 | <fieldValue name='transparency' value='0'/> |
371 | </ProtoInstance> |
372 | <ProtoInstance name='Arc'> |
373 | <fieldValue name='cylinderHeight' value='1.80834'/> |
374 | <fieldValue name='cylinderTranslation' value='-0.02350 -1.41088 0.03656'/> |
375 | <fieldValue name='coneTranslation' value='-0.40994 -1.14756 0.61545'/> |
376 | <fieldValue name='rotation' value='140.67067 -0.00000 93.90701 1.20912'/> |
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.54585'/> |
385 | <fieldValue name='cylinderTranslation' value='0.33789 -1.85979 -0.88164'/> |
386 | <fieldValue name='coneTranslation' value='0.29314 -1.91315 -0.97053'/> |
387 | <fieldValue name='rotation' value='-42.96847 0 21.63022 2.06299'/> |
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.79310'/> |
396 | <fieldValue name='cylinderTranslation' value='0.82031 -1.85008 -0.72110'/> |
397 | <fieldValue name='coneTranslation' value='1.04357 -1.92122 -0.75349'/> |
398 | <fieldValue name='rotation' value='-10.86064 0 -74.85403 1.87629'/> |
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.88355'/> |
407 | <fieldValue name='cylinderTranslation' value='0.73642 -1.42521 -0.53468'/> |
408 | <fieldValue name='coneTranslation' value='0.92163 -1.23029 -0.45041'/> |
409 | <fieldValue name='rotation' value='26.42333 0 -58.07556 0.80688'/> |
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.95573'/> |
418 | <fieldValue name='cylinderTranslation' value='0.09966 -1.54063 -0.93552'/> |
419 | <fieldValue name='coneTranslation' value='-0.13074 -1.41413 -1.11426'/> |
420 | <fieldValue name='rotation' value='-53.74363 0 69.27551 1.16149'/> |
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.70084'/> |
429 | <fieldValue name='cylinderTranslation' value='-0.44860 1.25368 -0.02208'/> |
430 | <fieldValue name='coneTranslation' value='-0.47464 1.10329 -0.13595'/> |
431 | <fieldValue name='rotation' value='-41.90990 0 9.58297 2.48120'/> |
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.62057'/> |
440 | <fieldValue name='cylinderTranslation' value='-0.51869 1.63441 -0.08000'/> |
441 | <fieldValue name='coneTranslation' value='-0.57584 1.68477 -0.20955'/> |
442 | <fieldValue name='rotation' value='-53.49393 0 23.60040 1.22907'/> |
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='1.15644'/> |
451 | <fieldValue name='cylinderTranslation' value='-0.59127 2.06948 0.10125'/> |
452 | <fieldValue name='coneTranslation' value='-0.72913 2.45937 0.03889'/> |
453 | <fieldValue name='rotation' value='-17.24422 0 38.11828 0.37017'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='0.49422'/> |
462 | <fieldValue name='cylinderTranslation' value='-0.63257 1.56811 0.26411'/> |
463 | <fieldValue name='coneTranslation' value='-0.71431 1.58140 0.29112'/> |
464 | <fieldValue name='rotation' value='15.32731 -0.00000 46.37690 1.41768'/> |
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.86371'/> |
473 | <fieldValue name='cylinderTranslation' value='-0.78563 1.54073 0.38295'/> |
474 | <fieldValue name='coneTranslation' value='-1.02795 1.54722 0.50600'/> |
475 | <fieldValue name='rotation' value='39.09567 -0.00000 76.98850 1.54693'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='1.09027'/> |
484 | <fieldValue name='cylinderTranslation' value='0.06223 1.32676 -0.01600'/> |
485 | <fieldValue name='coneTranslation' value='0.38928 1.18287 -0.15974'/> |
486 | <fieldValue name='rotation' value='-40.69311 0 -92.58307 1.95370'/> |
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='1.15644'/> |
495 | <fieldValue name='cylinderTranslation' value='-0.59127 2.06948 0.10125'/> |
496 | <fieldValue name='coneTranslation' value='-0.72913 2.45937 0.03889'/> |
497 | <fieldValue name='rotation' value='-17.24422 0 38.11828 0.37017'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='1.16931'/> |
506 | <fieldValue name='cylinderTranslation' value='-0.54737 1.97959 -0.15685'/> |
507 | <fieldValue name='coneTranslation' value='-0.65391 2.30584 -0.40693'/> |
508 | <fieldValue name='rotation' value='-68.86314 0 29.33688 0.69467'/> |
509 | <fieldValue name='diffuseColor' value='0 0 0'/> |
510 | <fieldValue name='ballRadius' value='0.02'/> |
511 | <fieldValue name='traceEnabled' value='false'/> |
512 | <fieldValue name='displayMode'/> |
513 | <fieldValue name='transparency' value='0'/> |
514 | </ProtoInstance> |
515 | <ProtoInstance name='Arc'> |
516 | <fieldValue name='cylinderHeight' value='1.15824'/> |
517 | <fieldValue name='cylinderTranslation' value='-0.66246 1.97354 -0.07806'/> |
518 | <fieldValue name='coneTranslation' value='-0.85191 2.29422 -0.27023'/> |
519 | <fieldValue name='rotation' value='-53.10591 0 52.35497 0.69953'/> |
520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
521 | <fieldValue name='ballRadius' value='0.02'/> |
522 | <fieldValue name='traceEnabled' value='false'/> |
523 | <fieldValue name='displayMode'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | </ProtoInstance> |
526 | <ProtoInstance name='Arc'> |
527 | <fieldValue name='cylinderHeight' value='1.16940'/> |
528 | <fieldValue name='cylinderTranslation' value='-0.40659 2.09557 0.03764'/> |
529 | <fieldValue name='coneTranslation' value='-0.41087 2.50607 -0.07120'/> |
530 | <fieldValue name='rotation' value='-29.96662 0 1.18055 0.25935'/> |
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.59757'/> |
539 | <fieldValue name='cylinderTranslation' value='-0.54449 1.78347 0.11994'/> |
540 | <fieldValue name='coneTranslation' value='-0.61129 1.90101 0.08857'/> |
541 | <fieldValue name='rotation' value='-13.50684 0 28.76122 0.56065'/> |
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.20716'/> |
550 | <fieldValue name='cylinderTranslation' value='-0.39297 1.62831 0.15449'/> |
551 | <fieldValue name='coneTranslation' value='-0.39717 1.57499 0.17245'/> |
552 | <fieldValue name='rotation' value='-6.59668 0 -1.54349 0.33317'/> |
553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
554 | <fieldValue name='ballRadius' value='0.02'/> |
555 | <fieldValue name='traceEnabled' value='false'/> |
556 | <fieldValue name='displayMode'/> |
557 | <fieldValue name='transparency' value='0'/> |
558 | </ProtoInstance> |
559 | <ProtoInstance name='Arc'> |
560 | <fieldValue name='cylinderHeight' value='1.16940'/> |
561 | <fieldValue name='cylinderTranslation' value='-0.40659 2.09557 0.03764'/> |
562 | <fieldValue name='coneTranslation' value='-0.41087 2.50607 -0.07120'/> |
563 | <fieldValue name='rotation' value='-29.96662 0 1.18055 0.25935'/> |
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='1.11828'/> |
572 | <fieldValue name='cylinderTranslation' value='0.07689 1.23964 0.18569'/> |
573 | <fieldValue name='coneTranslation' value='0.41780 1.03206 0.18443'/> |
574 | <fieldValue name='rotation' value='-0.35500 0 -95.51463 2.11772'/> |
575 | <fieldValue name='diffuseColor' value='0 0 0'/> |
576 | <fieldValue name='ballRadius' value='0.02'/> |
577 | <fieldValue name='traceEnabled' value='false'/> |
578 | <fieldValue name='displayMode'/> |
579 | <fieldValue name='transparency' value='0'/> |
580 | </ProtoInstance> |
581 | <ProtoInstance name='Arc'> |
582 | <fieldValue name='cylinderHeight' value='1.17405'/> |
583 | <fieldValue name='cylinderTranslation' value='-0.43876 2.01305 -0.14452'/> |
584 | <fieldValue name='coneTranslation' value='-0.46646 2.36414 -0.38603'/> |
585 | <fieldValue name='rotation' value='-66.39885 0 7.61594 0.60561'/> |
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.98696'/> |
594 | <fieldValue name='cylinderTranslation' value='-0.28165 1.90326 0.48805'/> |
595 | <fieldValue name='coneTranslation' value='-0.20120 2.15522 0.69117'/> |
596 | <fieldValue name='rotation' value='60.11545 0 -23.80761 0.71434'/> |
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.54523'/> |
605 | <fieldValue name='cylinderTranslation' value='-0.34448 1.76352 0.31719'/> |
606 | <fieldValue name='coneTranslation' value='-0.32126 1.85981 0.37078'/> |
607 | <fieldValue name='rotation' value='25.94480 0 -11.24125 0.54520'/> |
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.62057'/> |
616 | <fieldValue name='cylinderTranslation' value='-0.51869 1.63441 -0.08000'/> |
617 | <fieldValue name='coneTranslation' value='-0.57584 1.68477 -0.20955'/> |
618 | <fieldValue name='rotation' value='-53.49393 0 23.60040 1.22907'/> |
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='1.04753'/> |
627 | <fieldValue name='cylinderTranslation' value='0.10015 1.44715 0.05875'/> |
628 | <fieldValue name='coneTranslation' value='0.44798 1.38932 -0.03064'/> |
629 | <fieldValue name='rotation' value='-25.74292 0 -100.16602 1.73046'/> |
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='1.16160'/> |
638 | <fieldValue name='cylinderTranslation' value='-0.59170 1.10085 0.52851'/> |
639 | <fieldValue name='coneTranslation' value='-0.73009 0.78961 0.77560'/> |
640 | <fieldValue name='rotation' value='68.20792 -0.00000 38.20298 2.40331'/> |
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='1.00086'/> |
649 | <fieldValue name='cylinderTranslation' value='-0.59579 1.60152 -0.26784'/> |
650 | <fieldValue name='coneTranslation' value='-0.72851 1.64989 -0.57758'/> |
651 | <fieldValue name='rotation' value='-91.06253 0 39.02088 1.42824'/> |
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.98733'/> |
660 | <fieldValue name='cylinderTranslation' value='-0.16935 1.45192 0.61645'/> |
661 | <fieldValue name='coneTranslation' value='-0.01300 1.39885 0.90640'/> |
662 | <fieldValue name='rotation' value='85.79711 0 -46.26575 1.73051'/> |
663 | <fieldValue name='diffuseColor' value='0 0 0'/> |
664 | <fieldValue name='ballRadius' value='0.02'/> |
665 | <fieldValue name='traceEnabled' value='false'/> |
666 | <fieldValue name='displayMode'/> |
667 | <fieldValue name='transparency' value='0'/> |
668 | </ProtoInstance> |
669 | <ProtoInstance name='Arc'> |
670 | <fieldValue name='cylinderHeight' value='1.14176'/> |
671 | <fieldValue name='cylinderTranslation' value='0.68014 0.86660 2.19428'/> |
672 | <fieldValue name='coneTranslation' value='0.80796 1.07927 2.52178'/> |
673 | <fieldValue name='rotation' value='91.00611 0 -35.51791 1.02675'/> |
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.68134'/> |
682 | <fieldValue name='cylinderTranslation' value='0.61914 0.79080 1.97206'/> |
683 | <fieldValue name='coneTranslation' value='0.68097 0.90730 2.09553'/> |
684 | <fieldValue name='rotation' value='46.56247 0 -23.31732 0.86995'/> |
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.67420'/> |
693 | <fieldValue name='cylinderTranslation' value='0.64952 0.75425 1.98111'/> |
694 | <fieldValue name='coneTranslation' value='0.72673 0.85047 2.10817'/> |
695 | <fieldValue name='rotation' value='48.37185 0 -29.39334 0.99645'/> |
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.72086'/> |
704 | <fieldValue name='cylinderTranslation' value='0.61032 0.78596 2.00783'/> |
705 | <fieldValue name='coneTranslation' value='0.67025 0.90543 2.15718'/> |
706 | <fieldValue name='rotation' value='53.71572 0 -21.55419 0.93217'/> |
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='1.12515'/> |
715 | <fieldValue name='cylinderTranslation' value='0.44686 1.12944 1.77991'/> |
716 | <fieldValue name='coneTranslation' value='0.40700 1.52898 1.80900'/> |
717 | <fieldValue name='rotation' value='8.13141 -0.00000 11.13888 0.12288'/> |
718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
719 | <fieldValue name='ballRadius' value='0.02'/> |
720 | <fieldValue name='traceEnabled' value='false'/> |
721 | <fieldValue name='displayMode'/> |
722 | <fieldValue name='transparency' value='0'/> |
723 | </ProtoInstance> |
724 | <ProtoInstance name='Arc'> |
725 | <fieldValue name='cylinderHeight' value='0.65111'/> |
726 | <fieldValue name='cylinderTranslation' value='0.60782 0.56923 2.04731'/> |
727 | <fieldValue name='coneTranslation' value='0.66136 0.56827 2.20397'/> |
728 | <fieldValue name='rotation' value='61.61226 0 -21.05405 1.57658'/> |
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='1.02284'/> |
737 | <fieldValue name='cylinderTranslation' value='1.01079 0.62401 1.76041'/> |
738 | <fieldValue name='coneTranslation' value='1.36002 0.66035 1.77496'/> |
739 | <fieldValue name='rotation' value='4.23290 0 -101.64685 1.46718'/> |
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.55773'/> |
748 | <fieldValue name='cylinderTranslation' value='0.77566 0.52782 1.77539'/> |
749 | <fieldValue name='coneTranslation' value='0.89207 0.50937 1.79080'/> |
750 | <fieldValue name='rotation' value='7.22846 0 -54.62075 1.72666'/> |
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.57469'/> |
759 | <fieldValue name='cylinderTranslation' value='0.42959 0.50023 2.00799'/> |
760 | <fieldValue name='coneTranslation' value='0.39726 0.46882 2.12709'/> |
761 | <fieldValue name='rotation' value='53.74769 -0.00000 14.59200 1.82003'/> |
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.70681'/> |
770 | <fieldValue name='cylinderTranslation' value='0.68534 0.67904 2.02180'/> |
771 | <fieldValue name='coneTranslation' value='0.78538 0.73810 2.17643'/> |
772 | <fieldValue name='rotation' value='56.50992 0 -36.55814 1.26045'/> |
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.16346'/> |
781 | <fieldValue name='cylinderTranslation' value='0.90581 0.54552 1.32075'/> |
782 | <fieldValue name='coneTranslation' value='1.19815 0.52696 1.01736'/> |
783 | <fieldValue name='rotation' value='-83.69934 0 -80.65134 1.61481'/> |
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='1.12767'/> |
792 | <fieldValue name='cylinderTranslation' value='0.77719 0.68683 2.21788'/> |
793 | <fieldValue name='coneTranslation' value='0.97390 0.76971 2.56069'/> |
794 | <fieldValue name='rotation' value='95.72678 0 -54.92841 1.36410'/> |
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.66611'/> |
803 | <fieldValue name='cylinderTranslation' value='0.66736 0.57986 2.02853'/> |
804 | <fieldValue name='coneTranslation' value='0.75300 0.58441 2.17884'/> |
805 | <fieldValue name='rotation' value='57.85662 0 -32.96230 1.54451'/> |
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.65112'/> |
814 | <fieldValue name='cylinderTranslation' value='0.60784 0.56921 2.04731'/> |
815 | <fieldValue name='coneTranslation' value='0.66138 0.56824 2.20397'/> |
816 | <fieldValue name='rotation' value='61.61154 0 -21.05683 1.57664'/> |
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='1.31611'/> |
825 | <fieldValue name='cylinderTranslation' value='0.12521 0.31747 1.26352'/> |
826 | <fieldValue name='coneTranslation' value='-0.16038 0.12550 0.90347'/> |
827 | <fieldValue name='rotation' value='-95.14504 0 75.46808 1.96648'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='1.00058'/> |
836 | <fieldValue name='cylinderTranslation' value='0.65514 0.40880 1.29130'/> |
837 | <fieldValue name='coneTranslation' value='0.75894 0.29840 0.98661'/> |
838 | <fieldValue name='rotation' value='-89.59036 0 -30.51837 1.90120'/> |
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.57125'/> |
847 | <fieldValue name='cylinderTranslation' value='0.47536 0.43998 1.99153'/> |
848 | <fieldValue name='coneTranslation' value='0.46340 0.38230 2.10249'/> |
849 | <fieldValue name='rotation' value='50.45621 -0.00000 5.43916 2.04779'/> |
850 | <fieldValue name='diffuseColor' value='0 0 0'/> |
851 | <fieldValue name='ballRadius' value='0.02'/> |
852 | <fieldValue name='traceEnabled' value='false'/> |
853 | <fieldValue name='displayMode'/> |
854 | <fieldValue name='transparency' value='0'/> |
855 | </ProtoInstance> |
856 | <ProtoInstance name='Arc'> |
857 | <fieldValue name='cylinderHeight' value='0.68512'/> |
858 | <fieldValue name='cylinderTranslation' value='0.60518 0.79625 1.97616'/> |
859 | <fieldValue name='coneTranslation' value='0.65987 0.91623 2.10242'/> |
860 | <fieldValue name='rotation' value='47.38269 0 -20.52540 0.85367'/> |
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.57469'/> |
869 | <fieldValue name='cylinderTranslation' value='0.42958 0.50025 2.00799'/> |
870 | <fieldValue name='coneTranslation' value='0.39725 0.46884 2.12709'/> |
871 | <fieldValue name='rotation' value='53.74790 -0.00000 14.59367 1.81998'/> |
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.94342'/> |
880 | <fieldValue name='cylinderTranslation' value='0.73624 0.49756 1.33615'/> |
881 | <fieldValue name='coneTranslation' value='0.89066 0.44895 1.06978'/> |
882 | <fieldValue name='rotation' value='-80.61998 0 -46.73704 1.72737'/> |
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='1.12515'/> |
891 | <fieldValue name='cylinderTranslation' value='0.44686 1.12944 1.77991'/> |
892 | <fieldValue name='coneTranslation' value='0.40700 1.52898 1.80900'/> |
893 | <fieldValue name='rotation' value='8.13141 -0.00000 11.13888 0.12288'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='1.14855'/> |
902 | <fieldValue name='cylinderTranslation' value='0.28226 0.97226 1.39234'/> |
903 | <fieldValue name='coneTranslation' value='0.12335 1.26164 1.14209'/> |
904 | <fieldValue name='rotation' value='-69.38089 0 44.05786 0.79745'/> |
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.63955'/> |
913 | <fieldValue name='cylinderTranslation' value='0.70022 0.48819 1.97654'/> |
914 | <fieldValue name='coneTranslation' value='0.79898 0.44677 2.09510'/> |
915 | <fieldValue name='rotation' value='47.45817 0 -39.53360 1.83309'/> |
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.87840'/> |
924 | <fieldValue name='cylinderTranslation' value='0.13792 0.32964 1.77958'/> |
925 | <fieldValue name='coneTranslation' value='-0.09389 0.17613 1.80522'/> |
926 | <fieldValue name='rotation' value='8.06580 -0.00000 72.92750 2.15293'/> |
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.48006'/> |
935 | <fieldValue name='cylinderTranslation' value='-0.99806 -0.46728 1.37461'/> |
936 | <fieldValue name='coneTranslation' value='-0.98001 -0.47911 1.29754'/> |
937 | <fieldValue name='rotation' value='-46.22920 0 -10.82339 1.71908'/> |
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.13992'/> |
946 | <fieldValue name='cylinderTranslation' value='-1.35887 -0.41744 2.08594'/> |
947 | <fieldValue name='coneTranslation' value='-1.57948 -0.40710 2.43133'/> |
948 | <fieldValue name='rotation' value='96.03771 -0.00000 61.33994 1.54556'/> |
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.64190'/> |
957 | <fieldValue name='cylinderTranslation' value='-1.13105 -0.51770 1.90477'/> |
958 | <fieldValue name='coneTranslation' value='-1.17061 -0.56077 2.05472'/> |
959 | <fieldValue name='rotation' value='59.80311 -0.00000 15.77556 1.84168'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='1.15608'/> |
968 | <fieldValue name='cylinderTranslation' value='-1.51098 -0.59904 1.91505'/> |
969 | <fieldValue name='coneTranslation' value='-1.84279 -0.71997 2.13874'/> |
970 | <fieldValue name='rotation' value='61.85939 -0.00000 91.76096 1.86428'/> |
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.69363'/> |
979 | <fieldValue name='cylinderTranslation' value='-1.24978 -0.40669 1.88966'/> |
980 | <fieldValue name='coneTranslation' value='-1.35622 -0.39315 2.04259'/> |
981 | <fieldValue name='rotation' value='56.78136 -0.00000 39.52078 1.49826'/> |
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.61620'/> |
990 | <fieldValue name='cylinderTranslation' value='-1.15777 -0.65793 1.78646'/> |
991 | <fieldValue name='coneTranslation' value='-1.20853 -0.76661 1.87332'/> |
992 | <fieldValue name='rotation' value='36.14037 -0.00000 21.11868 2.39479'/> |
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='1.16753'/> |
1001 | <fieldValue name='cylinderTranslation' value='-1.56275 -0.71000 1.65776'/> |
1002 | <fieldValue name='coneTranslation' value='-1.93339 -0.91194 1.69551'/> |
1003 | <fieldValue name='rotation' value='10.40108 -0.00000 102.11585 2.06750'/> |
1004 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1005 | <fieldValue name='ballRadius' value='0.02'/> |
1006 | <fieldValue name='traceEnabled' value='false'/> |
1007 | <fieldValue name='displayMode'/> |
1008 | <fieldValue name='transparency' value='0'/> |
1009 | </ProtoInstance> |
1010 | <ProtoInstance name='Arc'> |
1011 | <fieldValue name='cylinderHeight' value='1.16647'/> |
1012 | <fieldValue name='cylinderTranslation' value='-1.00685 -0.96868 1.38238'/> |
1013 | <fieldValue name='coneTranslation' value='-0.97396 -1.35825 1.22028'/> |
1014 | <fieldValue name='rotation' value='-44.67513 0 -9.06465 2.74009'/> |
1015 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1016 | <fieldValue name='ballRadius' value='0.02'/> |
1017 | <fieldValue name='traceEnabled' value='false'/> |
1018 | <fieldValue name='displayMode'/> |
1019 | <fieldValue name='transparency' value='0'/> |
1020 | </ProtoInstance> |
1021 | <ProtoInstance name='Arc'> |
1022 | <fieldValue name='cylinderHeight' value='1.21509'/> |
1023 | <fieldValue name='cylinderTranslation' value='-1.11112 -0.73191 2.13072'/> |
1024 | <fieldValue name='coneTranslation' value='-1.15454 -0.95296 2.51743'/> |
1025 | <fieldValue name='rotation' value='104.99260 -0.00000 11.78876 2.08740'/> |
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='1.20565'/> |
1034 | <fieldValue name='cylinderTranslation' value='-1.24463 -0.46501 2.17607'/> |
1035 | <fieldValue name='coneTranslation' value='-1.38600 -0.48938 2.59502'/> |
1036 | <fieldValue name='rotation' value='114.06349 -0.00000 38.49029 1.62587'/> |
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.63575'/> |
1045 | <fieldValue name='cylinderTranslation' value='-1.36787 -0.43046 1.64288'/> |
1046 | <fieldValue name='coneTranslation' value='-1.52467 -0.42979 1.66131'/> |
1047 | <fieldValue name='rotation' value='7.42395 -0.00000 63.13965 1.56653'/> |
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.69079'/> |
1056 | <fieldValue name='cylinderTranslation' value='-1.15723 -0.75562 1.66417'/> |
1057 | <fieldValue name='coneTranslation' value='-1.21362 -0.92943 1.69553'/> |
1058 | <fieldValue name='rotation' value='11.68382 -0.00000 21.01142 2.78613'/> |
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.62700'/> |
1067 | <fieldValue name='cylinderTranslation' value='-1.13749 -0.57310 1.87230'/> |
1068 | <fieldValue name='coneTranslation' value='-1.17926 -0.64228 2.00280'/> |
1069 | <fieldValue name='rotation' value='53.30808 -0.00000 17.06299 2.03830'/> |
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.74130'/> |
1078 | <fieldValue name='cylinderTranslation' value='-1.35440 -0.21772 1.62002'/> |
1079 | <fieldValue name='coneTranslation' value='-1.52616 -0.09604 1.62813'/> |
1080 | <fieldValue name='rotation' value='2.85375 -0.00000 60.44455 0.95497'/> |
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='1.19147'/> |
1089 | <fieldValue name='cylinderTranslation' value='-1.01863 -0.91368 1.95445'/> |
1090 | <fieldValue name='coneTranslation' value='-0.99409 -1.26612 2.20950'/> |
1091 | <fieldValue name='rotation' value='69.73914 0 -6.70956 2.51298'/> |
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.67566'/> |
1100 | <fieldValue name='cylinderTranslation' value='-1.30994 -0.64277 1.54926'/> |
1101 | <fieldValue name='coneTranslation' value='-1.44562 -0.75380 1.51953'/> |
1102 | <fieldValue name='rotation' value='-11.29826 0 51.55219 2.24517'/> |
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='1.21509'/> |
1111 | <fieldValue name='cylinderTranslation' value='-1.11112 -0.73191 2.13072'/> |
1112 | <fieldValue name='coneTranslation' value='-1.15454 -0.95296 2.51743'/> |
1113 | <fieldValue name='rotation' value='104.99260 -0.00000 11.78876 2.08740'/> |
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.63194'/> |
1122 | <fieldValue name='cylinderTranslation' value='-1.16873 -0.71394 1.68737'/> |
1123 | <fieldValue name='coneTranslation' value='-1.22626 -0.85321 1.72765'/> |
1124 | <fieldValue name='rotation' value='16.32211 -0.00000 23.31025 2.67449'/> |
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='1.24692'/> |
1133 | <fieldValue name='cylinderTranslation' value='-0.65215 -0.18400 1.19678'/> |
1134 | <fieldValue name='coneTranslation' value='-0.35479 0.00023 0.89276'/> |
1135 | <fieldValue name='rotation' value='-81.79565 0 -80.00474 1.16200'/> |
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='1.18044'/> |
1144 | <fieldValue name='cylinderTranslation' value='-1.20918 -0.98814 1.72496'/> |
1145 | <fieldValue name='coneTranslation' value='-1.32363 -1.39366 1.81185'/> |
1146 | <fieldValue name='rotation' value='23.84118 -0.00000 31.40120 2.80105'/> |
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.63113'/> |
1155 | <fieldValue name='cylinderTranslation' value='-1.29670 -0.34450 1.78510'/> |
1156 | <fieldValue name='coneTranslation' value='-1.41725 -0.30145 1.87351'/> |
1157 | <fieldValue name='rotation' value='35.86885 -0.00000 48.90522 1.29042'/> |
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='1.32405'/> |
1166 | <fieldValue name='cylinderTranslation' value='-1.58020 -0.05063 1.72473'/> |
1167 | <fieldValue name='coneTranslation' value='-1.98062 0.23844 1.81494'/> |
1168 | <fieldValue name='rotation' value='23.79421 -0.00000 105.60584 0.95722'/> |
1169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1170 | <fieldValue name='ballRadius' value='0.02'/> |
1171 | <fieldValue name='traceEnabled' value='false'/> |
1172 | <fieldValue name='displayMode'/> |
1173 | <fieldValue name='transparency' value='0'/> |
1174 | </ProtoInstance> |
1175 | <ProtoInstance name='Arc'> |
1176 | <fieldValue name='cylinderHeight' value='1.22343'/> |
1177 | <fieldValue name='cylinderTranslation' value='-0.77260 -0.76138 1.17283'/> |
1178 | <fieldValue name='coneTranslation' value='-0.56616 -1.00474 0.85314'/> |
1179 | <fieldValue name='rotation' value='-86.58459 0 -55.91437 2.13975'/> |
1180 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1181 | <fieldValue name='ballRadius' value='0.02'/> |
1182 | <fieldValue name='traceEnabled' value='false'/> |
1183 | <fieldValue name='displayMode'/> |
1184 | <fieldValue name='transparency' value='0'/> |
1185 | </ProtoInstance> |
1186 | <ProtoInstance name='Arc'> |
1187 | <fieldValue name='cylinderHeight' value='1.14715'/> |
1188 | <fieldValue name='cylinderTranslation' value='-1.47531 -0.80861 1.51642'/> |
1189 | <fieldValue name='coneTranslation' value='-1.78041 -1.08029 1.45201'/> |
1190 | <fieldValue name='rotation' value='-17.86640 0 84.62682 2.28751'/> |
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='1.05706'/> |
1199 | <fieldValue name='cylinderTranslation' value='-0.82174 -0.36176 2.07622'/> |
1200 | <fieldValue name='coneTranslation' value='-0.66107 -0.31290 2.40426'/> |
1201 | <fieldValue name='rotation' value='94.09218 0 -46.08686 1.43784'/> |
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='1.17103'/> |
1210 | <fieldValue name='cylinderTranslation' value='-0.56030 -0.27728 1.32825'/> |
1211 | <fieldValue name='coneTranslation' value='-0.20284 -0.16497 1.12658'/> |
1212 | <fieldValue name='rotation' value='-55.50025 0 -98.37506 1.30370'/> |
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.72873'/> |
1221 | <fieldValue name='cylinderTranslation' value='-1.29081 -0.15685 1.59142'/> |
1222 | <fieldValue name='coneTranslation' value='-1.42466 -0.00263 1.58338'/> |
1223 | <fieldValue name='rotation' value='-2.86737 0 47.72728 0.71567'/> |
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.94186'/> |
1232 | <fieldValue name='cylinderTranslation' value='-1.32143 -0.05199 1.53504'/> |
1233 | <fieldValue name='coneTranslation' value='-1.49921 0.19879 1.48835'/> |
1234 | <fieldValue name='rotation' value='-14.14363 0 53.85192 0.63249'/> |
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.94017'/> |
1243 | <fieldValue name='cylinderTranslation' value='-0.66597 -0.69833 1.57747'/> |
1244 | <fieldValue name='coneTranslation' value='-0.41121 -0.87412 1.55882'/> |
1245 | <fieldValue name='rotation' value='-5.65640 0 -77.24144 2.17357'/> |
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.36375'/> |
1254 | <fieldValue name='cylinderTranslation' value='-1.19406 -0.54557 1.60274'/> |
1255 | <fieldValue name='coneTranslation' value='-1.21112 -0.55925 1.60237'/> |
1256 | <fieldValue name='rotation' value='-0.60404 0 28.37632 2.24647'/> |
1257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1258 | <fieldValue name='ballRadius' value='0.02'/> |
1259 | <fieldValue name='traceEnabled' value='false'/> |
1260 | <fieldValue name='displayMode'/> |
1261 | <fieldValue name='transparency' value='0'/> |
1262 | </ProtoInstance> |
1263 | <ProtoInstance name='Arc'> |
1264 | <fieldValue name='cylinderHeight' value='1.35330'/> |
1265 | <fieldValue name='cylinderTranslation' value='-0.91744 0.11973 1.23765'/> |
1266 | <fieldValue name='coneTranslation' value='-0.81457 0.54085 0.95659'/> |
1267 | <fieldValue name='rotation' value='-73.62069 0 -26.94623 0.61787'/> |
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='1.15489'/> |
1276 | <fieldValue name='cylinderTranslation' value='-1.51952 -0.09938 1.67295'/> |
1277 | <fieldValue name='coneTranslation' value='-1.85737 0.14095 1.72153'/> |
1278 | <fieldValue name='rotation' value='13.43931 -0.00000 93.46857 0.95732'/> |
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.70502'/> |
1287 | <fieldValue name='cylinderTranslation' value='-1.03029 -0.71287 1.81740'/> |
1288 | <fieldValue name='coneTranslation' value='-1.01834 -0.86636 1.93298'/> |
1289 | <fieldValue name='rotation' value='42.32868 0 -4.37746 2.49359'/> |
1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1291 | <fieldValue name='ballRadius' value='0.02'/> |
1292 | <fieldValue name='traceEnabled' value='false'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='transparency' value='0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Arc'> |
1297 | <fieldValue name='cylinderHeight' value='1.16753'/> |
1298 | <fieldValue name='cylinderTranslation' value='-1.56275 -0.71000 1.65776'/> |
1299 | <fieldValue name='coneTranslation' value='-1.93339 -0.91194 1.69551'/> |
1300 | <fieldValue name='rotation' value='10.40108 -0.00000 102.11585 2.06750'/> |
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='1.05706'/> |
1309 | <fieldValue name='cylinderTranslation' value='-0.82174 -0.36176 2.07622'/> |
1310 | <fieldValue name='coneTranslation' value='-0.66107 -0.31290 2.40426'/> |
1311 | <fieldValue name='rotation' value='94.09219 0 -46.08685 1.43784'/> |
1312 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1313 | <fieldValue name='ballRadius' value='0.02'/> |
1314 | <fieldValue name='traceEnabled' value='false'/> |
1315 | <fieldValue name='displayMode'/> |
1316 | <fieldValue name='transparency' value='0'/> |
1317 | </ProtoInstance> |
1318 | <ProtoInstance name='Arc'> |
1319 | <fieldValue name='cylinderHeight' value='1.22177'/> |
1320 | <fieldValue name='cylinderTranslation' value='-1.19227 -0.94828 1.90040'/> |
1321 | <fieldValue name='coneTranslation' value='-1.29566 -1.32948 2.11788'/> |
1322 | <fieldValue name='rotation' value='58.92966 -0.00000 28.01811 2.57818'/> |
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='1.20989'/> |
1331 | <fieldValue name='cylinderTranslation' value='-1.36377 -0.94538 1.67731'/> |
1332 | <fieldValue name='coneTranslation' value='-1.59295 -1.32311 1.72995'/> |
1333 | <fieldValue name='rotation' value='14.31180 -0.00000 62.31902 2.58477'/> |
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.99881'/> |
1342 | <fieldValue name='cylinderTranslation' value='-0.63945 -0.17183 1.71283'/> |
1343 | <fieldValue name='coneTranslation' value='-0.35895 0.00486 1.78560'/> |
1344 | <fieldValue name='rotation' value='21.41519 0 -82.54532 1.02324'/> |
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='1.17179'/> |
1353 | <fieldValue name='cylinderTranslation' value='-1.38380 -0.68734 2.01565'/> |
1354 | <fieldValue name='coneTranslation' value='-1.62486 -0.87307 2.31361'/> |
1355 | <fieldValue name='rotation' value='81.97897 -0.00000 66.32435 2.02207'/> |
1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1357 | <fieldValue name='ballRadius' value='0.02'/> |
1358 | <fieldValue name='traceEnabled' value='false'/> |
1359 | <fieldValue name='displayMode'/> |
1360 | <fieldValue name='transparency' value='0'/> |
1361 | </ProtoInstance> |
1362 | <ProtoInstance name='Arc'> |
1363 | <fieldValue name='cylinderHeight' value='0.99121'/> |
1364 | <fieldValue name='cylinderTranslation' value='-2.34302 1.11528 1.49508'/> |
1365 | <fieldValue name='coneTranslation' value='-2.61800 1.29793 1.55555'/> |
1366 | <fieldValue name='rotation' value='17.86024 -0.00000 81.21450 0.99531'/> |
1367 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1368 | <fieldValue name='ballRadius' value='0.02'/> |
1369 | <fieldValue name='traceEnabled' value='false'/> |
1370 | <fieldValue name='displayMode'/> |
1371 | <fieldValue name='transparency' value='0'/> |
1372 | </ProtoInstance> |
1373 | <ProtoInstance name='Arc'> |
1374 | <fieldValue name='cylinderHeight' value='0.66130'/> |
1375 | <fieldValue name='cylinderTranslation' value='-1.99625 1.14421 1.27686'/> |
1376 | <fieldValue name='coneTranslation' value='-2.02685 1.29835 1.21032'/> |
1377 | <fieldValue name='rotation' value='-25.78428 0 11.85908 0.44357'/> |
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='1.03101'/> |
1386 | <fieldValue name='cylinderTranslation' value='-2.34398 1.13999 1.52144'/> |
1387 | <fieldValue name='coneTranslation' value='-2.62468 1.34304 1.60120'/> |
1388 | <fieldValue name='rotation' value='23.13214 -0.00000 81.40644 0.96288'/> |
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.98061'/> |
1397 | <fieldValue name='cylinderTranslation' value='-2.24327 1.22750 1.37961'/> |
1398 | <fieldValue name='coneTranslation' value='-2.44963 1.48481 1.36198'/> |
1399 | <fieldValue name='rotation' value='-5.23406 0 61.26344 0.67773'/> |
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='1.33025'/> |
1408 | <fieldValue name='cylinderTranslation' value='-1.55376 1.19830 0.99210'/> |
1409 | <fieldValue name='coneTranslation' value='-1.26275 1.46619 0.67794'/> |
1410 | <fieldValue name='rotation' value='-82.73541 0 -76.63842 1.01180'/> |
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.56939'/> |
1419 | <fieldValue name='cylinderTranslation' value='-2.19829 0.79437 1.50644'/> |
1420 | <fieldValue name='coneTranslation' value='-2.31276 0.77195 1.55052'/> |
1421 | <fieldValue name='rotation' value='20.13151 -0.00000 52.26803 1.75158'/> |
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.64230'/> |
1430 | <fieldValue name='cylinderTranslation' value='-2.19655 1.02723 1.45815'/> |
1431 | <fieldValue name='coneTranslation' value='-2.32681 1.11839 1.48443'/> |
1432 | <fieldValue name='rotation' value='10.47365 -0.00000 51.91883 0.96952'/> |
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.92299'/> |
1441 | <fieldValue name='cylinderTranslation' value='-1.79679 0.42097 1.52004'/> |
1442 | <fieldValue name='coneTranslation' value='-1.70522 0.14358 1.59468'/> |
1443 | <fieldValue name='rotation' value='22.85128 0 -28.03316 2.73896'/> |
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.87388'/> |
1452 | <fieldValue name='cylinderTranslation' value='-2.29594 0.84154 1.65484'/> |
1453 | <fieldValue name='coneTranslation' value='-2.52347 0.83899 1.81270'/> |
1454 | <fieldValue name='rotation' value='49.81156 -0.00000 71.79766 1.58000'/> |
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.61840'/> |
1463 | <fieldValue name='cylinderTranslation' value='-1.82259 1.05871 1.21319'/> |
1464 | <fieldValue name='coneTranslation' value='-1.76741 1.16157 1.12027'/> |
1465 | <fieldValue name='rotation' value='-38.51714 0 -22.87203 0.81015'/> |
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.69737'/> |
1474 | <fieldValue name='cylinderTranslation' value='-2.02259 0.58806 1.62474'/> |
1475 | <fieldValue name='coneTranslation' value='-2.06894 0.44872 1.74322'/> |
1476 | <fieldValue name='rotation' value='43.79173 -0.00000 17.12813 2.40160'/> |
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.85122'/> |
1485 | <fieldValue name='cylinderTranslation' value='-1.73320 0.48184 1.49143'/> |
1486 | <fieldValue name='coneTranslation' value='-1.60605 0.25485 1.54488'/> |
1487 | <fieldValue name='rotation' value='17.13016 0 -40.75044 2.59555'/> |
1488 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1489 | <fieldValue name='ballRadius' value='0.02'/> |
1490 | <fieldValue name='traceEnabled' value='false'/> |
1491 | <fieldValue name='displayMode'/> |
1492 | <fieldValue name='transparency' value='0'/> |
1493 | </ProtoInstance> |
1494 | <ProtoInstance name='Arc'> |
1495 | <fieldValue name='cylinderHeight' value='0.62558'/> |
1496 | <fieldValue name='cylinderTranslation' value='-1.76382 0.58670 1.43505'/> |
1497 | <fieldValue name='coneTranslation' value='-1.67925 0.46025 1.44935'/> |
1498 | <fieldValue name='rotation' value='5.85390 0 -34.62580 2.54557'/> |
1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1500 | <fieldValue name='ballRadius' value='0.02'/> |
1501 | <fieldValue name='traceEnabled' value='false'/> |
1502 | <fieldValue name='displayMode'/> |
1503 | <fieldValue name='transparency' value='0'/> |
1504 | </ProtoInstance> |
1505 | <ProtoInstance name='Arc'> |
1506 | <fieldValue name='cylinderHeight' value='1.28460'/> |
1507 | <fieldValue name='cylinderTranslation' value='-1.35983 0.75841 1.13766'/> |
1508 | <fieldValue name='coneTranslation' value='-0.92648 0.69298 0.93634'/> |
1509 | <fieldValue name='rotation' value='-53.62316 0 -115.42394 1.70689'/> |
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.69960'/> |
1518 | <fieldValue name='cylinderTranslation' value='-1.96191 0.53931 1.57296'/> |
1519 | <fieldValue name='coneTranslation' value='-1.97545 0.37314 1.66368'/> |
1520 | <fieldValue name='rotation' value='33.43684 -0.00000 4.99085 2.63725'/> |
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='1.13453'/> |
1529 | <fieldValue name='cylinderTranslation' value='2.13366 0.05561 0.15250'/> |
1530 | <fieldValue name='coneTranslation' value='2.45116 -0.19710 0.18713'/> |
1531 | <fieldValue name='rotation' value='9.64940 0 -88.44516 2.24018'/> |
1532 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1533 | <fieldValue name='ballRadius' value='0.02'/> |
1534 | <fieldValue name='traceEnabled' value='false'/> |
1535 | <fieldValue name='displayMode'/> |
1536 | <fieldValue name='transparency' value='0'/> |
1537 | </ProtoInstance> |
1538 | <ProtoInstance name='Arc'> |
1539 | <fieldValue name='cylinderHeight' value='1.13591'/> |
1540 | <fieldValue name='cylinderTranslation' value='1.83161 -0.06516 -0.17758'/> |
1541 | <fieldValue name='coneTranslation' value='1.93229 -0.40474 -0.38002'/> |
1542 | <fieldValue name='rotation' value='-56.36591 0 -28.03357 2.55419'/> |
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='1.18944'/> |
1551 | <fieldValue name='cylinderTranslation' value='1.95864 0.64497 -0.37109'/> |
1552 | <fieldValue name='coneTranslation' value='2.15395 0.81849 -0.71855'/> |
1553 | <fieldValue name='rotation' value='-95.06866 0 -53.43966 1.16022'/> |
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='1.17826'/> |
1562 | <fieldValue name='cylinderTranslation' value='1.96062 0.46966 -0.41610'/> |
1563 | <fieldValue name='coneTranslation' value='2.15669 0.51486 -0.79513'/> |
1564 | <fieldValue name='rotation' value='-104.06984 0 -53.83566 1.46525'/> |
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.58725'/> |
1573 | <fieldValue name='cylinderTranslation' value='1.95106 0.53168 0.16267'/> |
1574 | <fieldValue name='coneTranslation' value='2.06922 0.58816 0.18925'/> |
1575 | <fieldValue name='rotation' value='11.68323 0 -51.92528 1.13447'/> |
1576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1577 | <fieldValue name='ballRadius' value='0.02'/> |
1578 | <fieldValue name='traceEnabled' value='false'/> |
1579 | <fieldValue name='displayMode'/> |
1580 | <fieldValue name='transparency' value='0'/> |
1581 | </ProtoInstance> |
1582 | <ProtoInstance name='Arc'> |
1583 | <fieldValue name='cylinderHeight' value='1.08476'/> |
1584 | <fieldValue name='cylinderTranslation' value='2.10745 0.75546 0.09438'/> |
1585 | <fieldValue name='coneTranslation' value='2.40075 1.00071 0.08742'/> |
1586 | <fieldValue name='rotation' value='-1.97425 0 -83.20310 0.87452'/> |
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='1.08666'/> |
1595 | <fieldValue name='cylinderTranslation' value='1.52859 -0.07064 -0.09570'/> |
1596 | <fieldValue name='coneTranslation' value='1.41371 -0.40805 -0.23677'/> |
1597 | <fieldValue name='rotation' value='-39.99006 0 32.56857 2.64707'/> |
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='1.11938'/> |
1606 | <fieldValue name='cylinderTranslation' value='2.02758 0.66933 -0.25873'/> |
1607 | <fieldValue name='coneTranslation' value='2.26764 0.85623 -0.51795'/> |
1608 | <fieldValue name='rotation' value='-72.59678 0 -67.22943 1.08419'/> |
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.65950'/> |
1617 | <fieldValue name='cylinderTranslation' value='1.86123 0.35305 -0.17311'/> |
1618 | <fieldValue name='coneTranslation' value='1.94864 0.32497 -0.31590'/> |
1619 | <fieldValue name='rotation' value='-55.47282 0 -33.95872 1.73697'/> |
1620 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1621 | <fieldValue name='ballRadius' value='0.02'/> |
1622 | <fieldValue name='traceEnabled' value='false'/> |
1623 | <fieldValue name='displayMode'/> |
1624 | <fieldValue name='transparency' value='0'/> |
1625 | </ProtoInstance> |
1626 | <ProtoInstance name='Arc'> |
1627 | <fieldValue name='cylinderHeight' value='1.15421'/> |
1628 | <fieldValue name='cylinderTranslation' value='2.21938 0.51468 0.31128'/> |
1629 | <fieldValue name='coneTranslation' value='2.60095 0.59208 0.46091'/> |
1630 | <fieldValue name='rotation' value='41.40594 0 -105.58845 1.38416'/> |
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='1.15768'/> |
1639 | <fieldValue name='cylinderTranslation' value='1.98375 0.86304 -0.10114'/> |
1640 | <fieldValue name='coneTranslation' value='2.19526 1.19258 -0.24976'/> |
1641 | <fieldValue name='rotation' value='-41.07797 0 -58.46207 0.66517'/> |
1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1643 | <fieldValue name='ballRadius' value='0.02'/> |
1644 | <fieldValue name='traceEnabled' value='false'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='transparency' value='0'/> |
1647 | </ProtoInstance> |
1648 | <ProtoInstance name='Arc'> |
1649 | <fieldValue name='cylinderHeight' value='0.65051'/> |
1650 | <fieldValue name='cylinderTranslation' value='2.00438 0.35493 0.17553'/> |
1651 | <fieldValue name='coneTranslation' value='2.16339 0.32818 0.21175'/> |
1652 | <fieldValue name='rotation' value='14.25710 0 -62.58928 1.73342'/> |
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.66521'/> |
1661 | <fieldValue name='cylinderTranslation' value='1.59458 0.69418 -0.03400'/> |
1662 | <fieldValue name='coneTranslation' value='1.54431 0.84290 -0.10574'/> |
1663 | <fieldValue name='rotation' value='-27.64971 0 19.37183 0.53230'/> |
1664 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1665 | <fieldValue name='ballRadius' value='0.02'/> |
1666 | <fieldValue name='traceEnabled' value='false'/> |
1667 | <fieldValue name='displayMode'/> |
1668 | <fieldValue name='transparency' value='0'/> |
1669 | </ProtoInstance> |
1670 | <ProtoInstance name='Arc'> |
1671 | <fieldValue name='cylinderHeight' value='1.40604'/> |
1672 | <fieldValue name='cylinderTranslation' value='1.10829 0.76534 -0.05761'/> |
1673 | <fieldValue name='coneTranslation' value='0.65787 1.04167 -0.18263'/> |
1674 | <fieldValue name='rotation' value='-32.37111 0 116.62903 1.03692'/> |
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='1.19249'/> |
1683 | <fieldValue name='cylinderTranslation' value='2.12992 0.79306 0.22535'/> |
1684 | <fieldValue name='coneTranslation' value='2.45073 1.07508 0.31396'/> |
1685 | <fieldValue name='rotation' value='24.22029 0 -87.69576 0.86783'/> |
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='1.08477'/> |
1694 | <fieldValue name='cylinderTranslation' value='2.10744 0.75548 0.09441'/> |
1695 | <fieldValue name='coneTranslation' value='2.40073 1.00075 0.08747'/> |
1696 | <fieldValue name='rotation' value='-1.96869 0 -83.20061 0.87447'/> |
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.89199'/> |
1705 | <fieldValue name='cylinderTranslation' value='1.50025 0.46376 0.50325'/> |
1706 | <fieldValue name='coneTranslation' value='1.37765 0.49977 0.75911'/> |
1707 | <fieldValue name='rotation' value='79.80066 -0.00000 38.23715 1.44453'/> |
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.49205'/> |
1716 | <fieldValue name='cylinderTranslation' value='1.88702 0.55676 0.10946'/> |
1717 | <fieldValue name='coneTranslation' value='1.95541 0.60891 0.11128'/> |
1718 | <fieldValue name='rotation' value='1.04250 0 -39.11634 0.91941'/> |
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='1.12028'/> |
1727 | <fieldValue name='cylinderTranslation' value='2.19504 0.50350 -0.12146'/> |
1728 | <fieldValue name='coneTranslation' value='2.55479 0.57201 -0.28269'/> |
1729 | <fieldValue name='rotation' value='-45.14111 0 -100.72047 1.39873'/> |
1730 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1731 | <fieldValue name='ballRadius' value='0.02'/> |
1732 | <fieldValue name='traceEnabled' value='false'/> |
1733 | <fieldValue name='displayMode'/> |
1734 | <fieldValue name='transparency' value='0'/> |
1735 | </ProtoInstance> |
1736 | <ProtoInstance name='Arc'> |
1737 | <fieldValue name='cylinderHeight' value='1.03835'/> |
1738 | <fieldValue name='cylinderTranslation' value='1.91450 0.49564 0.56472'/> |
1739 | <fieldValue name='coneTranslation' value='2.06882 0.55655 0.88329'/> |
1740 | <fieldValue name='rotation' value='92.09507 0 -44.61200 1.40039'/> |
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='1.17778'/> |
1749 | <fieldValue name='cylinderTranslation' value='2.19017 0.20611 0.34396'/> |
1750 | <fieldValue name='coneTranslation' value='2.55340 0.05937 0.51854'/> |
1751 | <fieldValue name='rotation' value='47.94182 0 -99.74644 1.91999'/> |
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='1.26175'/> |
1760 | <fieldValue name='cylinderTranslation' value='1.12295 0.67822 0.14408'/> |
1761 | <fieldValue name='coneTranslation' value='0.69864 0.88021 0.17382'/> |
1762 | <fieldValue name='rotation' value='7.96700 -0.00000 113.69748 1.12744'/> |
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='1.13453'/> |
1771 | <fieldValue name='cylinderTranslation' value='2.13366 0.05561 0.15251'/> |
1772 | <fieldValue name='coneTranslation' value='2.45116 -0.19710 0.18716'/> |
1773 | <fieldValue name='rotation' value='9.65204 0 -88.44534 2.24018'/> |
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='1.16325'/> |
1782 | <fieldValue name='cylinderTranslation' value='1.24959 0.32705 0.47380'/> |
1783 | <fieldValue name='coneTranslation' value='0.92929 0.26865 0.74169'/> |
1784 | <fieldValue name='rotation' value='73.90964 -0.00000 88.37012 1.70973'/> |
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='1.11457'/> |
1793 | <fieldValue name='cylinderTranslation' value='1.98981 0.32429 -0.35900'/> |
1794 | <fieldValue name='coneTranslation' value='2.20253 0.26490 -0.68924'/> |
1795 | <fieldValue name='rotation' value='-92.64912 0 -59.67541 1.72085'/> |
1796 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1797 | <fieldValue name='ballRadius' value='0.02'/> |
1798 | <fieldValue name='traceEnabled' value='false'/> |
1799 | <fieldValue name='displayMode'/> |
1800 | <fieldValue name='transparency' value='0'/> |
1801 | </ProtoInstance> |
1802 | <ProtoInstance name='Arc'> |
1803 | <fieldValue name='cylinderHeight' value='0.70256'/> |
1804 | <fieldValue name='cylinderTranslation' value='1.96256 0.18733 0.14134'/> |
1805 | <fieldValue name='coneTranslation' value='2.11020 0.06740 0.16154'/> |
1806 | <fieldValue name='rotation' value='7.41857 0 -54.22473 2.24852'/> |
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.68673'/> |
1815 | <fieldValue name='cylinderTranslation' value='1.82266 0.69827 -0.02299'/> |
1816 | <fieldValue name='coneTranslation' value='1.89274 0.85349 -0.09094'/> |
1817 | <fieldValue name='rotation' value='-25.44803 0 -26.24438 0.56135'/> |
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.32852'/> |
1826 | <fieldValue name='cylinderTranslation' value='1.85164 0.43903 0.12233'/> |
1827 | <fieldValue name='coneTranslation' value='1.85580 0.43985 0.12280'/> |
1828 | <fieldValue name='rotation' value='3.61658 0 -32.04139 1.37822'/> |
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='1.08115'/> |
1837 | <fieldValue name='cylinderTranslation' value='2.22123 0.32345 0.17106'/> |
1838 | <fieldValue name='coneTranslation' value='2.59421 0.26421 0.21810'/> |
1839 | <fieldValue name='rotation' value='13.36259 0 -105.95789 1.72709'/> |
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.62211'/> |
1848 | <fieldValue name='cylinderTranslation' value='1.93716 0.22992 0.17359'/> |
1849 | <fieldValue name='coneTranslation' value='2.05648 0.14364 0.20726'/> |
1850 | <fieldValue name='rotation' value='13.86828 0 -49.14400 2.17876'/> |
1851 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1852 | <fieldValue name='ballRadius' value='0.02'/> |
1853 | <fieldValue name='traceEnabled' value='false'/> |
1854 | <fieldValue name='displayMode'/> |
1855 | <fieldValue name='transparency' value='0'/> |
1856 | </ProtoInstance> |
1857 | <ProtoInstance name='Arc'> |
1858 | <fieldValue name='cylinderHeight' value='0.66941'/> |
1859 | <fieldValue name='cylinderTranslation' value='1.88434 0.56289 -0.12092'/> |
1860 | <fieldValue name='coneTranslation' value='1.98503 0.64395 -0.23845'/> |
1861 | <fieldValue name='rotation' value='-45.03359 0 -38.58050 1.08832'/> |
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='2.06742'/> |
1870 | <fieldValue name='cylinderTranslation' value='0.81151 0.14243 0.57750'/> |
1871 | <fieldValue name='coneTranslation' value='0.06777 -0.08170 0.97750'/> |
1872 | <fieldValue name='rotation' value='94.65037 -0.00000 175.98625 1.83022'/> |
1873 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1874 | <fieldValue name='ballRadius' value='0.02'/> |
1875 | <fieldValue name='traceEnabled' value='false'/> |
1876 | <fieldValue name='displayMode'/> |
1877 | <fieldValue name='transparency' value='0'/> |
1878 | </ProtoInstance> |
1879 | <ProtoInstance name='Arc'> |
1880 | <fieldValue name='cylinderHeight' value='1.15421'/> |
1881 | <fieldValue name='cylinderTranslation' value='2.21938 0.51468 0.31128'/> |
1882 | <fieldValue name='coneTranslation' value='2.60095 0.59208 0.46091'/> |
1883 | <fieldValue name='rotation' value='41.40594 0 -105.58845 1.38416'/> |
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.60763'/> |
1892 | <fieldValue name='cylinderTranslation' value='1.85552 0.32398 -0.13739'/> |
1893 | <fieldValue name='coneTranslation' value='1.93319 0.28439 -0.25177'/> |
1894 | <fieldValue name='rotation' value='-48.32747 0 -32.81686 1.84962'/> |
1895 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1896 | <fieldValue name='ballRadius' value='0.02'/> |
1897 | <fieldValue name='traceEnabled' value='false'/> |
1898 | <fieldValue name='displayMode'/> |
1899 | <fieldValue name='transparency' value='0'/> |
1900 | </ProtoInstance> |
1901 | <ProtoInstance name='Arc'> |
1902 | <fieldValue name='cylinderHeight' value='1.14561'/> |
1903 | <fieldValue name='cylinderTranslation' value='2.15041 0.13759 -0.10681'/> |
1904 | <fieldValue name='coneTranslation' value='2.48118 -0.05699 -0.25891'/> |
1905 | <fieldValue name='rotation' value='-42.21106 0 -91.79502 2.06164'/> |
1906 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1907 | <fieldValue name='ballRadius' value='0.02'/> |
1908 | <fieldValue name='traceEnabled' value='false'/> |
1909 | <fieldValue name='displayMode'/> |
1910 | <fieldValue name='transparency' value='0'/> |
1911 | </ProtoInstance> |
1912 | <ProtoInstance name='Arc'> |
1913 | <fieldValue name='cylinderHeight' value='1.09898'/> |
1914 | <fieldValue name='cylinderTranslation' value='1.33068 0.41580 0.51865'/> |
1915 | <fieldValue name='coneTranslation' value='1.07497 0.42161 0.81239'/> |
1916 | <fieldValue name='rotation' value='82.88002 -0.00000 72.15145 1.55587'/> |
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.60408'/> |
1925 | <fieldValue name='cylinderTranslation' value='1.58914 0.67436 0.00628'/> |
1926 | <fieldValue name='coneTranslation' value='1.54103 0.79981 -0.03980'/> |
1927 | <fieldValue name='rotation' value='-19.59475 0 20.46003 0.48813'/> |
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.14198'/> |
1936 | <fieldValue name='cylinderTranslation' value='2.11799 0.22335 -0.22762'/> |
1937 | <fieldValue name='coneTranslation' value='2.42502 0.09074 -0.46649'/> |
1938 | <fieldValue name='rotation' value='-66.37336 0 -85.31058 1.89935'/> |
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='1.46080'/> |
1947 | <fieldValue name='cylinderTranslation' value='1.14621 0.88574 0.01714'/> |
1948 | <fieldValue name='coneTranslation' value='0.72041 1.25914 -0.05088'/> |
1949 | <fieldValue name='rotation' value='-17.42091 0 109.04608 0.85710'/> |
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.60291'/> |
1958 | <fieldValue name='cylinderTranslation' value='1.86331 0.29835 -0.11802'/> |
1959 | <fieldValue name='coneTranslation' value='1.94396 0.24709 -0.22232'/> |
1960 | <fieldValue name='rotation' value='-44.45375 0 -34.37385 1.94162'/> |
1961 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1962 | <fieldValue name='ballRadius' value='0.02'/> |
1963 | <fieldValue name='traceEnabled' value='false'/> |
1964 | <fieldValue name='displayMode'/> |
1965 | <fieldValue name='transparency' value='0'/> |
1966 | </ProtoInstance> |
1967 | <ProtoInstance name='Arc'> |
1968 | <fieldValue name='cylinderHeight' value='1.74096'/> |
1969 | <fieldValue name='cylinderTranslation' value='1.35912 -0.35601 -0.14916'/> |
1970 | <fieldValue name='coneTranslation' value='1.08788 -0.97925 -0.35599'/> |
1971 | <fieldValue name='rotation' value='-50.68133 0 66.46438 2.64083'/> |
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='1.14619'/> |
1980 | <fieldValue name='cylinderTranslation' value='1.79152 0.87703 -0.20888'/> |
1981 | <fieldValue name='coneTranslation' value='1.86367 1.21541 -0.43459'/> |
1982 | <fieldValue name='rotation' value='-62.62561 0 -20.01733 0.61091'/> |
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.34971'/> |
1991 | <fieldValue name='cylinderTranslation' value='-2.60262 1.29696 1.54745'/> |
1992 | <fieldValue name='coneTranslation' value='-2.59018 1.28948 1.54431'/> |
1993 | <fieldValue name='rotation' value='-7.38660 0 -29.29567 2.09856'/> |
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.42961'/> |
2002 | <fieldValue name='cylinderTranslation' value='0.78791 1.08145 2.46286'/> |
2003 | <fieldValue name='coneTranslation' value='0.77010 1.06087 2.41529'/> |
2004 | <fieldValue name='rotation' value='-37.29039 0 13.96372 1.95563'/> |
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.43245'/> |
2013 | <fieldValue name='cylinderTranslation' value='2.40479 -0.16466 0.18959'/> |
2014 | <fieldValue name='coneTranslation' value='2.36030 -0.13040 0.18669'/> |
2015 | <fieldValue name='rotation' value='-2.23083 0 34.22042 0.91572'/> |
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.62785'/> |
2024 | <fieldValue name='cylinderTranslation' value='1.66876 -0.54340 -0.37753'/> |
2025 | <fieldValue name='coneTranslation' value='1.52019 -0.54609 -0.33738'/> |
2026 | <fieldValue name='rotation' value='16.37585 -0.00000 60.60214 1.58826'/> |
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.96235'/> |
2035 | <fieldValue name='cylinderTranslation' value='-0.59803 -0.21946 0.96563'/> |
2036 | <fieldValue name='coneTranslation' value='-0.36715 -0.03037 0.84693'/> |
2037 | <fieldValue name='rotation' value='-35.56645 0 -69.18135 0.94129'/> |
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.44964'/> |
2046 | <fieldValue name='cylinderTranslation' value='-1.55648 -0.39230 2.36985'/> |
2047 | <fieldValue name='coneTranslation' value='-1.52502 -0.38920 2.31326'/> |
2048 | <fieldValue name='rotation' value='-39.25634 0 -21.81916 1.52294'/> |
2049 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2050 | <fieldValue name='ballRadius' value='0.02'/> |
2051 | <fieldValue name='traceEnabled' value='false'/> |
2052 | <fieldValue name='displayMode'/> |
2053 | <fieldValue name='transparency' value='0'/> |
2054 | </ProtoInstance> |
2055 | <ProtoInstance name='Arc'> |
2056 | <fieldValue name='cylinderHeight' value='0.78287'/> |
2057 | <fieldValue name='cylinderTranslation' value='-0.56660 1.35766 -0.28955'/> |
2058 | <fieldValue name='coneTranslation' value='-0.60804 1.58276 -0.32379'/> |
2059 | <fieldValue name='rotation' value='-11.58403 0 14.01743 0.23442'/> |
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='1.03213'/> |
2068 | <fieldValue name='cylinderTranslation' value='0.01432 1.05001 -0.22555'/> |
2069 | <fieldValue name='coneTranslation' value='0.36677 1.10043 -0.22135'/> |
2070 | <fieldValue name='rotation' value='1.21679 0 -102.16604 1.42871'/> |
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='1.39022'/> |
2079 | <fieldValue name='cylinderTranslation' value='-0.37432 0.52038 0.27808'/> |
2080 | <fieldValue name='coneTranslation' value='-0.28025 0.16892 0.67047'/> |
2081 | <fieldValue name='rotation' value='101.94286 0 -24.43851 2.28737'/> |
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.78287'/> |
2090 | <fieldValue name='cylinderTranslation' value='-0.56660 1.35766 -0.28955'/> |
2091 | <fieldValue name='coneTranslation' value='-0.60804 1.58276 -0.32379'/> |
2092 | <fieldValue name='rotation' value='-11.58403 0 14.01743 0.23442'/> |
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.90124'/> |
2101 | <fieldValue name='cylinderTranslation' value='-0.64370 1.32478 -0.47739'/> |
2102 | <fieldValue name='coneTranslation' value='-0.73863 1.54911 -0.63589'/> |
2103 | <fieldValue name='rotation' value='-49.15263 0 29.43791 0.68894'/> |
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.21449'/> |
2112 | <fieldValue name='cylinderTranslation' value='-1.21498 -0.47451 -1.74311'/> |
2113 | <fieldValue name='coneTranslation' value='-1.19431 -0.49971 -1.70163'/> |
2114 | <fieldValue name='rotation' value='-16.86533 0 8.40289 1.07266'/> |
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.56102'/> |
2123 | <fieldValue name='cylinderTranslation' value='-1.37449 -0.51122 -1.85336'/> |
2124 | <fieldValue name='coneTranslation' value='-1.46107 -0.50498 -1.93695'/> |
2125 | <fieldValue name='rotation' value='-38.91529 0 40.30596 1.51899'/> |
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.40683'/> |
2134 | <fieldValue name='cylinderTranslation' value='-1.50522 -0.85557 -1.80157'/> |
2135 | <fieldValue name='coneTranslation' value='-1.53641 -0.87179 -1.82705'/> |
2136 | <fieldValue name='rotation' value='-23.87376 0 29.22771 1.95358'/> |
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.06332'/> |
2145 | <fieldValue name='cylinderTranslation' value='-1.32786 -0.78482 -1.68170'/> |
2146 | <fieldValue name='coneTranslation' value='-1.45442 -0.76365 -1.68372'/> |
2147 | <fieldValue name='rotation' value='0.09966 0 -6.24463 1.73651'/> |
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.09675'/> |
2156 | <fieldValue name='cylinderTranslation' value='0.76611 0.97394 2.21392'/> |
2157 | <fieldValue name='coneTranslation' value='0.69601 1.05826 2.19305'/> |
2158 | <fieldValue name='rotation' value='1.80939 0 -6.07602 2.42709'/> |
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.03108'/> |
2167 | <fieldValue name='cylinderTranslation' value='0.72177 1.01593 2.20897'/> |
2168 | <fieldValue name='coneTranslation' value='0.85155 0.96523 2.17085'/> |
2169 | <fieldValue name='rotation' value='0.82022 -0.00000 2.79192 1.21218'/> |
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.12908'/> |
2178 | <fieldValue name='cylinderTranslation' value='-1.21637 -0.65898 2.17131'/> |
2179 | <fieldValue name='coneTranslation' value='-1.20685 -0.57704 2.21934'/> |
2180 | <fieldValue name='rotation' value='-6.49503 0 1.28743 2.60295'/> |
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.56041'/> |
2189 | <fieldValue name='cylinderTranslation' value='-2.30256 1.52615 1.25069'/> |
2190 | <fieldValue name='coneTranslation' value='-2.40853 1.56189 1.29477'/> |
2191 | <fieldValue name='rotation' value='20.55022 -0.00000 49.40436 1.26898'/> |
2192 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2193 | <fieldValue name='ballRadius' value='0.02'/> |
2194 | <fieldValue name='traceEnabled' value='false'/> |
2195 | <fieldValue name='displayMode'/> |
2196 | <fieldValue name='transparency' value='0'/> |
2197 | </ProtoInstance> |
2198 | <ProtoInstance name='Arc'> |
2199 | <fieldValue name='cylinderHeight' value='1.05793'/> |
2200 | <fieldValue name='cylinderTranslation' value='-1.61306 1.49695 0.86318'/> |
2201 | <fieldValue name='coneTranslation' value='-1.30441 1.53468 0.66456'/> |
2202 | <fieldValue name='rotation' value='-56.95113 0 -88.49750 1.46836'/> |
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.17391'/> |
2211 | <fieldValue name='cylinderTranslation' value='2.14665 0.68085 0.16788'/> |
2212 | <fieldValue name='coneTranslation' value='2.20045 0.65978 0.21257'/> |
2213 | <fieldValue name='rotation' value='-10.64073 0 12.80894 1.27829'/> |
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.28352'/> |
2222 | <fieldValue name='cylinderTranslation' value='2.11127 0.56312 0.18075'/> |
2223 | <fieldValue name='coneTranslation' value='2.12407 0.57505 0.18594'/> |
2224 | <fieldValue name='rotation' value='-8.06665 0 19.88388 2.28311'/> |
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.41628'/> |
2233 | <fieldValue name='cylinderTranslation' value='-1.03733 -0.47384 -2.16377'/> |
2234 | <fieldValue name='coneTranslation' value='-1.04554 -0.46985 -2.21103'/> |
2235 | <fieldValue name='rotation' value='-40.87233 0 7.09987 1.48783'/> |
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.07612'/> |
2244 | <fieldValue name='cylinderTranslation' value='-0.99803 -0.52237 -1.93807'/> |
2245 | <fieldValue name='coneTranslation' value='-1.01022 -0.42213 -2.00644'/> |
2246 | <fieldValue name='rotation' value='4.26748 0 -0.76069 2.53571'/> |
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.18543'/> |
2255 | <fieldValue name='cylinderTranslation' value='0.83231 0.86218 2.26366'/> |
2256 | <fieldValue name='coneTranslation' value='0.80631 0.91676 2.23413'/> |
2257 | <fieldValue name='rotation' value='8.13806 0 -7.16480 2.51706'/> |
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.59431'/> |
2266 | <fieldValue name='cylinderTranslation' value='2.30304 0.90462 0.09959'/> |
2267 | <fieldValue name='coneTranslation' value='2.20129 0.81291 0.10655'/> |
2268 | <fieldValue name='rotation' value='3.01674 -0.00000 44.08676 2.30323'/> |
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.06738'/> |
2277 | <fieldValue name='cylinderTranslation' value='0.71295 1.01110 2.24474'/> |
2278 | <fieldValue name='coneTranslation' value='0.73224 0.97252 2.36346'/> |
2279 | <fieldValue name='rotation' value='-6.33303 0 1.02879 1.26039'/> |
2280 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2281 | <fieldValue name='ballRadius' value='0.02'/> |
2282 | <fieldValue name='traceEnabled' value='false'/> |
2283 | <fieldValue name='displayMode'/> |
2284 | <fieldValue name='transparency' value='0'/> |
2285 | </ProtoInstance> |
2286 | <ProtoInstance name='Arc'> |
2287 | <fieldValue name='cylinderHeight' value='1.22280'/> |
2288 | <fieldValue name='cylinderTranslation' value='1.18035 -1.09193 -0.50669'/> |
2289 | <fieldValue name='coneTranslation' value='1.04347 -1.49287 -0.66250'/> |
2290 | <fieldValue name='rotation' value='-42.20740 0 37.08018 2.66422'/> |
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.26079'/> |
2299 | <fieldValue name='cylinderTranslation' value='-1.49431 -0.31936 2.06901'/> |
2300 | <fieldValue name='coneTranslation' value='-1.48365 -0.33348 2.09275'/> |
2301 | <fieldValue name='rotation' value='-20.91252 0 9.38444 1.07365'/> |
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.89889'/> |
2310 | <fieldValue name='cylinderTranslation' value='0.22657 1.53059 1.43300'/> |
2311 | <fieldValue name='coneTranslation' value='0.12057 1.42937 1.18341'/> |
2312 | <fieldValue name='rotation' value='-77.51230 0 32.91898 1.92807'/> |
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.12666'/> |
2321 | <fieldValue name='cylinderTranslation' value='0.77263 0.57798 2.33659'/> |
2322 | <fieldValue name='coneTranslation' value='0.68175 0.56175 2.36526'/> |
2323 | <fieldValue name='rotation' value='-3.75564 0 -11.90824 1.40206'/> |
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.39025'/> |
2332 | <fieldValue name='cylinderTranslation' value='0.53485 0.49837 2.31605'/> |
2333 | <fieldValue name='coneTranslation' value='0.50277 0.48595 2.30897'/> |
2334 | <fieldValue name='rotation' value='-7.86436 0 35.64772 1.93213'/> |
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.91757'/> |
2343 | <fieldValue name='cylinderTranslation' value='1.41404 0.59841 1.34192'/> |
2344 | <fieldValue name='coneTranslation' value='1.34568 0.54729 1.05559'/> |
2345 | <fieldValue name='rotation' value='-87.93224 0 20.99551 1.74273'/> |
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.24474'/> |
2354 | <fieldValue name='cylinderTranslation' value='-1.24308 -0.79921 2.05300'/> |
2355 | <fieldValue name='coneTranslation' value='-1.24932 -0.82529 2.02660'/> |
2356 | <fieldValue name='rotation' value='17.16771 0 -4.05569 0.80491'/> |
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.22871'/> |
2365 | <fieldValue name='cylinderTranslation' value='-1.27432 -0.94005 1.86807'/> |
2366 | <fieldValue name='coneTranslation' value='-1.26995 -0.91769 1.90762'/> |
2367 | <fieldValue name='rotation' value='-19.81826 0 2.19157 2.08272'/> |
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.45096'/> |
2376 | <fieldValue name='cylinderTranslation' value='2.22049 0.82462 -0.48390'/> |
2377 | <fieldValue name='coneTranslation' value='2.17889 0.79371 -0.44388'/> |
2378 | <fieldValue name='rotation' value='27.56319 -0.00000 28.64893 2.06240'/> |
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.41976'/> |
2387 | <fieldValue name='cylinderTranslation' value='-1.36030 -0.38116 -2.00522'/> |
2388 | <fieldValue name='coneTranslation' value='-1.38485 -0.37115 -2.04747'/> |
2389 | <fieldValue name='rotation' value='-35.55631 0 20.66056 1.36881'/> |
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.41582'/> |
2398 | <fieldValue name='cylinderTranslation' value='-1.36344 -0.95718 -1.88241'/> |
2399 | <fieldValue name='coneTranslation' value='-1.38591 -0.98196 -1.91670'/> |
2400 | <fieldValue name='rotation' value='-29.76361 0 19.50113 2.11462'/> |
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.08505'/> |
2409 | <fieldValue name='cylinderTranslation' value='-1.28128 -0.81982 -1.70740'/> |
2410 | <fieldValue name='coneTranslation' value='-1.23888 -0.90208 -1.77975'/> |
2411 | <fieldValue name='rotation' value='5.23870 -0.00000 3.07027 0.79507'/> |
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.45569'/> |
2420 | <fieldValue name='cylinderTranslation' value='2.15961 0.26975 -0.63636'/> |
2421 | <fieldValue name='coneTranslation' value='2.19790 0.26118 -0.69171'/> |
2422 | <fieldValue name='rotation' value='-37.17630 0 -25.71668 1.69737'/> |
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.09283'/> |
2431 | <fieldValue name='cylinderTranslation' value='2.02532 0.26943 -0.41475'/> |
2432 | <fieldValue name='coneTranslation' value='2.03929 0.34058 -0.50218'/> |
2433 | <fieldValue name='rotation' value='7.14535 -0.00000 1.14186 2.24775'/> |
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.54743'/> |
2442 | <fieldValue name='cylinderTranslation' value='-0.77637 1.82116 0.19657'/> |
2443 | <fieldValue name='coneTranslation' value='-0.73978 1.91063 0.13668'/> |
2444 | <fieldValue name='rotation' value='-28.83415 0 -17.61568 0.66522'/> |
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='1.07688'/> |
2453 | <fieldValue name='cylinderTranslation' value='-0.82358 1.13854 0.60515'/> |
2454 | <fieldValue name='coneTranslation' value='-0.79486 0.81012 0.79098'/> |
2455 | <fieldValue name='rotation' value='52.88061 0 -8.17392 2.62159'/> |
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.48664'/> |
2464 | <fieldValue name='cylinderTranslation' value='2.11497 1.15371 -0.22838'/> |
2465 | <fieldValue name='coneTranslation' value='2.05981 1.09728 -0.20162'/> |
2466 | <fieldValue name='rotation' value='15.62993 -0.00000 32.21769 2.31470'/> |
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.43833'/> |
2475 | <fieldValue name='cylinderTranslation' value='2.53417 0.27079 0.24235'/> |
2476 | <fieldValue name='coneTranslation' value='2.59271 0.26229 0.24114'/> |
2477 | <fieldValue name='rotation' value='-0.89450 0 -43.36861 1.71496'/> |
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.92530'/> |
2486 | <fieldValue name='cylinderTranslation' value='-0.77791 1.63862 0.34996'/> |
2487 | <fieldValue name='coneTranslation' value='-0.52104 1.69590 0.20051'/> |
2488 | <fieldValue name='rotation' value='-45.69235 0 -78.53199 1.38036'/> |
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.83260'/> |
2497 | <fieldValue name='cylinderTranslation' value='-0.09063 -1.72461 -1.29884'/> |
2498 | <fieldValue name='coneTranslation' value='-0.18672 -1.49426 -1.24059'/> |
2499 | <fieldValue name='rotation' value='18.92049 -0.00000 31.21825 0.45386'/> |
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.97362'/> |
2508 | <fieldValue name='cylinderTranslation' value='-2.02516 0.53551 1.53571'/> |
2509 | <fieldValue name='coneTranslation' value='-1.73349 0.39610 1.48778'/> |
2510 | <fieldValue name='rotation' value='-14.27761 0 -86.89382 2.01151'/> |
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.75300'/> |
2519 | <fieldValue name='cylinderTranslation' value='-0.72728 -1.29824 0.94946'/> |
2520 | <fieldValue name='coneTranslation' value='-0.59258 -1.17904 0.82896'/> |
2521 | <fieldValue name='rotation' value='-41.90946 0 -46.84972 0.98774'/> |
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.88409'/> |
2530 | <fieldValue name='cylinderTranslation' value='1.00934 0.45427 1.37229'/> |
2531 | <fieldValue name='coneTranslation' value='0.98419 0.43496 1.09204'/> |
2532 | <fieldValue name='rotation' value='-87.84844 0 7.88371 1.63932'/> |
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.43691'/> |
2541 | <fieldValue name='cylinderTranslation' value='0.97332 0.44491 2.01268'/> |
2542 | <fieldValue name='coneTranslation' value='0.95314 0.43430 2.06650'/> |
2543 | <fieldValue name='rotation' value='40.22971 -0.00000 15.08715 1.75321'/> |
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.39025'/> |
2552 | <fieldValue name='cylinderTranslation' value='0.53488 0.49833 2.31605'/> |
2553 | <fieldValue name='coneTranslation' value='0.56696 0.51075 2.32312'/> |
2554 | <fieldValue name='rotation' value='7.86385 0 -35.64882 1.20951'/> |
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.81572'/> |
2563 | <fieldValue name='cylinderTranslation' value='0.06496 0.25876 2.04832'/> |
2564 | <fieldValue name='coneTranslation' value='-0.11230 0.15508 1.90951'/> |
2565 | <fieldValue name='rotation' value='-45.68189 0 58.33550 2.00234'/> |
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.43334'/> |
2574 | <fieldValue name='cylinderTranslation' value='0.95999 0.79475 2.50043'/> |
2575 | <fieldValue name='coneTranslation' value='0.98401 0.79679 2.55172'/> |
2576 | <fieldValue name='rotation' value='39.21686 0 -18.37027 1.53483'/> |
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='1.00876'/> |
2585 | <fieldValue name='cylinderTranslation' value='1.02609 0.96481 0.00584'/> |
2586 | <fieldValue name='coneTranslation' value='0.70407 0.95391 0.12743'/> |
2587 | <fieldValue name='rotation' value='35.61671 -0.00000 94.32564 1.60244'/> |
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.64126'/> |
2596 | <fieldValue name='cylinderTranslation' value='1.69467 1.16362 -0.34713'/> |
2597 | <fieldValue name='coneTranslation' value='1.79333 1.25522 -0.43474'/> |
2598 | <fieldValue name='rotation' value='-34.97591 0 -39.38917 0.96395'/> |
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.29340'/> |
2607 | <fieldValue name='cylinderTranslation' value='0.56306 1.24349 -0.14471'/> |
2608 | <fieldValue name='coneTranslation' value='0.55962 1.23257 -0.15149'/> |
2609 | <fieldValue name='rotation' value='14.95019 0 -7.58295 0.60815'/> |
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.43724'/> |
2618 | <fieldValue name='cylinderTranslation' value='0.76717 -2.37689 -0.98165'/> |
2619 | <fieldValue name='coneTranslation' value='0.76296 -2.32409 -0.95653'/> |
2620 | <fieldValue name='rotation' value='18.73697 -0.00000 3.13710 0.44948'/> |
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.42878'/> |
2629 | <fieldValue name='cylinderTranslation' value='-1.67010 -0.21636 1.65714'/> |
2630 | <fieldValue name='coneTranslation' value='-1.66668 -0.16239 1.65135'/> |
2631 | <fieldValue name='rotation' value='-4.57020 0 -2.69509 0.12406'/> |
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.09813'/> |
2640 | <fieldValue name='cylinderTranslation' value='-1.27378 -1.03775 1.74578'/> |
2641 | <fieldValue name='coneTranslation' value='-1.24779 -1.13199 1.69335'/> |
2642 | <fieldValue name='rotation' value='4.63830 -0.00000 2.29883 0.55573'/> |
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.49177'/> |
2651 | <fieldValue name='cylinderTranslation' value='-1.31424 -1.31195 1.78338'/> |
2652 | <fieldValue name='coneTranslation' value='-1.33238 -1.39317 1.80461'/> |
2653 | <fieldValue name='rotation' value='12.15736 -0.00000 10.38977 2.81038'/> |
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.18511'/> |
2662 | <fieldValue name='cylinderTranslation' value='-1.59303 0.05725 1.60569'/> |
2663 | <fieldValue name='coneTranslation' value='-1.63937 0.01289 1.62653'/> |
2664 | <fieldValue name='rotation' value='-5.72112 0 -12.71728 0.85309'/> |
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.41789'/> |
2673 | <fieldValue name='cylinderTranslation' value='-1.02030 -0.68278 -2.15040'/> |
2674 | <fieldValue name='coneTranslation' value='-1.01251 -0.67038 -2.10370'/> |
2675 | <fieldValue name='rotation' value='39.87457 0 -6.65096 1.31465'/> |
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.48679'/> |
2684 | <fieldValue name='cylinderTranslation' value='-0.99674 -1.19473 2.16609'/> |
2685 | <fieldValue name='coneTranslation' value='-1.00074 -1.12593 2.11914'/> |
2686 | <fieldValue name='rotation' value='-27.41046 0 2.33209 0.60057'/> |
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.59432'/> |
2695 | <fieldValue name='cylinderTranslation' value='2.30302 0.90465 0.09962'/> |
2696 | <fieldValue name='coneTranslation' value='2.20128 0.81292 0.10657'/> |
2697 | <fieldValue name='rotation' value='3.01119 -0.00000 44.08427 2.30332'/> |
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.43922'/> |
2706 | <fieldValue name='cylinderTranslation' value='-0.53677 1.88135 0.08695'/> |
2707 | <fieldValue name='coneTranslation' value='-0.49564 1.83924 0.09633'/> |
2708 | <fieldValue name='rotation' value='6.91016 0 -30.30470 2.35538'/> |
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.43408'/> |
2717 | <fieldValue name='cylinderTranslation' value='-0.33676 1.86140 0.28421'/> |
2718 | <fieldValue name='coneTranslation' value='-0.32402 1.89694 0.32697'/> |
2719 | <fieldValue name='rotation' value='32.54148 0 -9.69776 0.89826'/> |
2720 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2721 | <fieldValue name='ballRadius' value='0.02'/> |
2722 | <fieldValue name='traceEnabled' value='false'/> |
2723 | <fieldValue name='displayMode'/> |
2724 | <fieldValue name='transparency' value='0'/> |
2725 | </ProtoInstance> |
2726 | <ProtoInstance name='Arc'> |
2727 | <fieldValue name='cylinderHeight' value='1.06797'/> |
2728 | <fieldValue name='cylinderTranslation' value='0.10786 1.54504 0.02577'/> |
2729 | <fieldValue name='coneTranslation' value='0.45322 1.41816 -0.04128'/> |
2730 | <fieldValue name='rotation' value='-19.14624 0 -98.62254 1.91692'/> |
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.83999'/> |
2739 | <fieldValue name='cylinderTranslation' value='1.72331 0.55180 0.96373'/> |
2740 | <fieldValue name='coneTranslation' value='1.97975 0.57154 1.00178'/> |
2741 | <fieldValue name='rotation' value='12.29442 0 -82.84915 1.49481'/> |
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.47299'/> |
2750 | <fieldValue name='cylinderTranslation' value='-1.73307 -1.01955 1.45993'/> |
2751 | <fieldValue name='coneTranslation' value='-1.78656 -1.07319 1.44931'/> |
2752 | <fieldValue name='rotation' value='-6.56815 0 33.07464 2.34794'/> |
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.32084'/> |
2761 | <fieldValue name='cylinderTranslation' value='-1.45182 -0.75651 1.54624'/> |
2762 | <fieldValue name='coneTranslation' value='-1.45152 -0.75626 1.54638'/> |
2763 | <fieldValue name='rotation' value='10.69422 0 -23.17586 0.91992'/> |
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.08386'/> |
2772 | <fieldValue name='cylinderTranslation' value='-0.99064 -0.59175 -1.93388'/> |
2773 | <fieldValue name='coneTranslation' value='-1.00074 -0.48448 -1.88560'/> |
2774 | <fieldValue name='rotation' value='-3.42945 0 -0.71787 2.71058'/> |
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.12664'/> |
2783 | <fieldValue name='cylinderTranslation' value='0.77265 0.57796 2.33659'/> |
2784 | <fieldValue name='coneTranslation' value='0.86353 0.59423 2.30792'/> |
2785 | <fieldValue name='rotation' value='3.75492 -0.00000 11.90547 1.73991'/> |
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.97229'/> |
2794 | <fieldValue name='cylinderTranslation' value='1.02065 0.94499 0.04611'/> |
2795 | <fieldValue name='coneTranslation' value='1.33341 0.94240 -0.04634'/> |
2796 | <fieldValue name='rotation' value='-27.56176 0 -93.23744 1.57874'/> |
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='1.52813'/> |
2805 | <fieldValue name='cylinderTranslation' value='-0.11412 0.81006 0.52673'/> |
2806 | <fieldValue name='coneTranslation' value='-0.64271 0.70033 0.79776'/> |
2807 | <fieldValue name='rotation' value='68.56292 -0.00000 133.71760 1.75345'/> |
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.43245'/> |
2816 | <fieldValue name='cylinderTranslation' value='2.40479 -0.16465 0.18960'/> |
2817 | <fieldValue name='coneTranslation' value='2.36030 -0.13040 0.18670'/> |
2818 | <fieldValue name='rotation' value='-2.23347 0 34.22061 0.91573'/> |
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='1.07692'/> |
2827 | <fieldValue name='cylinderTranslation' value='0.27780 0.15516 0.81557'/> |
2828 | <fieldValue name='coneTranslation' value='0.65027 0.21936 0.83509'/> |
2829 | <fieldValue name='rotation' value='5.55468 0 -105.98644 1.40035'/> |
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='1.28228'/> |
2838 | <fieldValue name='cylinderTranslation' value='0.35890 0.24392 0.86042'/> |
2839 | <fieldValue name='coneTranslation' value='0.81744 0.37906 0.91493'/> |
2840 | <fieldValue name='rotation' value='14.52506 0 -122.20512 1.28608'/> |
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.62072'/> |
2849 | <fieldValue name='cylinderTranslation' value='0.87322 -1.90748 -0.80284'/> |
2850 | <fieldValue name='coneTranslation' value='0.81424 -2.03950 -0.84408'/> |
2851 | <fieldValue name='rotation' value='-17.02364 0 24.34698 2.64252'/> |
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.25663'/> |
2860 | <fieldValue name='cylinderTranslation' value='0.88883 0.33525 0.88820'/> |
2861 | <fieldValue name='coneTranslation' value='0.86881 0.31333 0.87712'/> |
2862 | <fieldValue name='rotation' value='8.97038 0 -16.21867 0.80699'/> |
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.96501'/> |
2871 | <fieldValue name='cylinderTranslation' value='-0.05032 1.82476 0.91703'/> |
2872 | <fieldValue name='coneTranslation' value='0.02474 1.52308 1.00286'/> |
2873 | <fieldValue name='rotation' value='25.68166 0 -22.45814 2.78025'/> |
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='1.31127'/> |
2882 | <fieldValue name='cylinderTranslation' value='-0.11507 -1.39066 0.29587'/> |
2883 | <fieldValue name='coneTranslation' value='-0.40079 -1.16409 0.63155'/> |
2884 | <fieldValue name='rotation' value='88.80702 -0.00000 75.59310 1.09601'/> |
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.98694'/> |
2893 | <fieldValue name='cylinderTranslation' value='0.64485 -1.40500 -0.27536'/> |
2894 | <fieldValue name='coneTranslation' value='0.90295 -1.21214 -0.36132'/> |
2895 | <fieldValue name='rotation' value='-25.44033 0 -76.38946 0.95411'/> |
2896 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2897 | <fieldValue name='ballRadius' value='0.02'/> |
2898 | <fieldValue name='traceEnabled' value='false'/> |
2899 | <fieldValue name='displayMode'/> |
2900 | <fieldValue name='transparency' value='0'/> |
2901 | </ProtoInstance> |
2902 | <ProtoInstance name='Arc'> |
2903 | <fieldValue name='cylinderHeight' value='0.74800'/> |
2904 | <fieldValue name='cylinderTranslation' value='-2.38158 0.58404 1.87380'/> |
2905 | <fieldValue name='coneTranslation' value='-2.22517 0.43900 1.85657'/> |
2906 | <fieldValue name='rotation' value='-6.01983 0 -54.66954 2.31549'/> |
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.53948'/> |
2915 | <fieldValue name='cylinderTranslation' value='-1.53534 -0.06953 1.77076'/> |
2916 | <fieldValue name='coneTranslation' value='-1.53294 0.00681 1.69197'/> |
2917 | <fieldValue name='rotation' value='-38.73621 0 -1.17795 0.80145'/> |
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='1.11361'/> |
2926 | <fieldValue name='cylinderTranslation' value='-1.24547 0.97157 0.94508'/> |
2927 | <fieldValue name='coneTranslation' value='-0.91569 0.75756 0.89125'/> |
2928 | <fieldValue name='rotation' value='-15.10602 0 -92.55191 2.14043'/> |
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.47312'/> |
2937 | <fieldValue name='cylinderTranslation' value='1.72036 0.96503 -0.12096'/> |
2938 | <fieldValue name='coneTranslation' value='1.64478 0.95729 -0.11149'/> |
2939 | <fieldValue name='rotation' value='5.85328 -0.00000 46.70442 1.67203'/> |
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.89744'/> |
2948 | <fieldValue name='cylinderTranslation' value='-0.40901 -0.10176 2.18329'/> |
2949 | <fieldValue name='coneTranslation' value='-0.29172 0.02044 1.94948'/> |
2950 | <fieldValue name='rotation' value='-72.67700 0 -36.45846 1.13376'/> |
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='1.00111'/> |
2959 | <fieldValue name='cylinderTranslation' value='-0.17409 -0.54379 1.29997'/> |
2960 | <fieldValue name='coneTranslation' value='-0.24598 -0.83025 1.46953'/> |
2961 | <fieldValue name='rotation' value='49.84384 -0.00000 21.13362 2.57021'/> |
2962 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2963 | <fieldValue name='ballRadius' value='0.02'/> |
2964 | <fieldValue name='traceEnabled' value='false'/> |
2965 | <fieldValue name='displayMode'/> |
2966 | <fieldValue name='transparency' value='0'/> |
2967 | </ProtoInstance> |
2968 | <ProtoInstance name='Arc'> |
2969 | <fieldValue name='cylinderHeight' value='1.08328'/> |
2970 | <fieldValue name='cylinderTranslation' value='-0.42557 0.27426 0.96015'/> |
2971 | <fieldValue name='coneTranslation' value='-0.67721 0.55400 0.89631'/> |
2972 | <fieldValue name='rotation' value='-18.12045 0 71.42883 0.74812'/> |
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.49903'/> |
2981 | <fieldValue name='cylinderTranslation' value='-1.75815 0.17559 1.65862'/> |
2982 | <fieldValue name='coneTranslation' value='-1.84020 0.19621 1.68787'/> |
2983 | <fieldValue name='rotation' value='16.30667 -0.00000 45.74129 1.33838'/> |
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='1.06044'/> |
2992 | <fieldValue name='cylinderTranslation' value='-1.18670 0.49956 1.16693'/> |
2993 | <fieldValue name='coneTranslation' value='-0.90462 0.61945 0.95929'/> |
2994 | <fieldValue name='rotation' value='-59.47706 0 -80.79814 1.24099'/> |
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.93235'/> |
3003 | <fieldValue name='cylinderTranslation' value='-0.11315 1.68501 0.74618'/> |
3004 | <fieldValue name='coneTranslation' value='0.00187 1.48036 0.94273'/> |
3005 | <fieldValue name='rotation' value='59.85230 0 -35.02450 2.30288'/> |
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.46093'/> |
3014 | <fieldValue name='cylinderTranslation' value='0.67303 0.35706 2.22882'/> |
3015 | <fieldValue name='coneTranslation' value='0.74178 0.37180 2.22424'/> |
3016 | <fieldValue name='rotation' value='-2.99804 0 -44.97277 1.36002'/> |
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.82696'/> |
3025 | <fieldValue name='cylinderTranslation' value='0.11072 0.19850 2.03186'/> |
3026 | <fieldValue name='coneTranslation' value='-0.09615 0.13086 1.90192'/> |
3027 | <fieldValue name='rotation' value='-42.39041 0 67.48833 1.84093'/> |
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.76483'/> |
3036 | <fieldValue name='cylinderTranslation' value='-0.47478 -1.37466 -1.51025'/> |
3037 | <fieldValue name='coneTranslation' value='-0.34214 -1.36058 -1.33227'/> |
3038 | <fieldValue name='rotation' value='61.20242 0 -45.61205 1.50747'/> |
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.80377'/> |
3047 | <fieldValue name='cylinderTranslation' value='-0.00849 -1.66961 -1.15036'/> |
3048 | <fieldValue name='coneTranslation' value='-0.15187 -1.47752 -1.18278'/> |
3049 | <fieldValue name='rotation' value='-10.77516 0 47.64529 0.65321'/> |
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.81572'/> |
3058 | <fieldValue name='cylinderTranslation' value='0.06495 0.25877 2.04832'/> |
3059 | <fieldValue name='coneTranslation' value='-0.11230 0.15509 1.90951'/> |
3060 | <fieldValue name='rotation' value='-45.68210 0 58.33383 2.00238'/> |
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.06610'/> |
3069 | <fieldValue name='cylinderTranslation' value='2.02739 0.21473 -0.35966'/> |
3070 | <fieldValue name='coneTranslation' value='1.99749 0.31316 -0.43405'/> |
3071 | <fieldValue name='rotation' value='3.87372 0 -1.55698 2.45800'/> |
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.94298'/> |
3080 | <fieldValue name='cylinderTranslation' value='1.11069 -1.54448 -0.58898'/> |
3081 | <fieldValue name='coneTranslation' value='1.05526 -1.26379 -0.46583'/> |
3082 | <fieldValue name='rotation' value='37.28396 -0.00000 16.77847 0.44846'/> |
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.89889'/> |
3091 | <fieldValue name='cylinderTranslation' value='0.22657 1.53059 1.43300'/> |
3092 | <fieldValue name='coneTranslation' value='0.12057 1.42937 1.18341'/> |
3093 | <fieldValue name='rotation' value='-77.51230 0 32.91898 1.92807'/> |
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.89744'/> |
3102 | <fieldValue name='cylinderTranslation' value='-0.40901 -0.10176 2.18329'/> |
3103 | <fieldValue name='coneTranslation' value='-0.29172 0.02044 1.94948'/> |
3104 | <fieldValue name='rotation' value='-72.67700 0 -36.45847 1.13376'/> |
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.76483'/> |
3113 | <fieldValue name='cylinderTranslation' value='-0.47478 -1.37466 -1.51025'/> |
3114 | <fieldValue name='coneTranslation' value='-0.34214 -1.36058 -1.33227'/> |
3115 | <fieldValue name='rotation' value='61.20242 0 -45.61205 1.50747'/> |
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='Vertex'> |
3123 | <fieldValue name='vertexText' value='"2010-01-17-AIRSERV.ORG"'/> |
3124 | <fieldValue name='description' value='1: 2010-01-17-AIRSERV.ORG'/> |
3125 | <fieldValue name='url'/> |
3126 | <fieldValue name='radius' value='0.1500'/> |
3127 | <fieldValue name='displayMode'/> |
3128 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3129 | <fieldValue name='transparency' value='0'/> |
3130 | <fieldValue name='translation' value='-0.92253 -0.52384 -1.35283'/> |
3131 | <fieldValue name='textTranslation' value='-0.77253 -0.52384 -1.35283'/> |
3132 | <fieldValue name='textColor' value='0 0 0'/> |
3133 | </ProtoInstance> |
3134 | <ProtoInstance name='Vertex'> |
3135 | <fieldValue name='vertexText' value='"2010-01-17-FACEBOOK.COM-CHIEFOFNAVALOPERATIONS"'/> |
3136 | <fieldValue name='description' value='2: 2010-01-17-FACEBOOK.COM-CHIEFOFNAVALOPERATIONS'/> |
3137 | <fieldValue name='url'/> |
3138 | <fieldValue name='radius' value='0.1500'/> |
3139 | <fieldValue name='displayMode'/> |
3140 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3141 | <fieldValue name='transparency' value='0'/> |
3142 | <fieldValue name='translation' value='0.44604 -1.73081 -0.66680'/> |
3143 | <fieldValue name='textTranslation' value='0.59604 -1.73081 -0.66680'/> |
3144 | <fieldValue name='textColor' value='0 0 0'/> |
3145 | </ProtoInstance> |
3146 | <ProtoInstance name='Vertex'> |
3147 | <fieldValue name='vertexText' value='"2010-01-17-JTFB.SOUTHCOM.MIL-PHOTOS"'/> |
3148 | <fieldValue name='description' value='3: 2010-01-17-JTFB.SOUTHCOM.MIL-PHOTOS'/> |
3149 | <fieldValue name='url'/> |
3150 | <fieldValue name='radius' value='0.1500'/> |
3151 | <fieldValue name='displayMode'/> |
3152 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3153 | <fieldValue name='transparency' value='0'/> |
3154 | <fieldValue name='translation' value='-0.40068 1.53043 0.18747'/> |
3155 | <fieldValue name='textTranslation' value='-0.25068 1.53043 0.18747'/> |
3156 | <fieldValue name='textColor' value='0 0 0'/> |
3157 | </ProtoInstance> |
3158 | <ProtoInstance name='Vertex'> |
3159 | <fieldValue name='vertexText' value='"2010-01-17-TWITTER.COM-SOUTHCOMWATCH"'/> |
3160 | <fieldValue name='description' value='4: 2010-01-17-TWITTER.COM-SOUTHCOMWATCH'/> |
3161 | <fieldValue name='url'/> |
3162 | <fieldValue name='radius' value='0.1500'/> |
3163 | <fieldValue name='displayMode'/> |
3164 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3165 | <fieldValue name='transparency' value='0'/> |
3166 | <fieldValue name='translation' value='0.50255 0.57111 1.73925'/> |
3167 | <fieldValue name='textTranslation' value='0.65255 0.57111 1.73925'/> |
3168 | <fieldValue name='textColor' value='0 0 0'/> |
3169 | </ProtoInstance> |
3170 | <ProtoInstance name='Vertex'> |
3171 | <fieldValue name='vertexText' value='"2010-01-17-TWITTER.COM-USAID_HAITI"'/> |
3172 | <fieldValue name='description' value='5: 2010-01-17-TWITTER.COM-USAID_HAITI'/> |
3173 | <fieldValue name='url'/> |
3174 | <fieldValue name='radius' value='0.1500'/> |
3175 | <fieldValue name='displayMode'/> |
3176 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3177 | <fieldValue name='transparency' value='0'/> |
3178 | <fieldValue name='translation' value='-1.05218 -0.43182 1.60576'/> |
3179 | <fieldValue name='textTranslation' value='-0.90218 -0.43182 1.60576'/> |
3180 | <fieldValue name='textColor' value='0 0 0'/> |
3181 | </ProtoInstance> |
3182 | <ProtoInstance name='Vertex'> |
3183 | <fieldValue name='vertexText' value='"2010-01-17-USAID.GOV-HELPHAITI"'/> |
3184 | <fieldValue name='description' value='6: 2010-01-17-USAID.GOV-HELPHAITI'/> |
3185 | <fieldValue name='url'/> |
3186 | <fieldValue name='radius' value='0.1500'/> |
3187 | <fieldValue name='displayMode'/> |
3188 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3189 | <fieldValue name='transparency' value='0'/> |
3190 | <fieldValue name='translation' value='-1.93695 0.84556 1.40578'/> |
3191 | <fieldValue name='textTranslation' value='-1.78695 0.84556 1.40578'/> |
3192 | <fieldValue name='textColor' value='0 0 0'/> |
3193 | </ProtoInstance> |
3194 | <ProtoInstance name='Vertex'> |
3195 | <fieldValue name='vertexText' value='"2010-01-17-USAID.GOV-PRESS"'/> |
3196 | <fieldValue name='description' value='7: 2010-01-17-USAID.GOV-PRESS'/> |
3197 | <fieldValue name='url'/> |
3198 | <fieldValue name='radius' value='0.1500'/> |
3199 | <fieldValue name='displayMode'/> |
3200 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3201 | <fieldValue name='transparency' value='0'/> |
3202 | <fieldValue name='translation' value='1.69144 0.40760 0.10425'/> |
3203 | <fieldValue name='textTranslation' value='1.84144 0.40760 0.10425'/> |
3204 | <fieldValue name='textColor' value='0 0 0'/> |
3205 | </ProtoInstance> |
3206 | <ProtoInstance name='Vertex'> |
3207 | <fieldValue name='vertexText' value=' "Haiti/2010-01-17/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-17.simple" '/> |
3208 | <fieldValue name='description' value='8: Haiti/2010-01-17/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-17.simple'/> |
3209 | <fieldValue name='url'/> |
3210 | <fieldValue name='radius' value='0.1500'/> |
3211 | <fieldValue name='displayMode'/> |
3212 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3213 | <fieldValue name='transparency' value='0'/> |
3214 | <fieldValue name='translation' value='-1.39691 2.74363 -2.74639'/> |
3215 | <fieldValue name='textTranslation' value='-1.24691 2.74363 -2.74639'/> |
3216 | <fieldValue name='textColor' value='0 0 0'/> |
3217 | </ProtoInstance> |
3218 | <ProtoInstance name='Vertex'> |
3219 | <fieldValue name='vertexText' value='"access"'/> |
3220 | <fieldValue name='description' value='9: access'/> |
3221 | <fieldValue name='url'/> |
3222 | <fieldValue name='radius' value='0.1500'/> |
3223 | <fieldValue name='displayMode'/> |
3224 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3225 | <fieldValue name='transparency' value='0'/> |
3226 | <fieldValue name='translation' value='-2.74910 1.38501 1.58438'/> |
3227 | <fieldValue name='textTranslation' value='-2.59910 1.38501 1.58438'/> |
3228 | <fieldValue name='textColor' value='0 0 0'/> |
3229 | </ProtoInstance> |
3230 | <ProtoInstance name='Vertex'> |
3231 | <fieldValue name='vertexText' value='"activities"'/> |
3232 | <fieldValue name='description' value='10: activities'/> |
3233 | <fieldValue name='url'/> |
3234 | <fieldValue name='radius' value='0.1500'/> |
3235 | <fieldValue name='displayMode'/> |
3236 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3237 | <fieldValue name='transparency' value='0'/> |
3238 | <fieldValue name='translation' value='0.85773 1.16209 2.64931'/> |
3239 | <fieldValue name='textTranslation' value='1.00773 1.16209 2.64931'/> |
3240 | <fieldValue name='textColor' value='0 0 0'/> |
3241 | </ProtoInstance> |
3242 | <ProtoInstance name='Vertex'> |
3243 | <fieldValue name='vertexText' value='"administrations"'/> |
3244 | <fieldValue name='description' value='11: administrations'/> |
3245 | <fieldValue name='url'/> |
3246 | <fieldValue name='radius' value='0.1500'/> |
3247 | <fieldValue name='displayMode'/> |
3248 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3249 | <fieldValue name='transparency' value='0'/> |
3250 | <fieldValue name='translation' value='2.57589 -0.29638 0.20074'/> |
3251 | <fieldValue name='textTranslation' value='2.72589 -0.29638 0.20074'/> |
3252 | <fieldValue name='textColor' value='0 0 0'/> |
3253 | </ProtoInstance> |
3254 | <ProtoInstance name='Vertex'> |
3255 | <fieldValue name='vertexText' value='"administrator"'/> |
3256 | <fieldValue name='description' value='12: administrator'/> |
3257 | <fieldValue name='url'/> |
3258 | <fieldValue name='radius' value='0.1500'/> |
3259 | <fieldValue name='displayMode'/> |
3260 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3261 | <fieldValue name='transparency' value='0'/> |
3262 | <fieldValue name='translation' value='1.97177 -0.53792 -0.45941'/> |
3263 | <fieldValue name='textTranslation' value='2.12177 -0.53792 -0.45941'/> |
3264 | <fieldValue name='textColor' value='0 0 0'/> |
3265 | </ProtoInstance> |
3266 | <ProtoInstance name='Vertex'> |
3267 | <fieldValue name='vertexText' value='"age"'/> |
3268 | <fieldValue name='description' value='13: age'/> |
3269 | <fieldValue name='url'/> |
3270 | <fieldValue name='radius' value='0.1500'/> |
3271 | <fieldValue name='displayMode'/> |
3272 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3273 | <fieldValue name='transparency' value='0'/> |
3274 | <fieldValue name='translation' value='-0.94394 -0.50275 1.14346'/> |
3275 | <fieldValue name='textTranslation' value='-0.79394 -0.50275 1.14346'/> |
3276 | <fieldValue name='textColor' value='0 0 0'/> |
3277 | </ProtoInstance> |
3278 | <ProtoInstance name='Vertex'> |
3279 | <fieldValue name='vertexText' value='"ages"'/> |
3280 | <fieldValue name='description' value='14: ages'/> |
3281 | <fieldValue name='url'/> |
3282 | <fieldValue name='radius' value='0.1500'/> |
3283 | <fieldValue name='displayMode'/> |
3284 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3285 | <fieldValue name='transparency' value='0'/> |
3286 | <fieldValue name='translation' value='-1.66557 -0.40306 2.56613'/> |
3287 | <fieldValue name='textTranslation' value='-1.51557 -0.40306 2.56613'/> |
3288 | <fieldValue name='textColor' value='0 0 0'/> |
3289 | </ProtoInstance> |
3290 | <ProtoInstance name='Vertex'> |
3291 | <fieldValue name='vertexText' value='"air"'/> |
3292 | <fieldValue name='description' value='15: air'/> |
3293 | <fieldValue name='url'/> |
3294 | <fieldValue name='radius' value='0.1500'/> |
3295 | <fieldValue name='displayMode'/> |
3296 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3297 | <fieldValue name='transparency' value='0'/> |
3298 | <fieldValue name='translation' value='-0.49651 0.97693 -0.23163'/> |
3299 | <fieldValue name='textTranslation' value='-0.34651 0.97693 -0.23163'/> |
3300 | <fieldValue name='textColor' value='0 0 0'/> |
3301 | </ProtoInstance> |
3302 | <ProtoInstance name='Vertex'> |
3303 | <fieldValue name='vertexText' value='"aircraft"'/> |
3304 | <fieldValue name='description' value='16: aircraft'/> |
3305 | <fieldValue name='url'/> |
3306 | <fieldValue name='radius' value='0.1500'/> |
3307 | <fieldValue name='displayMode'/> |
3308 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3309 | <fieldValue name='transparency' value='0'/> |
3310 | <fieldValue name='translation' value='-1.17296 -0.52575 -1.65879'/> |
3311 | <fieldValue name='textTranslation' value='-1.02296 -0.52575 -1.65879'/> |
3312 | <fieldValue name='textColor' value='0 0 0'/> |
3313 | </ProtoInstance> |
3314 | <ProtoInstance name='Vertex'> |
3315 | <fieldValue name='vertexText' value='"airport"'/> |
3316 | <fieldValue name='description' value='17: airport'/> |
3317 | <fieldValue name='url'/> |
3318 | <fieldValue name='radius' value='0.1500'/> |
3319 | <fieldValue name='displayMode'/> |
3320 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3321 | <fieldValue name='transparency' value='0'/> |
3322 | <fieldValue name='translation' value='-1.35908 -0.77960 -1.68220'/> |
3323 | <fieldValue name='textTranslation' value='-1.20908 -0.77960 -1.68220'/> |
3324 | <fieldValue name='textColor' value='0 0 0'/> |
3325 | </ProtoInstance> |
3326 | <ProtoInstance name='Vertex'> |
3327 | <fieldValue name='vertexText' value='"america"'/> |
3328 | <fieldValue name='description' value='18: america'/> |
3329 | <fieldValue name='url'/> |
3330 | <fieldValue name='radius' value='0.1500'/> |
3331 | <fieldValue name='displayMode'/> |
3332 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3333 | <fieldValue name='transparency' value='0'/> |
3334 | <fieldValue name='translation' value='0.73573 1.01048 2.20487'/> |
3335 | <fieldValue name='textTranslation' value='0.88573 1.01048 2.20487'/> |
3336 | <fieldValue name='textColor' value='0 0 0'/> |
3337 | </ProtoInstance> |
3338 | <ProtoInstance name='Vertex'> |
3339 | <fieldValue name='vertexText' value='"assess"'/> |
3340 | <fieldValue name='description' value='19: assess'/> |
3341 | <fieldValue name='url'/> |
3342 | <fieldValue name='radius' value='0.1500'/> |
3343 | <fieldValue name='displayMode'/> |
3344 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3345 | <fieldValue name='transparency' value='0'/> |
3346 | <fieldValue name='translation' value='-1.20993 -0.60358 2.20379'/> |
3347 | <fieldValue name='textTranslation' value='-1.05993 -0.60358 2.20379'/> |
3348 | <fieldValue name='textColor' value='0 0 0'/> |
3349 | </ProtoInstance> |
3350 | <ProtoInstance name='Vertex'> |
3351 | <fieldValue name='vertexText' value='"assessment"'/> |
3352 | <fieldValue name='description' value='20: assessment'/> |
3353 | <fieldValue name='url'/> |
3354 | <fieldValue name='radius' value='0.1500'/> |
3355 | <fieldValue name='displayMode'/> |
3356 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3357 | <fieldValue name='transparency' value='0'/> |
3358 | <fieldValue name='translation' value='-2.05554 1.44286 1.14794'/> |
3359 | <fieldValue name='textTranslation' value='-1.90554 1.44286 1.14794'/> |
3360 | <fieldValue name='textColor' value='0 0 0'/> |
3361 | </ProtoInstance> |
3362 | <ProtoInstance name='Vertex'> |
3363 | <fieldValue name='vertexText' value='"base"'/> |
3364 | <fieldValue name='description' value='21: base'/> |
3365 | <fieldValue name='url'/> |
3366 | <fieldValue name='radius' value='0.1500'/> |
3367 | <fieldValue name='displayMode'/> |
3368 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3369 | <fieldValue name='transparency' value='0'/> |
3370 | <fieldValue name='translation' value='-0.63669 1.73839 -0.34747'/> |
3371 | <fieldValue name='textTranslation' value='-0.48669 1.73839 -0.34747'/> |
3372 | <fieldValue name='textColor' value='0 0 0'/> |
3373 | </ProtoInstance> |
3374 | <ProtoInstance name='Vertex'> |
3375 | <fieldValue name='vertexText' value='"behalf"'/> |
3376 | <fieldValue name='description' value='22: behalf'/> |
3377 | <fieldValue name='url'/> |
3378 | <fieldValue name='radius' value='0.1500'/> |
3379 | <fieldValue name='displayMode'/> |
3380 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3381 | <fieldValue name='transparency' value='0'/> |
3382 | <fieldValue name='translation' value='-1.96978 -0.76626 2.22435'/> |
3383 | <fieldValue name='textTranslation' value='-1.81978 -0.76626 2.22435'/> |
3384 | <fieldValue name='textColor' value='0 0 0'/> |
3385 | </ProtoInstance> |
3386 | <ProtoInstance name='Vertex'> |
3387 | <fieldValue name='vertexText' value='"bill"'/> |
3388 | <fieldValue name='description' value='23: bill'/> |
3389 | <fieldValue name='url'/> |
3390 | <fieldValue name='radius' value='0.1500'/> |
3391 | <fieldValue name='displayMode'/> |
3392 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3393 | <fieldValue name='transparency' value='0'/> |
3394 | <fieldValue name='translation' value='2.22583 0.88235 -0.84644'/> |
3395 | <fieldValue name='textTranslation' value='2.37583 0.88235 -0.84644'/> |
3396 | <fieldValue name='textColor' value='0 0 0'/> |
3397 | </ProtoInstance> |
3398 | <ProtoInstance name='Vertex'> |
3399 | <fieldValue name='vertexText' value='"bless"'/> |
3400 | <fieldValue name='description' value='24: bless'/> |
3401 | <fieldValue name='url'/> |
3402 | <fieldValue name='radius' value='0.1500'/> |
3403 | <fieldValue name='displayMode'/> |
3404 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3405 | <fieldValue name='transparency' value='0'/> |
3406 | <fieldValue name='translation' value='0.57302 -2.74363 -0.93896'/> |
3407 | <fieldValue name='textTranslation' value='0.72302 -2.74363 -0.93896'/> |
3408 | <fieldValue name='textColor' value='0 0 0'/> |
3409 | </ProtoInstance> |
3410 | <ProtoInstance name='Vertex'> |
3411 | <fieldValue name='vertexText' value='"bring"'/> |
3412 | <fieldValue name='description' value='25: bring'/> |
3413 | <fieldValue name='url'/> |
3414 | <fieldValue name='radius' value='0.1500'/> |
3415 | <fieldValue name='displayMode'/> |
3416 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3417 | <fieldValue name='transparency' value='0'/> |
3418 | <fieldValue name='translation' value='2.22979 0.53172 -0.93645'/> |
3419 | <fieldValue name='textTranslation' value='2.37979 0.53172 -0.93645'/> |
3420 | <fieldValue name='textColor' value='0 0 0'/> |
3421 | </ProtoInstance> |
3422 | <ProtoInstance name='Vertex'> |
3423 | <fieldValue name='vertexText' value='"bryan"'/> |
3424 | <fieldValue name='description' value='26: bryan'/> |
3425 | <fieldValue name='url'/> |
3426 | <fieldValue name='radius' value='0.1500'/> |
3427 | <fieldValue name='displayMode'/> |
3428 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3429 | <fieldValue name='transparency' value='0'/> |
3430 | <fieldValue name='translation' value='-0.78187 2.60853 0.01503'/> |
3431 | <fieldValue name='textTranslation' value='-0.63187 2.60853 0.01503'/> |
3432 | <fieldValue name='textColor' value='0 0 0'/> |
3433 | </ProtoInstance> |
3434 | <ProtoInstance name='Vertex'> |
3435 | <fieldValue name='vertexText' value='"building"'/> |
3436 | <fieldValue name='description' value='27: building'/> |
3437 | <fieldValue name='url'/> |
3438 | <fieldValue name='radius' value='0.1500'/> |
3439 | <fieldValue name='displayMode'/> |
3440 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3441 | <fieldValue name='transparency' value='0'/> |
3442 | <fieldValue name='translation' value='-2.75102 1.43442 1.63710'/> |
3443 | <fieldValue name='textTranslation' value='-2.60102 1.43442 1.63710'/> |
3444 | <fieldValue name='textColor' value='0 0 0'/> |
3445 | </ProtoInstance> |
3446 | <ProtoInstance name='Vertex'> |
3447 | <fieldValue name='vertexText' value='"calls"'/> |
3448 | <fieldValue name='description' value='28: calls'/> |
3449 | <fieldValue name='url'/> |
3450 | <fieldValue name='radius' value='0.1500'/> |
3451 | <fieldValue name='displayMode'/> |
3452 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3453 | <fieldValue name='transparency' value='0'/> |
3454 | <fieldValue name='translation' value='2.21069 0.65577 0.22108'/> |
3455 | <fieldValue name='textTranslation' value='2.36069 0.65577 0.22108'/> |
3456 | <fieldValue name='textColor' value='0 0 0'/> |
3457 | </ProtoInstance> |
3458 | <ProtoInstance name='Vertex'> |
3459 | <fieldValue name='vertexText' value='"cargo"'/> |
3460 | <fieldValue name='description' value='29: cargo'/> |
3461 | <fieldValue name='url'/> |
3462 | <fieldValue name='radius' value='0.1500'/> |
3463 | <fieldValue name='displayMode'/> |
3464 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3465 | <fieldValue name='transparency' value='0'/> |
3466 | <fieldValue name='translation' value='-1.00183 -0.49109 -1.95941'/> |
3467 | <fieldValue name='textTranslation' value='-0.85183 -0.49109 -1.95941'/> |
3468 | <fieldValue name='textColor' value='0 0 0'/> |
3469 | </ProtoInstance> |
3470 | <ProtoInstance name='Vertex'> |
3471 | <fieldValue name='vertexText' value='"caribbean"'/> |
3472 | <fieldValue name='description' value='30: caribbean'/> |
3473 | <fieldValue name='url'/> |
3474 | <fieldValue name='radius' value='0.1500'/> |
3475 | <fieldValue name='displayMode'/> |
3476 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3477 | <fieldValue name='transparency' value='0'/> |
3478 | <fieldValue name='translation' value='0.79649 0.93739 2.22297'/> |
3479 | <fieldValue name='textTranslation' value='0.94649 0.93739 2.22297'/> |
3480 | <fieldValue name='textColor' value='0 0 0'/> |
3481 | </ProtoInstance> |
3482 | <ProtoInstance name='Vertex'> |
3483 | <fieldValue name='vertexText' value='"cases"'/> |
3484 | <fieldValue name='description' value='31: cases'/> |
3485 | <fieldValue name='url'/> |
3486 | <fieldValue name='radius' value='0.1500'/> |
3487 | <fieldValue name='displayMode'/> |
3488 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3489 | <fieldValue name='transparency' value='0'/> |
3490 | <fieldValue name='translation' value='2.52347 1.10333 0.08451'/> |
3491 | <fieldValue name='textTranslation' value='2.67347 1.10333 0.08451'/> |
3492 | <fieldValue name='textColor' value='0 0 0'/> |
3493 | </ProtoInstance> |
3494 | <ProtoInstance name='Vertex'> |
3495 | <fieldValue name='vertexText' value='"central"'/> |
3496 | <fieldValue name='description' value='32: central'/> |
3497 | <fieldValue name='url'/> |
3498 | <fieldValue name='radius' value='0.1500'/> |
3499 | <fieldValue name='displayMode'/> |
3500 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3501 | <fieldValue name='transparency' value='0'/> |
3502 | <fieldValue name='translation' value='0.71809 1.00081 2.27641'/> |
3503 | <fieldValue name='textTranslation' value='0.86809 1.00081 2.27641'/> |
3504 | <fieldValue name='textColor' value='0 0 0'/> |
3505 | </ProtoInstance> |
3506 | <ProtoInstance name='Vertex'> |
3507 | <fieldValue name='vertexText' value='"chief"'/> |
3508 | <fieldValue name='description' value='33: chief'/> |
3509 | <fieldValue name='url'/> |
3510 | <fieldValue name='radius' value='0.1500'/> |
3511 | <fieldValue name='displayMode'/> |
3512 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3513 | <fieldValue name='transparency' value='0'/> |
3514 | <fieldValue name='translation' value='1.36575 -0.54888 -0.29565'/> |
3515 | <fieldValue name='textTranslation' value='1.51575 -0.54888 -0.29565'/> |
3516 | <fieldValue name='textColor' value='0 0 0'/> |
3517 | </ProtoInstance> |
3518 | <ProtoInstance name='Vertex'> |
3519 | <fieldValue name='vertexText' value='"children"'/> |
3520 | <fieldValue name='description' value='34: children'/> |
3521 | <fieldValue name='url'/> |
3522 | <fieldValue name='radius' value='0.1500'/> |
3523 | <fieldValue name='displayMode'/> |
3524 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3525 | <fieldValue name='transparency' value='0'/> |
3526 | <fieldValue name='translation' value='-1.44738 -0.38155 2.17357'/> |
3527 | <fieldValue name='textTranslation' value='-1.29738 -0.38155 2.17357'/> |
3528 | <fieldValue name='textColor' value='0 0 0'/> |
3529 | </ProtoInstance> |
3530 | <ProtoInstance name='Vertex'> |
3531 | <fieldValue name='vertexText' value='"combatant"'/> |
3532 | <fieldValue name='description' value='35: combatant'/> |
3533 | <fieldValue name='url'/> |
3534 | <fieldValue name='radius' value='0.1500'/> |
3535 | <fieldValue name='displayMode'/> |
3536 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3537 | <fieldValue name='transparency' value='0'/> |
3538 | <fieldValue name='translation' value='0.39116 1.68777 1.82056'/> |
3539 | <fieldValue name='textTranslation' value='0.54116 1.68777 1.82056'/> |
3540 | <fieldValue name='textColor' value='0 0 0'/> |
3541 | </ProtoInstance> |
3542 | <ProtoInstance name='Vertex'> |
3543 | <fieldValue name='vertexText' value='"command"'/> |
3544 | <fieldValue name='description' value='36: command'/> |
3545 | <fieldValue name='url'/> |
3546 | <fieldValue name='radius' value='0.1500'/> |
3547 | <fieldValue name='displayMode'/> |
3548 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3549 | <fieldValue name='transparency' value='0'/> |
3550 | <fieldValue name='translation' value='0.71309 0.56735 2.35537'/> |
3551 | <fieldValue name='textTranslation' value='0.86309 0.56735 2.35537'/> |
3552 | <fieldValue name='textColor' value='0 0 0'/> |
3553 | </ProtoInstance> |
3554 | <ProtoInstance name='Vertex'> |
3555 | <fieldValue name='vertexText' value='"commander"'/> |
3556 | <fieldValue name='description' value='37: commander'/> |
3557 | <fieldValue name='url'/> |
3558 | <fieldValue name='radius' value='0.1500'/> |
3559 | <fieldValue name='displayMode'/> |
3560 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3561 | <fieldValue name='transparency' value='0'/> |
3562 | <fieldValue name='translation' value='1.51902 0.67690 1.78158'/> |
3563 | <fieldValue name='textTranslation' value='1.66902 0.67690 1.78158'/> |
3564 | <fieldValue name='textColor' value='0 0 0'/> |
3565 | </ProtoInstance> |
3566 | <ProtoInstance name='Vertex'> |
3567 | <fieldValue name='vertexText' value='"conditions"'/> |
3568 | <fieldValue name='description' value='38: conditions'/> |
3569 | <fieldValue name='url'/> |
3570 | <fieldValue name='radius' value='0.1500'/> |
3571 | <fieldValue name='displayMode'/> |
3572 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3573 | <fieldValue name='transparency' value='0'/> |
3574 | <fieldValue name='translation' value='-1.26336 -0.88403 1.96716'/> |
3575 | <fieldValue name='textTranslation' value='-1.11336 -0.88403 1.96716'/> |
3576 | <fieldValue name='textColor' value='0 0 0'/> |
3577 | </ProtoInstance> |
3578 | <ProtoInstance name='Vertex'> |
3579 | <fieldValue name='vertexText' value='"contact"'/> |
3580 | <fieldValue name='description' value='39: contact'/> |
3581 | <fieldValue name='url'/> |
3582 | <fieldValue name='radius' value='0.1500'/> |
3583 | <fieldValue name='displayMode'/> |
3584 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3585 | <fieldValue name='transparency' value='0'/> |
3586 | <fieldValue name='translation' value='-2.07333 -0.98818 1.70977'/> |
3587 | <fieldValue name='textTranslation' value='-1.92333 -0.98818 1.70977'/> |
3588 | <fieldValue name='textColor' value='0 0 0'/> |
3589 | </ProtoInstance> |
3590 | <ProtoInstance name='Vertex'> |
3591 | <fieldValue name='vertexText' value='"coordination"'/> |
3592 | <fieldValue name='description' value='40: coordination'/> |
3593 | <fieldValue name='url'/> |
3594 | <fieldValue name='radius' value='0.1500'/> |
3595 | <fieldValue name='displayMode'/> |
3596 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3597 | <fieldValue name='transparency' value='0'/> |
3598 | <fieldValue name='translation' value='-2.54959 1.60945 1.35344'/> |
3599 | <fieldValue name='textTranslation' value='-2.39959 1.60945 1.35344'/> |
3600 | <fieldValue name='textColor' value='0 0 0'/> |
3601 | </ProtoInstance> |
3602 | <ProtoInstance name='Vertex'> |
3603 | <fieldValue name='vertexText' value='"correspondent"'/> |
3604 | <fieldValue name='description' value='41: correspondent'/> |
3605 | <fieldValue name='url'/> |
3606 | <fieldValue name='radius' value='0.1500'/> |
3607 | <fieldValue name='displayMode'/> |
3608 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3609 | <fieldValue name='transparency' value='0'/> |
3610 | <fieldValue name='translation' value='2.36373 0.93106 -0.62172'/> |
3611 | <fieldValue name='textTranslation' value='2.51373 0.93106 -0.62172'/> |
3612 | <fieldValue name='textColor' value='0 0 0'/> |
3613 | </ProtoInstance> |
3614 | <ProtoInstance name='Vertex'> |
3615 | <fieldValue name='vertexText' value='"county"'/> |
3616 | <fieldValue name='description' value='42: county'/> |
3617 | <fieldValue name='url'/> |
3618 | <fieldValue name='radius' value='0.1500'/> |
3619 | <fieldValue name='displayMode'/> |
3620 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3621 | <fieldValue name='transparency' value='0'/> |
3622 | <fieldValue name='translation' value='-1.65136 -0.93155 -1.92094'/> |
3623 | <fieldValue name='textTranslation' value='-1.50136 -0.93155 -1.92094'/> |
3624 | <fieldValue name='textColor' value='0 0 0'/> |
3625 | </ProtoInstance> |
3626 | <ProtoInstance name='Vertex'> |
3627 | <fieldValue name='vertexText' value='"crew"'/> |
3628 | <fieldValue name='description' value='43: crew'/> |
3629 | <fieldValue name='url'/> |
3630 | <fieldValue name='radius' value='0.1500'/> |
3631 | <fieldValue name='displayMode'/> |
3632 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3633 | <fieldValue name='transparency' value='0'/> |
3634 | <fieldValue name='translation' value='-1.25699 -0.42326 -1.82744'/> |
3635 | <fieldValue name='textTranslation' value='-1.10699 -0.42326 -1.82744'/> |
3636 | <fieldValue name='textColor' value='0 0 0'/> |
3637 | </ProtoInstance> |
3638 | <ProtoInstance name='Vertex'> |
3639 | <fieldValue name='vertexText' value='"daily"'/> |
3640 | <fieldValue name='description' value='44: daily'/> |
3641 | <fieldValue name='url'/> |
3642 | <fieldValue name='radius' value='0.1500'/> |
3643 | <fieldValue name='displayMode'/> |
3644 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3645 | <fieldValue name='transparency' value='0'/> |
3646 | <fieldValue name='translation' value='-1.26593 -0.84960 -1.73359'/> |
3647 | <fieldValue name='textTranslation' value='-1.11593 -0.84960 -1.73359'/> |
3648 | <fieldValue name='textColor' value='0 0 0'/> |
3649 | </ProtoInstance> |
3650 | <ProtoInstance name='Vertex'> |
3651 | <fieldValue name='vertexText' value='"depart"'/> |
3652 | <fieldValue name='description' value='45: depart'/> |
3653 | <fieldValue name='url'/> |
3654 | <fieldValue name='radius' value='0.1500'/> |
3655 | <fieldValue name='displayMode'/> |
3656 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3657 | <fieldValue name='transparency' value='0'/> |
3658 | <fieldValue name='translation' value='-1.46360 -0.33905 -2.18300'/> |
3659 | <fieldValue name='textTranslation' value='-1.31360 -0.33905 -2.18300'/> |
3660 | <fieldValue name='textColor' value='0 0 0'/> |
3661 | </ProtoInstance> |
3662 | <ProtoInstance name='Vertex'> |
3663 | <fieldValue name='vertexText' value='"department"'/> |
3664 | <fieldValue name='description' value='46: department'/> |
3665 | <fieldValue name='url'/> |
3666 | <fieldValue name='radius' value='0.1500'/> |
3667 | <fieldValue name='displayMode'/> |
3668 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3669 | <fieldValue name='transparency' value='0'/> |
3670 | <fieldValue name='translation' value='2.03103 0.29851 -0.45048'/> |
3671 | <fieldValue name='textTranslation' value='2.18103 0.29851 -0.45048'/> |
3672 | <fieldValue name='textColor' value='0 0 0'/> |
3673 | </ProtoInstance> |
3674 | <ProtoInstance name='Vertex'> |
3675 | <fieldValue name='vertexText' value='"deployed"'/> |
3676 | <fieldValue name='description' value='47: deployed'/> |
3677 | <fieldValue name='url'/> |
3678 | <fieldValue name='radius' value='0.1500'/> |
3679 | <fieldValue name='displayMode'/> |
3680 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3681 | <fieldValue name='transparency' value='0'/> |
3682 | <fieldValue name='translation' value='-0.86445 1.60580 0.34074'/> |
3683 | <fieldValue name='textTranslation' value='-0.71445 1.60580 0.34074'/> |
3684 | <fieldValue name='textColor' value='0 0 0'/> |
3685 | </ProtoInstance> |
3686 | <ProtoInstance name='Vertex'> |
3687 | <fieldValue name='vertexText' value='"deploying"'/> |
3688 | <fieldValue name='description' value='48: deploying'/> |
3689 | <fieldValue name='url'/> |
3690 | <fieldValue name='radius' value='0.1500'/> |
3691 | <fieldValue name='displayMode'/> |
3692 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3693 | <fieldValue name='transparency' value='0'/> |
3694 | <fieldValue name='translation' value='-1.57602 -0.49669 -2.04794'/> |
3695 | <fieldValue name='textTranslation' value='-1.42602 -0.49669 -2.04794'/> |
3696 | <fieldValue name='textColor' value='0 0 0'/> |
3697 | </ProtoInstance> |
3698 | <ProtoInstance name='Vertex'> |
3699 | <fieldValue name='vertexText' value='"desperation"'/> |
3700 | <fieldValue name='description' value='49: desperation'/> |
3701 | <fieldValue name='url'/> |
3702 | <fieldValue name='radius' value='0.1500'/> |
3703 | <fieldValue name='displayMode'/> |
3704 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3705 | <fieldValue name='transparency' value='0'/> |
3706 | <fieldValue name='translation' value='2.74732 0.62177 0.51831'/> |
3707 | <fieldValue name='textTranslation' value='2.89732 0.62177 0.51831'/> |
3708 | <fieldValue name='textColor' value='0 0 0'/> |
3709 | </ProtoInstance> |
3710 | <ProtoInstance name='Vertex'> |
3711 | <fieldValue name='vertexText' value='"destruction"'/> |
3712 | <fieldValue name='description' value='50: destruction'/> |
3713 | <fieldValue name='url'/> |
3714 | <fieldValue name='radius' value='0.1500'/> |
3715 | <fieldValue name='displayMode'/> |
3716 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3717 | <fieldValue name='transparency' value='0'/> |
3718 | <fieldValue name='translation' value='2.27606 1.31847 -0.30653'/> |
3719 | <fieldValue name='textTranslation' value='2.42606 1.31847 -0.30653'/> |
3720 | <fieldValue name='textColor' value='0 0 0'/> |
3721 | </ProtoInstance> |
3722 | <ProtoInstance name='Vertex'> |
3723 | <fieldValue name='vertexText' value='"devastating"'/> |
3724 | <fieldValue name='description' value='51: devastating'/> |
3725 | <fieldValue name='url'/> |
3726 | <fieldValue name='radius' value='0.1500'/> |
3727 | <fieldValue name='displayMode'/> |
3728 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3729 | <fieldValue name='transparency' value='0'/> |
3730 | <fieldValue name='translation' value='2.31733 0.30227 0.24682'/> |
3731 | <fieldValue name='textTranslation' value='2.46733 0.30227 0.24682'/> |
3732 | <fieldValue name='textColor' value='0 0 0'/> |
3733 | </ProtoInstance> |
3734 | <ProtoInstance name='Vertex'> |
3735 | <fieldValue name='vertexText' value='"disaster"'/> |
3736 | <fieldValue name='description' value='52: disaster'/> |
3737 | <fieldValue name='url'/> |
3738 | <fieldValue name='radius' value='0.1500'/> |
3739 | <fieldValue name='displayMode'/> |
3740 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3741 | <fieldValue name='transparency' value='0'/> |
3742 | <fieldValue name='translation' value='-1.17057 1.55104 0.57843'/> |
3743 | <fieldValue name='textTranslation' value='-1.02057 1.55104 0.57843'/> |
3744 | <fieldValue name='textColor' value='0 0 0'/> |
3745 | </ProtoInstance> |
3746 | <ProtoInstance name='Vertex'> |
3747 | <fieldValue name='vertexText' value='"diverse"'/> |
3748 | <fieldValue name='description' value='53: diverse'/> |
3749 | <fieldValue name='url'/> |
3750 | <fieldValue name='radius' value='0.1500'/> |
3751 | <fieldValue name='displayMode'/> |
3752 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3753 | <fieldValue name='transparency' value='0'/> |
3754 | <fieldValue name='translation' value='0.06547 -2.09876 -1.39344'/> |
3755 | <fieldValue name='textTranslation' value='0.21547 -2.09876 -1.39344'/> |
3756 | <fieldValue name='textColor' value='0 0 0'/> |
3757 | </ProtoInstance> |
3758 | <ProtoInstance name='Vertex'> |
3759 | <fieldValue name='vertexText' value='"document"'/> |
3760 | <fieldValue name='description' value='54: document'/> |
3761 | <fieldValue name='url'/> |
3762 | <fieldValue name='radius' value='0.1500'/> |
3763 | <fieldValue name='displayMode'/> |
3764 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3765 | <fieldValue name='transparency' value='0'/> |
3766 | <fieldValue name='translation' value='-2.45963 0.74318 1.60710'/> |
3767 | <fieldValue name='textTranslation' value='-2.30963 0.74318 1.60710'/> |
3768 | <fieldValue name='textColor' value='0 0 0'/> |
3769 | </ProtoInstance> |
3770 | <ProtoInstance name='Vertex'> |
3771 | <fieldValue name='vertexText' value='"embassy"'/> |
3772 | <fieldValue name='description' value='55: embassy'/> |
3773 | <fieldValue name='url'/> |
3774 | <fieldValue name='radius' value='0.1500'/> |
3775 | <fieldValue name='displayMode'/> |
3776 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3777 | <fieldValue name='transparency' value='0'/> |
3778 | <fieldValue name='translation' value='-0.96153 -1.50553 1.15900'/> |
3779 | <fieldValue name='textTranslation' value='-0.81153 -1.50553 1.15900'/> |
3780 | <fieldValue name='textColor' value='0 0 0'/> |
3781 | </ProtoInstance> |
3782 | <ProtoInstance name='Vertex'> |
3783 | <fieldValue name='vertexText' value='"established"'/> |
3784 | <fieldValue name='description' value='56: established'/> |
3785 | <fieldValue name='url'/> |
3786 | <fieldValue name='radius' value='0.1500'/> |
3787 | <fieldValue name='displayMode'/> |
3788 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3789 | <fieldValue name='transparency' value='0'/> |
3790 | <fieldValue name='translation' value='-1.07283 -0.45659 -2.36813'/> |
3791 | <fieldValue name='textTranslation' value='-0.92283 -0.45659 -2.36813'/> |
3792 | <fieldValue name='textColor' value='0 0 0'/> |
3793 | </ProtoInstance> |
3794 | <ProtoInstance name='Vertex'> |
3795 | <fieldValue name='vertexText' value='"feeds"'/> |
3796 | <fieldValue name='description' value='57: feeds'/> |
3797 | <fieldValue name='url'/> |
3798 | <fieldValue name='radius' value='0.1500'/> |
3799 | <fieldValue name='displayMode'/> |
3800 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3801 | <fieldValue name='transparency' value='0'/> |
3802 | <fieldValue name='translation' value='1.04876 0.48453 1.81153'/> |
3803 | <fieldValue name='textTranslation' value='1.19876 0.48453 1.81153'/> |
3804 | <fieldValue name='textColor' value='0 0 0'/> |
3805 | </ProtoInstance> |
3806 | <ProtoInstance name='Vertex'> |
3807 | <fieldValue name='vertexText' value='"fire"'/> |
3808 | <fieldValue name='description' value='58: fire'/> |
3809 | <fieldValue name='url'/> |
3810 | <fieldValue name='radius' value='0.1500'/> |
3811 | <fieldValue name='displayMode'/> |
3812 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3813 | <fieldValue name='transparency' value='0'/> |
3814 | <fieldValue name='translation' value='-1.17006 -1.03199 2.65568'/> |
3815 | <fieldValue name='textTranslation' value='-1.02006 -1.03199 2.65568'/> |
3816 | <fieldValue name='textColor' value='0 0 0'/> |
3817 | </ProtoInstance> |
3818 | <ProtoInstance name='Vertex'> |
3819 | <fieldValue name='vertexText' value='"florida"'/> |
3820 | <fieldValue name='description' value='59: florida'/> |
3821 | <fieldValue name='url'/> |
3822 | <fieldValue name='radius' value='0.1500'/> |
3823 | <fieldValue name='displayMode'/> |
3824 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3825 | <fieldValue name='transparency' value='0'/> |
3826 | <fieldValue name='translation' value='0.35663 0.42936 2.27673'/> |
3827 | <fieldValue name='textTranslation' value='0.50663 0.42936 2.27673'/> |
3828 | <fieldValue name='textColor' value='0 0 0'/> |
3829 | </ProtoInstance> |
3830 | <ProtoInstance name='Vertex'> |
3831 | <fieldValue name='vertexText' value='"followers"'/> |
3832 | <fieldValue name='description' value='60: followers'/> |
3833 | <fieldValue name='url'/> |
3834 | <fieldValue name='radius' value='0.1500'/> |
3835 | <fieldValue name='displayMode'/> |
3836 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3837 | <fieldValue name='transparency' value='0'/> |
3838 | <fieldValue name='translation' value='0.86813 0.78696 2.30435'/> |
3839 | <fieldValue name='textTranslation' value='1.01813 0.78696 2.30435'/> |
3840 | <fieldValue name='textColor' value='0 0 0'/> |
3841 | </ProtoInstance> |
3842 | <ProtoInstance name='Vertex'> |
3843 | <fieldValue name='vertexText' value='"food"'/> |
3844 | <fieldValue name='description' value='61: food'/> |
3845 | <fieldValue name='url'/> |
3846 | <fieldValue name='radius' value='0.1500'/> |
3847 | <fieldValue name='displayMode'/> |
3848 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3849 | <fieldValue name='transparency' value='0'/> |
3850 | <fieldValue name='translation' value='1.49772 0.98077 -0.17225'/> |
3851 | <fieldValue name='textTranslation' value='1.64772 0.98077 -0.17225'/> |
3852 | <fieldValue name='textColor' value='0 0 0'/> |
3853 | </ProtoInstance> |
3854 | <ProtoInstance name='Vertex'> |
3855 | <fieldValue name='vertexText' value='"footer"'/> |
3856 | <fieldValue name='description' value='62: footer'/> |
3857 | <fieldValue name='url'/> |
3858 | <fieldValue name='radius' value='0.1500'/> |
3859 | <fieldValue name='displayMode'/> |
3860 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3861 | <fieldValue name='transparency' value='0'/> |
3862 | <fieldValue name='translation' value='-1.43708 -0.49819 2.74639'/> |
3863 | <fieldValue name='textTranslation' value='-1.28708 -0.49819 2.74639'/> |
3864 | <fieldValue name='textColor' value='0 0 0'/> |
3865 | </ProtoInstance> |
3866 | <ProtoInstance name='Vertex'> |
3867 | <fieldValue name='vertexText' value='"force"'/> |
3868 | <fieldValue name='description' value='63: force'/> |
3869 | <fieldValue name='url'/> |
3870 | <fieldValue name='radius' value='0.1500'/> |
3871 | <fieldValue name='displayMode'/> |
3872 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3873 | <fieldValue name='transparency' value='0'/> |
3874 | <fieldValue name='translation' value='0.52515 1.12309 -0.21946'/> |
3875 | <fieldValue name='textTranslation' value='0.67515 1.12309 -0.21946'/> |
3876 | <fieldValue name='textColor' value='0 0 0'/> |
3877 | </ProtoInstance> |
3878 | <ProtoInstance name='Vertex'> |
3879 | <fieldValue name='vertexText' value='"forces"'/> |
3880 | <fieldValue name='description' value='64: forces'/> |
3881 | <fieldValue name='url'/> |
3882 | <fieldValue name='radius' value='0.1500'/> |
3883 | <fieldValue name='displayMode'/> |
3884 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3885 | <fieldValue name='transparency' value='0'/> |
3886 | <fieldValue name='translation' value='0.54064 -2.30200 -0.82881'/> |
3887 | <fieldValue name='textTranslation' value='0.69064 -2.30200 -0.82881'/> |
3888 | <fieldValue name='textColor' value='0 0 0'/> |
3889 | </ProtoInstance> |
3890 | <ProtoInstance name='Vertex'> |
3891 | <fieldValue name='vertexText' value='"franks"'/> |
3892 | <fieldValue name='description' value='65: franks'/> |
3893 | <fieldValue name='url'/> |
3894 | <fieldValue name='radius' value='0.1500'/> |
3895 | <fieldValue name='displayMode'/> |
3896 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3897 | <fieldValue name='transparency' value='0'/> |
3898 | <fieldValue name='translation' value='-0.78187 2.60853 0.01503'/> |
3899 | <fieldValue name='textTranslation' value='-0.63187 2.60853 0.01503'/> |
3900 | <fieldValue name='textColor' value='0 0 0'/> |
3901 | </ProtoInstance> |
3902 | <ProtoInstance name='Vertex'> |
3903 | <fieldValue name='vertexText' value='"friend"'/> |
3904 | <fieldValue name='description' value='66: friend'/> |
3905 | <fieldValue name='url'/> |
3906 | <fieldValue name='radius' value='0.1500'/> |
3907 | <fieldValue name='displayMode'/> |
3908 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3909 | <fieldValue name='transparency' value='0'/> |
3910 | <fieldValue name='translation' value='-0.69405 2.42876 -0.50116'/> |
3911 | <fieldValue name='textTranslation' value='-0.54405 2.42876 -0.50116'/> |
3912 | <fieldValue name='textColor' value='0 0 0'/> |
3913 | </ProtoInstance> |
3914 | <ProtoInstance name='Vertex'> |
3915 | <fieldValue name='vertexText' value='"full"'/> |
3916 | <fieldValue name='description' value='67: full'/> |
3917 | <fieldValue name='url'/> |
3918 | <fieldValue name='radius' value='0.1500'/> |
3919 | <fieldValue name='displayMode'/> |
3920 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3921 | <fieldValue name='transparency' value='0'/> |
3922 | <fieldValue name='translation' value='-0.92423 2.41665 -0.34359'/> |
3923 | <fieldValue name='textTranslation' value='-0.77423 2.41665 -0.34359'/> |
3924 | <fieldValue name='textColor' value='0 0 0'/> |
3925 | </ProtoInstance> |
3926 | <ProtoInstance name='Vertex'> |
3927 | <fieldValue name='vertexText' value='"gary"'/> |
3928 | <fieldValue name='description' value='68: gary'/> |
3929 | <fieldValue name='url'/> |
3930 | <fieldValue name='radius' value='0.1500'/> |
3931 | <fieldValue name='displayMode'/> |
3932 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3933 | <fieldValue name='transparency' value='0'/> |
3934 | <fieldValue name='translation' value='0.78285 -2.57380 -1.07533'/> |
3935 | <fieldValue name='textTranslation' value='0.93285 -2.57380 -1.07533'/> |
3936 | <fieldValue name='textColor' value='0 0 0'/> |
3937 | </ProtoInstance> |
3938 | <ProtoInstance name='Vertex'> |
3939 | <fieldValue name='vertexText' value='"general"'/> |
3940 | <fieldValue name='description' value='69: general'/> |
3941 | <fieldValue name='url'/> |
3942 | <fieldValue name='radius' value='0.1500'/> |
3943 | <fieldValue name='displayMode'/> |
3944 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3945 | <fieldValue name='transparency' value='0'/> |
3946 | <fieldValue name='translation' value='2.56840 1.17852 0.34645'/> |
3947 | <fieldValue name='textTranslation' value='2.71840 1.17852 0.34645'/> |
3948 | <fieldValue name='textColor' value='0 0 0'/> |
3949 | </ProtoInstance> |
3950 | <ProtoInstance name='Vertex'> |
3951 | <fieldValue name='vertexText' value='"girl"'/> |
3952 | <fieldValue name='description' value='70: girl'/> |
3953 | <fieldValue name='url'/> |
3954 | <fieldValue name='radius' value='0.1500'/> |
3955 | <fieldValue name='displayMode'/> |
3956 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3957 | <fieldValue name='transparency' value='0'/> |
3958 | <fieldValue name='translation' value='-1.68357 -0.42911 1.67999'/> |
3959 | <fieldValue name='textTranslation' value='-1.53357 -0.42911 1.67999'/> |
3960 | <fieldValue name='textColor' value='0 0 0'/> |
3961 | </ProtoInstance> |
3962 | <ProtoInstance name='Vertex'> |
3963 | <fieldValue name='vertexText' value='"government"'/> |
3964 | <fieldValue name='description' value='71: government'/> |
3965 | <fieldValue name='url'/> |
3966 | <fieldValue name='radius' value='0.1500'/> |
3967 | <fieldValue name='displayMode'/> |
3968 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3969 | <fieldValue name='transparency' value='0'/> |
3970 | <fieldValue name='translation' value='-1.26229 -1.07943 1.72259'/> |
3971 | <fieldValue name='textTranslation' value='-1.11229 -1.07943 1.72259'/> |
3972 | <fieldValue name='textColor' value='0 0 0'/> |
3973 | </ProtoInstance> |
3974 | <ProtoInstance name='Vertex'> |
3975 | <fieldValue name='vertexText' value='"guides"'/> |
3976 | <fieldValue name='description' value='72: guides'/> |
3977 | <fieldValue name='url'/> |
3978 | <fieldValue name='radius' value='0.1500'/> |
3979 | <fieldValue name='displayMode'/> |
3980 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3981 | <fieldValue name='transparency' value='0'/> |
3982 | <fieldValue name='translation' value='-0.41249 2.66072 -0.11220'/> |
3983 | <fieldValue name='textTranslation' value='-0.26249 2.66072 -0.11220'/> |
3984 | <fieldValue name='textColor' value='0 0 0'/> |
3985 | </ProtoInstance> |
3986 | <ProtoInstance name='Vertex'> |
3987 | <fieldValue name='vertexText' value='"humanitarian"'/> |
3988 | <fieldValue name='description' value='73: humanitarian'/> |
3989 | <fieldValue name='url'/> |
3990 | <fieldValue name='radius' value='0.1500'/> |
3991 | <fieldValue name='displayMode'/> |
3992 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3993 | <fieldValue name='transparency' value='0'/> |
3994 | <fieldValue name='translation' value='-1.22281 -0.71438 2.13884'/> |
3995 | <fieldValue name='textTranslation' value='-1.07281 -0.71438 2.13884'/> |
3996 | <fieldValue name='textColor' value='0 0 0'/> |
3997 | </ProtoInstance> |
3998 | <ProtoInstance name='Vertex'> |
3999 | <fieldValue name='vertexText' value='"images"'/> |
4000 | <fieldValue name='description' value='74: images'/> |
4001 | <fieldValue name='url'/> |
4002 | <fieldValue name='radius' value='0.1500'/> |
4003 | <fieldValue name='displayMode'/> |
4004 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4005 | <fieldValue name='transparency' value='0'/> |
4006 | <fieldValue name='translation' value='-2.45614 1.20890 1.51052'/> |
4007 | <fieldValue name='textTranslation' value='-2.30614 1.20890 1.51052'/> |
4008 | <fieldValue name='textColor' value='0 0 0'/> |
4009 | </ProtoInstance> |
4010 | <ProtoInstance name='Vertex'> |
4011 | <fieldValue name='vertexText' value='"individuals"'/> |
4012 | <fieldValue name='description' value='75: individuals'/> |
4013 | <fieldValue name='url'/> |
4014 | <fieldValue name='radius' value='0.1500'/> |
4015 | <fieldValue name='displayMode'/> |
4016 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4017 | <fieldValue name='transparency' value='0'/> |
4018 | <fieldValue name='translation' value='-1.65662 -0.00362 1.63429'/> |
4019 | <fieldValue name='textTranslation' value='-1.50662 -0.00362 1.63429'/> |
4020 | <fieldValue name='textColor' value='0 0 0'/> |
4021 | </ProtoInstance> |
4022 | <ProtoInstance name='Vertex'> |
4023 | <fieldValue name='vertexText' value='"international"'/> |
4024 | <fieldValue name='description' value='76: international'/> |
4025 | <fieldValue name='url'/> |
4026 | <fieldValue name='radius' value='0.1500'/> |
4027 | <fieldValue name='displayMode'/> |
4028 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4029 | <fieldValue name='transparency' value='0'/> |
4030 | <fieldValue name='translation' value='-1.05356 -0.73572 -2.34977'/> |
4031 | <fieldValue name='textTranslation' value='-0.90356 -0.73572 -2.34977'/> |
4032 | <fieldValue name='textColor' value='0 0 0'/> |
4033 | </ProtoInstance> |
4034 | <ProtoInstance name='Vertex'> |
4035 | <fieldValue name='vertexText' value='"jobs"'/> |
4036 | <fieldValue name='description' value='77: jobs'/> |
4037 | <fieldValue name='url'/> |
4038 | <fieldValue name='radius' value='0.1500'/> |
4039 | <fieldValue name='displayMode'/> |
4040 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4041 | <fieldValue name='transparency' value='0'/> |
4042 | <fieldValue name='translation' value='-0.98508 -1.39554 2.30315'/> |
4043 | <fieldValue name='textTranslation' value='-0.83508 -1.39554 2.30315'/> |
4044 | <fieldValue name='textColor' value='0 0 0'/> |
4045 | </ProtoInstance> |
4046 | <ProtoInstance name='Vertex'> |
4047 | <fieldValue name='vertexText' value='"john"'/> |
4048 | <fieldValue name='description' value='78: john'/> |
4049 | <fieldValue name='url'/> |
4050 | <fieldValue name='radius' value='0.1500'/> |
4051 | <fieldValue name='displayMode'/> |
4052 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4053 | <fieldValue name='transparency' value='0'/> |
4054 | <fieldValue name='translation' value='2.52344 1.10337 0.08456'/> |
4055 | <fieldValue name='textTranslation' value='2.67344 1.10337 0.08456'/> |
4056 | <fieldValue name='textColor' value='0 0 0'/> |
4057 | </ProtoInstance> |
4058 | <ProtoInstance name='Vertex'> |
4059 | <fieldValue name='vertexText' value='"join"'/> |
4060 | <fieldValue name='description' value='79: join'/> |
4061 | <fieldValue name='url'/> |
4062 | <fieldValue name='radius' value='0.1500'/> |
4063 | <fieldValue name='displayMode'/> |
4064 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4065 | <fieldValue name='transparency' value='0'/> |
4066 | <fieldValue name='translation' value='-0.68830 2.03651 0.05240'/> |
4067 | <fieldValue name='textTranslation' value='-0.53830 2.03651 0.05240'/> |
4068 | <fieldValue name='textColor' value='0 0 0'/> |
4069 | </ProtoInstance> |
4070 | <ProtoInstance name='Vertex'> |
4071 | <fieldValue name='vertexText' value='"joint"'/> |
4072 | <fieldValue name='description' value='80: joint'/> |
4073 | <fieldValue name='url'/> |
4074 | <fieldValue name='radius' value='0.1500'/> |
4075 | <fieldValue name='displayMode'/> |
4076 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4077 | <fieldValue name='transparency' value='0'/> |
4078 | <fieldValue name='translation' value='-0.38525 1.72619 0.12150'/> |
4079 | <fieldValue name='textTranslation' value='-0.23525 1.72619 0.12150'/> |
4080 | <fieldValue name='textColor' value='0 0 0'/> |
4081 | </ProtoInstance> |
4082 | <ProtoInstance name='Vertex'> |
4083 | <fieldValue name='vertexText' value='"keen"'/> |
4084 | <fieldValue name='description' value='81: keen'/> |
4085 | <fieldValue name='url'/> |
4086 | <fieldValue name='radius' value='0.1500'/> |
4087 | <fieldValue name='displayMode'/> |
4088 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4089 | <fieldValue name='transparency' value='0'/> |
4090 | <fieldValue name='translation' value='1.30907 0.51992 0.90226'/> |
4091 | <fieldValue name='textTranslation' value='1.45907 0.51992 0.90226'/> |
4092 | <fieldValue name='textColor' value='0 0 0'/> |
4093 | </ProtoInstance> |
4094 | <ProtoInstance name='Vertex'> |
4095 | <fieldValue name='vertexText' value='"kinds"'/> |
4096 | <fieldValue name='description' value='82: kinds'/> |
4097 | <fieldValue name='url'/> |
4098 | <fieldValue name='radius' value='0.1500'/> |
4099 | <fieldValue name='displayMode'/> |
4100 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4101 | <fieldValue name='transparency' value='0'/> |
4102 | <fieldValue name='translation' value='-1.56770 -0.85371 1.49277'/> |
4103 | <fieldValue name='textTranslation' value='-1.41770 -0.85371 1.49277'/> |
4104 | <fieldValue name='textColor' value='0 0 0'/> |
4105 | </ProtoInstance> |
4106 | <ProtoInstance name='Vertex'> |
4107 | <fieldValue name='vertexText' value='"king"'/> |
4108 | <fieldValue name='description' value='83: king'/> |
4109 | <fieldValue name='url'/> |
4110 | <fieldValue name='radius' value='0.1500'/> |
4111 | <fieldValue name='displayMode'/> |
4112 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4113 | <fieldValue name='transparency' value='0'/> |
4114 | <fieldValue name='translation' value='2.08260 0.70592 0.11467'/> |
4115 | <fieldValue name='textTranslation' value='2.23260 0.70592 0.11467'/> |
4116 | <fieldValue name='textColor' value='0 0 0'/> |
4117 | </ProtoInstance> |
4118 | <ProtoInstance name='Vertex'> |
4119 | <fieldValue name='vertexText' value='"la"'/> |
4120 | <fieldValue name='description' value='84: la'/> |
4121 | <fieldValue name='url'/> |
4122 | <fieldValue name='radius' value='0.1500'/> |
4123 | <fieldValue name='displayMode'/> |
4124 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4125 | <fieldValue name='transparency' value='0'/> |
4126 | <fieldValue name='translation' value='-1.17006 -1.03199 2.65568'/> |
4127 | <fieldValue name='textTranslation' value='-1.02006 -1.03199 2.65568'/> |
4128 | <fieldValue name='textColor' value='0 0 0'/> |
4129 | </ProtoInstance> |
4130 | <ProtoInstance name='Vertex'> |
4131 | <fieldValue name='vertexText' value='"latest"'/> |
4132 | <fieldValue name='description' value='85: latest'/> |
4133 | <fieldValue name='url'/> |
4134 | <fieldValue name='radius' value='0.1500'/> |
4135 | <fieldValue name='displayMode'/> |
4136 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4137 | <fieldValue name='transparency' value='0'/> |
4138 | <fieldValue name='translation' value='2.69864 0.59941 -0.34716'/> |
4139 | <fieldValue name='textTranslation' value='2.84864 0.59941 -0.34716'/> |
4140 | <fieldValue name='textColor' value='0 0 0'/> |
4141 | </ProtoInstance> |
4142 | <ProtoInstance name='Vertex'> |
4143 | <fieldValue name='vertexText' value='"leading"'/> |
4144 | <fieldValue name='description' value='86: leading'/> |
4145 | <fieldValue name='url'/> |
4146 | <fieldValue name='radius' value='0.1500'/> |
4147 | <fieldValue name='displayMode'/> |
4148 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4149 | <fieldValue name='transparency' value='0'/> |
4150 | <fieldValue name='translation' value='2.13756 0.58368 1.02520'/> |
4151 | <fieldValue name='textTranslation' value='2.28756 0.58368 1.02520'/> |
4152 | <fieldValue name='textColor' value='0 0 0'/> |
4153 | </ProtoInstance> |
4154 | <ProtoInstance name='Vertex'> |
4155 | <fieldValue name='vertexText' value='"lieutenant"'/> |
4156 | <fieldValue name='description' value='87: lieutenant'/> |
4157 | <fieldValue name='url'/> |
4158 | <fieldValue name='radius' value='0.1500'/> |
4159 | <fieldValue name='displayMode'/> |
4160 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4161 | <fieldValue name='transparency' value='0'/> |
4162 | <fieldValue name='translation' value='2.68890 0.00463 0.58367'/> |
4163 | <fieldValue name='textTranslation' value='2.83890 0.00463 0.58367'/> |
4164 | <fieldValue name='textColor' value='0 0 0'/> |
4165 | </ProtoInstance> |
4166 | <ProtoInstance name='Vertex'> |
4167 | <fieldValue name='vertexText' value='"light"'/> |
4168 | <fieldValue name='description' value='88: light'/> |
4169 | <fieldValue name='url'/> |
4170 | <fieldValue name='radius' value='0.1500'/> |
4171 | <fieldValue name='displayMode'/> |
4172 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4173 | <fieldValue name='transparency' value='0'/> |
4174 | <fieldValue name='translation' value='-0.99423 -0.55365 -1.91673'/> |
4175 | <fieldValue name='textTranslation' value='-0.84423 -0.55365 -1.91673'/> |
4176 | <fieldValue name='textColor' value='0 0 0'/> |
4177 | </ProtoInstance> |
4178 | <ProtoInstance name='Vertex'> |
4179 | <fieldValue name='vertexText' value='"list"'/> |
4180 | <fieldValue name='description' value='89: list'/> |
4181 | <fieldValue name='url'/> |
4182 | <fieldValue name='radius' value='0.1500'/> |
4183 | <fieldValue name='displayMode'/> |
4184 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4185 | <fieldValue name='transparency' value='0'/> |
4186 | <fieldValue name='translation' value='1.05184 0.80254 2.69652'/> |
4187 | <fieldValue name='textTranslation' value='1.20184 0.80254 2.69652'/> |
4188 | <fieldValue name='textColor' value='0 0 0'/> |
4189 | </ProtoInstance> |
4190 | <ProtoInstance name='Vertex'> |
4191 | <fieldValue name='vertexText' value='"location"'/> |
4192 | <fieldValue name='description' value='90: location'/> |
4193 | <fieldValue name='url'/> |
4194 | <fieldValue name='radius' value='0.1500'/> |
4195 | <fieldValue name='displayMode'/> |
4196 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4197 | <fieldValue name='transparency' value='0'/> |
4198 | <fieldValue name='translation' value='0.83218 0.58862 2.31782'/> |
4199 | <fieldValue name='textTranslation' value='0.98218 0.58862 2.31782'/> |
4200 | <fieldValue name='textColor' value='0 0 0'/> |
4201 | </ProtoInstance> |
4202 | <ProtoInstance name='Vertex'> |
4203 | <fieldValue name='vertexText' value='"manager"'/> |
4204 | <fieldValue name='description' value='91: manager'/> |
4205 | <fieldValue name='url'/> |
4206 | <fieldValue name='radius' value='0.1500'/> |
4207 | <fieldValue name='displayMode'/> |
4208 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4209 | <fieldValue name='transparency' value='0'/> |
4210 | <fieldValue name='translation' value='-0.41249 2.66072 -0.11220'/> |
4211 | <fieldValue name='textTranslation' value='-0.26249 2.66072 -0.11220'/> |
4212 | <fieldValue name='textColor' value='0 0 0'/> |
4213 | </ProtoInstance> |
4214 | <ProtoInstance name='Vertex'> |
4215 | <fieldValue name='vertexText' value='"marines"'/> |
4216 | <fieldValue name='description' value='92: marines'/> |
4217 | <fieldValue name='url'/> |
4218 | <fieldValue name='radius' value='0.1500'/> |
4219 | <fieldValue name='displayMode'/> |
4220 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4221 | <fieldValue name='transparency' value='0'/> |
4222 | <fieldValue name='translation' value='0.57302 -2.74363 -0.93896'/> |
4223 | <fieldValue name='textTranslation' value='0.72302 -2.74363 -0.93896'/> |
4224 | <fieldValue name='textColor' value='0 0 0'/> |
4225 | </ProtoInstance> |
4226 | <ProtoInstance name='Vertex'> |
4227 | <fieldValue name='vertexText' value='"medical"'/> |
4228 | <fieldValue name='description' value='93: medical'/> |
4229 | <fieldValue name='url'/> |
4230 | <fieldValue name='radius' value='0.1500'/> |
4231 | <fieldValue name='displayMode'/> |
4232 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4233 | <fieldValue name='transparency' value='0'/> |
4234 | <fieldValue name='translation' value='0.55446 0.94885 0.18392'/> |
4235 | <fieldValue name='textTranslation' value='0.70446 0.94885 0.18392'/> |
4236 | <fieldValue name='textColor' value='0 0 0'/> |
4237 | </ProtoInstance> |
4238 | <ProtoInstance name='Vertex'> |
4239 | <fieldValue name='vertexText' value='"meet"'/> |
4240 | <fieldValue name='description' value='94: meet'/> |
4241 | <fieldValue name='url'/> |
4242 | <fieldValue name='radius' value='0.1500'/> |
4243 | <fieldValue name='displayMode'/> |
4244 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4245 | <fieldValue name='transparency' value='0'/> |
4246 | <fieldValue name='translation' value='-1.28528 -0.99607 1.76898'/> |
4247 | <fieldValue name='textTranslation' value='-1.13528 -0.99607 1.76898'/> |
4248 | <fieldValue name='textColor' value='0 0 0'/> |
4249 | </ProtoInstance> |
4250 | <ProtoInstance name='Vertex'> |
4251 | <fieldValue name='vertexText' value='"men"'/> |
4252 | <fieldValue name='description' value='95: men'/> |
4253 | <fieldValue name='url'/> |
4254 | <fieldValue name='radius' value='0.1500'/> |
4255 | <fieldValue name='displayMode'/> |
4256 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4257 | <fieldValue name='transparency' value='0'/> |
4258 | <fieldValue name='translation' value='2.57589 -0.29638 0.20077'/> |
4259 | <fieldValue name='textTranslation' value='2.72589 -0.29638 0.20077'/> |
4260 | <fieldValue name='textColor' value='0 0 0'/> |
4261 | </ProtoInstance> |
4262 | <ProtoInstance name='Vertex'> |
4263 | <fieldValue name='vertexText' value='"miami"'/> |
4264 | <fieldValue name='description' value='96: miami'/> |
4265 | <fieldValue name='url'/> |
4266 | <fieldValue name='radius' value='0.1500'/> |
4267 | <fieldValue name='displayMode'/> |
4268 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4269 | <fieldValue name='transparency' value='0'/> |
4270 | <fieldValue name='translation' value='0.71312 0.56730 2.35536'/> |
4271 | <fieldValue name='textTranslation' value='0.86312 0.56730 2.35536'/> |
4272 | <fieldValue name='textColor' value='0 0 0'/> |
4273 | </ProtoInstance> |
4274 | <ProtoInstance name='Vertex'> |
4275 | <fieldValue name='vertexText' value='"mission"'/> |
4276 | <fieldValue name='description' value='97: mission'/> |
4277 | <fieldValue name='url'/> |
4278 | <fieldValue name='radius' value='0.1500'/> |
4279 | <fieldValue name='displayMode'/> |
4280 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4281 | <fieldValue name='transparency' value='0'/> |
4282 | <fieldValue name='translation' value='-0.47684 2.49568 -0.47652'/> |
4283 | <fieldValue name='textTranslation' value='-0.32684 2.49568 -0.47652'/> |
4284 | <fieldValue name='textColor' value='0 0 0'/> |
4285 | </ProtoInstance> |
4286 | <ProtoInstance name='Vertex'> |
4287 | <fieldValue name='vertexText' value='"morning"'/> |
4288 | <fieldValue name='description' value='98: morning'/> |
4289 | <fieldValue name='url'/> |
4290 | <fieldValue name='radius' value='0.1500'/> |
4291 | <fieldValue name='displayMode'/> |
4292 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4293 | <fieldValue name='transparency' value='0'/> |
4294 | <fieldValue name='translation' value='-0.25213 0.06383 0.78780'/> |
4295 | <fieldValue name='textTranslation' value='-0.10213 0.06383 0.78780'/> |
4296 | <fieldValue name='textColor' value='0 0 0'/> |
4297 | </ProtoInstance> |
4298 | <ProtoInstance name='Vertex'> |
4299 | <fieldValue name='vertexText' value='"moving"'/> |
4300 | <fieldValue name='description' value='99: moving'/> |
4301 | <fieldValue name='url'/> |
4302 | <fieldValue name='radius' value='0.1500'/> |
4303 | <fieldValue name='displayMode'/> |
4304 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4305 | <fieldValue name='transparency' value='0'/> |
4306 | <fieldValue name='translation' value='0.54064 -2.30200 -0.82881'/> |
4307 | <fieldValue name='textTranslation' value='0.69064 -2.30200 -0.82881'/> |
4308 | <fieldValue name='textColor' value='0 0 0'/> |
4309 | </ProtoInstance> |
4310 | <ProtoInstance name='Vertex'> |
4311 | <fieldValue name='vertexText' value='"naval"'/> |
4312 | <fieldValue name='description' value='100: naval'/> |
4313 | <fieldValue name='url'/> |
4314 | <fieldValue name='radius' value='0.1500'/> |
4315 | <fieldValue name='displayMode'/> |
4316 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4317 | <fieldValue name='transparency' value='0'/> |
4318 | <fieldValue name='translation' value='0.99495 -1.63498 -0.71773'/> |
4319 | <fieldValue name='textTranslation' value='1.14495 -1.63498 -0.71773'/> |
4320 | <fieldValue name='textColor' value='0 0 0'/> |
4321 | </ProtoInstance> |
4322 | <ProtoInstance name='Vertex'> |
4323 | <fieldValue name='vertexText' value='"news"'/> |
4324 | <fieldValue name='description' value='101: news'/> |
4325 | <fieldValue name='url'/> |
4326 | <fieldValue name='radius' value='0.1500'/> |
4327 | <fieldValue name='displayMode'/> |
4328 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4329 | <fieldValue name='transparency' value='0'/> |
4330 | <fieldValue name='translation' value='0.80774 0.24650 0.84335'/> |
4331 | <fieldValue name='textTranslation' value='0.95774 0.24650 0.84335'/> |
4332 | <fieldValue name='textColor' value='0 0 0'/> |
4333 | </ProtoInstance> |
4334 | <ProtoInstance name='Vertex'> |
4335 | <fieldValue name='vertexText' value='"official"'/> |
4336 | <fieldValue name='description' value='102: official'/> |
4337 | <fieldValue name='url'/> |
4338 | <fieldValue name='radius' value='0.1500'/> |
4339 | <fieldValue name='displayMode'/> |
4340 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4341 | <fieldValue name='transparency' value='0'/> |
4342 | <fieldValue name='translation' value='2.28819 0.24098 -0.82224'/> |
4343 | <fieldValue name='textTranslation' value='2.43819 0.24098 -0.82224'/> |
4344 | <fieldValue name='textColor' value='0 0 0'/> |
4345 | </ProtoInstance> |
4346 | <ProtoInstance name='Vertex'> |
4347 | <fieldValue name='vertexText' value='"officials"'/> |
4348 | <fieldValue name='description' value='103: officials'/> |
4349 | <fieldValue name='url'/> |
4350 | <fieldValue name='radius' value='0.1500'/> |
4351 | <fieldValue name='displayMode'/> |
4352 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4353 | <fieldValue name='transparency' value='0'/> |
4354 | <fieldValue name='translation' value='-1.36619 -1.54447 1.84417'/> |
4355 | <fieldValue name='textTranslation' value='-1.21619 -1.54447 1.84417'/> |
4356 | <fieldValue name='textColor' value='0 0 0'/> |
4357 | </ProtoInstance> |
4358 | <ProtoInstance name='Vertex'> |
4359 | <fieldValue name='vertexText' value='"operation"'/> |
4360 | <fieldValue name='description' value='104: operation'/> |
4361 | <fieldValue name='url'/> |
4362 | <fieldValue name='radius' value='0.1500'/> |
4363 | <fieldValue name='displayMode'/> |
4364 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4365 | <fieldValue name='transparency' value='0'/> |
4366 | <fieldValue name='translation' value='-0.16261 2.27610 0.78862'/> |
4367 | <fieldValue name='textTranslation' value='-0.01261 2.27610 0.78862'/> |
4368 | <fieldValue name='textColor' value='0 0 0'/> |
4369 | </ProtoInstance> |
4370 | <ProtoInstance name='Vertex'> |
4371 | <fieldValue name='vertexText' value='"operations"'/> |
4372 | <fieldValue name='description' value='105: operations'/> |
4373 | <fieldValue name='url'/> |
4374 | <fieldValue name='radius' value='0.1500'/> |
4375 | <fieldValue name='displayMode'/> |
4376 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4377 | <fieldValue name='transparency' value='0'/> |
4378 | <fieldValue name='translation' value='0.75148 -2.17999 -0.88796'/> |
4379 | <fieldValue name='textTranslation' value='0.90148 -2.17999 -0.88796'/> |
4380 | <fieldValue name='textColor' value='0 0 0'/> |
4381 | </ProtoInstance> |
4382 | <ProtoInstance name='Vertex'> |
4383 | <fieldValue name='vertexText' value='"part"'/> |
4384 | <fieldValue name='description' value='106: part'/> |
4385 | <fieldValue name='url'/> |
4386 | <fieldValue name='radius' value='0.1500'/> |
4387 | <fieldValue name='displayMode'/> |
4388 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4389 | <fieldValue name='transparency' value='0'/> |
4390 | <fieldValue name='translation' value='0.26290 -1.69038 -0.14816'/> |
4391 | <fieldValue name='textTranslation' value='0.41290 -1.69038 -0.14816'/> |
4392 | <fieldValue name='textColor' value='0 0 0'/> |
4393 | </ProtoInstance> |
4394 | <ProtoInstance name='Vertex'> |
4395 | <fieldValue name='vertexText' value='"peering"'/> |
4396 | <fieldValue name='description' value='107: peering'/> |
4397 | <fieldValue name='url'/> |
4398 | <fieldValue name='radius' value='0.1500'/> |
4399 | <fieldValue name='displayMode'/> |
4400 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4401 | <fieldValue name='transparency' value='0'/> |
4402 | <fieldValue name='translation' value='-2.65493 0.83752 1.90390'/> |
4403 | <fieldValue name='textTranslation' value='-2.50493 0.83752 1.90390'/> |
4404 | <fieldValue name='textColor' value='0 0 0'/> |
4405 | </ProtoInstance> |
4406 | <ProtoInstance name='Vertex'> |
4407 | <fieldValue name='vertexText' value='"people"'/> |
4408 | <fieldValue name='description' value='108: people'/> |
4409 | <fieldValue name='url'/> |
4410 | <fieldValue name='radius' value='0.1500'/> |
4411 | <fieldValue name='displayMode'/> |
4412 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4413 | <fieldValue name='transparency' value='0'/> |
4414 | <fieldValue name='translation' value='-1.54123 -0.25718 1.96444'/> |
4415 | <fieldValue name='textTranslation' value='-1.39123 -0.25718 1.96444'/> |
4416 | <fieldValue name='textColor' value='0 0 0'/> |
4417 | </ProtoInstance> |
4418 | <ProtoInstance name='Vertex'> |
4419 | <fieldValue name='vertexText' value='"personnel"'/> |
4420 | <fieldValue name='description' value='109: personnel'/> |
4421 | <fieldValue name='url'/> |
4422 | <fieldValue name='radius' value='0.1500'/> |
4423 | <fieldValue name='displayMode'/> |
4424 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4425 | <fieldValue name='transparency' value='0'/> |
4426 | <fieldValue name='translation' value='-0.98705 -0.62985 -1.95103'/> |
4427 | <fieldValue name='textTranslation' value='-0.83705 -0.62985 -1.95103'/> |
4428 | <fieldValue name='textColor' value='0 0 0'/> |
4429 | </ProtoInstance> |
4430 | <ProtoInstance name='Vertex'> |
4431 | <fieldValue name='vertexText' value='"photographs"'/> |
4432 | <fieldValue name='description' value='110: photographs'/> |
4433 | <fieldValue name='url'/> |
4434 | <fieldValue name='radius' value='0.1500'/> |
4435 | <fieldValue name='displayMode'/> |
4436 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4437 | <fieldValue name='transparency' value='0'/> |
4438 | <fieldValue name='translation' value='-1.70823 1.27187 1.02061'/> |
4439 | <fieldValue name='textTranslation' value='-1.55823 1.27187 1.02061'/> |
4440 | <fieldValue name='textColor' value='0 0 0'/> |
4441 | </ProtoInstance> |
4442 | <ProtoInstance name='Vertex'> |
4443 | <fieldValue name='vertexText' value='"photos"'/> |
4444 | <fieldValue name='description' value='111: photos'/> |
4445 | <fieldValue name='url'/> |
4446 | <fieldValue name='radius' value='0.1500'/> |
4447 | <fieldValue name='displayMode'/> |
4448 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4449 | <fieldValue name='transparency' value='0'/> |
4450 | <fieldValue name='translation' value='-2.10823 0.33056 1.84370'/> |
4451 | <fieldValue name='textTranslation' value='-1.95823 0.33056 1.84370'/> |
4452 | <fieldValue name='textColor' value='0 0 0'/> |
4453 | </ProtoInstance> |
4454 | <ProtoInstance name='Vertex'> |
4455 | <fieldValue name='vertexText' value='"point"'/> |
4456 | <fieldValue name='description' value='112: point'/> |
4457 | <fieldValue name='url'/> |
4458 | <fieldValue name='radius' value='0.1500'/> |
4459 | <fieldValue name='displayMode'/> |
4460 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4461 | <fieldValue name='transparency' value='0'/> |
4462 | <fieldValue name='translation' value='2.23369 -0.03293 0.17843'/> |
4463 | <fieldValue name='textTranslation' value='2.38369 -0.03293 0.17843'/> |
4464 | <fieldValue name='textColor' value='0 0 0'/> |
4465 | </ProtoInstance> |
4466 | <ProtoInstance name='Vertex'> |
4467 | <fieldValue name='vertexText' value='"president"'/> |
4468 | <fieldValue name='description' value='113: president'/> |
4469 | <fieldValue name='url'/> |
4470 | <fieldValue name='radius' value='0.1500'/> |
4471 | <fieldValue name='displayMode'/> |
4472 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4473 | <fieldValue name='transparency' value='0'/> |
4474 | <fieldValue name='translation' value='1.95388 0.98894 -0.15023'/> |
4475 | <fieldValue name='textTranslation' value='2.10388 0.98894 -0.15023'/> |
4476 | <fieldValue name='textColor' value='0 0 0'/> |
4477 | </ProtoInstance> |
4478 | <ProtoInstance name='Vertex'> |
4479 | <fieldValue name='vertexText' value='"presidents"'/> |
4480 | <fieldValue name='description' value='114: presidents'/> |
4481 | <fieldValue name='url'/> |
4482 | <fieldValue name='radius' value='0.1500'/> |
4483 | <fieldValue name='displayMode'/> |
4484 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4485 | <fieldValue name='transparency' value='0'/> |
4486 | <fieldValue name='translation' value='2.01185 0.47047 0.14042'/> |
4487 | <fieldValue name='textTranslation' value='2.16185 0.47047 0.14042'/> |
4488 | <fieldValue name='textColor' value='0 0 0'/> |
4489 | </ProtoInstance> |
4490 | <ProtoInstance name='Vertex'> |
4491 | <fieldValue name='vertexText' value='"proud"'/> |
4492 | <fieldValue name='description' value='115: proud'/> |
4493 | <fieldValue name='url'/> |
4494 | <fieldValue name='radius' value='0.1500'/> |
4495 | <fieldValue name='displayMode'/> |
4496 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4497 | <fieldValue name='transparency' value='0'/> |
4498 | <fieldValue name='translation' value='-0.49303 -1.09094 0.73991'/> |
4499 | <fieldValue name='textTranslation' value='-0.34303 -1.09094 0.73991'/> |
4500 | <fieldValue name='textColor' value='0 0 0'/> |
4501 | </ProtoInstance> |
4502 | <ProtoInstance name='Vertex'> |
4503 | <fieldValue name='vertexText' value='"reconcile"'/> |
4504 | <fieldValue name='description' value='116: reconcile'/> |
4505 | <fieldValue name='url'/> |
4506 | <fieldValue name='radius' value='0.1500'/> |
4507 | <fieldValue name='displayMode'/> |
4508 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4509 | <fieldValue name='transparency' value='0'/> |
4510 | <fieldValue name='translation' value='-1.89844 -1.18539 1.42709'/> |
4511 | <fieldValue name='textTranslation' value='-1.74844 -1.18539 1.42709'/> |
4512 | <fieldValue name='textColor' value='0 0 0'/> |
4513 | </ProtoInstance> |
4514 | <ProtoInstance name='Vertex'> |
4515 | <fieldValue name='vertexText' value='"recover"'/> |
4516 | <fieldValue name='description' value='117: recover'/> |
4517 | <fieldValue name='url'/> |
4518 | <fieldValue name='radius' value='0.1500'/> |
4519 | <fieldValue name='displayMode'/> |
4520 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4521 | <fieldValue name='transparency' value='0'/> |
4522 | <fieldValue name='translation' value='2.75102 0.23930 0.23788'/> |
4523 | <fieldValue name='textTranslation' value='2.90102 0.23930 0.23788'/> |
4524 | <fieldValue name='textColor' value='0 0 0'/> |
4525 | </ProtoInstance> |
4526 | <ProtoInstance name='Vertex'> |
4527 | <fieldValue name='vertexText' value='"recovery"'/> |
4528 | <fieldValue name='description' value='118: recovery'/> |
4529 | <fieldValue name='url'/> |
4530 | <fieldValue name='radius' value='0.1500'/> |
4531 | <fieldValue name='displayMode'/> |
4532 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4533 | <fieldValue name='transparency' value='0'/> |
4534 | <fieldValue name='translation' value='2.18288 0.05225 0.24293'/> |
4535 | <fieldValue name='textTranslation' value='2.33288 0.05225 0.24293'/> |
4536 | <fieldValue name='textColor' value='0 0 0'/> |
4537 | </ProtoInstance> |
4538 | <ProtoInstance name='Vertex'> |
4539 | <fieldValue name='vertexText' value='"reply"'/> |
4540 | <fieldValue name='description' value='119: reply'/> |
4541 | <fieldValue name='url'/> |
4542 | <fieldValue name='radius' value='0.1500'/> |
4543 | <fieldValue name='displayMode'/> |
4544 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4545 | <fieldValue name='transparency' value='0'/> |
4546 | <fieldValue name='translation' value='-0.59131 -0.29169 2.54668'/> |
4547 | <fieldValue name='textTranslation' value='-0.44131 -0.29169 2.54668'/> |
4548 | <fieldValue name='textColor' value='0 0 0'/> |
4549 | </ProtoInstance> |
4550 | <ProtoInstance name='Vertex'> |
4551 | <fieldValue name='vertexText' value='"report"'/> |
4552 | <fieldValue name='description' value='120: report'/> |
4553 | <fieldValue name='url'/> |
4554 | <fieldValue name='radius' value='0.1500'/> |
4555 | <fieldValue name='displayMode'/> |
4556 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4557 | <fieldValue name='transparency' value='0'/> |
4558 | <fieldValue name='translation' value='2.07724 0.71819 -0.34609'/> |
4559 | <fieldValue name='textTranslation' value='2.22724 0.71819 -0.34609'/> |
4560 | <fieldValue name='textColor' value='0 0 0'/> |
4561 | </ProtoInstance> |
4562 | <ProtoInstance name='Vertex'> |
4563 | <fieldValue name='vertexText' value='"rescue"'/> |
4564 | <fieldValue name='description' value='121: rescue'/> |
4565 | <fieldValue name='url'/> |
4566 | <fieldValue name='radius' value='0.1500'/> |
4567 | <fieldValue name='displayMode'/> |
4568 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4569 | <fieldValue name='transparency' value='0'/> |
4570 | <fieldValue name='translation' value='-0.06842 -0.12274 1.05075'/> |
4571 | <fieldValue name='textTranslation' value='0.08158 -0.12274 1.05075'/> |
4572 | <fieldValue name='textColor' value='0 0 0'/> |
4573 | </ProtoInstance> |
4574 | <ProtoInstance name='Vertex'> |
4575 | <fieldValue name='vertexText' value='"rescued"'/> |
4576 | <fieldValue name='description' value='122: rescued'/> |
4577 | <fieldValue name='url'/> |
4578 | <fieldValue name='radius' value='0.1500'/> |
4579 | <fieldValue name='displayMode'/> |
4580 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4581 | <fieldValue name='transparency' value='0'/> |
4582 | <fieldValue name='translation' value='-1.52945 0.11812 1.57708'/> |
4583 | <fieldValue name='textTranslation' value='-1.37945 0.11812 1.57708'/> |
4584 | <fieldValue name='textColor' value='0 0 0'/> |
4585 | </ProtoInstance> |
4586 | <ProtoInstance name='Vertex'> |
4587 | <fieldValue name='vertexText' value='"rescues"'/> |
4588 | <fieldValue name='description' value='123: rescues'/> |
4589 | <fieldValue name='url'/> |
4590 | <fieldValue name='radius' value='0.1500'/> |
4591 | <fieldValue name='displayMode'/> |
4592 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4593 | <fieldValue name='transparency' value='0'/> |
4594 | <fieldValue name='translation' value='-1.59069 0.32784 1.46432'/> |
4595 | <fieldValue name='textTranslation' value='-1.44069 0.32784 1.46432'/> |
4596 | <fieldValue name='textColor' value='0 0 0'/> |
4597 | </ProtoInstance> |
4598 | <ProtoInstance name='Vertex'> |
4599 | <fieldValue name='vertexText' value='"response"'/> |
4600 | <fieldValue name='description' value='124: response'/> |
4601 | <fieldValue name='url'/> |
4602 | <fieldValue name='radius' value='0.1500'/> |
4603 | <fieldValue name='displayMode'/> |
4604 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4605 | <fieldValue name='transparency' value='0'/> |
4606 | <fieldValue name='translation' value='-0.28827 1.99661 0.44692'/> |
4607 | <fieldValue name='textTranslation' value='-0.13827 1.99661 0.44692'/> |
4608 | <fieldValue name='textColor' value='0 0 0'/> |
4609 | </ProtoInstance> |
4610 | <ProtoInstance name='Vertex'> |
4611 | <fieldValue name='vertexText' value='"sat"'/> |
4612 | <fieldValue name='description' value='125: sat'/> |
4613 | <fieldValue name='url'/> |
4614 | <fieldValue name='radius' value='0.1500'/> |
4615 | <fieldValue name='displayMode'/> |
4616 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4617 | <fieldValue name='transparency' value='0'/> |
4618 | <fieldValue name='translation' value='0.44816 0.30884 2.24381'/> |
4619 | <fieldValue name='textTranslation' value='0.59816 0.30884 2.24381'/> |
4620 | <fieldValue name='textColor' value='0 0 0'/> |
4621 | </ProtoInstance> |
4622 | <ProtoInstance name='Vertex'> |
4623 | <fieldValue name='vertexText' value='"search"'/> |
4624 | <fieldValue name='description' value='126: search'/> |
4625 | <fieldValue name='url'/> |
4626 | <fieldValue name='radius' value='0.1500'/> |
4627 | <fieldValue name='displayMode'/> |
4628 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4629 | <fieldValue name='transparency' value='0'/> |
4630 | <fieldValue name='translation' value='-0.27976 -0.96483 1.54919'/> |
4631 | <fieldValue name='textTranslation' value='-0.12976 -0.96483 1.54919'/> |
4632 | <fieldValue name='textColor' value='0 0 0'/> |
4633 | </ProtoInstance> |
4634 | <ProtoInstance name='Vertex'> |
4635 | <fieldValue name='vertexText' value='"sense"'/> |
4636 | <fieldValue name='description' value='127: sense'/> |
4637 | <fieldValue name='url'/> |
4638 | <fieldValue name='radius' value='0.1500'/> |
4639 | <fieldValue name='displayMode'/> |
4640 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4641 | <fieldValue name='transparency' value='0'/> |
4642 | <fieldValue name='translation' value='2.74732 0.62177 0.51831'/> |
4643 | <fieldValue name='textTranslation' value='2.89732 0.62177 0.51831'/> |
4644 | <fieldValue name='textColor' value='0 0 0'/> |
4645 | </ProtoInstance> |
4646 | <ProtoInstance name='Vertex'> |
4647 | <fieldValue name='vertexText' value='"service"'/> |
4648 | <fieldValue name='description' value='128: service'/> |
4649 | <fieldValue name='url'/> |
4650 | <fieldValue name='radius' value='0.1500'/> |
4651 | <fieldValue name='displayMode'/> |
4652 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4653 | <fieldValue name='transparency' value='0'/> |
4654 | <fieldValue name='translation' value='-0.70284 -1.39886 -1.81626'/> |
4655 | <fieldValue name='textTranslation' value='-0.55284 -1.39886 -1.81626'/> |
4656 | <fieldValue name='textColor' value='0 0 0'/> |
4657 | </ProtoInstance> |
4658 | <ProtoInstance name='Vertex'> |
4659 | <fieldValue name='vertexText' value='"show"'/> |
4660 | <fieldValue name='description' value='129: show'/> |
4661 | <fieldValue name='url'/> |
4662 | <fieldValue name='radius' value='0.1500'/> |
4663 | <fieldValue name='displayMode'/> |
4664 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4665 | <fieldValue name='transparency' value='0'/> |
4666 | <fieldValue name='translation' value='0.22974 -1.98876 -1.09648'/> |
4667 | <fieldValue name='textTranslation' value='0.37974 -1.98876 -1.09648'/> |
4668 | <fieldValue name='textColor' value='0 0 0'/> |
4669 | </ProtoInstance> |
4670 | <ProtoInstance name='Vertex'> |
4671 | <fieldValue name='vertexText' value='"shuttle"'/> |
4672 | <fieldValue name='description' value='130: shuttle'/> |
4673 | <fieldValue name='url'/> |
4674 | <fieldValue name='radius' value='0.1500'/> |
4675 | <fieldValue name='displayMode'/> |
4676 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4677 | <fieldValue name='transparency' value='0'/> |
4678 | <fieldValue name='translation' value='-1.46094 -1.06475 -2.03123'/> |
4679 | <fieldValue name='textTranslation' value='-1.31094 -1.06475 -2.03123'/> |
4680 | <fieldValue name='textColor' value='0 0 0'/> |
4681 | </ProtoInstance> |
4682 | <ProtoInstance name='Vertex'> |
4683 | <fieldValue name='vertexText' value='"south"'/> |
4684 | <fieldValue name='description' value='131: south'/> |
4685 | <fieldValue name='url'/> |
4686 | <fieldValue name='radius' value='0.1500'/> |
4687 | <fieldValue name='displayMode'/> |
4688 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4689 | <fieldValue name='transparency' value='0'/> |
4690 | <fieldValue name='translation' value='0.70781 1.02139 2.21308'/> |
4691 | <fieldValue name='textTranslation' value='0.85781 1.02139 2.21308'/> |
4692 | <fieldValue name='textColor' value='0 0 0'/> |
4693 | </ProtoInstance> |
4694 | <ProtoInstance name='Vertex'> |
4695 | <fieldValue name='vertexText' value='"southern"'/> |
4696 | <fieldValue name='description' value='132: southern'/> |
4697 | <fieldValue name='url'/> |
4698 | <fieldValue name='radius' value='0.1500'/> |
4699 | <fieldValue name='displayMode'/> |
4700 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4701 | <fieldValue name='transparency' value='0'/> |
4702 | <fieldValue name='translation' value='0.35662 0.42938 2.27673'/> |
4703 | <fieldValue name='textTranslation' value='0.50662 0.42938 2.27673'/> |
4704 | <fieldValue name='textColor' value='0 0 0'/> |
4705 | </ProtoInstance> |
4706 | <ProtoInstance name='Vertex'> |
4707 | <fieldValue name='vertexText' value='"squadron"'/> |
4708 | <fieldValue name='description' value='133: squadron'/> |
4709 | <fieldValue name='url'/> |
4710 | <fieldValue name='radius' value='0.1500'/> |
4711 | <fieldValue name='displayMode'/> |
4712 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4713 | <fieldValue name='transparency' value='0'/> |
4714 | <fieldValue name='translation' value='-0.63669 1.73839 -0.34747'/> |
4715 | <fieldValue name='textTranslation' value='-0.48669 1.73839 -0.34747'/> |
4716 | <fieldValue name='textColor' value='0 0 0'/> |
4717 | </ProtoInstance> |
4718 | <ProtoInstance name='Vertex'> |
4719 | <fieldValue name='vertexText' value='"state"'/> |
4720 | <fieldValue name='description' value='134: state'/> |
4721 | <fieldValue name='url'/> |
4722 | <fieldValue name='radius' value='0.1500'/> |
4723 | <fieldValue name='displayMode'/> |
4724 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4725 | <fieldValue name='transparency' value='0'/> |
4726 | <fieldValue name='translation' value='2.01961 0.24036 -0.37903'/> |
4727 | <fieldValue name='textTranslation' value='2.16961 0.24036 -0.37903'/> |
4728 | <fieldValue name='textColor' value='0 0 0'/> |
4729 | </ProtoInstance> |
4730 | <ProtoInstance name='Vertex'> |
4731 | <fieldValue name='vertexText' value='"states"'/> |
4732 | <fieldValue name='description' value='135: states'/> |
4733 | <fieldValue name='url'/> |
4734 | <fieldValue name='radius' value='0.1500'/> |
4735 | <fieldValue name='displayMode'/> |
4736 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4737 | <fieldValue name='transparency' value='0'/> |
4738 | <fieldValue name='translation' value='1.19458 -1.96934 -0.77540'/> |
4739 | <fieldValue name='textTranslation' value='1.34458 -1.96934 -0.77540'/> |
4740 | <fieldValue name='textColor' value='0 0 0'/> |
4741 | </ProtoInstance> |
4742 | <ProtoInstance name='Vertex'> |
4743 | <fieldValue name='vertexText' value='"status"'/> |
4744 | <fieldValue name='description' value='136: status'/> |
4745 | <fieldValue name='url'/> |
4746 | <fieldValue name='radius' value='0.1500'/> |
4747 | <fieldValue name='displayMode'/> |
4748 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4749 | <fieldValue name='transparency' value='0'/> |
4750 | <fieldValue name='translation' value='-1.33594 -0.65932 1.59971'/> |
4751 | <fieldValue name='textTranslation' value='-1.18594 -0.65932 1.59971'/> |
4752 | <fieldValue name='textColor' value='0 0 0'/> |
4753 | </ProtoInstance> |
4754 | <ProtoInstance name='Vertex'> |
4755 | <fieldValue name='vertexText' value='"struggles"'/> |
4756 | <fieldValue name='description' value='137: struggles'/> |
4757 | <fieldValue name='url'/> |
4758 | <fieldValue name='radius' value='0.1500'/> |
4759 | <fieldValue name='displayMode'/> |
4760 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4761 | <fieldValue name='transparency' value='0'/> |
4762 | <fieldValue name='translation' value='2.60939 -0.13241 -0.31786'/> |
4763 | <fieldValue name='textTranslation' value='2.75939 -0.13241 -0.31786'/> |
4764 | <fieldValue name='textColor' value='0 0 0'/> |
4765 | </ProtoInstance> |
4766 | <ProtoInstance name='Vertex'> |
4767 | <fieldValue name='vertexText' value='"sunday"'/> |
4768 | <fieldValue name='description' value='138: sunday'/> |
4769 | <fieldValue name='url'/> |
4770 | <fieldValue name='radius' value='0.1500'/> |
4771 | <fieldValue name='displayMode'/> |
4772 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4773 | <fieldValue name='transparency' value='0'/> |
4774 | <fieldValue name='translation' value='0.96992 0.42400 0.93305'/> |
4775 | <fieldValue name='textTranslation' value='1.11992 0.42400 0.93305'/> |
4776 | <fieldValue name='textColor' value='0 0 0'/> |
4777 | </ProtoInstance> |
4778 | <ProtoInstance name='Vertex'> |
4779 | <fieldValue name='vertexText' value='"supplies"'/> |
4780 | <fieldValue name='description' value='139: supplies'/> |
4781 | <fieldValue name='url'/> |
4782 | <fieldValue name='radius' value='0.1500'/> |
4783 | <fieldValue name='displayMode'/> |
4784 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4785 | <fieldValue name='transparency' value='0'/> |
4786 | <fieldValue name='translation' value='1.48684 0.94112 -0.09170'/> |
4787 | <fieldValue name='textTranslation' value='1.63684 0.94112 -0.09170'/> |
4788 | <fieldValue name='textColor' value='0 0 0'/> |
4789 | </ProtoInstance> |
4790 | <ProtoInstance name='Vertex'> |
4791 | <fieldValue name='vertexText' value='"surveying"'/> |
4792 | <fieldValue name='description' value='140: surveying'/> |
4793 | <fieldValue name='url'/> |
4794 | <fieldValue name='radius' value='0.1500'/> |
4795 | <fieldValue name='displayMode'/> |
4796 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4797 | <fieldValue name='transparency' value='0'/> |
4798 | <fieldValue name='translation' value='2.54454 0.03911 -0.55948'/> |
4799 | <fieldValue name='textTranslation' value='2.69454 0.03911 -0.55948'/> |
4800 | <fieldValue name='textColor' value='0 0 0'/> |
4801 | </ProtoInstance> |
4802 | <ProtoInstance name='Vertex'> |
4803 | <fieldValue name='vertexText' value='"task"'/> |
4804 | <fieldValue name='description' value='141: task'/> |
4805 | <fieldValue name='url'/> |
4806 | <fieldValue name='radius' value='0.1500'/> |
4807 | <fieldValue name='displayMode'/> |
4808 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4809 | <fieldValue name='transparency' value='0'/> |
4810 | <fieldValue name='translation' value='0.60098 1.36388 -0.06996'/> |
4811 | <fieldValue name='textTranslation' value='0.75098 1.36388 -0.06996'/> |
4812 | <fieldValue name='textColor' value='0 0 0'/> |
4813 | </ProtoInstance> |
4814 | <ProtoInstance name='Vertex'> |
4815 | <fieldValue name='vertexText' value='"team"'/> |
4816 | <fieldValue name='description' value='142: team'/> |
4817 | <fieldValue name='url'/> |
4818 | <fieldValue name='radius' value='0.1500'/> |
4819 | <fieldValue name='displayMode'/> |
4820 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4821 | <fieldValue name='transparency' value='0'/> |
4822 | <fieldValue name='translation' value='-0.78271 0.67127 0.86955'/> |
4823 | <fieldValue name='textTranslation' value='-0.63271 0.67127 0.86955'/> |
4824 | <fieldValue name='textColor' value='0 0 0'/> |
4825 | </ProtoInstance> |
4826 | <ProtoInstance name='Vertex'> |
4827 | <fieldValue name='vertexText' value='"teams"'/> |
4828 | <fieldValue name='description' value='143: teams'/> |
4829 | <fieldValue name='url'/> |
4830 | <fieldValue name='radius' value='0.1500'/> |
4831 | <fieldValue name='displayMode'/> |
4832 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4833 | <fieldValue name='transparency' value='0'/> |
4834 | <fieldValue name='translation' value='-1.98686 0.23306 1.74015'/> |
4835 | <fieldValue name='textTranslation' value='-1.83686 0.23306 1.74015'/> |
4836 | <fieldValue name='textColor' value='0 0 0'/> |
4837 | </ProtoInstance> |
4838 | <ProtoInstance name='Vertex'> |
4839 | <fieldValue name='vertexText' value='"ten"'/> |
4840 | <fieldValue name='description' value='144: ten'/> |
4841 | <fieldValue name='url'/> |
4842 | <fieldValue name='radius' value='0.1500'/> |
4843 | <fieldValue name='displayMode'/> |
4844 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4845 | <fieldValue name='transparency' value='0'/> |
4846 | <fieldValue name='translation' value='0.39116 1.68777 1.82056'/> |
4847 | <fieldValue name='textTranslation' value='0.54116 1.68777 1.82056'/> |
4848 | <fieldValue name='textColor' value='0 0 0'/> |
4849 | </ProtoInstance> |
4850 | <ProtoInstance name='Vertex'> |
4851 | <fieldValue name='vertexText' value='"terminal"'/> |
4852 | <fieldValue name='description' value='145: terminal'/> |
4853 | <fieldValue name='url'/> |
4854 | <fieldValue name='radius' value='0.1500'/> |
4855 | <fieldValue name='displayMode'/> |
4856 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4857 | <fieldValue name='transparency' value='0'/> |
4858 | <fieldValue name='translation' value='-0.79089 1.67262 -0.72316'/> |
4859 | <fieldValue name='textTranslation' value='-0.64089 1.67262 -0.72316'/> |
4860 | <fieldValue name='textColor' value='0 0 0'/> |
4861 | </ProtoInstance> |
4862 | <ProtoInstance name='Vertex'> |
4863 | <fieldValue name='vertexText' value='"terms"'/> |
4864 | <fieldValue name='description' value='146: terms'/> |
4865 | <fieldValue name='url'/> |
4866 | <fieldValue name='radius' value='0.1500'/> |
4867 | <fieldValue name='displayMode'/> |
4868 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4869 | <fieldValue name='transparency' value='0'/> |
4870 | <fieldValue name='translation' value='-1.00840 -0.99393 2.02904'/> |
4871 | <fieldValue name='textTranslation' value='-0.85840 -0.99393 2.02904'/> |
4872 | <fieldValue name='textColor' value='0 0 0'/> |
4873 | </ProtoInstance> |
4874 | <ProtoInstance name='Vertex'> |
4875 | <fieldValue name='vertexText' value='"top"'/> |
4876 | <fieldValue name='description' value='147: top'/> |
4877 | <fieldValue name='url'/> |
4878 | <fieldValue name='radius' value='0.1500'/> |
4879 | <fieldValue name='displayMode'/> |
4880 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4881 | <fieldValue name='transparency' value='0'/> |
4882 | <fieldValue name='translation' value='2.03518 0.18911 -0.34029'/> |
4883 | <fieldValue name='textTranslation' value='2.18518 0.18911 -0.34029'/> |
4884 | <fieldValue name='textColor' value='0 0 0'/> |
4885 | </ProtoInstance> |
4886 | <ProtoInstance name='Vertex'> |
4887 | <fieldValue name='vertexText' value='"twitter"'/> |
4888 | <fieldValue name='description' value='148: twitter'/> |
4889 | <fieldValue name='url'/> |
4890 | <fieldValue name='radius' value='0.1500'/> |
4891 | <fieldValue name='displayMode'/> |
4892 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4893 | <fieldValue name='transparency' value='0'/> |
4894 | <fieldValue name='translation' value='-2.07333 -0.98818 1.70977'/> |
4895 | <fieldValue name='textTranslation' value='-1.92333 -0.98818 1.70977'/> |
4896 | <fieldValue name='textColor' value='0 0 0'/> |
4897 | </ProtoInstance> |
4898 | <ProtoInstance name='Vertex'> |
4899 | <fieldValue name='vertexText' value='"unified"'/> |
4900 | <fieldValue name='description' value='149: unified'/> |
4901 | <fieldValue name='url'/> |
4902 | <fieldValue name='radius' value='0.1500'/> |
4903 | <fieldValue name='displayMode'/> |
4904 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4905 | <fieldValue name='transparency' value='0'/> |
4906 | <fieldValue name='translation' value='0.06197 1.37341 1.04544'/> |
4907 | <fieldValue name='textTranslation' value='0.21197 1.37341 1.04544'/> |
4908 | <fieldValue name='textColor' value='0 0 0'/> |
4909 | </ProtoInstance> |
4910 | <ProtoInstance name='Vertex'> |
4911 | <fieldValue name='vertexText' value='"united"'/> |
4912 | <fieldValue name='description' value='150: united'/> |
4913 | <fieldValue name='url'/> |
4914 | <fieldValue name='radius' value='0.1500'/> |
4915 | <fieldValue name='displayMode'/> |
4916 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4917 | <fieldValue name='transparency' value='0'/> |
4918 | <fieldValue name='translation' value='1.02679 -1.11961 -0.40256'/> |
4919 | <fieldValue name='textTranslation' value='1.17679 -1.11961 -0.40256'/> |
4920 | <fieldValue name='textColor' value='0 0 0'/> |
4921 | </ProtoInstance> |
4922 | <ProtoInstance name='Vertex'> |
4923 | <fieldValue name='vertexText' value='"urban"'/> |
4924 | <fieldValue name='description' value='151: urban'/> |
4925 | <fieldValue name='url'/> |
4926 | <fieldValue name='radius' value='0.1500'/> |
4927 | <fieldValue name='displayMode'/> |
4928 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4929 | <fieldValue name='transparency' value='0'/> |
4930 | <fieldValue name='translation' value='-0.59131 -0.29169 2.54668'/> |
4931 | <fieldValue name='textTranslation' value='-0.44131 -0.29169 2.54668'/> |
4932 | <fieldValue name='textColor' value='0 0 0'/> |
4933 | </ProtoInstance> |
4934 | <ProtoInstance name='Vertex'> |
4935 | <fieldValue name='vertexText' value='"urgently"'/> |
4936 | <fieldValue name='description' value='152: urgently'/> |
4937 | <fieldValue name='url'/> |
4938 | <fieldValue name='radius' value='0.1500'/> |
4939 | <fieldValue name='displayMode'/> |
4940 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4941 | <fieldValue name='transparency' value='0'/> |
4942 | <fieldValue name='translation' value='1.89161 1.34647 -0.52201'/> |
4943 | <fieldValue name='textTranslation' value='2.04161 1.34647 -0.52201'/> |
4944 | <fieldValue name='textColor' value='0 0 0'/> |
4945 | </ProtoInstance> |
4946 | <ProtoInstance name='Vertex'> |
4947 | <fieldValue name='vertexText' value='"video"'/> |
4948 | <fieldValue name='description' value='153: video'/> |
4949 | <fieldValue name='url'/> |
4950 | <fieldValue name='radius' value='0.1500'/> |
4951 | <fieldValue name='displayMode'/> |
4952 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4953 | <fieldValue name='transparency' value='0'/> |
4954 | <fieldValue name='translation' value='0.89789 0.40528 2.21383'/> |
4955 | <fieldValue name='textTranslation' value='1.04789 0.40528 2.21383'/> |
4956 | <fieldValue name='textColor' value='0 0 0'/> |
4957 | </ProtoInstance> |
4958 | <ProtoInstance name='Vertex'> |
4959 | <fieldValue name='vertexText' value='"virginia"'/> |
4960 | <fieldValue name='description' value='154: virginia'/> |
4961 | <fieldValue name='url'/> |
4962 | <fieldValue name='radius' value='0.1500'/> |
4963 | <fieldValue name='displayMode'/> |
4964 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4965 | <fieldValue name='transparency' value='0'/> |
4966 | <fieldValue name='translation' value='-1.29664 -0.79004 -1.68120'/> |
4967 | <fieldValue name='textTranslation' value='-1.14664 -0.79004 -1.68120'/> |
4968 | <fieldValue name='textColor' value='0 0 0'/> |
4969 | </ProtoInstance> |
4970 | <ProtoInstance name='Vertex'> |
4971 | <fieldValue name='vertexText' value='"vision"'/> |
4972 | <fieldValue name='description' value='155: vision'/> |
4973 | <fieldValue name='url'/> |
4974 | <fieldValue name='radius' value='0.1500'/> |
4975 | <fieldValue name='displayMode'/> |
4976 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4977 | <fieldValue name='transparency' value='0'/> |
4978 | <fieldValue name='translation' value='-0.70284 -1.39886 -1.81626'/> |
4979 | <fieldValue name='textTranslation' value='-0.55284 -1.39886 -1.81626'/> |
4980 | <fieldValue name='textColor' value='0 0 0'/> |
4981 | </ProtoInstance> |
4982 | <ProtoInstance name='Vertex'> |
4983 | <fieldValue name='vertexText' value='"visit"'/> |
4984 | <fieldValue name='description' value='156: visit'/> |
4985 | <fieldValue name='url'/> |
4986 | <fieldValue name='radius' value='0.1500'/> |
4987 | <fieldValue name='displayMode'/> |
4988 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4989 | <fieldValue name='transparency' value='0'/> |
4990 | <fieldValue name='translation' value='-1.33236 -1.46475 2.19505'/> |
4991 | <fieldValue name='textTranslation' value='-1.18236 -1.46475 2.19505'/> |
4992 | <fieldValue name='textColor' value='0 0 0'/> |
4993 | </ProtoInstance> |
4994 | <ProtoInstance name='Vertex'> |
4995 | <fieldValue name='vertexText' value='"visited"'/> |
4996 | <fieldValue name='description' value='157: visited'/> |
4997 | <fieldValue name='url'/> |
4998 | <fieldValue name='radius' value='0.1500'/> |
4999 | <fieldValue name='displayMode'/> |
5000 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5001 | <fieldValue name='transparency' value='0'/> |
5002 | <fieldValue name='translation' value='-1.67537 -1.45894 1.74887'/> |
5003 | <fieldValue name='textTranslation' value='-1.52537 -1.45894 1.74887'/> |
5004 | <fieldValue name='textColor' value='0 0 0'/> |
5005 | </ProtoInstance> |
5006 | <ProtoInstance name='Vertex'> |
5007 | <fieldValue name='vertexText' value='"web"'/> |
5008 | <fieldValue name='description' value='158: web'/> |
5009 | <fieldValue name='url'/> |
5010 | <fieldValue name='radius' value='0.1500'/> |
5011 | <fieldValue name='displayMode'/> |
5012 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5013 | <fieldValue name='transparency' value='0'/> |
5014 | <fieldValue name='translation' value='-0.22672 0.08816 1.81991'/> |
5015 | <fieldValue name='textTranslation' value='-0.07672 0.08816 1.81991'/> |
5016 | <fieldValue name='textColor' value='0 0 0'/> |
5017 | </ProtoInstance> |
5018 | <ProtoInstance name='Vertex'> |
5019 | <fieldValue name='vertexText' value='"woman"'/> |
5020 | <fieldValue name='description' value='159: woman'/> |
5021 | <fieldValue name='url'/> |
5022 | <fieldValue name='radius' value='0.1500'/> |
5023 | <fieldValue name='displayMode'/> |
5024 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5025 | <fieldValue name='transparency' value='0'/> |
5026 | <fieldValue name='translation' value='-1.71542 -0.94285 2.42555'/> |
5027 | <fieldValue name='textTranslation' value='-1.56542 -0.94285 2.42555'/> |
5028 | <fieldValue name='textColor' value='0 0 0'/> |
5029 | </ProtoInstance> |
5030 | <ProtoInstance name='Vertex'> |
5031 | <fieldValue name='vertexText' value='"world"'/> |
5032 | <fieldValue name='description' value='160: world'/> |
5033 | <fieldValue name='url'/> |
5034 | <fieldValue name='radius' value='0.1500'/> |
5035 | <fieldValue name='displayMode'/> |
5036 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5037 | <fieldValue name='transparency' value='0'/> |
5038 | <fieldValue name='translation' value='-0.24672 -1.35046 -1.20423'/> |
5039 | <fieldValue name='textTranslation' value='-0.09672 -1.35046 -1.20423'/> |
5040 | <fieldValue name='textColor' value='0 0 0'/> |
5041 | </ProtoInstance> |
5042 | </Scene> |
5043 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3134
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3146
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3158
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3170
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3182
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3194
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3206
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3218
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3230
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3242
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3266
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3278
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3290
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3302
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3314
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3326
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3338
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3350
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3362
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3374
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3398
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3410
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3422
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3434
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3446
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3458
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3470
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3482
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3494
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3506
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3530
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3542
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3554
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3566
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3578
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3590
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3602
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3614
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3626
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3638
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3662
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3674
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3686
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3698
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3710
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3722
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3734
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3746
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3758
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3770
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3782
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3794
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3806
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3818
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3830
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3842
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3854
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3866
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3878
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3890
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3902
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3914
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3926
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3938
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3950
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3962
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3974
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3986
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3998
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4010
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4022
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4034
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4046
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4058
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4070
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4082
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4094
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4106
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4118
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4130
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4142
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4154
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4166
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4178
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4190
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4202
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4214
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4226
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4238
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4250
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4262
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4274
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4286
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4298
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4310
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4322
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4334
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4346
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4358
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4370
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4382
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4394
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4406
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4418
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4430
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4442
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4454
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4466
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4478
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4490
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4502
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4514
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4526
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4538
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4550
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4562
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4574
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4586
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4598
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4610
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4622
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4634
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4646
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4658
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4670
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4682
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4694
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4706
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4718
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4730
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4742
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4754
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4766
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4778
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4790
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4802
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4814
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4826
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4838
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4850
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4862
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4874
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4886
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4898
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4910
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4922
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4934
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4946
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4958
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4970
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4982
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4994
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5006
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5018
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5030
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
<!--
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.
-->