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.57078' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='0.30523'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.17231 -0.17767 0.86185'/> |
56 | <fieldValue name='coneTranslation' value='-0.17719 -0.17214 0.86149'/> |
57 | <fieldValue name='rotation' value='1.49633 0 -20.19644 2.41610'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='1.06796'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.70643 -0.07453 0.54228'/> |
67 | <fieldValue name='coneTranslation' value='-1.00979 -0.08227 0.32370'/> |
68 | <fieldValue name='rotation' value='-62.41741 0 86.62903 1.59148'/> |
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.61028'/> |
77 | <fieldValue name='cylinderTranslation' value='-0.48235 0.14918 0.91899'/> |
78 | <fieldValue name='coneTranslation' value='-0.58178 0.25033 0.94973'/> |
79 | <fieldValue name='rotation' value='12.92441 -0.00000 41.81174 0.79965'/> |
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.46447'/> |
88 | <fieldValue name='cylinderTranslation' value='-0.16086 -0.00165 1.04793'/> |
89 | <fieldValue name='coneTranslation' value='-0.12589 0.01758 1.10814'/> |
90 | <fieldValue name='rotation' value='38.71365 0 -22.48556 1.30126'/> |
91 | <fieldValue name='diffuseColor' value='0 0 0'/> |
92 | <fieldValue name='ballRadius' value='0.02'/> |
93 | <fieldValue name='traceEnabled' value='false'/> |
94 | <fieldValue name='displayMode'/> |
95 | <fieldValue name='transparency' value='0'/> |
96 | </ProtoInstance> |
97 | <ProtoInstance name='Arc'> |
98 | <fieldValue name='cylinderHeight' value='0.48988'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.33354 0.12095 1.00385'/> |
100 | <fieldValue name='coneTranslation' value='-0.35444 0.18492 1.05569'/> |
101 | <fieldValue name='rotation' value='29.89732 -0.00000 12.05091 0.71817'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='1.81860'/> |
110 | <fieldValue name='cylinderTranslation' value='0.06676 0.68677 0.46926'/> |
111 | <fieldValue name='coneTranslation' value='0.34696 1.30502 0.15192'/> |
112 | <fieldValue name='rotation' value='-77.02129 0 -68.00853 0.60042'/> |
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.76171'/> |
121 | <fieldValue name='cylinderTranslation' value='-0.18297 -0.37827 0.65993'/> |
122 | <fieldValue name='coneTranslation' value='-0.13059 -0.56081 0.54718'/> |
123 | <fieldValue name='rotation' value='-38.88649 0 -18.06403 2.54369'/> |
124 | <fieldValue name='diffuseColor' value='0 0 0'/> |
125 | <fieldValue name='ballRadius' value='0.02'/> |
126 | <fieldValue name='traceEnabled' value='false'/> |
127 | <fieldValue name='displayMode'/> |
128 | <fieldValue name='transparency' value='0'/> |
129 | </ProtoInstance> |
130 | <ProtoInstance name='Arc'> |
131 | <fieldValue name='cylinderHeight' value='0.75785'/> |
132 | <fieldValue name='cylinderTranslation' value='-0.08761 -0.37616 0.74786'/> |
133 | <fieldValue name='coneTranslation' value='0.01966 -0.55681 0.68632'/> |
134 | <fieldValue name='rotation' value='-21.30169 0 -37.13475 2.54128'/> |
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.63704'/> |
143 | <fieldValue name='cylinderTranslation' value='-0.55599 0.07528 0.80666'/> |
144 | <fieldValue name='coneTranslation' value='-0.69669 0.14434 0.78292'/> |
145 | <fieldValue name='rotation' value='-9.54135 0 56.54115 1.12002'/> |
146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
147 | <fieldValue name='ballRadius' value='0.02'/> |
148 | <fieldValue name='traceEnabled' value='false'/> |
149 | <fieldValue name='displayMode'/> |
150 | <fieldValue name='transparency' value='0'/> |
151 | </ProtoInstance> |
152 | <ProtoInstance name='Arc'> |
153 | <fieldValue name='cylinderHeight' value='0.79549'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.04273 -0.38053 0.78707'/> |
155 | <fieldValue name='coneTranslation' value='0.09508 -0.57004 0.74684'/> |
156 | <fieldValue name='rotation' value='-13.45999 0 -46.11102 2.49327'/> |
157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
158 | <fieldValue name='ballRadius' value='0.02'/> |
159 | <fieldValue name='traceEnabled' value='false'/> |
160 | <fieldValue name='displayMode'/> |
161 | <fieldValue name='transparency' value='0'/> |
162 | </ProtoInstance> |
163 | <ProtoInstance name='Arc'> |
164 | <fieldValue name='cylinderHeight' value='0.98111'/> |
165 | <fieldValue name='cylinderTranslation' value='0.03295 -0.44003 0.78310'/> |
166 | <fieldValue name='coneTranslation' value='0.23930 -0.69376 0.73508'/> |
167 | <fieldValue name='rotation' value='-14.25261 0 -61.24704 2.44587'/> |
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.98231'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.55839 -0.01939 1.25186'/> |
177 | <fieldValue name='coneTranslation' value='-0.75062 0.01035 1.51986'/> |
178 | <fieldValue name='rotation' value='79.49848 -0.00000 57.02120 1.48088'/> |
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='1.04349'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.42051 0.33092 1.16256'/> |
188 | <fieldValue name='coneTranslation' value='-0.52259 0.60437 1.37625'/> |
189 | <fieldValue name='rotation' value='61.63935 -0.00000 29.44504 0.71371'/> |
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='1.03705'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.51194 0.32106 1.10742'/> |
199 | <fieldValue name='coneTranslation' value='-0.67694 0.58694 1.28239'/> |
200 | <fieldValue name='rotation' value='50.61126 -0.00000 47.72957 0.73532'/> |
201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
202 | <fieldValue name='ballRadius' value='0.02'/> |
203 | <fieldValue name='traceEnabled' value='false'/> |
204 | <fieldValue name='displayMode'/> |
205 | <fieldValue name='transparency' value='0'/> |
206 | </ProtoInstance> |
207 | <ProtoInstance name='Arc'> |
208 | <fieldValue name='cylinderHeight' value='0.61229'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.41613 0.18074 0.97129'/> |
210 | <fieldValue name='coneTranslation' value='-0.48432 0.29733 1.02711'/> |
211 | <fieldValue name='rotation' value='23.38466 -0.00000 28.56892 0.64722'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='0.79316'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.06472 -0.39395 0.78676'/> |
221 | <fieldValue name='coneTranslation' value='0.05970 -0.59108 0.74643'/> |
222 | <fieldValue name='rotation' value='-13.52159 0 -41.71342 2.55580'/> |
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='1.00883'/> |
231 | <fieldValue name='cylinderTranslation' value='-0.48262 -0.33891 1.22146'/> |
232 | <fieldValue name='coneTranslation' value='-0.62556 -0.52697 1.47210'/> |
233 | <fieldValue name='rotation' value='73.41786 -0.00000 41.86700 2.14841'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='0.95141'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.04891 0.07620 1.24989'/> |
243 | <fieldValue name='coneTranslation' value='0.10000 0.16891 1.51238'/> |
244 | <fieldValue name='rotation' value='79.10394 0 -44.87572 1.27275'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='0.95834'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.23209 0.23799 1.22452'/> |
254 | <fieldValue name='coneTranslation' value='-0.20464 0.43880 1.47108'/> |
255 | <fieldValue name='rotation' value='74.03147 0 -8.24002 0.89031'/> |
256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
257 | <fieldValue name='ballRadius' value='0.02'/> |
258 | <fieldValue name='traceEnabled' value='false'/> |
259 | <fieldValue name='displayMode'/> |
260 | <fieldValue name='transparency' value='0'/> |
261 | </ProtoInstance> |
262 | <ProtoInstance name='Arc'> |
263 | <fieldValue name='cylinderHeight' value='0.78721'/> |
264 | <fieldValue name='cylinderTranslation' value='-0.18651 0.30821 0.75828'/> |
265 | <fieldValue name='coneTranslation' value='-0.13501 0.52882 0.70125'/> |
266 | <fieldValue name='rotation' value='-19.21816 0 -17.35455 0.33518'/> |
267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
268 | <fieldValue name='ballRadius' value='0.02'/> |
269 | <fieldValue name='traceEnabled' value='false'/> |
270 | <fieldValue name='displayMode'/> |
271 | <fieldValue name='transparency' value='0'/> |
272 | </ProtoInstance> |
273 | <ProtoInstance name='Arc'> |
274 | <fieldValue name='cylinderHeight' value='0.80828'/> |
275 | <fieldValue name='cylinderTranslation' value='0.04830 -0.24344 1.02029'/> |
276 | <fieldValue name='coneTranslation' value='0.24256 -0.35214 1.12052'/> |
277 | <fieldValue name='rotation' value='33.18443 0 -64.31675 2.03227'/> |
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.98231'/> |
286 | <fieldValue name='cylinderTranslation' value='-0.55839 -0.01939 1.25186'/> |
287 | <fieldValue name='coneTranslation' value='-0.75062 0.01035 1.51986'/> |
288 | <fieldValue name='rotation' value='79.49848 -0.00000 57.02120 1.48088'/> |
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.92903'/> |
297 | <fieldValue name='cylinderTranslation' value='-0.00964 -0.42681 0.73491'/> |
298 | <fieldValue name='coneTranslation' value='0.16319 -0.66498 0.65660'/> |
299 | <fieldValue name='rotation' value='-23.89139 0 -52.72865 2.46888'/> |
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='1.03705'/> |
308 | <fieldValue name='cylinderTranslation' value='-0.51194 0.32106 1.10742'/> |
309 | <fieldValue name='coneTranslation' value='-0.67694 0.58694 1.28239'/> |
310 | <fieldValue name='rotation' value='50.61126 -0.00000 47.72957 0.73532'/> |
311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
312 | <fieldValue name='ballRadius' value='0.02'/> |
313 | <fieldValue name='traceEnabled' value='false'/> |
314 | <fieldValue name='displayMode'/> |
315 | <fieldValue name='transparency' value='0'/> |
316 | </ProtoInstance> |
317 | <ProtoInstance name='Arc'> |
318 | <fieldValue name='cylinderHeight' value='0.48988'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.33354 0.12095 1.00385'/> |
320 | <fieldValue name='coneTranslation' value='-0.35444 0.18492 1.05569'/> |
321 | <fieldValue name='rotation' value='29.89732 -0.00000 12.05091 0.71817'/> |
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.52101'/> |
330 | <fieldValue name='cylinderTranslation' value='1.28505 0.56744 -1.10730'/> |
331 | <fieldValue name='coneTranslation' value='1.32440 0.62582 -1.17903'/> |
332 | <fieldValue name='rotation' value='-37.18626 0 -20.39434 0.95104'/> |
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.90257'/> |
341 | <fieldValue name='cylinderTranslation' value='1.54398 0.62216 -1.09732'/> |
342 | <fieldValue name='coneTranslation' value='1.77693 0.75515 -1.21090'/> |
343 | <fieldValue name='rotation' value='-35.19139 0 -72.17988 1.09669'/> |
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.99510'/> |
352 | <fieldValue name='cylinderTranslation' value='1.07724 0.87347 -0.75648'/> |
353 | <fieldValue name='coneTranslation' value='1.00543 1.18375 -0.64462'/> |
354 | <fieldValue name='rotation' value='32.97652 -0.00000 21.16901 0.40476'/> |
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.56397'/> |
363 | <fieldValue name='cylinderTranslation' value='1.40541 0.55410 -1.02646'/> |
364 | <fieldValue name='coneTranslation' value='1.50159 0.61379 -1.07193'/> |
365 | <fieldValue name='rotation' value='-21.01950 0 -44.46617 1.05950'/> |
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.62970'/> |
374 | <fieldValue name='cylinderTranslation' value='0.79494 0.92658 -0.41861'/> |
375 | <fieldValue name='coneTranslation' value='0.48301 1.33680 -0.01457'/> |
376 | <fieldValue name='rotation' value='100.55209 -0.00000 77.62846 0.89382'/> |
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.28289'/> |
385 | <fieldValue name='cylinderTranslation' value='1.24994 0.29837 -0.88049'/> |
386 | <fieldValue name='coneTranslation' value='1.24117 0.31382 -0.88586'/> |
387 | <fieldValue name='rotation' value='8.17469 0 -13.37066 2.55445'/> |
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.47282'/> |
396 | <fieldValue name='cylinderTranslation' value='1.39798 0.44077 -1.01677'/> |
397 | <fieldValue name='coneTranslation' value='1.46744 0.44874 -1.04761'/> |
398 | <fieldValue name='rotation' value='-19.08059 0 -42.97953 1.46635'/> |
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.51173'/> |
407 | <fieldValue name='cylinderTranslation' value='1.29628 0.56443 -1.09647'/> |
408 | <fieldValue name='coneTranslation' value='1.33869 0.61999 -1.16207'/> |
409 | <fieldValue name='rotation' value='-35.02010 0 -22.63983 0.95256'/> |
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.51038'/> |
418 | <fieldValue name='cylinderTranslation' value='1.30693 0.56217 -1.09005'/> |
419 | <fieldValue name='coneTranslation' value='1.35313 0.61664 -1.15297'/> |
420 | <fieldValue name='rotation' value='-33.73707 0 -24.77017 0.96151'/> |
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.38373'/> |
429 | <fieldValue name='cylinderTranslation' value='1.10098 0.25936 -0.99550'/> |
430 | <fieldValue name='coneTranslation' value='1.08734 0.23333 -1.00782'/> |
431 | <fieldValue name='rotation' value='-14.82710 0 16.42075 2.52708'/> |
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.53185'/> |
440 | <fieldValue name='cylinderTranslation' value='1.38539 0.55763 -1.02019'/> |
441 | <fieldValue name='coneTranslation' value='1.46597 0.61400 -1.05955'/> |
442 | <fieldValue name='rotation' value='-19.76383 0 -40.46065 1.00968'/> |
443 | <fieldValue name='diffuseColor' value='0 0 0'/> |
444 | <fieldValue name='ballRadius' value='0.02'/> |
445 | <fieldValue name='traceEnabled' value='false'/> |
446 | <fieldValue name='displayMode'/> |
447 | <fieldValue name='transparency' value='0'/> |
448 | </ProtoInstance> |
449 | <ProtoInstance name='Arc'> |
450 | <fieldValue name='cylinderHeight' value='0.52137'/> |
451 | <fieldValue name='cylinderTranslation' value='1.28301 0.56770 -1.10844'/> |
452 | <fieldValue name='coneTranslation' value='1.32160 0.62624 -1.18070'/> |
453 | <fieldValue name='rotation' value='-37.41522 0 -19.98538 0.95030'/> |
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.92702'/> |
462 | <fieldValue name='cylinderTranslation' value='1.46825 0.56665 -1.25433'/> |
463 | <fieldValue name='coneTranslation' value='1.65498 0.66522 -1.47236'/> |
464 | <fieldValue name='rotation' value='-66.59248 0 -57.03348 1.24005'/> |
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.51993'/> |
473 | <fieldValue name='cylinderTranslation' value='1.28974 0.56695 -1.10428'/> |
474 | <fieldValue name='coneTranslation' value='1.33075 0.62494 -1.17462'/> |
475 | <fieldValue name='rotation' value='-36.58329 0 -21.33127 0.95187'/> |
476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
477 | <fieldValue name='ballRadius' value='0.02'/> |
478 | <fieldValue name='traceEnabled' value='false'/> |
479 | <fieldValue name='displayMode'/> |
480 | <fieldValue name='transparency' value='0'/> |
481 | </ProtoInstance> |
482 | <ProtoInstance name='Arc'> |
483 | <fieldValue name='cylinderHeight' value='0.85430'/> |
484 | <fieldValue name='cylinderTranslation' value='1.39454 0.64978 -1.20973'/> |
485 | <fieldValue name='coneTranslation' value='1.52679 0.79591 -1.39007'/> |
486 | <fieldValue name='rotation' value='-57.67185 0 -42.29092 0.99202'/> |
487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
488 | <fieldValue name='ballRadius' value='0.02'/> |
489 | <fieldValue name='traceEnabled' value='false'/> |
490 | <fieldValue name='displayMode'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Arc'> |
494 | <fieldValue name='cylinderHeight' value='0.38794'/> |
495 | <fieldValue name='cylinderTranslation' value='1.27714 0.52866 -1.04831'/> |
496 | <fieldValue name='coneTranslation' value='1.29362 0.54837 -1.07054'/> |
497 | <fieldValue name='rotation' value='-25.38813 0 -18.81239 0.95189'/> |
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.26776'/> |
506 | <fieldValue name='cylinderTranslation' value='0.84754 -0.07108 -0.69368'/> |
507 | <fieldValue name='coneTranslation' value='0.59669 -0.43532 -0.52346'/> |
508 | <fieldValue name='rotation' value='45.53736 -0.00000 67.10833 2.44747'/> |
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.31759'/> |
517 | <fieldValue name='cylinderTranslation' value='1.04004 -0.11728 -0.56216'/> |
518 | <fieldValue name='coneTranslation' value='0.93174 -0.52113 -0.29019'/> |
519 | <fieldValue name='rotation' value='71.84166 -0.00000 28.60844 2.51438'/> |
520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
521 | <fieldValue name='ballRadius' value='0.02'/> |
522 | <fieldValue name='traceEnabled' value='false'/> |
523 | <fieldValue name='displayMode'/> |
524 | <fieldValue name='transparency' value='0'/> |
525 | </ProtoInstance> |
526 | <ProtoInstance name='Arc'> |
527 | <fieldValue name='cylinderHeight' value='0.23061'/> |
528 | <fieldValue name='cylinderTranslation' value='-2.15724 -0.02682 -0.43183'/> |
529 | <fieldValue name='coneTranslation' value='-2.11286 -0.03212 -0.43113'/> |
530 | <fieldValue name='rotation' value='-0.36073 0 22.89531 1.45201'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='1.11967'/> |
539 | <fieldValue name='cylinderTranslation' value='-1.59117 -0.06303 -0.09992'/> |
540 | <fieldValue name='coneTranslation' value='-1.26864 -0.07913 0.13585'/> |
541 | <fieldValue name='rotation' value='66.02179 0 -90.31843 1.61108'/> |
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.72643'/> |
550 | <fieldValue name='cylinderTranslation' value='-2.39729 -0.03326 -0.35140'/> |
551 | <fieldValue name='coneTranslation' value='-2.59565 -0.02922 -0.30741'/> |
552 | <fieldValue name='rotation' value='15.72534 -0.00000 70.90630 1.55091'/> |
553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
554 | <fieldValue name='ballRadius' value='0.02'/> |
555 | <fieldValue name='traceEnabled' value='false'/> |
556 | <fieldValue name='displayMode'/> |
557 | <fieldValue name='transparency' value='0'/> |
558 | </ProtoInstance> |
559 | <ProtoInstance name='Arc'> |
560 | <fieldValue name='cylinderHeight' value='0.84267'/> |
561 | <fieldValue name='cylinderTranslation' value='-2.31251 0.28307 -0.42157'/> |
562 | <fieldValue name='coneTranslation' value='-2.47983 0.48375 -0.41632'/> |
563 | <fieldValue name='rotation' value='1.69170 -0.00000 53.95041 0.69521'/> |
564 | <fieldValue name='diffuseColor' value='0 0 0'/> |
565 | <fieldValue name='ballRadius' value='0.02'/> |
566 | <fieldValue name='traceEnabled' value='false'/> |
567 | <fieldValue name='displayMode'/> |
568 | <fieldValue name='transparency' value='0'/> |
569 | </ProtoInstance> |
570 | <ProtoInstance name='Arc'> |
571 | <fieldValue name='cylinderHeight' value='0.46712'/> |
572 | <fieldValue name='cylinderTranslation' value='-2.20519 0.06157 -0.56327'/> |
573 | <fieldValue name='coneTranslation' value='-2.25634 0.09371 -0.60523'/> |
574 | <fieldValue name='rotation' value='-26.64795 0 32.48471 1.11859'/> |
575 | <fieldValue name='diffuseColor' value='0 0 0'/> |
576 | <fieldValue name='ballRadius' value='0.02'/> |
577 | <fieldValue name='traceEnabled' value='false'/> |
578 | <fieldValue name='displayMode'/> |
579 | <fieldValue name='transparency' value='0'/> |
580 | </ProtoInstance> |
581 | <ProtoInstance name='Arc'> |
582 | <fieldValue name='cylinderHeight' value='0.42555'/> |
583 | <fieldValue name='cylinderTranslation' value='-2.25534 -0.03227 -0.42579'/> |
584 | <fieldValue name='coneTranslation' value='-2.30806 -0.03023 -0.42474'/> |
585 | <fieldValue name='rotation' value='0.84708 -0.00000 42.51507 1.53216'/> |
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.26577'/> |
594 | <fieldValue name='cylinderTranslation' value='-2.16785 -0.00674 -0.45956'/> |
595 | <fieldValue name='coneTranslation' value='-2.14233 -0.01363 -0.45353'/> |
596 | <fieldValue name='rotation' value='-5.90592 0 25.01856 1.31407'/> |
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.78971'/> |
605 | <fieldValue name='cylinderTranslation' value='-2.27778 0.18015 -0.65805'/> |
606 | <fieldValue name='coneTranslation' value='-2.41756 0.31139 -0.79368'/> |
607 | <fieldValue name='rotation' value='-45.60579 0 47.00332 0.97788'/> |
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.50792'/> |
616 | <fieldValue name='cylinderTranslation' value='-1.82399 -0.15601 -0.48737'/> |
617 | <fieldValue name='coneTranslation' value='-1.74305 -0.19875 -0.50858'/> |
618 | <fieldValue name='rotation' value='-11.46819 0 -43.75456 2.04304'/> |
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.64100'/> |
627 | <fieldValue name='cylinderTranslation' value='-1.34362 -0.41357 -0.64269'/> |
628 | <fieldValue name='coneTranslation' value='-0.78081 -0.71391 -0.81388'/> |
629 | <fieldValue name='rotation' value='-42.53261 0 -139.82860 2.04284'/> |
630 | <fieldValue name='diffuseColor' value='0 0 0'/> |
631 | <fieldValue name='ballRadius' value='0.02'/> |
632 | <fieldValue name='traceEnabled' value='false'/> |
633 | <fieldValue name='displayMode'/> |
634 | <fieldValue name='transparency' value='0'/> |
635 | </ProtoInstance> |
636 | <ProtoInstance name='Arc'> |
637 | <fieldValue name='cylinderHeight' value='0.74286'/> |
638 | <fieldValue name='cylinderTranslation' value='-2.35877 -0.11417 -0.61078'/> |
639 | <fieldValue name='coneTranslation' value='-2.53865 -0.15611 -0.71367'/> |
640 | <fieldValue name='rotation' value='-36.15047 0 63.20105 1.77050'/> |
641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
642 | <fieldValue name='ballRadius' value='0.02'/> |
643 | <fieldValue name='traceEnabled' value='false'/> |
644 | <fieldValue name='displayMode'/> |
645 | <fieldValue name='transparency' value='0'/> |
646 | </ProtoInstance> |
647 | <ProtoInstance name='Arc'> |
648 | <fieldValue name='cylinderHeight' value='0.41791'/> |
649 | <fieldValue name='cylinderTranslation' value='-2.24186 0.01699 -0.45685'/> |
650 | <fieldValue name='coneTranslation' value='-2.28850 0.03046 -0.46313'/> |
651 | <fieldValue name='rotation' value='-5.36439 0 39.81912 1.29213'/> |
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.40793'/> |
660 | <fieldValue name='cylinderTranslation' value='-2.24209 -0.00353 -0.45250'/> |
661 | <fieldValue name='coneTranslation' value='-2.28506 0.00444 -0.45735'/> |
662 | <fieldValue name='rotation' value='-4.49551 0 39.86552 1.38859'/> |
663 | <fieldValue name='diffuseColor' value='0 0 0'/> |
664 | <fieldValue name='ballRadius' value='0.02'/> |
665 | <fieldValue name='traceEnabled' value='false'/> |
666 | <fieldValue name='displayMode'/> |
667 | <fieldValue name='transparency' value='0'/> |
668 | </ProtoInstance> |
669 | <ProtoInstance name='Arc'> |
670 | <fieldValue name='cylinderHeight' value='0.74441'/> |
671 | <fieldValue name='cylinderTranslation' value='-2.36925 -0.13869 -0.57934'/> |
672 | <fieldValue name='coneTranslation' value='-2.55540 -0.19469 -0.66447'/> |
673 | <fieldValue name='rotation' value='-29.86365 0 65.29838 1.83781'/> |
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.42156'/> |
682 | <fieldValue name='cylinderTranslation' value='-2.23809 0.02727 -0.47109'/> |
683 | <fieldValue name='coneTranslation' value='-2.28514 0.04360 -0.48098'/> |
684 | <fieldValue name='rotation' value='-8.21200 0 39.06464 1.24352'/> |
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.84267'/> |
693 | <fieldValue name='cylinderTranslation' value='-2.31251 0.28307 -0.42157'/> |
694 | <fieldValue name='coneTranslation' value='-2.47983 0.48375 -0.41632'/> |
695 | <fieldValue name='rotation' value='1.69171 -0.00000 53.95041 0.69521'/> |
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.33920'/> |
704 | <fieldValue name='cylinderTranslation' value='-2.19133 -0.05728 -0.51010'/> |
705 | <fieldValue name='coneTranslation' value='-2.19974 -0.05823 -0.51463'/> |
706 | <fieldValue name='rotation' value='-16.01420 0 29.71273 1.66999'/> |
707 | <fieldValue name='diffuseColor' value='0 0 0'/> |
708 | <fieldValue name='ballRadius' value='0.02'/> |
709 | <fieldValue name='traceEnabled' value='false'/> |
710 | <fieldValue name='displayMode'/> |
711 | <fieldValue name='transparency' value='0'/> |
712 | </ProtoInstance> |
713 | <ProtoInstance name='Arc'> |
714 | <fieldValue name='cylinderHeight' value='0.62351'/> |
715 | <fieldValue name='cylinderTranslation' value='-2.00497 0.08641 -0.14778'/> |
716 | <fieldValue name='coneTranslation' value='-1.98657 0.14818 -0.01039'/> |
717 | <fieldValue name='rotation' value='56.44836 0 -7.55855 1.15158'/> |
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.55396'/> |
726 | <fieldValue name='cylinderTranslation' value='-0.60671 -0.65608 -2.13658'/> |
727 | <fieldValue name='coneTranslation' value='-0.60776 -0.60750 -2.24299'/> |
728 | <fieldValue name='rotation' value='-50.39148 0 0.49786 1.14258'/> |
729 | <fieldValue name='diffuseColor' value='0 0 0'/> |
730 | <fieldValue name='ballRadius' value='0.02'/> |
731 | <fieldValue name='traceEnabled' value='false'/> |
732 | <fieldValue name='displayMode'/> |
733 | <fieldValue name='transparency' value='0'/> |
734 | </ProtoInstance> |
735 | <ProtoInstance name='Arc'> |
736 | <fieldValue name='cylinderHeight' value='0.50489'/> |
737 | <fieldValue name='cylinderTranslation' value='-0.69616 -0.68456 -2.10323'/> |
738 | <fieldValue name='coneTranslation' value='-0.72983 -0.65287 -2.18328'/> |
739 | <fieldValue name='rotation' value='-43.72138 0 18.38740 1.22093'/> |
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.86336'/> |
748 | <fieldValue name='cylinderTranslation' value='-0.78673 -0.59334 -2.23311'/> |
749 | <fieldValue name='coneTranslation' value='-0.90160 -0.48147 -2.45243'/> |
750 | <fieldValue name='rotation' value='-69.69762 0 36.50168 1.14641'/> |
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.53420'/> |
759 | <fieldValue name='cylinderTranslation' value='-0.57951 -0.84370 -2.14047'/> |
760 | <fieldValue name='coneTranslation' value='-0.56960 -0.87281 -2.24306'/> |
761 | <fieldValue name='rotation' value='-51.17022 0 -4.94219 1.84610'/> |
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.32296'/> |
770 | <fieldValue name='cylinderTranslation' value='-0.73977 -0.81003 -1.80597'/> |
771 | <fieldValue name='coneTranslation' value='-0.74101 -0.81039 -1.80524'/> |
772 | <fieldValue name='rotation' value='15.73071 -0.00000 27.10936 1.81434'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='0.47471'/> |
781 | <fieldValue name='cylinderTranslation' value='-0.67212 -0.83818 -2.10194'/> |
782 | <fieldValue name='coneTranslation' value='-0.69425 -0.86004 -2.17276'/> |
783 | <fieldValue name='rotation' value='-43.46380 0 13.57977 1.85734'/> |
784 | <fieldValue name='diffuseColor' value='0 0 0'/> |
785 | <fieldValue name='ballRadius' value='0.02'/> |
786 | <fieldValue name='traceEnabled' value='false'/> |
787 | <fieldValue name='displayMode'/> |
788 | <fieldValue name='transparency' value='0'/> |
789 | </ProtoInstance> |
790 | <ProtoInstance name='Arc'> |
791 | <fieldValue name='cylinderHeight' value='0.85514'/> |
792 | <fieldValue name='cylinderTranslation' value='-0.57275 -0.90476 -2.28954'/> |
793 | <fieldValue name='coneTranslation' value='-0.55305 -0.98840 -2.54293'/> |
794 | <fieldValue name='rotation' value='-80.98392 0 -6.29523 1.88874'/> |
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.50464'/> |
803 | <fieldValue name='cylinderTranslation' value='-0.58139 -0.82470 -2.13012'/> |
804 | <fieldValue name='coneTranslation' value='-0.57303 -0.84431 -2.21994'/> |
805 | <fieldValue name='rotation' value='-49.09956 0 -4.56727 1.78488'/> |
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.30139'/> |
814 | <fieldValue name='cylinderTranslation' value='-0.63367 -0.78277 -2.03194'/> |
815 | <fieldValue name='coneTranslation' value='-0.63186 -0.78205 -2.02285'/> |
816 | <fieldValue name='rotation' value='-29.46509 0 5.88996 1.64836'/> |
817 | <fieldValue name='diffuseColor' value='0 0 0'/> |
818 | <fieldValue name='ballRadius' value='0.02'/> |
819 | <fieldValue name='traceEnabled' value='false'/> |
820 | <fieldValue name='displayMode'/> |
821 | <fieldValue name='transparency' value='0'/> |
822 | </ProtoInstance> |
823 | <ProtoInstance name='Arc'> |
824 | <fieldValue name='cylinderHeight' value='0.88416'/> |
825 | <fieldValue name='cylinderTranslation' value='-0.61207 -0.57303 -2.27977'/> |
826 | <fieldValue name='coneTranslation' value='-0.61708 -0.44666 -2.53191'/> |
827 | <fieldValue name='rotation' value='-79.03042 0 1.56997 1.10625'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='0.45123'/> |
836 | <fieldValue name='cylinderTranslation' value='-0.78090 -0.83153 -2.01125'/> |
837 | <fieldValue name='coneTranslation' value='-0.83228 -0.84910 -2.04808'/> |
838 | <fieldValue name='rotation' value='-25.32722 0 35.33469 1.84198'/> |
839 | <fieldValue name='diffuseColor' value='0 0 0'/> |
840 | <fieldValue name='ballRadius' value='0.02'/> |
841 | <fieldValue name='traceEnabled' value='false'/> |
842 | <fieldValue name='displayMode'/> |
843 | <fieldValue name='transparency' value='0'/> |
844 | </ProtoInstance> |
845 | <ProtoInstance name='Arc'> |
846 | <fieldValue name='cylinderHeight' value='1.03017'/> |
847 | <fieldValue name='cylinderTranslation' value='-0.62435 -0.77888 -1.36999'/> |
848 | <fieldValue name='coneTranslation' value='-0.63822 -0.78424 -1.01521'/> |
849 | <fieldValue name='rotation' value='102.92668 -0.00000 4.02516 1.58591'/> |
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.92031'/> |
858 | <fieldValue name='cylinderTranslation' value='-0.49148 -0.67071 -2.31930'/> |
859 | <fieldValue name='coneTranslation' value='-0.41793 -0.60523 -2.60285'/> |
860 | <fieldValue name='rotation' value='-86.93718 0 -22.54948 1.35087'/> |
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.49252'/> |
869 | <fieldValue name='cylinderTranslation' value='-0.68593 -0.86893 -2.09532'/> |
870 | <fieldValue name='coneTranslation' value='-0.71455 -0.90321 -2.16912'/> |
871 | <fieldValue name='rotation' value='-42.13954 0 16.34168 1.97939'/> |
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.49036'/> |
880 | <fieldValue name='cylinderTranslation' value='-0.68256 -0.86091 -2.09889'/> |
881 | <fieldValue name='coneTranslation' value='-0.70977 -0.89211 -2.17333'/> |
882 | <fieldValue name='rotation' value='-42.85337 0 15.66677 1.94586'/> |
883 | <fieldValue name='diffuseColor' value='0 0 0'/> |
884 | <fieldValue name='ballRadius' value='0.02'/> |
885 | <fieldValue name='traceEnabled' value='false'/> |
886 | <fieldValue name='displayMode'/> |
887 | <fieldValue name='transparency' value='0'/> |
888 | </ProtoInstance> |
889 | <ProtoInstance name='Arc'> |
890 | <fieldValue name='cylinderHeight' value='0.53802'/> |
891 | <fieldValue name='cylinderTranslation' value='-0.70965 -0.66647 -2.10891'/> |
892 | <fieldValue name='coneTranslation' value='-0.75237 -0.62407 -2.19980'/> |
893 | <fieldValue name='rotation' value='-44.85814 0 21.08561 1.17134'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='0.49062'/> |
902 | <fieldValue name='cylinderTranslation' value='-0.76062 -0.82410 -2.06602'/> |
903 | <fieldValue name='coneTranslation' value='-0.81501 -0.84253 -2.12911'/> |
904 | <fieldValue name='rotation' value='-36.28097 0 31.27945 1.78858'/> |
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='1.81762'/> |
913 | <fieldValue name='cylinderTranslation' value='-0.04611 -0.66469 -1.17531'/> |
914 | <fieldValue name='coneTranslation' value='0.41374 -0.57703 -0.59087'/> |
915 | <fieldValue name='rotation' value='141.86247 0 -111.62235 1.45345'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='1.15313'/> |
924 | <fieldValue name='cylinderTranslation' value='0.95354 -1.71195 0.62842'/> |
925 | <fieldValue name='coneTranslation' value='1.24821 -1.97855 0.75342'/> |
926 | <fieldValue name='rotation' value='34.60203 0 -81.56937 2.26528'/> |
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='1.14352'/> |
935 | <fieldValue name='cylinderTranslation' value='0.36852 -1.88294 0.39271'/> |
936 | <fieldValue name='coneTranslation' value='0.24092 -2.27182 0.34757'/> |
937 | <fieldValue name='rotation' value='-12.53837 0 35.43506 2.80666'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='0.65202'/> |
946 | <fieldValue name='cylinderTranslation' value='0.30696 -1.54864 0.53894'/> |
947 | <fieldValue name='coneTranslation' value='0.18539 -1.65338 0.58148'/> |
948 | <fieldValue name='rotation' value='16.70664 -0.00000 47.74742 2.25355'/> |
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.66765'/> |
957 | <fieldValue name='cylinderTranslation' value='0.86593 -1.27002 0.51515'/> |
958 | <fieldValue name='coneTranslation' value='1.03268 -1.23205 0.54626'/> |
959 | <fieldValue name='rotation' value='11.94841 0 -64.04717 1.35055'/> |
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.28719'/> |
968 | <fieldValue name='cylinderTranslation' value='0.23719 -0.81740 0.66237'/> |
969 | <fieldValue name='coneTranslation' value='0.00537 -0.42250 0.81788'/> |
970 | <fieldValue name='rotation' value='41.39237 -0.00000 61.70161 0.61532'/> |
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='1.19159'/> |
979 | <fieldValue name='cylinderTranslation' value='1.05390 -1.43037 0.75382'/> |
980 | <fieldValue name='coneTranslation' value='1.42564 -1.49431 0.97209'/> |
981 | <fieldValue name='rotation' value='59.68191 0 -101.64234 1.71805'/> |
982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
983 | <fieldValue name='ballRadius' value='0.02'/> |
984 | <fieldValue name='traceEnabled' value='false'/> |
985 | <fieldValue name='displayMode'/> |
986 | <fieldValue name='transparency' value='0'/> |
987 | </ProtoInstance> |
988 | <ProtoInstance name='Arc'> |
989 | <fieldValue name='cylinderHeight' value='1.04988'/> |
990 | <fieldValue name='cylinderTranslation' value='0.75554 -1.09818 0.86967'/> |
991 | <fieldValue name='coneTranslation' value='0.90143 -0.92801 1.15766'/> |
992 | <fieldValue name='rotation' value='82.85230 0 -41.97023 1.08571'/> |
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.09632'/> |
1001 | <fieldValue name='cylinderTranslation' value='0.24947 -1.58803 0.06467'/> |
1002 | <fieldValue name='coneTranslation' value='0.03971 -1.76157 -0.21201'/> |
1003 | <fieldValue name='rotation' value='-78.14645 0 59.24451 2.03430'/> |
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.14786'/> |
1012 | <fieldValue name='cylinderTranslation' value='0.77375 -1.80849 0.20910'/> |
1013 | <fieldValue name='coneTranslation' value='0.93822 -2.14424 0.03146'/> |
1014 | <fieldValue name='rotation' value='-49.26094 0 -45.61039 2.51688'/> |
1015 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1016 | <fieldValue name='ballRadius' value='0.02'/> |
1017 | <fieldValue name='traceEnabled' value='false'/> |
1018 | <fieldValue name='displayMode'/> |
1019 | <fieldValue name='transparency' value='0'/> |
1020 | </ProtoInstance> |
1021 | <ProtoInstance name='Arc'> |
1022 | <fieldValue name='cylinderHeight' value='0.66003'/> |
1023 | <fieldValue name='cylinderTranslation' value='0.79718 -1.55213 0.41170'/> |
1024 | <fieldValue name='coneTranslation' value='0.92673 -1.65989 0.38918'/> |
1025 | <fieldValue name='rotation' value='-8.74163 0 -50.29681 2.25730'/> |
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.04921'/> |
1034 | <fieldValue name='cylinderTranslation' value='0.75090 -1.10273 0.87420'/> |
1035 | <fieldValue name='coneTranslation' value='0.89352 -0.93577 1.16527'/> |
1036 | <fieldValue name='rotation' value='83.75953 0 -41.04138 1.09515'/> |
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.91102'/> |
1045 | <fieldValue name='cylinderTranslation' value='0.22652 -1.01800 0.46045'/> |
1046 | <fieldValue name='coneTranslation' value='0.01946 -0.80719 0.46373'/> |
1047 | <fieldValue name='rotation' value='1.00954 -0.00000 63.83402 0.77649'/> |
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='1.17954'/> |
1056 | <fieldValue name='cylinderTranslation' value='1.10737 -1.26279 0.29440'/> |
1057 | <fieldValue name='coneTranslation' value='1.51667 -1.20438 0.17708'/> |
1058 | <fieldValue name='rotation' value='-32.20022 0 -112.33527 1.43445'/> |
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.81414'/> |
1067 | <fieldValue name='cylinderTranslation' value='0.32188 -1.01589 0.54838'/> |
1068 | <fieldValue name='coneTranslation' value='0.18603 -0.81739 0.60481'/> |
1069 | <fieldValue name='rotation' value='18.59435 -0.00000 44.76330 0.63773'/> |
1070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1071 | <fieldValue name='ballRadius' value='0.02'/> |
1072 | <fieldValue name='traceEnabled' value='false'/> |
1073 | <fieldValue name='displayMode'/> |
1074 | <fieldValue name='transparency' value='0'/> |
1075 | </ProtoInstance> |
1076 | <ProtoInstance name='Arc'> |
1077 | <fieldValue name='cylinderHeight' value='1.17778'/> |
1078 | <fieldValue name='cylinderTranslation' value='1.12333 -1.32402 0.56840'/> |
1079 | <fieldValue name='coneTranslation' value='1.54402 -1.31023 0.65070'/> |
1080 | <fieldValue name='rotation' value='22.59899 0 -115.52721 1.53864'/> |
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.03986'/> |
1089 | <fieldValue name='cylinderTranslation' value='0.48791 -1.51243 -0.03272'/> |
1090 | <fieldValue name='coneTranslation' value='0.44791 -1.62976 -0.37063'/> |
1091 | <fieldValue name='rotation' value='-97.62524 0 11.55600 1.90283'/> |
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.55258'/> |
1100 | <fieldValue name='cylinderTranslation' value='0.63724 -1.24503 0.69700'/> |
1101 | <fieldValue name='coneTranslation' value='0.67577 -1.20381 0.79868'/> |
1102 | <fieldValue name='rotation' value='48.31797 0 -18.30887 1.20849'/> |
1103 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1104 | <fieldValue name='ballRadius' value='0.02'/> |
1105 | <fieldValue name='traceEnabled' value='false'/> |
1106 | <fieldValue name='displayMode'/> |
1107 | <fieldValue name='transparency' value='0'/> |
1108 | </ProtoInstance> |
1109 | <ProtoInstance name='Arc'> |
1110 | <fieldValue name='cylinderHeight' value='0.78388'/> |
1111 | <fieldValue name='cylinderTranslation' value='0.36676 -1.02026 0.58759'/> |
1112 | <fieldValue name='coneTranslation' value='0.26087 -0.82930 0.66581'/> |
1113 | <fieldValue name='rotation' value='26.43605 -0.00000 35.78703 0.60358'/> |
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.71052'/> |
1122 | <fieldValue name='cylinderTranslation' value='0.87481 -1.47577 0.43949'/> |
1123 | <fieldValue name='coneTranslation' value='1.05570 -1.54876 0.43075'/> |
1124 | <fieldValue name='rotation' value='-3.18240 0 -65.82299 1.95395'/> |
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.19159'/> |
1133 | <fieldValue name='cylinderTranslation' value='1.05390 -1.43037 0.75382'/> |
1134 | <fieldValue name='coneTranslation' value='1.42564 -1.49431 0.97209'/> |
1135 | <fieldValue name='rotation' value='59.68191 0 -101.64234 1.71805'/> |
1136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1137 | <fieldValue name='ballRadius' value='0.02'/> |
1138 | <fieldValue name='traceEnabled' value='false'/> |
1139 | <fieldValue name='displayMode'/> |
1140 | <fieldValue name='transparency' value='0'/> |
1141 | </ProtoInstance> |
1142 | <ProtoInstance name='Arc'> |
1143 | <fieldValue name='cylinderHeight' value='0.71649'/> |
1144 | <fieldValue name='cylinderTranslation' value='0.65954 -1.60598 0.67034'/> |
1145 | <fieldValue name='coneTranslation' value='0.72253 -1.75154 0.78928'/> |
1146 | <fieldValue name='rotation' value='42.98650 0 -22.76863 2.39530'/> |
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.71956'/> |
1155 | <fieldValue name='cylinderTranslation' value='0.83647 -1.23036 0.27592'/> |
1156 | <fieldValue name='coneTranslation' value='0.99793 -1.16784 0.17626'/> |
1157 | <fieldValue name='rotation' value='-35.89680 0 -58.15546 1.25251'/> |
1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1159 | <fieldValue name='ballRadius' value='0.02'/> |
1160 | <fieldValue name='traceEnabled' value='false'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='transparency' value='0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Arc'> |
1165 | <fieldValue name='cylinderHeight' value='0.62087'/> |
1166 | <fieldValue name='cylinderTranslation' value='0.44244 -1.07977 0.58362'/> |
1167 | <fieldValue name='coneTranslation' value='0.39240 -0.95223 0.64576'/> |
1168 | <fieldValue name='rotation' value='25.64342 -0.00000 20.65101 0.55896'/> |
1169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1170 | <fieldValue name='ballRadius' value='0.02'/> |
1171 | <fieldValue name='traceEnabled' value='false'/> |
1172 | <fieldValue name='displayMode'/> |
1173 | <fieldValue name='transparency' value='0'/> |
1174 | </ProtoInstance> |
1175 | <ProtoInstance name='Arc'> |
1176 | <fieldValue name='cylinderHeight' value='0.67921'/> |
1177 | <fieldValue name='cylinderTranslation' value='0.75176 -1.40855 0.71726'/> |
1178 | <fieldValue name='coneTranslation' value='0.86074 -1.44325 0.85574'/> |
1179 | <fieldValue name='rotation' value='52.37001 0 -41.21294 1.76518'/> |
1180 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1181 | <fieldValue name='ballRadius' value='0.02'/> |
1182 | <fieldValue name='traceEnabled' value='false'/> |
1183 | <fieldValue name='displayMode'/> |
1184 | <fieldValue name='transparency' value='0'/> |
1185 | </ProtoInstance> |
1186 | <ProtoInstance name='Arc'> |
1187 | <fieldValue name='cylinderHeight' value='0.77097'/> |
1188 | <fieldValue name='cylinderTranslation' value='0.24766 -1.33448 0.69975'/> |
1189 | <fieldValue name='coneTranslation' value='0.07333 -1.32952 0.84268'/> |
1190 | <fieldValue name='rotation' value='48.86942 -0.00000 59.60645 1.54881'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='0.71801'/> |
1199 | <fieldValue name='cylinderTranslation' value='0.89976 -1.32769 0.51277'/> |
1200 | <fieldValue name='coneTranslation' value='1.09602 -1.31923 0.54456'/> |
1201 | <fieldValue name='rotation' value='11.47206 0 -70.81247 1.52827'/> |
1202 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1203 | <fieldValue name='ballRadius' value='0.02'/> |
1204 | <fieldValue name='traceEnabled' value='false'/> |
1205 | <fieldValue name='displayMode'/> |
1206 | <fieldValue name='transparency' value='0'/> |
1207 | </ProtoInstance> |
1208 | <ProtoInstance name='Arc'> |
1209 | <fieldValue name='cylinderHeight' value='0.68032'/> |
1210 | <fieldValue name='cylinderTranslation' value='0.82708 -1.39523 0.27157'/> |
1211 | <fieldValue name='coneTranslation' value='0.97612 -1.42291 0.17421'/> |
1212 | <fieldValue name='rotation' value='-36.76692 0 -56.27799 1.72508'/> |
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.66540'/> |
1221 | <fieldValue name='cylinderTranslation' value='0.52325 -1.66814 0.52205'/> |
1222 | <fieldValue name='coneTranslation' value='0.51161 -1.83694 0.55664'/> |
1223 | <fieldValue name='rotation' value='13.32820 -0.00000 4.48769 2.92863'/> |
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='1.10462'/> |
1232 | <fieldValue name='cylinderTranslation' value='0.72063 -1.73666 0.80100'/> |
1233 | <fieldValue name='coneTranslation' value='0.84489 -2.01631 1.04648'/> |
1234 | <fieldValue name='rotation' value='69.11902 0 -34.98752 2.36433'/> |
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.52922'/> |
1243 | <fieldValue name='cylinderTranslation' value='0.41547 -1.28839 0.23161'/> |
1244 | <fieldValue name='coneTranslation' value='0.36399 -1.26682 0.14314'/> |
1245 | <fieldValue name='rotation' value='-44.75833 0 26.04411 1.36310'/> |
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.53216'/> |
1254 | <fieldValue name='cylinderTranslation' value='0.52148 -1.32348 0.71967'/> |
1255 | <fieldValue name='coneTranslation' value='0.51182 -1.31572 0.82502'/> |
1256 | <fieldValue name='rotation' value='52.85192 -0.00000 4.84312 1.49755'/> |
1257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1258 | <fieldValue name='ballRadius' value='0.02'/> |
1259 | <fieldValue name='traceEnabled' value='false'/> |
1260 | <fieldValue name='displayMode'/> |
1261 | <fieldValue name='transparency' value='0'/> |
1262 | </ProtoInstance> |
1263 | <ProtoInstance name='Arc'> |
1264 | <fieldValue name='cylinderHeight' value='0.78335'/> |
1265 | <fieldValue name='cylinderTranslation' value='0.34477 -1.03368 0.58728'/> |
1266 | <fieldValue name='coneTranslation' value='0.22592 -0.85074 0.66528'/> |
1267 | <fieldValue name='rotation' value='26.37444 -0.00000 40.18463 0.66062'/> |
1268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1269 | <fieldValue name='ballRadius' value='0.02'/> |
1270 | <fieldValue name='traceEnabled' value='false'/> |
1271 | <fieldValue name='displayMode'/> |
1272 | <fieldValue name='transparency' value='0'/> |
1273 | </ProtoInstance> |
1274 | <ProtoInstance name='Arc'> |
1275 | <fieldValue name='cylinderHeight' value='0.68984'/> |
1276 | <fieldValue name='cylinderTranslation' value='0.33689 -1.61417 0.41278'/> |
1277 | <fieldValue name='coneTranslation' value='0.22495 -1.75957 0.38993'/> |
1278 | <fieldValue name='rotation' value='-8.52465 0 41.76006 2.47560'/> |
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='1.49193'/> |
1287 | <fieldValue name='cylinderTranslation' value='0.94691 -1.75093 -0.02318'/> |
1288 | <fieldValue name='coneTranslation' value='1.26208 -2.07140 -0.39911'/> |
1289 | <fieldValue name='rotation' value='-95.71675 0 -80.24410 2.14947'/> |
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.15313'/> |
1298 | <fieldValue name='cylinderTranslation' value='0.95354 -1.71195 0.62842'/> |
1299 | <fieldValue name='coneTranslation' value='1.24821 -1.97855 0.75342'/> |
1300 | <fieldValue name='rotation' value='34.60203 0 -81.56937 2.26528'/> |
1301 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1302 | <fieldValue name='ballRadius' value='0.02'/> |
1303 | <fieldValue name='traceEnabled' value='false'/> |
1304 | <fieldValue name='displayMode'/> |
1305 | <fieldValue name='transparency' value='0'/> |
1306 | </ProtoInstance> |
1307 | <ProtoInstance name='Arc'> |
1308 | <fieldValue name='cylinderHeight' value='0.70457'/> |
1309 | <fieldValue name='cylinderTranslation' value='0.45970 -1.67580 0.37846'/> |
1310 | <fieldValue name='coneTranslation' value='0.41277 -1.85748 0.33646'/> |
1311 | <fieldValue name='rotation' value='-15.38977 0 17.19832 2.80787'/> |
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.85582'/> |
1320 | <fieldValue name='cylinderTranslation' value='-0.04939 -1.06481 -0.19997'/> |
1321 | <fieldValue name='coneTranslation' value='-0.54186 -0.83462 -0.74234'/> |
1322 | <fieldValue name='rotation' value='-131.07577 0 119.01690 1.26636'/> |
1323 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1324 | <fieldValue name='ballRadius' value='0.02'/> |
1325 | <fieldValue name='traceEnabled' value='false'/> |
1326 | <fieldValue name='displayMode'/> |
1327 | <fieldValue name='transparency' value='0'/> |
1328 | </ProtoInstance> |
1329 | <ProtoInstance name='Arc'> |
1330 | <fieldValue name='cylinderHeight' value='0.63970'/> |
1331 | <fieldValue name='cylinderTranslation' value='0.41131 -1.52139 0.22648'/> |
1332 | <fieldValue name='coneTranslation' value='0.34416 -1.61056 0.11208'/> |
1333 | <fieldValue name='rotation' value='-45.78454 0 26.87573 2.16262'/> |
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='1.14677'/> |
1342 | <fieldValue name='cylinderTranslation' value='0.66684 -1.88637 0.59249'/> |
1343 | <fieldValue name='coneTranslation' value='0.75417 -2.27815 0.69132'/> |
1344 | <fieldValue name='rotation' value='27.41631 0 -24.22860 2.81686'/> |
1345 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1346 | <fieldValue name='ballRadius' value='0.02'/> |
1347 | <fieldValue name='traceEnabled' value='false'/> |
1348 | <fieldValue name='displayMode'/> |
1349 | <fieldValue name='transparency' value='0'/> |
1350 | </ProtoInstance> |
1351 | <ProtoInstance name='Arc'> |
1352 | <fieldValue name='cylinderHeight' value='0.77678'/> |
1353 | <fieldValue name='cylinderTranslation' value='0.74948 -1.55517 0.20187'/> |
1354 | <fieldValue name='coneTranslation' value='0.86932 -1.67997 0.05279'/> |
1355 | <fieldValue name='rotation' value='-50.70623 0 -40.75835 2.14887'/> |
1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1357 | <fieldValue name='ballRadius' value='0.02'/> |
1358 | <fieldValue name='traceEnabled' value='false'/> |
1359 | <fieldValue name='displayMode'/> |
1360 | <fieldValue name='transparency' value='0'/> |
1361 | </ProtoInstance> |
1362 | <ProtoInstance name='Arc'> |
1363 | <fieldValue name='cylinderHeight' value='1.12608'/> |
1364 | <fieldValue name='cylinderTranslation' value='0.88316 -1.48825 0.88204'/> |
1365 | <fieldValue name='coneTranslation' value='1.12472 -1.59226 1.18744'/> |
1366 | <fieldValue name='rotation' value='85.32776 0 -67.49242 1.83181'/> |
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.69384'/> |
1375 | <fieldValue name='cylinderTranslation' value='0.36720 -1.60417 0.31307'/> |
1376 | <fieldValue name='coneTranslation' value='0.27103 -1.74491 0.23638'/> |
1377 | <fieldValue name='rotation' value='-28.46754 0 35.69888 2.42334'/> |
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.14597'/> |
1386 | <fieldValue name='cylinderTranslation' value='1.08622 -1.53304 0.45834'/> |
1387 | <fieldValue name='coneTranslation' value='1.47582 -1.67005 0.46046'/> |
1388 | <fieldValue name='rotation' value='0.58766 0 -108.10586 1.90896'/> |
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.82345'/> |
1397 | <fieldValue name='cylinderTranslation' value='0.28379 -1.44264 0.75704'/> |
1398 | <fieldValue name='coneTranslation' value='0.12366 -1.50359 0.94145'/> |
1399 | <fieldValue name='rotation' value='60.32665 -0.00000 52.38154 1.81536'/> |
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.07262'/> |
1408 | <fieldValue name='cylinderTranslation' value='0.50739 -1.84243 0.26388'/> |
1409 | <fieldValue name='coneTranslation' value='0.48052 -2.19290 0.12949'/> |
1410 | <fieldValue name='rotation' value='-38.30553 0 7.66047 2.76883'/> |
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.70711'/> |
1419 | <fieldValue name='cylinderTranslation' value='0.50840 -1.68690 0.52828'/> |
1420 | <fieldValue name='coneTranslation' value='0.48798 -1.87519 0.56817'/> |
1421 | <fieldValue name='rotation' value='14.57463 -0.00000 7.45939 2.90793'/> |
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.66448'/> |
1430 | <fieldValue name='cylinderTranslation' value='0.82659 -1.51659 0.41890'/> |
1431 | <fieldValue name='coneTranslation' value='0.97221 -1.60661 0.39997'/> |
1432 | <fieldValue name='rotation' value='-7.30142 0 -56.17868 2.12073'/> |
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.62648'/> |
1441 | <fieldValue name='cylinderTranslation' value='0.61010 -1.48536 0.72687'/> |
1442 | <fieldValue name='coneTranslation' value='0.64162 -1.55503 0.85967'/> |
1443 | <fieldValue name='rotation' value='54.29245 0 -12.88238 2.04275'/> |
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.56331'/> |
1452 | <fieldValue name='cylinderTranslation' value='0.74186 -1.16031 0.54194'/> |
1453 | <fieldValue name='coneTranslation' value='0.82659 -1.08142 0.57932'/> |
1454 | <fieldValue name='rotation' value='17.30743 0 -39.23294 0.86522'/> |
1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1456 | <fieldValue name='ballRadius' value='0.02'/> |
1457 | <fieldValue name='traceEnabled' value='false'/> |
1458 | <fieldValue name='displayMode'/> |
1459 | <fieldValue name='transparency' value='0'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Arc'> |
1462 | <fieldValue name='cylinderHeight' value='1.21070'/> |
1463 | <fieldValue name='cylinderTranslation' value='0.52885 -0.95063 -0.00529'/> |
1464 | <fieldValue name='coneTranslation' value='0.51645 -0.66199 -0.34423'/> |
1465 | <fieldValue name='rotation' value='-92.13998 0 3.36939 0.86571'/> |
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.66643'/> |
1474 | <fieldValue name='cylinderTranslation' value='0.54158 -1.62426 0.27686'/> |
1475 | <fieldValue name='coneTranslation' value='0.53944 -1.77049 0.18404'/> |
1476 | <fieldValue name='rotation' value='-35.70992 0 0.82342 2.57592'/> |
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='1.18768'/> |
1485 | <fieldValue name='cylinderTranslation' value='0.45779 -0.88317 0.82081'/> |
1486 | <fieldValue name='coneTranslation' value='0.39356 -0.54727 1.08776'/> |
1487 | <fieldValue name='rotation' value='73.08047 -0.00000 17.58130 0.68526'/> |
1488 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1489 | <fieldValue name='ballRadius' value='0.02'/> |
1490 | <fieldValue name='traceEnabled' value='false'/> |
1491 | <fieldValue name='displayMode'/> |
1492 | <fieldValue name='transparency' value='0'/> |
1493 | </ProtoInstance> |
1494 | <ProtoInstance name='Arc'> |
1495 | <fieldValue name='cylinderHeight' value='1.09582'/> |
1496 | <fieldValue name='cylinderTranslation' value='0.81034 -1.65338 0.08961'/> |
1497 | <fieldValue name='coneTranslation' value='0.99770 -1.87316 -0.16936'/> |
1498 | <fieldValue name='rotation' value='-73.15847 0 -52.92934 2.17313'/> |
1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1500 | <fieldValue name='ballRadius' value='0.02'/> |
1501 | <fieldValue name='traceEnabled' value='false'/> |
1502 | <fieldValue name='displayMode'/> |
1503 | <fieldValue name='transparency' value='0'/> |
1504 | </ProtoInstance> |
1505 | <ProtoInstance name='Arc'> |
1506 | <fieldValue name='cylinderHeight' value='0.65793'/> |
1507 | <fieldValue name='cylinderTranslation' value='0.39560 -1.56489 0.64628'/> |
1508 | <fieldValue name='coneTranslation' value='0.31851 -1.67888 0.74431'/> |
1509 | <fieldValue name='rotation' value='38.17420 -0.00000 30.01883 2.31130'/> |
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.38602'/> |
1518 | <fieldValue name='cylinderTranslation' value='0.57680 -1.50032 0.34807'/> |
1519 | <fieldValue name='coneTranslation' value='0.58212 -1.52723 0.32972'/> |
1520 | <fieldValue name='rotation' value='-21.46669 0 -6.22113 2.52411'/> |
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.10462'/> |
1529 | <fieldValue name='cylinderTranslation' value='0.72063 -1.73666 0.80100'/> |
1530 | <fieldValue name='coneTranslation' value='0.84488 -2.01632 1.04648'/> |
1531 | <fieldValue name='rotation' value='69.11865 0 -34.98692 2.36434'/> |
1532 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1533 | <fieldValue name='ballRadius' value='0.02'/> |
1534 | <fieldValue name='traceEnabled' value='false'/> |
1535 | <fieldValue name='displayMode'/> |
1536 | <fieldValue name='transparency' value='0'/> |
1537 | </ProtoInstance> |
1538 | <ProtoInstance name='Arc'> |
1539 | <fieldValue name='cylinderHeight' value='0.64523'/> |
1540 | <fieldValue name='cylinderTranslation' value='0.39985 -1.06654 0.53543'/> |
1541 | <fieldValue name='coneTranslation' value='0.32633 -0.92721 0.57577'/> |
1542 | <fieldValue name='rotation' value='16.00465 -0.00000 29.16940 0.54177'/> |
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.11763'/> |
1551 | <fieldValue name='cylinderTranslation' value='0.48263 -1.88333 0.58303'/> |
1552 | <fieldValue name='coneTranslation' value='0.43763 -2.26899 0.67412'/> |
1553 | <fieldValue name='rotation' value='25.52530 -0.00000 12.61183 2.88401'/> |
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.01789'/> |
1562 | <fieldValue name='cylinderTranslation' value='0.72135 -0.99682 0.12623'/> |
1563 | <fieldValue name='coneTranslation' value='0.84178 -0.75950 -0.09946'/> |
1564 | <fieldValue name='rotation' value='-65.83568 0 -35.13050 0.82289'/> |
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.36218'/> |
1573 | <fieldValue name='cylinderTranslation' value='0.48982 -1.29297 0.29056'/> |
1574 | <fieldValue name='coneTranslation' value='0.48332 -1.28715 0.27136'/> |
1575 | <fieldValue name='rotation' value='-32.96903 0 11.17411 1.29115'/> |
1576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1577 | <fieldValue name='ballRadius' value='0.02'/> |
1578 | <fieldValue name='traceEnabled' value='false'/> |
1579 | <fieldValue name='displayMode'/> |
1580 | <fieldValue name='transparency' value='0'/> |
1581 | </ProtoInstance> |
1582 | <ProtoInstance name='Arc'> |
1583 | <fieldValue name='cylinderHeight' value='0.84689'/> |
1584 | <fieldValue name='cylinderTranslation' value='-1.15130 -1.56720 2.04167'/> |
1585 | <fieldValue name='coneTranslation' value='-1.37926 -1.67856 2.11263'/> |
1586 | <fieldValue name='rotation' value='22.81304 -0.00000 73.28095 2.00725'/> |
1587 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1588 | <fieldValue name='ballRadius' value='0.02'/> |
1589 | <fieldValue name='traceEnabled' value='false'/> |
1590 | <fieldValue name='displayMode'/> |
1591 | <fieldValue name='transparency' value='0'/> |
1592 | </ProtoInstance> |
1593 | <ProtoInstance name='Arc'> |
1594 | <fieldValue name='cylinderHeight' value='0.29995'/> |
1595 | <fieldValue name='cylinderTranslation' value='-0.85843 -1.42800 2.05210'/> |
1596 | <fieldValue name='coneTranslation' value='-0.85352 -1.42534 2.04378'/> |
1597 | <fieldValue name='rotation' value='24.89991 -0.00000 14.70767 1.83941'/> |
1598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1599 | <fieldValue name='ballRadius' value='0.02'/> |
1600 | <fieldValue name='traceEnabled' value='false'/> |
1601 | <fieldValue name='displayMode'/> |
1602 | <fieldValue name='transparency' value='0'/> |
1603 | </ProtoInstance> |
1604 | <ProtoInstance name='Arc'> |
1605 | <fieldValue name='cylinderHeight' value='0.39807'/> |
1606 | <fieldValue name='cylinderTranslation' value='-0.73398 -1.56042 1.84179'/> |
1607 | <fieldValue name='coneTranslation' value='-0.72399 -1.59419 1.82495'/> |
1608 | <fieldValue name='rotation' value='-17.16386 0 -10.18374 2.61643'/> |
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.79316'/> |
1617 | <fieldValue name='cylinderTranslation' value='-0.93146 -1.66032 2.17609'/> |
1618 | <fieldValue name='coneTranslation' value='-1.01890 -1.82266 2.32432'/> |
1619 | <fieldValue name='rotation' value='49.69628 -0.00000 29.31384 2.32701'/> |
1620 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1621 | <fieldValue name='ballRadius' value='0.02'/> |
1622 | <fieldValue name='traceEnabled' value='false'/> |
1623 | <fieldValue name='displayMode'/> |
1624 | <fieldValue name='transparency' value='0'/> |
1625 | </ProtoInstance> |
1626 | <ProtoInstance name='Arc'> |
1627 | <fieldValue name='cylinderHeight' value='0.82131'/> |
1628 | <fieldValue name='cylinderTranslation' value='-0.98132 -1.24143 2.25702'/> |
1629 | <fieldValue name='coneTranslation' value='-1.10122 -1.15184 2.45808'/> |
1630 | <fieldValue name='rotation' value='65.88223 -0.00000 39.28553 1.20530'/> |
1631 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1632 | <fieldValue name='ballRadius' value='0.02'/> |
1633 | <fieldValue name='traceEnabled' value='false'/> |
1634 | <fieldValue name='displayMode'/> |
1635 | <fieldValue name='transparency' value='0'/> |
1636 | </ProtoInstance> |
1637 | <ProtoInstance name='Arc'> |
1638 | <fieldValue name='cylinderHeight' value='0.84693'/> |
1639 | <fieldValue name='cylinderTranslation' value='-1.15106 -1.56784 2.04152'/> |
1640 | <fieldValue name='coneTranslation' value='-1.37887 -1.67961 2.11240'/> |
1641 | <fieldValue name='rotation' value='22.78386 -0.00000 73.23244 2.00889'/> |
1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1643 | <fieldValue name='ballRadius' value='0.02'/> |
1644 | <fieldValue name='traceEnabled' value='false'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='transparency' value='0'/> |
1647 | </ProtoInstance> |
1648 | <ProtoInstance name='Arc'> |
1649 | <fieldValue name='cylinderHeight' value='1.22909'/> |
1650 | <fieldValue name='cylinderTranslation' value='-0.41763 -1.35710 1.43585'/> |
1651 | <fieldValue name='coneTranslation' value='-0.14599 -1.33410 1.07213'/> |
1652 | <fieldValue name='rotation' value='-98.35043 0 -73.45237 1.52017'/> |
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.51723'/> |
1661 | <fieldValue name='cylinderTranslation' value='-0.79509 -1.46504 2.17433'/> |
1662 | <fieldValue name='coneTranslation' value='-0.79898 -1.49434 2.26841'/> |
1663 | <fieldValue name='rotation' value='49.34459 -0.00000 2.03875 1.87248'/> |
1664 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1665 | <fieldValue name='ballRadius' value='0.02'/> |
1666 | <fieldValue name='traceEnabled' value='false'/> |
1667 | <fieldValue name='displayMode'/> |
1668 | <fieldValue name='transparency' value='0'/> |
1669 | </ProtoInstance> |
1670 | <ProtoInstance name='Arc'> |
1671 | <fieldValue name='cylinderHeight' value='0.84225'/> |
1672 | <fieldValue name='cylinderTranslation' value='-0.75317 -1.46312 2.34080'/> |
1673 | <fieldValue name='coneTranslation' value='-0.73350 -1.50958 2.59700'/> |
1674 | <fieldValue name='rotation' value='82.63859 0 -6.34431 1.74966'/> |
1675 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1676 | <fieldValue name='ballRadius' value='0.02'/> |
1677 | <fieldValue name='traceEnabled' value='false'/> |
1678 | <fieldValue name='displayMode'/> |
1679 | <fieldValue name='transparency' value='0'/> |
1680 | </ProtoInstance> |
1681 | <ProtoInstance name='Arc'> |
1682 | <fieldValue name='cylinderHeight' value='0.84998'/> |
1683 | <fieldValue name='cylinderTranslation' value='-0.73843 -1.00127 1.75807'/> |
1684 | <fieldValue name='coneTranslation' value='-0.70945 -0.76001 1.65237'/> |
1685 | <fieldValue name='rotation' value='-33.90595 0 -9.29377 0.42642'/> |
1686 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1687 | <fieldValue name='ballRadius' value='0.02'/> |
1688 | <fieldValue name='traceEnabled' value='false'/> |
1689 | <fieldValue name='displayMode'/> |
1690 | <fieldValue name='transparency' value='0'/> |
1691 | </ProtoInstance> |
1692 | <ProtoInstance name='Arc'> |
1693 | <fieldValue name='cylinderHeight' value='0.53887'/> |
1694 | <fieldValue name='cylinderTranslation' value='-1.00371 -1.51358 2.02245'/> |
1695 | <fieldValue name='coneTranslation' value='-1.09258 -1.56451 2.06097'/> |
1696 | <fieldValue name='rotation' value='18.96865 -0.00000 43.76201 2.05484'/> |
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.77044'/> |
1705 | <fieldValue name='cylinderTranslation' value='-0.88358 -1.42138 2.29849'/> |
1706 | <fieldValue name='coneTranslation' value='-0.94127 -1.44078 2.51533'/> |
1707 | <fieldValue name='rotation' value='74.17702 -0.00000 19.73608 1.65704'/> |
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.76108'/> |
1716 | <fieldValue name='cylinderTranslation' value='-0.93985 -1.07366 2.07547'/> |
1717 | <fieldValue name='coneTranslation' value='-1.02965 -0.89136 2.16116'/> |
1718 | <fieldValue name='rotation' value='29.57282 -0.00000 30.99005 0.59781'/> |
1719 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1720 | <fieldValue name='ballRadius' value='0.02'/> |
1721 | <fieldValue name='traceEnabled' value='false'/> |
1722 | <fieldValue name='displayMode'/> |
1723 | <fieldValue name='transparency' value='0'/> |
1724 | </ProtoInstance> |
1725 | <ProtoInstance name='Arc'> |
1726 | <fieldValue name='cylinderHeight' value='0.37698'/> |
1727 | <fieldValue name='cylinderTranslation' value='-0.84537 -1.50167 2.06543'/> |
1728 | <fieldValue name='coneTranslation' value='-0.85451 -1.51883 2.08626'/> |
1729 | <fieldValue name='rotation' value='27.56536 -0.00000 12.09470 2.21680'/> |
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.19569'/> |
1738 | <fieldValue name='cylinderTranslation' value='-0.38151 -1.46527 1.49314'/> |
1739 | <fieldValue name='coneTranslation' value='-0.08608 -1.52171 1.17495'/> |
1740 | <fieldValue name='rotation' value='-86.89320 0 -80.67728 1.70006'/> |
1741 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1742 | <fieldValue name='ballRadius' value='0.02'/> |
1743 | <fieldValue name='traceEnabled' value='false'/> |
1744 | <fieldValue name='displayMode'/> |
1745 | <fieldValue name='transparency' value='0'/> |
1746 | </ProtoInstance> |
1747 | <ProtoInstance name='Arc'> |
1748 | <fieldValue name='cylinderHeight' value='0.45967'/> |
1749 | <fieldValue name='cylinderTranslation' value='-0.88584 -1.22618 2.05560'/> |
1750 | <fieldValue name='coneTranslation' value='-0.91652 -1.17695 2.09449'/> |
1751 | <fieldValue name='rotation' value='25.59886 -0.00000 20.18952 0.78844'/> |
1752 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1753 | <fieldValue name='ballRadius' value='0.02'/> |
1754 | <fieldValue name='traceEnabled' value='false'/> |
1755 | <fieldValue name='displayMode'/> |
1756 | <fieldValue name='transparency' value='0'/> |
1757 | </ProtoInstance> |
1758 | <ProtoInstance name='Arc'> |
1759 | <fieldValue name='cylinderHeight' value='0.79512'/> |
1760 | <fieldValue name='cylinderTranslation' value='-0.85028 -1.63038 2.23603'/> |
1761 | <fieldValue name='coneTranslation' value='-0.88935 -1.77510 2.42033'/> |
1762 | <fieldValue name='rotation' value='61.68510 -0.00000 13.07678 2.22581'/> |
1763 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1764 | <fieldValue name='ballRadius' value='0.02'/> |
1765 | <fieldValue name='traceEnabled' value='false'/> |
1766 | <fieldValue name='displayMode'/> |
1767 | <fieldValue name='transparency' value='0'/> |
1768 | </ProtoInstance> |
1769 | <ProtoInstance name='Arc'> |
1770 | <fieldValue name='cylinderHeight' value='0.76295'/> |
1771 | <fieldValue name='cylinderTranslation' value='-1.01295 -1.42011 2.23174'/> |
1772 | <fieldValue name='coneTranslation' value='-1.14536 -1.43864 2.40831'/> |
1773 | <fieldValue name='rotation' value='60.82615 -0.00000 45.61134 1.65454'/> |
1774 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1775 | <fieldValue name='ballRadius' value='0.02'/> |
1776 | <fieldValue name='traceEnabled' value='false'/> |
1777 | <fieldValue name='displayMode'/> |
1778 | <fieldValue name='transparency' value='0'/> |
1779 | </ProtoInstance> |
1780 | <ProtoInstance name='Arc'> |
1781 | <fieldValue name='cylinderHeight' value='0.76419'/> |
1782 | <fieldValue name='cylinderTranslation' value='-1.04950 -1.42801 2.20035'/> |
1783 | <fieldValue name='coneTranslation' value='-1.20331 -1.45114 2.35889'/> |
1784 | <fieldValue name='rotation' value='54.55010 -0.00000 52.92168 1.67516'/> |
1785 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1786 | <fieldValue name='ballRadius' value='0.02'/> |
1787 | <fieldValue name='traceEnabled' value='false'/> |
1788 | <fieldValue name='displayMode'/> |
1789 | <fieldValue name='transparency' value='0'/> |
1790 | </ProtoInstance> |
1791 | <ProtoInstance name='Arc'> |
1792 | <fieldValue name='cylinderHeight' value='0.77943'/> |
1793 | <fieldValue name='cylinderTranslation' value='-0.87506 -1.75756 2.01316'/> |
1794 | <fieldValue name='coneTranslation' value='-0.92821 -1.97528 2.06359'/> |
1795 | <fieldValue name='rotation' value='17.11061 -0.00000 18.03339 2.81698'/> |
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.25467'/> |
1804 | <fieldValue name='cylinderTranslation' value='1.63058 -2.46502 -0.93285'/> |
1805 | <fieldValue name='coneTranslation' value='1.60916 -2.44038 -0.93389'/> |
1806 | <fieldValue name='rotation' value='0.81452 0 -16.70123 2.42532'/> |
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.67772'/> |
1815 | <fieldValue name='cylinderTranslation' value='1.68032 -2.47499 -1.22989'/> |
1816 | <fieldValue name='coneTranslation' value='1.75066 -2.53095 -1.38452'/> |
1817 | <fieldValue name='rotation' value='-58.59349 0 -26.65026 1.88901'/> |
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.73990'/> |
1826 | <fieldValue name='cylinderTranslation' value='1.50574 -2.55927 -1.25147'/> |
1827 | <fieldValue name='coneTranslation' value='1.48229 -2.66727 -1.42997'/> |
1828 | <fieldValue name='rotation' value='-62.90931 0 8.26556 2.11110'/> |
1829 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1830 | <fieldValue name='ballRadius' value='0.02'/> |
1831 | <fieldValue name='traceEnabled' value='false'/> |
1832 | <fieldValue name='displayMode'/> |
1833 | <fieldValue name='transparency' value='0'/> |
1834 | </ProtoInstance> |
1835 | <ProtoInstance name='Arc'> |
1836 | <fieldValue name='cylinderHeight' value='0.67970'/> |
1837 | <fieldValue name='cylinderTranslation' value='1.70765 -2.45915 -1.22254'/> |
1838 | <fieldValue name='coneTranslation' value='1.79264 -2.50688 -1.37370'/> |
1839 | <fieldValue name='rotation' value='-57.12466 0 -32.11632 1.83937'/> |
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.39089'/> |
1848 | <fieldValue name='cylinderTranslation' value='1.50134 -2.50569 -0.80494'/> |
1849 | <fieldValue name='coneTranslation' value='1.49305 -2.53048 -0.78101'/> |
1850 | <fieldValue name='rotation' value='26.39489 -0.00000 9.14639 2.34549'/> |
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.76859'/> |
1859 | <fieldValue name='cylinderTranslation' value='1.80357 -2.35096 -1.22252'/> |
1860 | <fieldValue name='coneTranslation' value='1.95327 -2.34045 -1.38922'/> |
1861 | <fieldValue name='rotation' value='-57.12077 0 -51.29921 1.52391'/> |
1862 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1863 | <fieldValue name='ballRadius' value='0.02'/> |
1864 | <fieldValue name='traceEnabled' value='false'/> |
1865 | <fieldValue name='displayMode'/> |
1866 | <fieldValue name='transparency' value='0'/> |
1867 | </ProtoInstance> |
1868 | <ProtoInstance name='Arc'> |
1869 | <fieldValue name='cylinderHeight' value='0.52256'/> |
1870 | <fieldValue name='cylinderTranslation' value='1.44760 -2.26394 -0.71934'/> |
1871 | <fieldValue name='coneTranslation' value='1.40905 -2.22323 -0.63500'/> |
1872 | <fieldValue name='rotation' value='43.51577 -0.00000 19.89386 1.15710'/> |
1873 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1874 | <fieldValue name='ballRadius' value='0.02'/> |
1875 | <fieldValue name='traceEnabled' value='false'/> |
1876 | <fieldValue name='displayMode'/> |
1877 | <fieldValue name='transparency' value='0'/> |
1878 | </ProtoInstance> |
1879 | <ProtoInstance name='Arc'> |
1880 | <fieldValue name='cylinderHeight' value='0.76288'/> |
1881 | <fieldValue name='cylinderTranslation' value='1.86054 -2.35982 -1.15406'/> |
1882 | <fieldValue name='coneTranslation' value='2.04252 -2.35451 -1.28012'/> |
1883 | <fieldValue name='rotation' value='-43.42886 0 -62.69341 1.54680'/> |
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.73990'/> |
1892 | <fieldValue name='cylinderTranslation' value='1.50574 -2.55927 -1.25147'/> |
1893 | <fieldValue name='coneTranslation' value='1.48229 -2.66727 -1.42997'/> |
1894 | <fieldValue name='rotation' value='-62.90931 0 8.26556 2.11110'/> |
1895 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1896 | <fieldValue name='ballRadius' value='0.02'/> |
1897 | <fieldValue name='traceEnabled' value='false'/> |
1898 | <fieldValue name='displayMode'/> |
1899 | <fieldValue name='transparency' value='0'/> |
1900 | </ProtoInstance> |
1901 | <ProtoInstance name='Arc'> |
1902 | <fieldValue name='cylinderHeight' value='0.44626'/> |
1903 | <fieldValue name='cylinderTranslation' value='1.65911 -2.47372 -1.09898'/> |
1904 | <fieldValue name='coneTranslation' value='1.69081 -2.50336 -1.14484'/> |
1905 | <fieldValue name='rotation' value='-32.41253 0 -22.40724 2.05944'/> |
1906 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1907 | <fieldValue name='ballRadius' value='0.02'/> |
1908 | <fieldValue name='traceEnabled' value='false'/> |
1909 | <fieldValue name='displayMode'/> |
1910 | <fieldValue name='transparency' value='0'/> |
1911 | </ProtoInstance> |
1912 | <ProtoInstance name='Arc'> |
1913 | <fieldValue name='cylinderHeight' value='0.90752'/> |
1914 | <fieldValue name='cylinderTranslation' value='1.31103 -2.16639 -0.60655'/> |
1915 | <fieldValue name='coneTranslation' value='1.15822 -2.03524 -0.39267'/> |
1916 | <fieldValue name='rotation' value='66.07405 -0.00000 47.20861 1.10800'/> |
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.44930'/> |
1925 | <fieldValue name='cylinderTranslation' value='1.70619 -2.50394 -0.85365'/> |
1926 | <fieldValue name='coneTranslation' value='1.75199 -2.54278 -0.82969'/> |
1927 | <fieldValue name='rotation' value='16.65298 0 -31.82428 2.21527'/> |
1928 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1929 | <fieldValue name='ballRadius' value='0.02'/> |
1930 | <fieldValue name='traceEnabled' value='false'/> |
1931 | <fieldValue name='displayMode'/> |
1932 | <fieldValue name='transparency' value='0'/> |
1933 | </ProtoInstance> |
1934 | <ProtoInstance name='Arc'> |
1935 | <fieldValue name='cylinderHeight' value='0.51728'/> |
1936 | <fieldValue name='cylinderTranslation' value='2.25056 1.28453 2.01148'/> |
1937 | <fieldValue name='coneTranslation' value='2.17445 1.32902 2.05573'/> |
1938 | <fieldValue name='rotation' value='23.20755 -0.00000 39.90943 1.10284'/> |
1939 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1940 | <fieldValue name='ballRadius' value='0.02'/> |
1941 | <fieldValue name='traceEnabled' value='false'/> |
1942 | <fieldValue name='displayMode'/> |
1943 | <fieldValue name='transparency' value='0'/> |
1944 | </ProtoInstance> |
1945 | <ProtoInstance name='Arc'> |
1946 | <fieldValue name='cylinderHeight' value='0.51997'/> |
1947 | <fieldValue name='cylinderTranslation' value='2.52970 1.27353 1.67162'/> |
1948 | <fieldValue name='coneTranslation' value='2.56031 1.31417 1.58555'/> |
1949 | <fieldValue name='rotation' value='-44.76293 0 -15.91834 1.15227'/> |
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.43302'/> |
1958 | <fieldValue name='cylinderTranslation' value='2.42777 1.00868 2.04047'/> |
1959 | <fieldValue name='coneTranslation' value='2.42194 0.96713 2.07833'/> |
1960 | <fieldValue name='rotation' value='29.00680 -0.00000 4.46770 2.39686'/> |
1961 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1962 | <fieldValue name='ballRadius' value='0.02'/> |
1963 | <fieldValue name='traceEnabled' value='false'/> |
1964 | <fieldValue name='displayMode'/> |
1965 | <fieldValue name='transparency' value='0'/> |
1966 | </ProtoInstance> |
1967 | <ProtoInstance name='Arc'> |
1968 | <fieldValue name='cylinderHeight' value='0.17541'/> |
1969 | <fieldValue name='cylinderTranslation' value='2.51217 1.14770 1.83685'/> |
1970 | <fieldValue name='coneTranslation' value='2.46101 1.16433 1.88515'/> |
1971 | <fieldValue name='rotation' value='-11.71718 0 -12.41360 1.80291'/> |
1972 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1973 | <fieldValue name='ballRadius' value='0.02'/> |
1974 | <fieldValue name='traceEnabled' value='false'/> |
1975 | <fieldValue name='displayMode'/> |
1976 | <fieldValue name='transparency' value='0'/> |
1977 | </ProtoInstance> |
1978 | <ProtoInstance name='Arc'> |
1979 | <fieldValue name='cylinderHeight' value='0.44639'/> |
1980 | <fieldValue name='cylinderTranslation' value='2.60096 1.09206 1.74946'/> |
1981 | <fieldValue name='coneTranslation' value='2.64368 1.07060 1.70812'/> |
1982 | <fieldValue name='rotation' value='-29.19662 0 -30.17204 1.91734'/> |
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.03132'/> |
1991 | <fieldValue name='cylinderTranslation' value='2.46048 1.17226 1.88456'/> |
1992 | <fieldValue name='coneTranslation' value='2.36485 1.13182 1.98483'/> |
1993 | <fieldValue name='rotation' value='-2.17578 0 -2.07491 1.28688'/> |
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.19675'/> |
2002 | <fieldValue name='cylinderTranslation' value='2.44395 1.09780 1.96422'/> |
2003 | <fieldValue name='coneTranslation' value='2.44781 1.14169 1.92113'/> |
2004 | <fieldValue name='rotation' value='13.75563 -0.00000 1.23053 2.36349'/> |
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.51728'/> |
2013 | <fieldValue name='cylinderTranslation' value='2.25056 1.28452 2.01149'/> |
2014 | <fieldValue name='coneTranslation' value='2.17445 1.32900 2.05575'/> |
2015 | <fieldValue name='rotation' value='23.21067 -0.00000 39.90979 1.10291'/> |
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.72164'/> |
2024 | <fieldValue name='cylinderTranslation' value='0.32402 2.51539 -0.18747'/> |
2025 | <fieldValue name='coneTranslation' value='0.26294 2.64348 -0.32957'/> |
2026 | <fieldValue name='rotation' value='-51.06369 0 21.94792 0.87916'/> |
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.41212'/> |
2035 | <fieldValue name='cylinderTranslation' value='0.35847 2.47705 0.07089'/> |
2036 | <fieldValue name='coneTranslation' value='0.34164 2.51992 0.07157'/> |
2037 | <fieldValue name='rotation' value='0.60789 -0.00000 15.05856 0.37438'/> |
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.41723'/> |
2046 | <fieldValue name='cylinderTranslation' value='0.35977 2.47463 0.11462'/> |
2047 | <fieldValue name='coneTranslation' value='0.34253 2.51876 0.12552'/> |
2048 | <fieldValue name='rotation' value='9.35462 -0.00000 14.79773 0.43299'/> |
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.84882'/> |
2057 | <fieldValue name='cylinderTranslation' value='0.42028 1.86115 0.07600'/> |
2058 | <fieldValue name='coneTranslation' value='0.41188 1.59692 0.08108'/> |
2059 | <fieldValue name='rotation' value='1.63031 -0.00000 2.69625 3.10446'/> |
2060 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2061 | <fieldValue name='ballRadius' value='0.02'/> |
2062 | <fieldValue name='traceEnabled' value='false'/> |
2063 | <fieldValue name='displayMode'/> |
2064 | <fieldValue name='transparency' value='0'/> |
2065 | </ProtoInstance> |
2066 | <ProtoInstance name='Arc'> |
2067 | <fieldValue name='cylinderHeight' value='0.10679'/> |
2068 | <fieldValue name='cylinderTranslation' value='0.39890 2.25427 0.04187'/> |
2069 | <fieldValue name='coneTranslation' value='0.46850 2.31616 0.09374'/> |
2070 | <fieldValue name='rotation' value='-5.19612 0 6.97203 2.19012'/> |
2071 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2072 | <fieldValue name='ballRadius' value='0.02'/> |
2073 | <fieldValue name='traceEnabled' value='false'/> |
2074 | <fieldValue name='displayMode'/> |
2075 | <fieldValue name='transparency' value='0'/> |
2076 | </ProtoInstance> |
2077 | <ProtoInstance name='Arc'> |
2078 | <fieldValue name='cylinderHeight' value='0.37776'/> |
2079 | <fieldValue name='cylinderTranslation' value='0.54349 2.43803 0.08508'/> |
2080 | <fieldValue name='coneTranslation' value='0.56027 2.46139 0.08771'/> |
2081 | <fieldValue name='rotation' value='3.44511 0 -21.94571 0.62866'/> |
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.41212'/> |
2090 | <fieldValue name='cylinderTranslation' value='0.35847 2.47705 0.07089'/> |
2091 | <fieldValue name='coneTranslation' value='0.34164 2.51992 0.07157'/> |
2092 | <fieldValue name='rotation' value='0.60789 -0.00000 15.05856 0.37438'/> |
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.45979'/> |
2101 | <fieldValue name='cylinderTranslation' value='0.42546 2.45779 -0.08386'/> |
2102 | <fieldValue name='coneTranslation' value='0.42294 2.51025 -0.12999'/> |
2103 | <fieldValue name='rotation' value='-30.34268 0 1.65989 0.72204'/> |
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.35577'/> |
2112 | <fieldValue name='cylinderTranslation' value='0.37802 2.44732 0.02017'/> |
2113 | <fieldValue name='coneTranslation' value='0.37241 2.46361 0.01538'/> |
2114 | <fieldValue name='rotation' value='-9.53584 0 11.14855 0.42504'/> |
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.72377'/> |
2123 | <fieldValue name='cylinderTranslation' value='0.44447 2.51742 0.34525'/> |
2124 | <fieldValue name='coneTranslation' value='0.45044 2.64693 0.50001'/> |
2125 | <fieldValue name='rotation' value='55.48061 0 -2.14093 0.87434'/> |
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.71382'/> |
2134 | <fieldValue name='cylinderTranslation' value='0.48247 2.50845 -0.20638'/> |
2135 | <fieldValue name='coneTranslation' value='0.50934 2.63158 -0.35767'/> |
2136 | <fieldValue name='rotation' value='-54.84552 0 -9.74093 0.89525'/> |
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.44466'/> |
2145 | <fieldValue name='cylinderTranslation' value='0.47004 2.46431 0.19457'/> |
2146 | <fieldValue name='coneTranslation' value='0.48021 2.51451 0.23010'/> |
2147 | <fieldValue name='rotation' value='25.34449 0 -7.25542 0.63461'/> |
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.41289'/> |
2156 | <fieldValue name='cylinderTranslation' value='0.38214 2.47637 0.12644'/> |
2157 | <fieldValue name='coneTranslation' value='0.37053 2.51937 0.13962'/> |
2158 | <fieldValue name='rotation' value='11.71833 -0.00000 10.32340 0.38789'/> |
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.76227'/> |
2167 | <fieldValue name='cylinderTranslation' value='0.75785 2.48289 0.10210'/> |
2168 | <fieldValue name='coneTranslation' value='0.94588 2.59756 0.12197'/> |
2169 | <fieldValue name='rotation' value='6.84986 0 -64.81769 1.02567'/> |
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.16334'/> |
2178 | <fieldValue name='cylinderTranslation' value='0.50552 2.24944 0.08324'/> |
2179 | <fieldValue name='coneTranslation' value='0.43670 2.28380 0.06848'/> |
2180 | <fieldValue name='rotation' value='3.07767 0 -14.35265 2.02492'/> |
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.41114'/> |
2189 | <fieldValue name='cylinderTranslation' value='0.51629 2.46619 0.11997'/> |
2190 | <fieldValue name='coneTranslation' value='0.53459 2.50629 0.13153'/> |
2191 | <fieldValue name='rotation' value='10.42421 0 -16.50677 0.49478'/> |
2192 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2193 | <fieldValue name='ballRadius' value='0.02'/> |
2194 | <fieldValue name='traceEnabled' value='false'/> |
2195 | <fieldValue name='displayMode'/> |
2196 | <fieldValue name='transparency' value='0'/> |
2197 | </ProtoInstance> |
2198 | <ProtoInstance name='Arc'> |
2199 | <fieldValue name='cylinderHeight' value='0.45354'/> |
2200 | <fieldValue name='cylinderTranslation' value='0.28253 -2.21579 0.31577'/> |
2201 | <fieldValue name='coneTranslation' value='0.30937 -2.15480 0.31157'/> |
2202 | <fieldValue name='rotation' value='-2.85140 0 -18.23673 0.41915'/> |
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.54861'/> |
2211 | <fieldValue name='cylinderTranslation' value='0.00892 -1.54017 0.78329'/> |
2212 | <fieldValue name='coneTranslation' value='-0.01579 -1.45092 0.85030'/> |
2213 | <fieldValue name='rotation' value='32.16278 -0.00000 11.85902 0.67493'/> |
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.29055'/> |
2222 | <fieldValue name='cylinderTranslation' value='0.09816 -1.81986 0.49632'/> |
2223 | <fieldValue name='coneTranslation' value='0.09512 -1.81322 0.50910'/> |
2224 | <fieldValue name='rotation' value='-25.23129 0 -5.98736 2.03871'/> |
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.13380'/> |
2233 | <fieldValue name='cylinderTranslation' value='1.21999 -1.25476 0.57251'/> |
2234 | <fieldValue name='coneTranslation' value='1.17292 -1.17451 0.57582'/> |
2235 | <fieldValue name='rotation' value='-0.47635 0 -6.76530 2.61004'/> |
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.33555'/> |
2244 | <fieldValue name='cylinderTranslation' value='1.06209 -1.08738 0.60169'/> |
2245 | <fieldValue name='coneTranslation' value='1.05634 -1.08229 0.60293'/> |
2246 | <fieldValue name='rotation' value='5.35901 -0.00000 24.81423 0.85803'/> |
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.69137'/> |
2255 | <fieldValue name='cylinderTranslation' value='1.53111 -2.35999 -0.71527'/> |
2256 | <fieldValue name='coneTranslation' value='1.43282 -2.25198 -0.60058'/> |
2257 | <fieldValue name='rotation' value='42.70125 -0.00000 36.59508 0.95001'/> |
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.73577'/> |
2266 | <fieldValue name='cylinderTranslation' value='-0.23256 0.00677 1.01133'/> |
2267 | <fieldValue name='coneTranslation' value='-0.32367 0.17552 1.09158'/> |
2268 | <fieldValue name='rotation' value='28.40100 -0.00000 32.24735 0.62368'/> |
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.68458'/> |
2277 | <fieldValue name='cylinderTranslation' value='0.13393 -0.55421 0.79058'/> |
2278 | <fieldValue name='coneTranslation' value='0.24324 -0.69394 0.74865'/> |
2279 | <fieldValue name='rotation' value='-15.74894 0 -41.05060 2.44415'/> |
2280 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2281 | <fieldValue name='ballRadius' value='0.02'/> |
2282 | <fieldValue name='traceEnabled' value='false'/> |
2283 | <fieldValue name='displayMode'/> |
2284 | <fieldValue name='transparency' value='0'/> |
2285 | </ProtoInstance> |
2286 | <ProtoInstance name='Arc'> |
2287 | <fieldValue name='cylinderHeight' value='0.73577'/> |
2288 | <fieldValue name='cylinderTranslation' value='-0.23256 0.00677 1.01133'/> |
2289 | <fieldValue name='coneTranslation' value='-0.32367 0.17552 1.09158'/> |
2290 | <fieldValue name='rotation' value='28.40100 -0.00000 32.24735 0.62368'/> |
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.84899'/> |
2299 | <fieldValue name='cylinderTranslation' value='0.65229 -0.83499 0.99788'/> |
2300 | <fieldValue name='coneTranslation' value='0.45720 -0.82352 0.81966'/> |
2301 | <fieldValue name='rotation' value='-57.20888 0 62.62123 1.52740'/> |
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.31641'/> |
2310 | <fieldValue name='cylinderTranslation' value='-1.37011 -1.69258 2.13651'/> |
2311 | <fieldValue name='coneTranslation' value='-1.37179 -1.69319 2.13673'/> |
2312 | <fieldValue name='rotation' value='-3.84439 0 -29.51894 1.22504'/> |
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.31204'/> |
2321 | <fieldValue name='cylinderTranslation' value='0.31572 2.68792 -0.33918'/> |
2322 | <fieldValue name='coneTranslation' value='0.31313 2.68939 -0.34182'/> |
2323 | <fieldValue name='rotation' value='20.72101 0 -20.28802 1.94894'/> |
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.26524'/> |
2332 | <fieldValue name='cylinderTranslation' value='1.79236 -2.57974 -1.39195'/> |
2333 | <fieldValue name='coneTranslation' value='1.79674 -2.58000 -1.41898'/> |
2334 | <fieldValue name='rotation' value='26.18097 -0.00000 4.24302 1.56120'/> |
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.50651'/> |
2343 | <fieldValue name='cylinderTranslation' value='-2.51177 -0.01960 -0.35320'/> |
2344 | <fieldValue name='coneTranslation' value='-2.60016 -0.02197 -0.32359'/> |
2345 | <fieldValue name='rotation' value='16.08608 -0.00000 48.01099 1.59624'/> |
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.19687'/> |
2354 | <fieldValue name='cylinderTranslation' value='-2.36981 -0.01860 -0.42759'/> |
2355 | <fieldValue name='coneTranslation' value='-2.30846 -0.01520 -0.43137'/> |
2356 | <fieldValue name='rotation' value='1.20781 -0.00000 19.61976 1.62614'/> |
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.19704'/> |
2365 | <fieldValue name='cylinderTranslation' value='-2.35633 0.03066 -0.45865'/> |
2366 | <fieldValue name='coneTranslation' value='-2.30353 0.00332 -0.44304'/> |
2367 | <fieldValue name='rotation' value='-5.00365 0 16.92381 1.10992'/> |
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.18077'/> |
2376 | <fieldValue name='cylinderTranslation' value='-2.35657 0.01014 -0.45431'/> |
2377 | <fieldValue name='coneTranslation' value='-2.29122 -0.00780 -0.43838'/> |
2378 | <fieldValue name='rotation' value='-4.13477 0 16.97021 1.31013'/> |
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='1.23307'/> |
2387 | <fieldValue name='cylinderTranslation' value='-0.61611 -0.38931 0.34785'/> |
2388 | <fieldValue name='coneTranslation' value='-0.22849 -0.61423 0.43497'/> |
2389 | <fieldValue name='rotation' value='23.53091 0 -104.69306 2.08593'/> |
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.67815'/> |
2398 | <fieldValue name='cylinderTranslation' value='-0.98914 0.06424 0.49457'/> |
2399 | <fieldValue name='coneTranslation' value='-0.90969 0.14336 0.63420'/> |
2400 | <fieldValue name='rotation' value='52.87606 0 -30.08788 1.11316'/> |
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.92297'/> |
2409 | <fieldValue name='cylinderTranslation' value='-1.37240 -0.17855 -0.15726'/> |
2410 | <fieldValue name='coneTranslation' value='-1.52450 -0.23930 -0.41038'/> |
2411 | <fieldValue name='rotation' value='-77.48998 0 46.56387 1.77366'/> |
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.88511'/> |
2420 | <fieldValue name='cylinderTranslation' value='-1.55338 0.06387 0.18233'/> |
2421 | <fieldValue name='coneTranslation' value='-1.81757 0.15928 0.15176'/> |
2422 | <fieldValue name='rotation' value='-9.57343 0 82.75987 1.22634'/> |
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.30661'/> |
2431 | <fieldValue name='cylinderTranslation' value='-0.76505 0.28795 0.87128'/> |
2432 | <fieldValue name='coneTranslation' value='-0.76184 0.29117 0.87619'/> |
2433 | <fieldValue name='rotation' value='-22.46575 0 14.72941 2.07378'/> |
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.00472'/> |
2442 | <fieldValue name='cylinderTranslation' value='1.38498 0.71901 -1.29437'/> |
2443 | <fieldValue name='coneTranslation' value='1.52169 0.70160 -1.21783'/> |
2444 | <fieldValue name='rotation' value='-0.22897 0 0.40896 1.46009'/> |
2445 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2446 | <fieldValue name='ballRadius' value='0.02'/> |
2447 | <fieldValue name='traceEnabled' value='false'/> |
2448 | <fieldValue name='displayMode'/> |
2449 | <fieldValue name='transparency' value='0'/> |
2450 | </ProtoInstance> |
2451 | <ProtoInstance name='Arc'> |
2452 | <fieldValue name='cylinderHeight' value='0.01119'/> |
2453 | <fieldValue name='cylinderTranslation' value='1.39171 0.71826 -1.29022'/> |
2454 | <fieldValue name='coneTranslation' value='1.26237 0.73184 -1.37345'/> |
2455 | <fieldValue name='rotation' value='0.60296 0 -0.93694 1.65885'/> |
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.76212'/> |
2464 | <fieldValue name='cylinderTranslation' value='0.11925 -1.53346 -0.15912'/> |
2465 | <fieldValue name='coneTranslation' value='0.21555 -1.35964 -0.06227'/> |
2466 | <fieldValue name='rotation' value='33.38812 0 -33.20040 0.66597'/> |
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='1.09522'/> |
2475 | <fieldValue name='cylinderTranslation' value='0.14538 -0.37819 0.97667'/> |
2476 | <fieldValue name='coneTranslation' value='0.28256 -0.68849 0.78922'/> |
2477 | <fieldValue name='rotation' value='-52.96626 0 -38.76148 2.49899'/> |
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.61216'/> |
2486 | <fieldValue name='cylinderTranslation' value='-0.11966 0.29983 1.41809'/> |
2487 | <fieldValue name='coneTranslation' value='-0.15365 0.41420 1.50237'/> |
2488 | <fieldValue name='rotation' value='35.31782 -0.00000 14.24554 0.67143'/> |
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.49551'/> |
2497 | <fieldValue name='cylinderTranslation' value='-0.95711 -1.46118 2.42299'/> |
2498 | <fieldValue name='coneTranslation' value='-0.96602 -1.45884 2.51026'/> |
2499 | <fieldValue name='rotation' value='49.27711 -0.00000 5.02841 1.54407'/> |
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.15199'/> |
2508 | <fieldValue name='cylinderTranslation' value='-0.91891 -1.54148 2.18993'/> |
2509 | <fieldValue name='coneTranslation' value='-0.93335 -1.46004 2.17520'/> |
2510 | <fieldValue name='rotation' value='2.66545 0 -2.61297 2.89348'/> |
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.47415'/> |
2519 | <fieldValue name='cylinderTranslation' value='-1.08649 -1.45991 2.35623'/> |
2520 | <fieldValue name='coneTranslation' value='-1.13673 -1.45735 2.41464'/> |
2521 | <fieldValue name='rotation' value='35.92624 -0.00000 30.90367 1.53749'/> |
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.48368'/> |
2530 | <fieldValue name='cylinderTranslation' value='-1.12304 -1.46781 2.32485'/> |
2531 | <fieldValue name='coneTranslation' value='-1.18770 -1.46781 2.37502'/> |
2532 | <fieldValue name='rotation' value='29.65019 -0.00000 38.21401 1.57079'/> |
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.33973'/> |
2541 | <fieldValue name='cylinderTranslation' value='1.76631 0.76014 -1.20242'/> |
2542 | <fieldValue name='coneTranslation' value='1.75827 0.75619 -1.19831'/> |
2543 | <fieldValue name='rotation' value='14.17189 -0.00000 27.71371 1.98302'/> |
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.88696'/> |
2552 | <fieldValue name='cylinderTranslation' value='0.68910 1.38393 -0.25372'/> |
2553 | <fieldValue name='coneTranslation' value='0.50865 1.41787 -0.03775'/> |
2554 | <fieldValue name='rotation' value='67.57557 -0.00000 56.45946 1.45076'/> |
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.33124'/> |
2563 | <fieldValue name='cylinderTranslation' value='-0.61456 -0.45802 -2.53173'/> |
2564 | <fieldValue name='coneTranslation' value='-0.61475 -0.45520 -2.53659'/> |
2565 | <fieldValue name='rotation' value='-28.63894 0 1.07211 1.04556'/> |
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.39836'/> |
2574 | <fieldValue name='cylinderTranslation' value='1.03839 -2.11891 -0.15669'/> |
2575 | <fieldValue name='coneTranslation' value='1.04559 -2.08840 -0.18020'/> |
2576 | <fieldValue name='rotation' value='-23.89753 0 -7.31895 0.67820'/> |
2577 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2578 | <fieldValue name='ballRadius' value='0.02'/> |
2579 | <fieldValue name='traceEnabled' value='false'/> |
2580 | <fieldValue name='displayMode'/> |
2581 | <fieldValue name='transparency' value='0'/> |
2582 | </ProtoInstance> |
2583 | <ProtoInstance name='Arc'> |
2584 | <fieldValue name='cylinderHeight' value='0.04257'/> |
2585 | <fieldValue name='cylinderTranslation' value='1.60772 0.69561 -1.12528'/> |
2586 | <fieldValue name='coneTranslation' value='1.73825 0.67261 -1.16620'/> |
2587 | <fieldValue name='rotation' value='1.25567 -0.00000 4.00552 1.40420'/> |
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='1.10669'/> |
2596 | <fieldValue name='cylinderTranslation' value='-0.36671 -1.52932 1.35003'/> |
2597 | <fieldValue name='coneTranslation' value='-0.14184 -1.38479 1.06148'/> |
2598 | <fieldValue name='rotation' value='-81.18657 0 -63.26864 1.19456'/> |
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.59377'/> |
2607 | <fieldValue name='cylinderTranslation' value='-0.82414 -1.92978 1.92734'/> |
2608 | <fieldValue name='coneTranslation' value='-0.88919 -2.02067 2.00635'/> |
2609 | <fieldValue name='rotation' value='34.27446 -0.00000 28.21713 2.29702'/> |
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.09337'/> |
2618 | <fieldValue name='cylinderTranslation' value='1.07807 -1.72577 0.37519'/> |
2619 | <fieldValue name='coneTranslation' value='1.00669 -1.81202 0.35771'/> |
2620 | <fieldValue name='rotation' value='1.44022 0 -5.88187 0.70569'/> |
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.04655'/> |
2629 | <fieldValue name='cylinderTranslation' value='-0.80159 -0.57994 -2.32752'/> |
2630 | <fieldValue name='coneTranslation' value='-0.72233 -0.68623 -2.29412'/> |
2631 | <fieldValue name='rotation' value='-1.13676 0 2.69820 0.68031'/> |
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.32689'/> |
2640 | <fieldValue name='cylinderTranslation' value='-0.89216 -0.48872 -2.45740'/> |
2641 | <fieldValue name='coneTranslation' value='-0.89054 -0.49026 -2.45478'/> |
2642 | <fieldValue name='rotation' value='24.83948 0 -15.41607 2.03468'/> |
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.33655'/> |
2651 | <fieldValue name='cylinderTranslation' value='-2.44020 0.28221 -0.79129'/> |
2652 | <fieldValue name='coneTranslation' value='-2.44377 0.28804 -0.79596'/> |
2653 | <fieldValue name='rotation' value='-18.95784 0 14.51861 0.78879'/> |
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.26187'/> |
2662 | <fieldValue name='cylinderTranslation' value='-2.35375 0.04477 -0.64334'/> |
2663 | <fieldValue name='coneTranslation' value='-2.35683 0.07115 -0.65514'/> |
2664 | <fieldValue name='rotation' value='10.63375 0 -2.77198 2.70855'/> |
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.84879'/> |
2673 | <fieldValue name='cylinderTranslation' value='0.64764 -0.83954 1.00242'/> |
2674 | <fieldValue name='coneTranslation' value='0.45547 -0.82523 0.82139'/> |
2675 | <fieldValue name='rotation' value='-58.11611 0 61.69239 1.51666'/> |
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.00004'/> |
2684 | <fieldValue name='cylinderTranslation' value='2.05101 1.40118 2.12753'/> |
2685 | <fieldValue name='coneTranslation' value='2.06395 1.51562 2.01649'/> |
2686 | <fieldValue name='rotation' value='0.00311 -0.00000 0.00036 2.36789'/> |
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.79036'/> |
2695 | <fieldValue name='cylinderTranslation' value='0.38542 1.83016 0.05002'/> |
2696 | <fieldValue name='coneTranslation' value='0.37270 2.06411 0.02971'/> |
2697 | <fieldValue name='rotation' value='-6.82643 0 4.27577 0.10209'/> |
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.79520'/> |
2706 | <fieldValue name='cylinderTranslation' value='0.49204 1.82532 0.09139'/> |
2707 | <fieldValue name='coneTranslation' value='0.54298 2.05736 0.09571'/> |
2708 | <fieldValue name='rotation' value='1.44736 0 -17.04890 0.21686'/> |
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='1.07885'/> |
2717 | <fieldValue name='cylinderTranslation' value='0.15353 1.05847 0.37317'/> |
2718 | <fieldValue name='coneTranslation' value='-0.02462 0.79220 0.57646'/> |
2719 | <fieldValue name='rotation' value='57.80313 -0.00000 50.65397 2.34869'/> |
2720 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2721 | <fieldValue name='ballRadius' value='0.02'/> |
2722 | <fieldValue name='traceEnabled' value='false'/> |
2723 | <fieldValue name='displayMode'/> |
2724 | <fieldValue name='transparency' value='0'/> |
2725 | </ProtoInstance> |
2726 | <ProtoInstance name='Arc'> |
2727 | <fieldValue name='cylinderHeight' value='0.14928'/> |
2728 | <fieldValue name='cylinderTranslation' value='-2.36718 0.03022 -0.48203'/> |
2729 | <fieldValue name='coneTranslation' value='-2.28228 0.02654 -0.49010'/> |
2730 | <fieldValue name='rotation' value='1.41041 -0.00000 14.84696 1.52768'/> |
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.15776'/> |
2739 | <fieldValue name='cylinderTranslation' value='-2.36318 0.06102 -0.50062'/> |
2740 | <fieldValue name='coneTranslation' value='-2.29096 0.02604 -0.48876'/> |
2741 | <fieldValue name='rotation' value='-2.30608 0 14.04608 1.12494'/> |
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.39077'/> |
2750 | <fieldValue name='cylinderTranslation' value='0.34316 2.41633 -0.00581'/> |
2751 | <fieldValue name='coneTranslation' value='0.33938 2.45129 -0.00974'/> |
2752 | <fieldValue name='rotation' value='-4.33972 0 4.17652 0.15475'/> |
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.25944'/> |
2761 | <fieldValue name='cylinderTranslation' value='0.00271 -0.69094 0.55343'/> |
2762 | <fieldValue name='coneTranslation' value='-0.01955 -0.69144 0.53290'/> |
2763 | <fieldValue name='rotation' value='17.58480 0 -19.07072 1.55454'/> |
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.83378'/> |
2772 | <fieldValue name='cylinderTranslation' value='0.17065 -0.96802 0.29561'/> |
2773 | <fieldValue name='coneTranslation' value='0.33290 -1.13745 0.19092'/> |
2774 | <fieldValue name='rotation' value='-33.97857 0 -52.65990 2.29104'/> |
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.54692'/> |
2783 | <fieldValue name='cylinderTranslation' value='1.39815 -1.15020 0.11492'/> |
2784 | <fieldValue name='coneTranslation' value='1.28575 -1.13675 0.10725'/> |
2785 | <fieldValue name='rotation' value='-3.69658 0 54.17982 1.45193'/> |
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.49302'/> |
2794 | <fieldValue name='cylinderTranslation' value='1.46483 0.32302 -0.97590'/> |
2795 | <fieldValue name='coneTranslation' value='1.51679 0.37299 -1.02372'/> |
2796 | <fieldValue name='rotation' value='-27.25528 0 -29.60887 0.95492'/> |
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.12811'/> |
2805 | <fieldValue name='cylinderTranslation' value='1.10689 -0.23503 -0.52129'/> |
2806 | <fieldValue name='coneTranslation' value='0.95654 -0.53278 -0.29325'/> |
2807 | <fieldValue name='rotation' value='63.66697 -0.00000 41.97910 2.39926'/> |
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.09703'/> |
2816 | <fieldValue name='cylinderTranslation' value='0.12095 -0.70662 0.68025'/> |
2817 | <fieldValue name='coneTranslation' value='0.06835 -0.66575 0.59086'/> |
2818 | <fieldValue name='rotation' value='7.78010 0 -4.57866 1.94615'/> |
2819 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2820 | <fieldValue name='ballRadius' value='0.02'/> |
2821 | <fieldValue name='traceEnabled' value='false'/> |
2822 | <fieldValue name='displayMode'/> |
2823 | <fieldValue name='transparency' value='0'/> |
2824 | </ProtoInstance> |
2825 | <ProtoInstance name='Arc'> |
2826 | <fieldValue name='cylinderHeight' value='0.46084'/> |
2827 | <fieldValue name='cylinderTranslation' value='1.47739 -1.30876 0.62576'/> |
2828 | <fieldValue name='coneTranslation' value='1.40906 -1.30988 0.60876'/> |
2829 | <fieldValue name='rotation' value='-11.12693 0 44.71474 1.58672'/> |
2830 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2831 | <fieldValue name='ballRadius' value='0.02'/> |
2832 | <fieldValue name='traceEnabled' value='false'/> |
2833 | <fieldValue name='displayMode'/> |
2834 | <fieldValue name='transparency' value='0'/> |
2835 | </ProtoInstance> |
2836 | <ProtoInstance name='Arc'> |
2837 | <fieldValue name='cylinderHeight' value='0.78148'/> |
2838 | <fieldValue name='cylinderTranslation' value='0.43204 -1.46245 -0.19757'/> |
2839 | <fieldValue name='coneTranslation' value='0.43317 -1.33285 -0.00666'/> |
2840 | <fieldValue name='rotation' value='64.65621 0 -0.38189 0.97441'/> |
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.73661'/> |
2849 | <fieldValue name='cylinderTranslation' value='0.45830 -0.92234 0.82918'/> |
2850 | <fieldValue name='coneTranslation' value='0.30533 -0.79522 0.76730'/> |
2851 | <fieldValue name='rotation' value='-21.88192 0 54.09590 0.91440'/> |
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.40133'/> |
2860 | <fieldValue name='cylinderTranslation' value='0.84330 -1.31063 0.95885'/> |
2861 | <fieldValue name='coneTranslation' value='0.86651 -1.34377 0.96295'/> |
2862 | <fieldValue name='rotation' value='4.05203 0 -22.90408 2.52339'/> |
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.15436'/> |
2871 | <fieldValue name='cylinderTranslation' value='0.22091 -0.74385 0.66761'/> |
2872 | <fieldValue name='coneTranslation' value='0.18540 -0.69419 0.72358'/> |
2873 | <fieldValue name='rotation' value='-10.43140 0 -6.61764 2.21376'/> |
2874 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2875 | <fieldValue name='ballRadius' value='0.02'/> |
2876 | <fieldValue name='traceEnabled' value='false'/> |
2877 | <fieldValue name='displayMode'/> |
2878 | <fieldValue name='transparency' value='0'/> |
2879 | </ProtoInstance> |
2880 | <ProtoInstance name='Arc'> |
2881 | <fieldValue name='cylinderHeight' value='0.43969'/> |
2882 | <fieldValue name='cylinderTranslation' value='1.41534 -1.66586 0.44243'/> |
2883 | <fieldValue name='coneTranslation' value='1.47289 -1.68145 0.44756'/> |
2884 | <fieldValue name='rotation' value='3.77005 0 -42.28287 1.83437'/> |
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.13291'/> |
2893 | <fieldValue name='cylinderTranslation' value='1.15570 -1.64941 0.40299'/> |
2894 | <fieldValue name='coneTranslation' value='1.22358 -1.59194 0.43198'/> |
2895 | <fieldValue name='rotation' value='-4.11902 0 9.64431 2.23236'/> |
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.42345'/> |
2904 | <fieldValue name='cylinderTranslation' value='-0.99194 -1.77380 2.31391'/> |
2905 | <fieldValue name='coneTranslation' value='-0.97090 -1.73504 2.28688'/> |
2906 | <fieldValue name='rotation' value='-22.13092 0 -17.21914 0.72375'/> |
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.38927'/> |
2915 | <fieldValue name='cylinderTranslation' value='0.83447 -1.99969 1.01593'/> |
2916 | <fieldValue name='coneTranslation' value='0.84534 -2.02294 1.03918'/> |
2917 | <fieldValue name='rotation' value='26.13252 0 -12.21888 2.30690'/> |
2918 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2919 | <fieldValue name='ballRadius' value='0.02'/> |
2920 | <fieldValue name='traceEnabled' value='false'/> |
2921 | <fieldValue name='displayMode'/> |
2922 | <fieldValue name='transparency' value='0'/> |
2923 | </ProtoInstance> |
2924 | <ProtoInstance name='Arc'> |
2925 | <fieldValue name='cylinderHeight' value='0.38926'/> |
2926 | <fieldValue name='cylinderTranslation' value='0.83447 -1.99969 1.01593'/> |
2927 | <fieldValue name='coneTranslation' value='0.84534 -2.02294 1.03918'/> |
2928 | <fieldValue name='rotation' value='26.13215 0 -12.21828 2.30692'/> |
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.44685'/> |
2937 | <fieldValue name='cylinderTranslation' value='-1.08227 -1.07941 2.38501'/> |
2938 | <fieldValue name='coneTranslation' value='-1.05517 -1.07508 2.32783'/> |
2939 | <fieldValue name='rotation' value='-40.28338 0 -19.09601 1.50250'/> |
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.02100'/> |
2948 | <fieldValue name='cylinderTranslation' value='1.40294 0.71525 -1.27938'/> |
2949 | <fieldValue name='coneTranslation' value='1.49609 0.67933 -1.16811'/> |
2950 | <fieldValue name='rotation' value='-1.56320 0 1.30855 1.32819'/> |
2951 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2952 | <fieldValue name='ballRadius' value='0.02'/> |
2953 | <fieldValue name='traceEnabled' value='false'/> |
2954 | <fieldValue name='displayMode'/> |
2955 | <fieldValue name='transparency' value='0'/> |
2956 | </ProtoInstance> |
2957 | <ProtoInstance name='Arc'> |
2958 | <fieldValue name='cylinderHeight' value='0.12593'/> |
2959 | <fieldValue name='cylinderTranslation' value='1.39034 0.67696 -1.22341'/> |
2960 | <fieldValue name='coneTranslation' value='1.41983 0.73207 -1.29762'/> |
2961 | <fieldValue name='rotation' value='9.63196 -0.00000 3.82744 2.17488'/> |
2962 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2963 | <fieldValue name='ballRadius' value='0.02'/> |
2964 | <fieldValue name='traceEnabled' value='false'/> |
2965 | <fieldValue name='displayMode'/> |
2966 | <fieldValue name='transparency' value='0'/> |
2967 | </ProtoInstance> |
2968 | <ProtoInstance name='Arc'> |
2969 | <fieldValue name='cylinderHeight' value='0.32246'/> |
2970 | <fieldValue name='cylinderTranslation' value='-0.54804 -0.97736 -2.54539'/> |
2971 | <fieldValue name='coneTranslation' value='-0.54799 -0.97783 -2.54653'/> |
2972 | <fieldValue name='rotation' value='-29.81370 0 -1.35305 1.95918'/> |
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.04344'/> |
2981 | <fieldValue name='cylinderTranslation' value='-0.55668 -0.89731 -2.38597'/> |
2982 | <fieldValue name='coneTranslation' value='-0.54474 -1.01828 -2.45188'/> |
2983 | <fieldValue name='rotation' value='2.07066 -0.00000 0.37492 0.50570'/> |
2984 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2985 | <fieldValue name='ballRadius' value='0.02'/> |
2986 | <fieldValue name='traceEnabled' value='false'/> |
2987 | <fieldValue name='displayMode'/> |
2988 | <fieldValue name='transparency' value='0'/> |
2989 | </ProtoInstance> |
2990 | <ProtoInstance name='Arc'> |
2991 | <fieldValue name='cylinderHeight' value='0.26710'/> |
2992 | <fieldValue name='cylinderTranslation' value='1.81969 -2.56390 -1.38461'/> |
2993 | <fieldValue name='coneTranslation' value='1.82930 -2.56102 -1.40907'/> |
2994 | <fieldValue name='rotation' value='24.71213 -0.00000 9.70908 1.68007'/> |
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.60069'/> |
3003 | <fieldValue name='cylinderTranslation' value='1.01212 -0.88423 -0.05326'/> |
3004 | <fieldValue name='coneTranslation' value='0.95833 -0.77510 -0.12320'/> |
3005 | <fieldValue name='rotation' value='-29.93888 0 23.02495 0.67996'/> |
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.61690'/> |
3014 | <fieldValue name='cylinderTranslation' value='0.35453 -0.61998 0.94903'/> |
3015 | <fieldValue name='coneTranslation' value='0.36192 -0.52536 1.06318'/> |
3016 | <fieldValue name='rotation' value='47.43705 0 -3.06971 0.87973'/> |
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.45065'/> |
3025 | <fieldValue name='cylinderTranslation' value='1.08922 -1.55385 1.14389'/> |
3026 | <fieldValue name='coneTranslation' value='1.12731 -1.57696 1.19167'/> |
3027 | <fieldValue name='rotation' value='32.95775 0 -26.27947 1.93232'/> |
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.38478'/> |
3036 | <fieldValue name='cylinderTranslation' value='0.61525 2.40221 0.10046'/> |
3037 | <fieldValue name='coneTranslation' value='0.60886 2.37046 0.10015'/> |
3038 | <fieldValue name='rotation' value='-0.36744 0 7.59307 2.94272'/> |
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.10488'/> |
3047 | <fieldValue name='cylinderTranslation' value='0.62602 2.61895 0.13720'/> |
3048 | <fieldValue name='coneTranslation' value='0.68181 2.56121 0.06562'/> |
3049 | <fieldValue name='rotation' value='6.97911 -0.00000 5.43894 1.00410'/> |
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.12252'/> |
3058 | <fieldValue name='cylinderTranslation' value='1.40100 0.67470 -1.21699'/> |
3059 | <fieldValue name='coneTranslation' value='1.44901 0.72871 -1.28428'/> |
3060 | <fieldValue name='rotation' value='8.34894 -0.00000 5.95778 2.14956'/> |
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.65959'/> |
3069 | <fieldValue name='cylinderTranslation' value='-0.76773 -0.29481 1.61895'/> |
3070 | <fieldValue name='coneTranslation' value='-0.72872 -0.45932 1.60330'/> |
3071 | <fieldValue name='rotation' value='-6.08062 0 -15.15419 2.89143'/> |
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.31636'/> |
3080 | <fieldValue name='cylinderTranslation' value='-1.36987 -1.69322 2.13637'/> |
3081 | <fieldValue name='coneTranslation' value='-1.37156 -1.69385 2.13659'/> |
3082 | <fieldValue name='rotation' value='-3.81521 0 -29.47043 1.22068'/> |
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.87339'/> |
3091 | <fieldValue name='cylinderTranslation' value='1.26530 -2.30311 -0.47457'/> |
3092 | <fieldValue name='coneTranslation' value='1.14471 -2.08813 -0.34887'/> |
3093 | <fieldValue name='rotation' value='39.67916 -0.00000 38.06222 0.68096'/> |
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.42094'/> |
3102 | <fieldValue name='cylinderTranslation' value='-0.91644 -0.87047 -1.93260'/> |
3103 | <fieldValue name='coneTranslation' value='-0.92631 -0.87562 -1.98183'/> |
3104 | <fieldValue name='rotation' value='-41.05793 0 8.22534 1.67310'/> |
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.90415'/> |
3113 | <fieldValue name='cylinderTranslation' value='-0.75990 -0.81782 -1.29133'/> |
3114 | <fieldValue name='coneTranslation' value='-0.68533 -0.79769 -1.00966'/> |
3115 | <fieldValue name='rotation' value='87.19598 0 -23.08420 1.50182'/> |
3116 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3117 | <fieldValue name='ballRadius' value='0.02'/> |
3118 | <fieldValue name='traceEnabled' value='false'/> |
3119 | <fieldValue name='displayMode'/> |
3120 | <fieldValue name='transparency' value='0'/> |
3121 | </ProtoInstance> |
3122 | <ProtoInstance name='Arc'> |
3123 | <fieldValue name='cylinderHeight' value='0.25524'/> |
3124 | <fieldValue name='cylinderTranslation' value='-0.01425 -1.43417 1.00139'/> |
3125 | <fieldValue name='coneTranslation' value='-0.02341 -1.40672 0.98685'/> |
3126 | <fieldValue name='rotation' value='11.45723 0 -7.22491 2.58218'/> |
3127 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3128 | <fieldValue name='ballRadius' value='0.02'/> |
3129 | <fieldValue name='traceEnabled' value='false'/> |
3130 | <fieldValue name='displayMode'/> |
3131 | <fieldValue name='transparency' value='0'/> |
3132 | </ProtoInstance> |
3133 | <ProtoInstance name='Arc'> |
3134 | <fieldValue name='cylinderHeight' value='1.70118'/> |
3135 | <fieldValue name='cylinderTranslation' value='0.23081 -0.94215 0.23905'/> |
3136 | <fieldValue name='coneTranslation' value='0.45911 -0.63050 -0.33337'/> |
3137 | <fieldValue name='rotation' value='-141.00940 0 -56.23705 1.10260'/> |
3138 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3139 | <fieldValue name='ballRadius' value='0.02'/> |
3140 | <fieldValue name='traceEnabled' value='false'/> |
3141 | <fieldValue name='displayMode'/> |
3142 | <fieldValue name='transparency' value='0'/> |
3143 | </ProtoInstance> |
3144 | <ProtoInstance name='Arc'> |
3145 | <fieldValue name='cylinderHeight' value='0.28862'/> |
3146 | <fieldValue name='cylinderTranslation' value='0.47417 2.68098 -0.35809'/> |
3147 | <fieldValue name='coneTranslation' value='0.46797 2.67547 -0.34477'/> |
3148 | <fieldValue name='rotation' value='-24.50284 0 -11.40082 1.21214'/> |
3149 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3150 | <fieldValue name='ballRadius' value='0.02'/> |
3151 | <fieldValue name='traceEnabled' value='false'/> |
3152 | <fieldValue name='displayMode'/> |
3153 | <fieldValue name='transparency' value='0'/> |
3154 | </ProtoInstance> |
3155 | <ProtoInstance name='Arc'> |
3156 | <fieldValue name='cylinderHeight' value='1.02864'/> |
3157 | <fieldValue name='cylinderTranslation' value='0.76544 -0.22785 -0.76782'/> |
3158 | <fieldValue name='coneTranslation' value='0.59084 -0.45550 -0.55989'/> |
3159 | <fieldValue name='rotation' value='60.36446 -0.00000 50.68758 2.26855'/> |
3160 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3161 | <fieldValue name='ballRadius' value='0.02'/> |
3162 | <fieldValue name='traceEnabled' value='false'/> |
3163 | <fieldValue name='displayMode'/> |
3164 | <fieldValue name='transparency' value='0'/> |
3165 | </ProtoInstance> |
3166 | <ProtoInstance name='Arc'> |
3167 | <fieldValue name='cylinderHeight' value='0.23681'/> |
3168 | <fieldValue name='cylinderTranslation' value='2.42161 0.93861 2.10925'/> |
3169 | <fieldValue name='coneTranslation' value='2.41593 0.90730 2.13604'/> |
3170 | <fieldValue name='rotation' value='-15.25117 0 -3.23717 0.71864'/> |
3171 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3172 | <fieldValue name='ballRadius' value='0.02'/> |
3173 | <fieldValue name='traceEnabled' value='false'/> |
3174 | <fieldValue name='displayMode'/> |
3175 | <fieldValue name='transparency' value='0'/> |
3176 | </ProtoInstance> |
3177 | <ProtoInstance name='Arc'> |
3178 | <fieldValue name='cylinderHeight' value='0.19440'/> |
3179 | <fieldValue name='cylinderTranslation' value='-0.70157 -0.84985 -2.24926'/> |
3180 | <fieldValue name='coneTranslation' value='-0.72641 -0.88566 -2.29449'/> |
3181 | <fieldValue name='rotation' value='13.99871 0 -7.68980 0.96421'/> |
3182 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3183 | <fieldValue name='ballRadius' value='0.02'/> |
3184 | <fieldValue name='traceEnabled' value='false'/> |
3185 | <fieldValue name='displayMode'/> |
3186 | <fieldValue name='transparency' value='0'/> |
3187 | </ProtoInstance> |
3188 | <ProtoInstance name='Arc'> |
3189 | <fieldValue name='cylinderHeight' value='0.05039'/> |
3190 | <fieldValue name='cylinderTranslation' value='-0.75046 -0.92800 -2.31620'/> |
3191 | <fieldValue name='coneTranslation' value='-0.69463 -0.80639 -2.33253'/> |
3192 | <fieldValue name='rotation' value='0.61043 -0.00000 2.08700 2.69544'/> |
3193 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3194 | <fieldValue name='ballRadius' value='0.02'/> |
3195 | <fieldValue name='traceEnabled' value='false'/> |
3196 | <fieldValue name='displayMode'/> |
3197 | <fieldValue name='transparency' value='0'/> |
3198 | </ProtoInstance> |
3199 | <ProtoInstance name='Arc'> |
3200 | <fieldValue name='cylinderHeight' value='0.27289'/> |
3201 | <fieldValue name='cylinderTranslation' value='2.66303 1.07189 1.69087'/> |
3202 | <fieldValue name='coneTranslation' value='2.64771 1.08149 1.70596'/> |
3203 | <fieldValue name='rotation' value='-17.47944 0 -17.75844 1.99078'/> |
3204 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3205 | <fieldValue name='ballRadius' value='0.02'/> |
3206 | <fieldValue name='traceEnabled' value='false'/> |
3207 | <fieldValue name='displayMode'/> |
3208 | <fieldValue name='transparency' value='0'/> |
3209 | </ProtoInstance> |
3210 | <ProtoInstance name='Arc'> |
3211 | <fieldValue name='cylinderHeight' value='0.14902'/> |
3212 | <fieldValue name='cylinderTranslation' value='2.52255 1.15208 1.82597'/> |
3213 | <fieldValue name='coneTranslation' value='2.58186 1.12390 1.77123'/> |
3214 | <fieldValue name='rotation' value='9.54140 -0.00000 10.33868 1.23487'/> |
3215 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3216 | <fieldValue name='ballRadius' value='0.02'/> |
3217 | <fieldValue name='traceEnabled' value='false'/> |
3218 | <fieldValue name='displayMode'/> |
3219 | <fieldValue name='transparency' value='0'/> |
3220 | </ProtoInstance> |
3221 | <ProtoInstance name='Arc'> |
3222 | <fieldValue name='cylinderHeight' value='0.32360'/> |
3223 | <fieldValue name='cylinderTranslation' value='0.48074 2.69646 0.47198'/> |
3224 | <fieldValue name='coneTranslation' value='0.48103 2.69587 0.47030'/> |
3225 | <fieldValue name='rotation' value='-30.13613 0 -5.11450 1.90523'/> |
3226 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3227 | <fieldValue name='ballRadius' value='0.02'/> |
3228 | <fieldValue name='traceEnabled' value='false'/> |
3229 | <fieldValue name='displayMode'/> |
3230 | <fieldValue name='transparency' value='0'/> |
3231 | </ProtoInstance> |
3232 | <ProtoInstance name='Arc'> |
3233 | <fieldValue name='cylinderHeight' value='0.04946'/> |
3234 | <fieldValue name='cylinderTranslation' value='0.48596 -2.01208 0.59492'/> |
3235 | <fieldValue name='coneTranslation' value='0.56723 -1.90946 0.56083'/> |
3236 | <fieldValue name='rotation' value='1.24642 -0.00000 2.97170 2.43202'/> |
3237 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3238 | <fieldValue name='ballRadius' value='0.02'/> |
3239 | <fieldValue name='traceEnabled' value='false'/> |
3240 | <fieldValue name='displayMode'/> |
3241 | <fieldValue name='transparency' value='0'/> |
3242 | </ProtoInstance> |
3243 | <ProtoInstance name='Arc'> |
3244 | <fieldValue name='cylinderHeight' value='0.34335'/> |
3245 | <fieldValue name='cylinderTranslation' value='-0.76337 -1.53997 2.58752'/> |
3246 | <fieldValue name='coneTranslation' value='-0.76052 -1.53984 2.59884'/> |
3247 | <fieldValue name='rotation' value='33.29400 0 -8.38306 1.55962'/> |
3248 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3249 | <fieldValue name='ballRadius' value='0.02'/> |
3250 | <fieldValue name='traceEnabled' value='false'/> |
3251 | <fieldValue name='displayMode'/> |
3252 | <fieldValue name='transparency' value='0'/> |
3253 | </ProtoInstance> |
3254 | <ProtoInstance name='Arc'> |
3255 | <fieldValue name='cylinderHeight' value='1.34515'/> |
3256 | <fieldValue name='cylinderTranslation' value='-0.17961 -1.01024 -0.42376'/> |
3257 | <fieldValue name='coneTranslation' value='-0.53389 -0.83985 -0.75268'/> |
3258 | <fieldValue name='rotation' value='-86.31744 0 92.97279 1.23192'/> |
3259 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3260 | <fieldValue name='ballRadius' value='0.02'/> |
3261 | <fieldValue name='traceEnabled' value='false'/> |
3262 | <fieldValue name='displayMode'/> |
3263 | <fieldValue name='transparency' value='0'/> |
3264 | </ProtoInstance> |
3265 | <ProtoInstance name='Arc'> |
3266 | <fieldValue name='cylinderHeight' value='0.87105'/> |
3267 | <fieldValue name='cylinderTranslation' value='0.59113 -0.94225 -0.09756'/> |
3268 | <fieldValue name='coneTranslation' value='0.78463 -0.75780 -0.16423'/> |
3269 | <fieldValue name='rotation' value='-21.07735 0 -61.17461 0.83729'/> |
3270 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3271 | <fieldValue name='ballRadius' value='0.02'/> |
3272 | <fieldValue name='traceEnabled' value='false'/> |
3273 | <fieldValue name='displayMode'/> |
3274 | <fieldValue name='transparency' value='0'/> |
3275 | </ProtoInstance> |
3276 | <ProtoInstance name='Arc'> |
3277 | <fieldValue name='cylinderHeight' value='0.72866'/> |
3278 | <fieldValue name='cylinderTranslation' value='0.32055 -1.01421 0.85154'/> |
3279 | <fieldValue name='coneTranslation' value='0.22145 -0.85168 0.77729'/> |
3280 | <fieldValue name='rotation' value='-26.47748 0 35.34151 0.65107'/> |
3281 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3282 | <fieldValue name='ballRadius' value='0.02'/> |
3283 | <fieldValue name='traceEnabled' value='false'/> |
3284 | <fieldValue name='displayMode'/> |
3285 | <fieldValue name='transparency' value='0'/> |
3286 | </ProtoInstance> |
3287 | <ProtoInstance name='Arc'> |
3288 | <fieldValue name='cylinderHeight' value='0.36939'/> |
3289 | <fieldValue name='cylinderTranslation' value='0.58589 -1.46589 0.99113'/> |
3290 | <fieldValue name='coneTranslation' value='0.59774 -1.48753 0.99209'/> |
3291 | <fieldValue name='rotation' value='1.44053 0 -17.72550 2.63929'/> |
3292 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3293 | <fieldValue name='ballRadius' value='0.02'/> |
3294 | <fieldValue name='traceEnabled' value='false'/> |
3295 | <fieldValue name='displayMode'/> |
3296 | <fieldValue name='transparency' value='0'/> |
3297 | </ProtoInstance> |
3298 | <ProtoInstance name='Arc'> |
3299 | <fieldValue name='cylinderHeight' value='0.16494'/> |
3300 | <fieldValue name='cylinderTranslation' value='0.19892 -0.75726 0.66730'/> |
3301 | <fieldValue name='coneTranslation' value='0.14715 -0.72637 0.71604'/> |
3302 | <fieldValue name='rotation' value='-10.36980 0 -11.01524 1.98059'/> |
3303 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3304 | <fieldValue name='ballRadius' value='0.02'/> |
3305 | <fieldValue name='traceEnabled' value='false'/> |
3306 | <fieldValue name='displayMode'/> |
3307 | <fieldValue name='transparency' value='0'/> |
3308 | </ProtoInstance> |
3309 | <ProtoInstance name='Arc'> |
3310 | <fieldValue name='cylinderHeight' value='0.20939'/> |
3311 | <fieldValue name='cylinderTranslation' value='0.15840 -1.87538 0.27045'/> |
3312 | <fieldValue name='coneTranslation' value='0.14239 -1.88066 0.32312'/> |
3313 | <fieldValue name='rotation' value='-19.94289 0 -6.06118 1.47516'/> |
3314 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3315 | <fieldValue name='ballRadius' value='0.02'/> |
3316 | <fieldValue name='traceEnabled' value='false'/> |
3317 | <fieldValue name='displayMode'/> |
3318 | <fieldValue name='transparency' value='0'/> |
3319 | </ProtoInstance> |
3320 | <ProtoInstance name='Arc'> |
3321 | <fieldValue name='cylinderHeight' value='0.71540'/> |
3322 | <fieldValue name='cylinderTranslation' value='1.15071 -1.96315 -0.27671'/> |
3323 | <fieldValue name='coneTranslation' value='1.04159 -1.85496 -0.15232'/> |
3324 | <fieldValue name='rotation' value='45.01052 -0.00000 39.48575 0.99170'/> |
3325 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3326 | <fieldValue name='ballRadius' value='0.02'/> |
3327 | <fieldValue name='traceEnabled' value='false'/> |
3328 | <fieldValue name='displayMode'/> |
3329 | <fieldValue name='transparency' value='0'/> |
3330 | </ProtoInstance> |
3331 | <ProtoInstance name='Arc'> |
3332 | <fieldValue name='cylinderHeight' value='0.75500'/> |
3333 | <fieldValue name='cylinderTranslation' value='1.60672 -2.39891 -0.63608'/> |
3334 | <fieldValue name='coneTranslation' value='1.75571 -2.53718 -0.71346'/> |
3335 | <fieldValue name='rotation' value='-26.86279 0 -51.71814 2.25978'/> |
3336 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3337 | <fieldValue name='ballRadius' value='0.02'/> |
3338 | <fieldValue name='traceEnabled' value='false'/> |
3339 | <fieldValue name='displayMode'/> |
3340 | <fieldValue name='transparency' value='0'/> |
3341 | </ProtoInstance> |
3342 | <ProtoInstance name='Arc'> |
3343 | <fieldValue name='cylinderHeight' value='0.17560'/> |
3344 | <fieldValue name='cylinderTranslation' value='0.55257 2.64523 0.24669'/> |
3345 | <fieldValue name='coneTranslation' value='0.51453 2.64369 0.30804'/> |
3346 | <fieldValue name='rotation' value='-14.92028 0 -9.25135 1.54945'/> |
3347 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3348 | <fieldValue name='ballRadius' value='0.02'/> |
3349 | <fieldValue name='traceEnabled' value='false'/> |
3350 | <fieldValue name='displayMode'/> |
3351 | <fieldValue name='transparency' value='0'/> |
3352 | </ProtoInstance> |
3353 | <ProtoInstance name='Arc'> |
3354 | <fieldValue name='cylinderHeight' value='1.13352'/> |
3355 | <fieldValue name='cylinderTranslation' value='-1.12485 -0.52910 -0.70003'/> |
3356 | <fieldValue name='coneTranslation' value='-0.78009 -0.71395 -0.81150'/> |
3357 | <fieldValue name='rotation' value='-31.06442 0 -96.07404 2.04255'/> |
3358 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3359 | <fieldValue name='ballRadius' value='0.02'/> |
3360 | <fieldValue name='traceEnabled' value='false'/> |
3361 | <fieldValue name='displayMode'/> |
3362 | <fieldValue name='transparency' value='0'/> |
3363 | </ProtoInstance> |
3364 | <ProtoInstance name='Arc'> |
3365 | <fieldValue name='cylinderHeight' value='0.11774'/> |
3366 | <fieldValue name='cylinderTranslation' value='-0.93730 -0.88453 -2.19266'/> |
3367 | <fieldValue name='coneTranslation' value='-0.97212 -0.89730 -2.09858'/> |
3368 | <fieldValue name='rotation' value='-10.95375 0 -4.05525 1.44423'/> |
3369 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3370 | <fieldValue name='ballRadius' value='0.02'/> |
3371 | <fieldValue name='traceEnabled' value='false'/> |
3372 | <fieldValue name='displayMode'/> |
3373 | <fieldValue name='transparency' value='0'/> |
3374 | </ProtoInstance> |
3375 | <ProtoInstance name='Arc'> |
3376 | <fieldValue name='cylinderHeight' value='0.42628'/> |
3377 | <fieldValue name='cylinderTranslation' value='0.49081 -1.83317 0.27112'/> |
3378 | <fieldValue name='coneTranslation' value='0.52000 -1.78942 0.26355'/> |
3379 | <fieldValue name='rotation' value='-6.07692 0 -23.41945 0.60357'/> |
3380 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3381 | <fieldValue name='ballRadius' value='0.02'/> |
3382 | <fieldValue name='traceEnabled' value='false'/> |
3383 | <fieldValue name='displayMode'/> |
3384 | <fieldValue name='transparency' value='0'/> |
3385 | </ProtoInstance> |
3386 | <ProtoInstance name='Arc'> |
3387 | <fieldValue name='cylinderHeight' value='0.76563'/> |
3388 | <fieldValue name='cylinderTranslation' value='-0.89338 -0.68673 1.90594'/> |
3389 | <fieldValue name='coneTranslation' value='-1.01061 -0.72886 2.09068'/> |
3390 | <fieldValue name='rotation' value='63.47878 -0.00000 40.28382 1.76103'/> |
3391 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3392 | <fieldValue name='ballRadius' value='0.02'/> |
3393 | <fieldValue name='traceEnabled' value='false'/> |
3394 | <fieldValue name='displayMode'/> |
3395 | <fieldValue name='transparency' value='0'/> |
3396 | </ProtoInstance> |
3397 | <ProtoInstance name='Arc'> |
3398 | <fieldValue name='cylinderHeight' value='0.80209'/> |
3399 | <fieldValue name='cylinderTranslation' value='-0.83937 -0.83925 1.88607'/> |
3400 | <fieldValue name='coneTranslation' value='-0.92798 -0.97443 2.06489'/> |
3401 | <fieldValue name='rotation' value='59.50481 -0.00000 29.48329 2.16616'/> |
3402 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3403 | <fieldValue name='ballRadius' value='0.02'/> |
3404 | <fieldValue name='traceEnabled' value='false'/> |
3405 | <fieldValue name='displayMode'/> |
3406 | <fieldValue name='transparency' value='0'/> |
3407 | </ProtoInstance> |
3408 | <ProtoInstance name='Arc'> |
3409 | <fieldValue name='cylinderHeight' value='0.65959'/> |
3410 | <fieldValue name='cylinderTranslation' value='-0.76773 -0.29481 1.61895'/> |
3411 | <fieldValue name='coneTranslation' value='-0.80674 -0.13030 1.63460'/> |
3412 | <fieldValue name='rotation' value='6.08062 -0.00000 15.15419 0.25016'/> |
3413 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3414 | <fieldValue name='ballRadius' value='0.02'/> |
3415 | <fieldValue name='traceEnabled' value='false'/> |
3416 | <fieldValue name='displayMode'/> |
3417 | <fieldValue name='transparency' value='0'/> |
3418 | </ProtoInstance> |
3419 | <ProtoInstance name='Arc'> |
3420 | <fieldValue name='cylinderHeight' value='0.25531'/> |
3421 | <fieldValue name='cylinderTranslation' value='0.23282 -1.78260 0.08415'/> |
3422 | <fieldValue name='coneTranslation' value='0.24400 -1.76163 0.06221'/> |
3423 | <fieldValue name='rotation' value='17.31700 -0.00000 8.82314 2.27636'/> |
3424 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3425 | <fieldValue name='ballRadius' value='0.02'/> |
3426 | <fieldValue name='traceEnabled' value='false'/> |
3427 | <fieldValue name='displayMode'/> |
3428 | <fieldValue name='transparency' value='0'/> |
3429 | </ProtoInstance> |
3430 | <ProtoInstance name='Arc'> |
3431 | <fieldValue name='cylinderHeight' value='0.49978'/> |
3432 | <fieldValue name='cylinderTranslation' value='0.35544 -1.47141 0.06164'/> |
3433 | <fieldValue name='coneTranslation' value='0.38368 -1.38924 0.08469'/> |
3434 | <fieldValue name='rotation' value='12.81551 0 -15.70162 0.41756'/> |
3435 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3436 | <fieldValue name='ballRadius' value='0.02'/> |
3437 | <fieldValue name='traceEnabled' value='false'/> |
3438 | <fieldValue name='displayMode'/> |
3439 | <fieldValue name='transparency' value='0'/> |
3440 | </ProtoInstance> |
3441 | <ProtoInstance name='Arc'> |
3442 | <fieldValue name='cylinderHeight' value='0.01882'/> |
3443 | <fieldValue name='cylinderTranslation' value='-0.76427 -0.95875 -2.30958'/> |
3444 | <fieldValue name='coneTranslation' value='-0.81828 -1.08719 -2.25246'/> |
3445 | <fieldValue name='rotation' value='-0.71383 0 -0.67491 0.54923'/> |
3446 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3447 | <fieldValue name='ballRadius' value='0.02'/> |
3448 | <fieldValue name='traceEnabled' value='false'/> |
3449 | <fieldValue name='displayMode'/> |
3450 | <fieldValue name='transparency' value='0'/> |
3451 | </ProtoInstance> |
3452 | <ProtoInstance name='Arc'> |
3453 | <fieldValue name='cylinderHeight' value='0.81076'/> |
3454 | <fieldValue name='cylinderTranslation' value='0.27267 -0.10375 1.41581'/> |
3455 | <fieldValue name='coneTranslation' value='0.33151 -0.29723 1.27683'/> |
3456 | <fieldValue name='rotation' value='-45.91951 0 -19.44103 2.47915'/> |
3457 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3458 | <fieldValue name='ballRadius' value='0.02'/> |
3459 | <fieldValue name='traceEnabled' value='false'/> |
3460 | <fieldValue name='displayMode'/> |
3461 | <fieldValue name='transparency' value='0'/> |
3462 | </ProtoInstance> |
3463 | <ProtoInstance name='Arc'> |
3464 | <fieldValue name='cylinderHeight' value='0.40699'/> |
3465 | <fieldValue name='cylinderTranslation' value='-2.50733 -0.13096 -0.69085'/> |
3466 | <fieldValue name='coneTranslation' value='-2.47154 -0.11881 -0.66933'/> |
3467 | <fieldValue name='rotation' value='20.13627 0 -33.48833 1.28746'/> |
3468 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3469 | <fieldValue name='ballRadius' value='0.02'/> |
3470 | <fieldValue name='traceEnabled' value='false'/> |
3471 | <fieldValue name='displayMode'/> |
3472 | <fieldValue name='transparency' value='0'/> |
3473 | </ProtoInstance> |
3474 | <ProtoInstance name='Arc'> |
3475 | <fieldValue name='cylinderHeight' value='0.42752'/> |
3476 | <fieldValue name='cylinderTranslation' value='-0.91075 -1.74386 2.37386'/> |
3477 | <fieldValue name='coneTranslation' value='-0.91199 -1.77623 2.41676'/> |
3478 | <fieldValue name='rotation' value='34.11974 -0.00000 0.98208 2.21695'/> |
3479 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3480 | <fieldValue name='ballRadius' value='0.02'/> |
3481 | <fieldValue name='traceEnabled' value='false'/> |
3482 | <fieldValue name='displayMode'/> |
3483 | <fieldValue name='transparency' value='0'/> |
3484 | </ProtoInstance> |
3485 | <ProtoInstance name='Arc'> |
3486 | <fieldValue name='cylinderHeight' value='0.03592'/> |
3487 | <fieldValue name='cylinderTranslation' value='-2.43718 0.08475 -0.49791'/> |
3488 | <fieldValue name='coneTranslation' value='-2.46701 0.00346 -0.38532'/> |
3489 | <fieldValue name='rotation' value='-2.84762 0 -0.75448 0.96149'/> |
3490 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3491 | <fieldValue name='ballRadius' value='0.02'/> |
3492 | <fieldValue name='traceEnabled' value='false'/> |
3493 | <fieldValue name='displayMode'/> |
3494 | <fieldValue name='transparency' value='0'/> |
3495 | </ProtoInstance> |
3496 | <ProtoInstance name='Arc'> |
3497 | <fieldValue name='cylinderHeight' value='0.39857'/> |
3498 | <fieldValue name='cylinderTranslation' value='0.13369 -1.66458 0.94791'/> |
3499 | <fieldValue name='coneTranslation' value='0.15573 -1.68868 0.92608'/> |
3500 | <fieldValue name='rotation' value='-22.15244 0 -22.36271 2.23119'/> |
3501 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3502 | <fieldValue name='ballRadius' value='0.02'/> |
3503 | <fieldValue name='traceEnabled' value='false'/> |
3504 | <fieldValue name='displayMode'/> |
3505 | <fieldValue name='transparency' value='0'/> |
3506 | </ProtoInstance> |
3507 | <ProtoInstance name='Arc'> |
3508 | <fieldValue name='cylinderHeight' value='0.46693'/> |
3509 | <fieldValue name='cylinderTranslation' value='1.48860 0.76231 -1.33667'/> |
3510 | <fieldValue name='coneTranslation' value='1.45166 0.72420 -1.28587'/> |
3511 | <fieldValue name='rotation' value='32.28372 -0.00000 23.47853 2.11623'/> |
3512 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3513 | <fieldValue name='ballRadius' value='0.02'/> |
3514 | <fieldValue name='traceEnabled' value='false'/> |
3515 | <fieldValue name='displayMode'/> |
3516 | <fieldValue name='transparency' value='0'/> |
3517 | </ProtoInstance> |
3518 | <ProtoInstance name='Arc'> |
3519 | <fieldValue name='cylinderHeight' value='0.71819'/> |
3520 | <fieldValue name='cylinderTranslation' value='0.53850 -1.99980 0.15654'/> |
3521 | <fieldValue name='coneTranslation' value='0.57698 -1.81012 0.20322'/> |
3522 | <fieldValue name='rotation' value='16.83884 0 -13.88160 0.30875'/> |
3523 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3524 | <fieldValue name='ballRadius' value='0.02'/> |
3525 | <fieldValue name='traceEnabled' value='false'/> |
3526 | <fieldValue name='displayMode'/> |
3527 | <fieldValue name='transparency' value='0'/> |
3528 | </ProtoInstance> |
3529 | <ProtoInstance name='Arc'> |
3530 | <fieldValue name='cylinderHeight' value='0.41108'/> |
3531 | <fieldValue name='cylinderTranslation' value='0.44534 -2.22728 0.65591'/> |
3532 | <fieldValue name='coneTranslation' value='0.43963 -2.27080 0.66804'/> |
3533 | <fieldValue name='rotation' value='10.95067 -0.00000 5.15244 2.84277'/> |
3534 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3535 | <fieldValue name='ballRadius' value='0.02'/> |
3536 | <fieldValue name='traceEnabled' value='false'/> |
3537 | <fieldValue name='displayMode'/> |
3538 | <fieldValue name='transparency' value='0'/> |
3539 | </ProtoInstance> |
3540 | <ProtoInstance name='Arc'> |
3541 | <fieldValue name='cylinderHeight' value='0.41512'/> |
3542 | <fieldValue name='cylinderTranslation' value='-2.51782 -0.15549 -0.65941'/> |
3543 | <fieldValue name='coneTranslation' value='-2.47705 -0.13683 -0.64355'/> |
3544 | <fieldValue name='rotation' value='13.84945 0 -35.58565 1.16773'/> |
3545 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3546 | <fieldValue name='ballRadius' value='0.02'/> |
3547 | <fieldValue name='traceEnabled' value='false'/> |
3548 | <fieldValue name='displayMode'/> |
3549 | <fieldValue name='transparency' value='0'/> |
3550 | </ProtoInstance> |
3551 | <ProtoInstance name='Arc'> |
3552 | <fieldValue name='cylinderHeight' value='0.70939'/> |
3553 | <fieldValue name='cylinderTranslation' value='0.59601 -0.88389 0.62197'/> |
3554 | <fieldValue name='coneTranslation' value='0.40828 -0.83242 0.61839'/> |
3555 | <fieldValue name='rotation' value='-1.30278 0 68.40233 1.30325'/> |
3556 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3557 | <fieldValue name='ballRadius' value='0.02'/> |
3558 | <fieldValue name='traceEnabled' value='false'/> |
3559 | <fieldValue name='displayMode'/> |
3560 | <fieldValue name='transparency' value='0'/> |
3561 | </ProtoInstance> |
3562 | <ProtoInstance name='Arc'> |
3563 | <fieldValue name='cylinderHeight' value='0.90830'/> |
3564 | <fieldValue name='cylinderTranslation' value='0.47298 -0.90064 -0.17014'/> |
3565 | <fieldValue name='coneTranslation' value='0.44770 -1.12238 0.02148'/> |
3566 | <fieldValue name='rotation' value='59.17095 -0.00000 7.80472 2.42464'/> |
3567 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3568 | <fieldValue name='ballRadius' value='0.02'/> |
3569 | <fieldValue name='traceEnabled' value='false'/> |
3570 | <fieldValue name='displayMode'/> |
3571 | <fieldValue name='transparency' value='0'/> |
3572 | </ProtoInstance> |
3573 | <ProtoInstance name='Arc'> |
3574 | <fieldValue name='cylinderHeight' value='0.29444'/> |
3575 | <fieldValue name='cylinderTranslation' value='0.57268 -1.78163 0.16952'/> |
3576 | <fieldValue name='coneTranslation' value='0.56962 -1.79239 0.16334'/> |
3577 | <fieldValue name='rotation' value='14.24323 0 -7.04455 0.57005'/> |
3578 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3579 | <fieldValue name='ballRadius' value='0.02'/> |
3580 | <fieldValue name='traceEnabled' value='false'/> |
3581 | <fieldValue name='displayMode'/> |
3582 | <fieldValue name='transparency' value='0'/> |
3583 | </ProtoInstance> |
3584 | <ProtoInstance name='Arc'> |
3585 | <fieldValue name='cylinderHeight' value='0.76097'/> |
3586 | <fieldValue name='cylinderTranslation' value='0.84145 -1.81075 -0.01772'/> |
3587 | <fieldValue name='coneTranslation' value='0.70611 -1.72205 0.13205'/> |
3588 | <fieldValue name='rotation' value='51.69177 -0.00000 46.70821 1.15679'/> |
3589 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3590 | <fieldValue name='ballRadius' value='0.02'/> |
3591 | <fieldValue name='traceEnabled' value='false'/> |
3592 | <fieldValue name='displayMode'/> |
3593 | <fieldValue name='transparency' value='0'/> |
3594 | </ProtoInstance> |
3595 | <ProtoInstance name='Vertex'> |
3596 | <fieldValue name='vertexText' value='"2010-01-21-AF.MIL-PHOTOS"'/> |
3597 | <fieldValue name='description' value='1: 2010-01-21-AF.MIL-PHOTOS'/> |
3598 | <fieldValue name='url'/> |
3599 | <fieldValue name='radius' value='0.1500'/> |
3600 | <fieldValue name='displayMode'/> |
3601 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3602 | <fieldValue name='transparency' value='0'/> |
3603 | <fieldValue name='translation' value='-0.27329 -0.06349 0.85437'/> |
3604 | <fieldValue name='textTranslation' value='-0.12329 -0.06349 0.85437'/> |
3605 | <fieldValue name='textColor' value='0 0 0'/> |
3606 | </ProtoInstance> |
3607 | <ProtoInstance name='Vertex'> |
3608 | <fieldValue name='vertexText' value='"2010-01-21-ARMY.MIL"'/> |
3609 | <fieldValue name='description' value='2: 2010-01-21-ARMY.MIL'/> |
3610 | <fieldValue name='url'/> |
3611 | <fieldValue name='radius' value='0.1500'/> |
3612 | <fieldValue name='displayMode'/> |
3613 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3614 | <fieldValue name='transparency' value='0'/> |
3615 | <fieldValue name='translation' value='1.18308 0.41613 -0.92137'/> |
3616 | <fieldValue name='textTranslation' value='1.33308 0.41613 -0.92137'/> |
3617 | <fieldValue name='textColor' value='0 0 0'/> |
3618 | </ProtoInstance> |
3619 | <ProtoInstance name='Vertex'> |
3620 | <fieldValue name='vertexText' value='"2010-01-21-ARMY.MIL-NEWS"'/> |
3621 | <fieldValue name='description' value='3: 2010-01-21-ARMY.MIL-NEWS'/> |
3622 | <fieldValue name='url'/> |
3623 | <fieldValue name='radius' value='0.1500'/> |
3624 | <fieldValue name='displayMode'/> |
3625 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3626 | <fieldValue name='transparency' value='0'/> |
3627 | <fieldValue name='translation' value='-2.04276 -0.04049 -0.43003'/> |
3628 | <fieldValue name='textTranslation' value='-1.89276 -0.04049 -0.43003'/> |
3629 | <fieldValue name='textColor' value='0 0 0'/> |
3630 | </ProtoInstance> |
3631 | <ProtoInstance name='Vertex'> |
3632 | <fieldValue name='vertexText' value='"2010-01-21-DEFENSE.GOV-TRANSCRIPTS"'/> |
3633 | <fieldValue name='description' value='4: 2010-01-21-DEFENSE.GOV-TRANSCRIPTS'/> |
3634 | <fieldValue name='url'/> |
3635 | <fieldValue name='radius' value='0.1500'/> |
3636 | <fieldValue name='displayMode'/> |
3637 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3638 | <fieldValue name='transparency' value='0'/> |
3639 | <fieldValue name='translation' value='-0.60422 -0.77109 -1.88462'/> |
3640 | <fieldValue name='textTranslation' value='-0.45422 -0.77109 -1.88462'/> |
3641 | <fieldValue name='textColor' value='0 0 0'/> |
3642 | </ProtoInstance> |
3643 | <ProtoInstance name='Vertex'> |
3644 | <fieldValue name='vertexText' value='"2010-01-21-SOUTHCOM.MIL-APPSSC"'/> |
3645 | <fieldValue name='description' value='5: 2010-01-21-SOUTHCOM.MIL-APPSSC'/> |
3646 | <fieldValue name='url'/> |
3647 | <fieldValue name='radius' value='0.1500'/> |
3648 | <fieldValue name='displayMode'/> |
3649 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3650 | <fieldValue name='transparency' value='0'/> |
3651 | <fieldValue name='translation' value='0.54569 -1.34295 0.45541'/> |
3652 | <fieldValue name='textTranslation' value='0.69569 -1.34295 0.45541'/> |
3653 | <fieldValue name='textColor' value='0 0 0'/> |
3654 | </ProtoInstance> |
3655 | <ProtoInstance name='Vertex'> |
3656 | <fieldValue name='vertexText' value='"2010-01-21-STATE.GOV-G"'/> |
3657 | <fieldValue name='description' value='6: 2010-01-21-STATE.GOV-G'/> |
3658 | <fieldValue name='url'/> |
3659 | <fieldValue name='radius' value='0.1500'/> |
3660 | <fieldValue name='displayMode'/> |
3661 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3662 | <fieldValue name='transparency' value='0'/> |
3663 | <fieldValue name='translation' value='-0.78490 -1.38820 1.92760'/> |
3664 | <fieldValue name='textTranslation' value='-0.63490 -1.38820 1.92760'/> |
3665 | <fieldValue name='textColor' value='0 0 0'/> |
3666 | </ProtoInstance> |
3667 | <ProtoInstance name='Vertex'> |
3668 | <fieldValue name='vertexText' value='"2010-01-21-TWITTER.COM-ENPHUEGO"'/> |
3669 | <fieldValue name='description' value='7: 2010-01-21-TWITTER.COM-ENPHUEGO'/> |
3670 | <fieldValue name='url'/> |
3671 | <fieldValue name='radius' value='0.1500'/> |
3672 | <fieldValue name='displayMode'/> |
3673 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3674 | <fieldValue name='transparency' value='0'/> |
3675 | <fieldValue name='translation' value='1.54707 -2.36897 -0.93692'/> |
3676 | <fieldValue name='textTranslation' value='1.69707 -2.36897 -0.93692'/> |
3677 | <fieldValue name='textColor' value='0 0 0'/> |
3678 | </ProtoInstance> |
3679 | <ProtoInstance name='Vertex'> |
3680 | <fieldValue name='vertexText' value='"2010-01-21-TWITTER.COM-USAID_HAITI"'/> |
3681 | <fieldValue name='description' value='8: 2010-01-21-TWITTER.COM-USAID_HAITI'/> |
3682 | <fieldValue name='url'/> |
3683 | <fieldValue name='radius' value='0.1500'/> |
3684 | <fieldValue name='displayMode'/> |
3685 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3686 | <fieldValue name='transparency' value='0'/> |
3687 | <fieldValue name='translation' value='2.45010 1.16787 1.89544'/> |
3688 | <fieldValue name='textTranslation' value='2.60010 1.16787 1.89544'/> |
3689 | <fieldValue name='textColor' value='0 0 0'/> |
3690 | </ProtoInstance> |
3691 | <ProtoInstance name='Vertex'> |
3692 | <fieldValue name='vertexText' value='"2010-01-21-USAID.GOV-PRESS"'/> |
3693 | <fieldValue name='description' value='9: 2010-01-21-USAID.GOV-PRESS'/> |
3694 | <fieldValue name='url'/> |
3695 | <fieldValue name='radius' value='0.1500'/> |
3696 | <fieldValue name='displayMode'/> |
3697 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
3698 | <fieldValue name='transparency' value='0'/> |
3699 | <fieldValue name='translation' value='0.43376 2.28527 0.06785'/> |
3700 | <fieldValue name='textTranslation' value='0.58376 2.28527 0.06785'/> |
3701 | <fieldValue name='textColor' value='0 0 0'/> |
3702 | </ProtoInstance> |
3703 | <ProtoInstance name='Vertex'> |
3704 | <fieldValue name='vertexText' value=' "Haiti/2010-01-21/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-21.simple" '/> |
3705 | <fieldValue name='description' value='10: Haiti/2010-01-21/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-21.simple'/> |
3706 | <fieldValue name='url'/> |
3707 | <fieldValue name='radius' value='0.1500'/> |
3708 | <fieldValue name='displayMode'/> |
3709 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3710 | <fieldValue name='transparency' value='0'/> |
3711 | <fieldValue name='translation' value='-1.00937 1.91822 -1.83124'/> |
3712 | <fieldValue name='textTranslation' value='-0.85937 1.91822 -1.83124'/> |
3713 | <fieldValue name='textColor' value='0 0 0'/> |
3714 | </ProtoInstance> |
3715 | <ProtoInstance name='Vertex'> |
3716 | <fieldValue name='vertexText' value='"adding"'/> |
3717 | <fieldValue name='description' value='11: adding'/> |
3718 | <fieldValue name='url'/> |
3719 | <fieldValue name='radius' value='0.1500'/> |
3720 | <fieldValue name='displayMode'/> |
3721 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3722 | <fieldValue name='transparency' value='0'/> |
3723 | <fieldValue name='translation' value='1.36139 -2.08094 0.80143'/> |
3724 | <fieldValue name='textTranslation' value='1.51139 -2.08094 0.80143'/> |
3725 | <fieldValue name='textColor' value='0 0 0'/> |
3726 | </ProtoInstance> |
3727 | <ProtoInstance name='Vertex'> |
3728 | <fieldValue name='vertexText' value='"afloat"'/> |
3729 | <fieldValue name='description' value='12: afloat'/> |
3730 | <fieldValue name='url'/> |
3731 | <fieldValue name='radius' value='0.1500'/> |
3732 | <fieldValue name='displayMode'/> |
3733 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3734 | <fieldValue name='transparency' value='0'/> |
3735 | <fieldValue name='translation' value='0.19134 -2.42293 0.33002'/> |
3736 | <fieldValue name='textTranslation' value='0.34134 -2.42293 0.33002'/> |
3737 | <fieldValue name='textColor' value='0 0 0'/> |
3738 | </ProtoInstance> |
3739 | <ProtoInstance name='Vertex'> |
3740 | <fieldValue name='vertexText' value='"agencies"'/> |
3741 | <fieldValue name='description' value='13: agencies'/> |
3742 | <fieldValue name='url'/> |
3743 | <fieldValue name='radius' value='0.1500'/> |
3744 | <fieldValue name='displayMode'/> |
3745 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3746 | <fieldValue name='transparency' value='0'/> |
3747 | <fieldValue name='translation' value='0.06822 -1.75433 0.62247'/> |
3748 | <fieldValue name='textTranslation' value='0.21822 -1.75433 0.62247'/> |
3749 | <fieldValue name='textColor' value='0 0 0'/> |
3750 | </ProtoInstance> |
3751 | <ProtoInstance name='Vertex'> |
3752 | <fieldValue name='vertexText' value='"agency"'/> |
3753 | <fieldValue name='description' value='14: agency'/> |
3754 | <fieldValue name='url'/> |
3755 | <fieldValue name='radius' value='0.1500'/> |
3756 | <fieldValue name='displayMode'/> |
3757 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3758 | <fieldValue name='transparency' value='0'/> |
3759 | <fieldValue name='translation' value='1.18616 -1.19709 0.57489'/> |
3760 | <fieldValue name='textTranslation' value='1.33616 -1.19709 0.57489'/> |
3761 | <fieldValue name='textColor' value='0 0 0'/> |
3762 | </ProtoInstance> |
3763 | <ProtoInstance name='Vertex'> |
3764 | <fieldValue name='vertexText' value='"aid"'/> |
3765 | <fieldValue name='description' value='15: aid'/> |
3766 | <fieldValue name='url'/> |
3767 | <fieldValue name='radius' value='0.1500'/> |
3768 | <fieldValue name='displayMode'/> |
3769 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3770 | <fieldValue name='transparency' value='0'/> |
3771 | <fieldValue name='translation' value='1.71408 -2.56106 -0.92877'/> |
3772 | <fieldValue name='textTranslation' value='1.86408 -2.56106 -0.92877'/> |
3773 | <fieldValue name='textColor' value='0 0 0'/> |
3774 | </ProtoInstance> |
3775 | <ProtoInstance name='Vertex'> |
3776 | <fieldValue name='vertexText' value='"air"'/> |
3777 | <fieldValue name='description' value='16: air'/> |
3778 | <fieldValue name='url'/> |
3779 | <fieldValue name='radius' value='0.1500'/> |
3780 | <fieldValue name='displayMode'/> |
3781 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3782 | <fieldValue name='transparency' value='0'/> |
3783 | <fieldValue name='translation' value='-0.07132 -0.29185 0.86933'/> |
3784 | <fieldValue name='textTranslation' value='0.07868 -0.29185 0.86933'/> |
3785 | <fieldValue name='textColor' value='0 0 0'/> |
3786 | </ProtoInstance> |
3787 | <ProtoInstance name='Vertex'> |
3788 | <fieldValue name='vertexText' value='"airborne"'/> |
3789 | <fieldValue name='description' value='17: airborne'/> |
3790 | <fieldValue name='url'/> |
3791 | <fieldValue name='radius' value='0.1500'/> |
3792 | <fieldValue name='displayMode'/> |
3793 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3794 | <fieldValue name='transparency' value='0'/> |
3795 | <fieldValue name='translation' value='1.56212 -1.51779 1.05223'/> |
3796 | <fieldValue name='textTranslation' value='1.71212 -1.51779 1.05223'/> |
3797 | <fieldValue name='textColor' value='0 0 0'/> |
3798 | </ProtoInstance> |
3799 | <ProtoInstance name='Vertex'> |
3800 | <fieldValue name='vertexText' value='"american"'/> |
3801 | <fieldValue name='description' value='18: american'/> |
3802 | <fieldValue name='url'/> |
3803 | <fieldValue name='radius' value='0.1500'/> |
3804 | <fieldValue name='displayMode'/> |
3805 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3806 | <fieldValue name='transparency' value='0'/> |
3807 | <fieldValue name='translation' value='0.96540 -0.85341 1.28393'/> |
3808 | <fieldValue name='textTranslation' value='1.11540 -0.85341 1.28393'/> |
3809 | <fieldValue name='textColor' value='0 0 0'/> |
3810 | </ProtoInstance> |
3811 | <ProtoInstance name='Vertex'> |
3812 | <fieldValue name='vertexText' value='"announcement"'/> |
3813 | <fieldValue name='description' value='19: announcement'/> |
3814 | <fieldValue name='url'/> |
3815 | <fieldValue name='radius' value='0.1500'/> |
3816 | <fieldValue name='displayMode'/> |
3817 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3818 | <fieldValue name='transparency' value='0'/> |
3819 | <fieldValue name='translation' value='-1.51770 -1.74620 2.15573'/> |
3820 | <fieldValue name='textTranslation' value='-1.36770 -1.74620 2.15573'/> |
3821 | <fieldValue name='textColor' value='0 0 0'/> |
3822 | </ProtoInstance> |
3823 | <ProtoInstance name='Vertex'> |
3824 | <fieldValue name='vertexText' value='"apartments"'/> |
3825 | <fieldValue name='description' value='20: apartments'/> |
3826 | <fieldValue name='url'/> |
3827 | <fieldValue name='radius' value='0.1500'/> |
3828 | <fieldValue name='displayMode'/> |
3829 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
3830 | <fieldValue name='transparency' value='0'/> |
3831 | <fieldValue name='translation' value='0.21428 2.74552 -0.44279'/> |
3832 | <fieldValue name='textTranslation' value='0.36428 2.74552 -0.44279'/> |
3833 | <fieldValue name='textColor' value='0 0 0'/> |
3834 | </ProtoInstance> |
3835 | <ProtoInstance name='Vertex'> |
3836 | <fieldValue name='vertexText' value='"appreciation"'/> |
3837 | <fieldValue name='description' value='21: appreciation'/> |
3838 | <fieldValue name='url'/> |
3839 | <fieldValue name='radius' value='0.1500'/> |
3840 | <fieldValue name='displayMode'/> |
3841 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3842 | <fieldValue name='transparency' value='0'/> |
3843 | <fieldValue name='translation' value='1.81358 -2.58101 -1.52285'/> |
3844 | <fieldValue name='textTranslation' value='1.96358 -2.58101 -1.52285'/> |
3845 | <fieldValue name='textColor' value='0 0 0'/> |
3846 | </ProtoInstance> |
3847 | <ProtoInstance name='Vertex'> |
3848 | <fieldValue name='vertexText' value='"army"'/> |
3849 | <fieldValue name='description' value='22: army'/> |
3850 | <fieldValue name='url'/> |
3851 | <fieldValue name='radius' value='0.1500'/> |
3852 | <fieldValue name='displayMode'/> |
3853 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3854 | <fieldValue name='transparency' value='0'/> |
3855 | <fieldValue name='translation' value='-2.27172 -0.01316 -0.43363'/> |
3856 | <fieldValue name='textTranslation' value='-2.12172 -0.01316 -0.43363'/> |
3857 | <fieldValue name='textColor' value='0 0 0'/> |
3858 | </ProtoInstance> |
3859 | <ProtoInstance name='Vertex'> |
3860 | <fieldValue name='vertexText' value='"assets"'/> |
3861 | <fieldValue name='description' value='23: assets'/> |
3862 | <fieldValue name='url'/> |
3863 | <fieldValue name='radius' value='0.1500'/> |
3864 | <fieldValue name='displayMode'/> |
3865 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3866 | <fieldValue name='transparency' value='0'/> |
3867 | <fieldValue name='translation' value='-1.13958 -0.08558 0.23019'/> |
3868 | <fieldValue name='textTranslation' value='-0.98958 -0.08558 0.23019'/> |
3869 | <fieldValue name='textColor' value='0 0 0'/> |
3870 | </ProtoInstance> |
3871 | <ProtoInstance name='Vertex'> |
3872 | <fieldValue name='vertexText' value='"assist"'/> |
3873 | <fieldValue name='description' value='24: assist'/> |
3874 | <fieldValue name='url'/> |
3875 | <fieldValue name='radius' value='0.1500'/> |
3876 | <fieldValue name='displayMode'/> |
3877 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3878 | <fieldValue name='transparency' value='0'/> |
3879 | <fieldValue name='translation' value='-0.69140 0.36185 0.98361'/> |
3880 | <fieldValue name='textTranslation' value='-0.54140 0.36185 0.98361'/> |
3881 | <fieldValue name='textColor' value='0 0 0'/> |
3882 | </ProtoInstance> |
3883 | <ProtoInstance name='Vertex'> |
3884 | <fieldValue name='vertexText' value='"assistance"'/> |
3885 | <fieldValue name='description' value='25: assistance'/> |
3886 | <fieldValue name='url'/> |
3887 | <fieldValue name='radius' value='0.1500'/> |
3888 | <fieldValue name='displayMode'/> |
3889 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3890 | <fieldValue name='transparency' value='0'/> |
3891 | <fieldValue name='translation' value='1.38703 0.71875 -1.29323'/> |
3892 | <fieldValue name='textTranslation' value='1.53703 0.71875 -1.29323'/> |
3893 | <fieldValue name='textColor' value='0 0 0'/> |
3894 | </ProtoInstance> |
3895 | <ProtoInstance name='Vertex'> |
3896 | <fieldValue name='vertexText' value='"assisting"'/> |
3897 | <fieldValue name='description' value='26: assisting'/> |
3898 | <fieldValue name='url'/> |
3899 | <fieldValue name='radius' value='0.1500'/> |
3900 | <fieldValue name='displayMode'/> |
3901 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3902 | <fieldValue name='transparency' value='0'/> |
3903 | <fieldValue name='translation' value='-0.04675 -1.83310 -0.32606'/> |
3904 | <fieldValue name='textTranslation' value='0.10325 -1.83310 -0.32606'/> |
3905 | <fieldValue name='textColor' value='0 0 0'/> |
3906 | </ProtoInstance> |
3907 | <ProtoInstance name='Vertex'> |
3908 | <fieldValue name='vertexText' value='"awesome"'/> |
3909 | <fieldValue name='description' value='27: awesome'/> |
3910 | <fieldValue name='url'/> |
3911 | <fieldValue name='radius' value='0.1500'/> |
3912 | <fieldValue name='displayMode'/> |
3913 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3914 | <fieldValue name='transparency' value='0'/> |
3915 | <fieldValue name='translation' value='1.46442 -2.74957 -1.56601'/> |
3916 | <fieldValue name='textTranslation' value='1.61442 -2.74957 -1.56601'/> |
3917 | <fieldValue name='textColor' value='0 0 0'/> |
3918 | </ProtoInstance> |
3919 | <ProtoInstance name='Vertex'> |
3920 | <fieldValue name='vertexText' value='"base"'/> |
3921 | <fieldValue name='description' value='28: base'/> |
3922 | <fieldValue name='url'/> |
3923 | <fieldValue name='radius' value='0.1500'/> |
3924 | <fieldValue name='displayMode'/> |
3925 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3926 | <fieldValue name='transparency' value='0'/> |
3927 | <fieldValue name='translation' value='-0.04843 0.06019 1.24150'/> |
3928 | <fieldValue name='textTranslation' value='0.10157 0.06019 1.24150'/> |
3929 | <fieldValue name='textColor' value='0 0 0'/> |
3930 | </ProtoInstance> |
3931 | <ProtoInstance name='Vertex'> |
3932 | <fieldValue name='vertexText' value='"benefiting"'/> |
3933 | <fieldValue name='description' value='29: benefiting'/> |
3934 | <fieldValue name='url'/> |
3935 | <fieldValue name='radius' value='0.1500'/> |
3936 | <fieldValue name='displayMode'/> |
3937 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3938 | <fieldValue name='transparency' value='0'/> |
3939 | <fieldValue name='translation' value='-0.93197 -1.46781 2.17660'/> |
3940 | <fieldValue name='textTranslation' value='-0.78197 -1.46781 2.17660'/> |
3941 | <fieldValue name='textColor' value='0 0 0'/> |
3942 | </ProtoInstance> |
3943 | <ProtoInstance name='Vertex'> |
3944 | <fieldValue name='vertexText' value='"bit"'/> |
3945 | <fieldValue name='description' value='30: bit'/> |
3946 | <fieldValue name='url'/> |
3947 | <fieldValue name='radius' value='0.1500'/> |
3948 | <fieldValue name='displayMode'/> |
3949 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
3950 | <fieldValue name='transparency' value='0'/> |
3951 | <fieldValue name='translation' value='0.28317 2.66884 0.07393'/> |
3952 | <fieldValue name='textTranslation' value='0.43317 2.66884 0.07393'/> |
3953 | <fieldValue name='textColor' value='0 0 0'/> |
3954 | </ProtoInstance> |
3955 | <ProtoInstance name='Vertex'> |
3956 | <fieldValue name='vertexText' value='"bottled"'/> |
3957 | <fieldValue name='description' value='31: bottled'/> |
3958 | <fieldValue name='url'/> |
3959 | <fieldValue name='radius' value='0.1500'/> |
3960 | <fieldValue name='displayMode'/> |
3961 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3962 | <fieldValue name='transparency' value='0'/> |
3963 | <fieldValue name='translation' value='1.90488 0.82819 -1.27328'/> |
3964 | <fieldValue name='textTranslation' value='2.05488 0.82819 -1.27328'/> |
3965 | <fieldValue name='textColor' value='0 0 0'/> |
3966 | </ProtoInstance> |
3967 | <ProtoInstance name='Vertex'> |
3968 | <fieldValue name='vertexText' value='"bottles"'/> |
3969 | <fieldValue name='description' value='32: bottles'/> |
3970 | <fieldValue name='url'/> |
3971 | <fieldValue name='radius' value='0.1500'/> |
3972 | <fieldValue name='displayMode'/> |
3973 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3974 | <fieldValue name='transparency' value='0'/> |
3975 | <fieldValue name='translation' value='0.97139 1.33082 -0.59160'/> |
3976 | <fieldValue name='textTranslation' value='1.12139 1.33082 -0.59160'/> |
3977 | <fieldValue name='textColor' value='0 0 0'/> |
3978 | </ProtoInstance> |
3979 | <ProtoInstance name='Vertex'> |
3980 | <fieldValue name='vertexText' value='"briefing"'/> |
3981 | <fieldValue name='description' value='33: briefing'/> |
3982 | <fieldValue name='url'/> |
3983 | <fieldValue name='radius' value='0.1500'/> |
3984 | <fieldValue name='displayMode'/> |
3985 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3986 | <fieldValue name='transparency' value='0'/> |
3987 | <fieldValue name='translation' value='-0.60920 -0.54106 -2.38853'/> |
3988 | <fieldValue name='textTranslation' value='-0.45920 -0.54106 -2.38853'/> |
3989 | <fieldValue name='textColor' value='0 0 0'/> |
3990 | </ProtoInstance> |
3991 | <ProtoInstance name='Vertex'> |
3992 | <fieldValue name='vertexText' value='"brigade"'/> |
3993 | <fieldValue name='description' value='34: brigade'/> |
3994 | <fieldValue name='url'/> |
3995 | <fieldValue name='radius' value='0.1500'/> |
3996 | <fieldValue name='displayMode'/> |
3997 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3998 | <fieldValue name='transparency' value='0'/> |
3999 | <fieldValue name='translation' value='1.00180 -2.27402 -0.03720'/> |
4000 | <fieldValue name='textTranslation' value='1.15180 -2.27402 -0.03720'/> |
4001 | <fieldValue name='textColor' value='0 0 0'/> |
4002 | </ProtoInstance> |
4003 | <ProtoInstance name='Vertex'> |
4004 | <fieldValue name='vertexText' value='"bringing"'/> |
4005 | <fieldValue name='description' value='35: bringing'/> |
4006 | <fieldValue name='url'/> |
4007 | <fieldValue name='radius' value='0.1500'/> |
4008 | <fieldValue name='displayMode'/> |
4009 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4010 | <fieldValue name='transparency' value='0'/> |
4011 | <fieldValue name='translation' value='-2.75182 -0.02604 -0.27277'/> |
4012 | <fieldValue name='textTranslation' value='-2.60182 -0.02604 -0.27277'/> |
4013 | <fieldValue name='textColor' value='0 0 0'/> |
4014 | </ProtoInstance> |
4015 | <ProtoInstance name='Vertex'> |
4016 | <fieldValue name='vertexText' value='"called"'/> |
4017 | <fieldValue name='description' value='36: called'/> |
4018 | <fieldValue name='url'/> |
4019 | <fieldValue name='radius' value='0.1500'/> |
4020 | <fieldValue name='displayMode'/> |
4021 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4022 | <fieldValue name='transparency' value='0'/> |
4023 | <fieldValue name='translation' value='-2.58227 0.60662 -0.41311'/> |
4024 | <fieldValue name='textTranslation' value='-2.43227 0.60662 -0.41311'/> |
4025 | <fieldValue name='textColor' value='0 0 0'/> |
4026 | </ProtoInstance> |
4027 | <ProtoInstance name='Vertex'> |
4028 | <fieldValue name='vertexText' value='"cases"'/> |
4029 | <fieldValue name='description' value='37: cases'/> |
4030 | <fieldValue name='url'/> |
4031 | <fieldValue name='radius' value='0.1500'/> |
4032 | <fieldValue name='displayMode'/> |
4033 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4034 | <fieldValue name='transparency' value='0'/> |
4035 | <fieldValue name='translation' value='1.62774 0.69208 -1.13156'/> |
4036 | <fieldValue name='textTranslation' value='1.77774 0.69208 -1.13156'/> |
4037 | <fieldValue name='textColor' value='0 0 0'/> |
4038 | </ProtoInstance> |
4039 | <ProtoInstance name='Vertex'> |
4040 | <fieldValue name='vertexText' value='"charleston"'/> |
4041 | <fieldValue name='description' value='38: charleston'/> |
4042 | <fieldValue name='url'/> |
4043 | <fieldValue name='radius' value='0.1500'/> |
4044 | <fieldValue name='displayMode'/> |
4045 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4046 | <fieldValue name='transparency' value='0'/> |
4047 | <fieldValue name='translation' value='-0.39380 0.30540 1.15334'/> |
4048 | <fieldValue name='textTranslation' value='-0.24380 0.30540 1.15334'/> |
4049 | <fieldValue name='textColor' value='0 0 0'/> |
4050 | </ProtoInstance> |
4051 | <ProtoInstance name='Vertex'> |
4052 | <fieldValue name='vertexText' value='"children"'/> |
4053 | <fieldValue name='description' value='39: children'/> |
4054 | <fieldValue name='url'/> |
4055 | <fieldValue name='radius' value='0.1500'/> |
4056 | <fieldValue name='displayMode'/> |
4057 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4058 | <fieldValue name='transparency' value='0'/> |
4059 | <fieldValue name='translation' value='-0.68306 -1.73263 1.75597'/> |
4060 | <fieldValue name='textTranslation' value='-0.53306 -1.73263 1.75597'/> |
4061 | <fieldValue name='textColor' value='0 0 0'/> |
4062 | </ProtoInstance> |
4063 | <ProtoInstance name='Vertex'> |
4064 | <fieldValue name='vertexText' value='"coast"'/> |
4065 | <fieldValue name='description' value='40: coast'/> |
4066 | <fieldValue name='url'/> |
4067 | <fieldValue name='radius' value='0.1500'/> |
4068 | <fieldValue name='displayMode'/> |
4069 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4070 | <fieldValue name='transparency' value='0'/> |
4071 | <fieldValue name='translation' value='1.04866 -1.76130 0.36799'/> |
4072 | <fieldValue name='textTranslation' value='1.19866 -1.76130 0.36799'/> |
4073 | <fieldValue name='textColor' value='0 0 0'/> |
4074 | </ProtoInstance> |
4075 | <ProtoInstance name='Vertex'> |
4076 | <fieldValue name='vertexText' value='"coming"'/> |
4077 | <fieldValue name='description' value='41: coming'/> |
4078 | <fieldValue name='url'/> |
4079 | <fieldValue name='radius' value='0.1500'/> |
4080 | <fieldValue name='displayMode'/> |
4081 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4082 | <fieldValue name='transparency' value='0'/> |
4083 | <fieldValue name='translation' value='0.28578 2.66399 0.16140'/> |
4084 | <fieldValue name='textTranslation' value='0.43578 2.66399 0.16140'/> |
4085 | <fieldValue name='textColor' value='0 0 0'/> |
4086 | </ProtoInstance> |
4087 | <ProtoInstance name='Vertex'> |
4088 | <fieldValue name='vertexText' value='"command"'/> |
4089 | <fieldValue name='description' value='42: command'/> |
4090 | <fieldValue name='url'/> |
4091 | <fieldValue name='radius' value='0.1500'/> |
4092 | <fieldValue name='displayMode'/> |
4093 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4094 | <fieldValue name='transparency' value='0'/> |
4095 | <fieldValue name='translation' value='-0.78810 -0.59803 -2.32183'/> |
4096 | <fieldValue name='textTranslation' value='-0.63810 -0.59803 -2.32183'/> |
4097 | <fieldValue name='textColor' value='0 0 0'/> |
4098 | </ProtoInstance> |
4099 | <ProtoInstance name='Vertex'> |
4100 | <fieldValue name='vertexText' value='"commander"'/> |
4101 | <fieldValue name='description' value='43: commander'/> |
4102 | <fieldValue name='url'/> |
4103 | <fieldValue name='radius' value='0.1500'/> |
4104 | <fieldValue name='displayMode'/> |
4105 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4106 | <fieldValue name='transparency' value='0'/> |
4107 | <fieldValue name='translation' value='-0.96924 -0.41559 -2.58159'/> |
4108 | <fieldValue name='textTranslation' value='-0.81924 -0.41559 -2.58159'/> |
4109 | <fieldValue name='textColor' value='0 0 0'/> |
4110 | </ProtoInstance> |
4111 | <ProtoInstance name='Vertex'> |
4112 | <fieldValue name='vertexText' value='"communication"'/> |
4113 | <fieldValue name='description' value='44: communication'/> |
4114 | <fieldValue name='url'/> |
4115 | <fieldValue name='radius' value='0.1500'/> |
4116 | <fieldValue name='displayMode'/> |
4117 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4118 | <fieldValue name='transparency' value='0'/> |
4119 | <fieldValue name='translation' value='-2.36761 0.16362 -0.69651'/> |
4120 | <fieldValue name='textTranslation' value='-2.21761 0.16362 -0.69651'/> |
4121 | <fieldValue name='textColor' value='0 0 0'/> |
4122 | </ProtoInstance> |
4123 | <ProtoInstance name='Vertex'> |
4124 | <fieldValue name='vertexText' value='"comprising"'/> |
4125 | <fieldValue name='description' value='45: comprising'/> |
4126 | <fieldValue name='url'/> |
4127 | <fieldValue name='radius' value='0.1500'/> |
4128 | <fieldValue name='displayMode'/> |
4129 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4130 | <fieldValue name='transparency' value='0'/> |
4131 | <fieldValue name='translation' value='0.95611 -0.86250 1.29300'/> |
4132 | <fieldValue name='textTranslation' value='1.10611 -0.86250 1.29300'/> |
4133 | <fieldValue name='textColor' value='0 0 0'/> |
4134 | </ProtoInstance> |
4135 | <ProtoInstance name='Vertex'> |
4136 | <fieldValue name='vertexText' value='"contact"'/> |
4137 | <fieldValue name='description' value='46: contact'/> |
4138 | <fieldValue name='url'/> |
4139 | <fieldValue name='radius' value='0.1500'/> |
4140 | <fieldValue name='displayMode'/> |
4141 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4142 | <fieldValue name='transparency' value='0'/> |
4143 | <fieldValue name='translation' value='2.05101 1.40119 2.12751'/> |
4144 | <fieldValue name='textTranslation' value='2.20101 1.40119 2.12751'/> |
4145 | <fieldValue name='textColor' value='0 0 0'/> |
4146 | </ProtoInstance> |
4147 | <ProtoInstance name='Vertex'> |
4148 | <fieldValue name='vertexText' value='"country"'/> |
4149 | <fieldValue name='description' value='47: country'/> |
4150 | <fieldValue name='url'/> |
4151 | <fieldValue name='radius' value='0.1500'/> |
4152 | <fieldValue name='displayMode'/> |
4153 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4154 | <fieldValue name='transparency' value='0'/> |
4155 | <fieldValue name='translation' value='0.40680 1.43703 0.08415'/> |
4156 | <fieldValue name='textTranslation' value='0.55680 1.43703 0.08415'/> |
4157 | <fieldValue name='textColor' value='0 0 0'/> |
4158 | </ProtoInstance> |
4159 | <ProtoInstance name='Vertex'> |
4160 | <fieldValue name='vertexText' value='"data"'/> |
4161 | <fieldValue name='description' value='48: data'/> |
4162 | <fieldValue name='url'/> |
4163 | <fieldValue name='radius' value='0.1500'/> |
4164 | <fieldValue name='displayMode'/> |
4165 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4166 | <fieldValue name='transparency' value='0'/> |
4167 | <fieldValue name='translation' value='-2.46791 -0.02405 -0.42155'/> |
4168 | <fieldValue name='textTranslation' value='-2.31791 -0.02405 -0.42155'/> |
4169 | <fieldValue name='textColor' value='0 0 0'/> |
4170 | </ProtoInstance> |
4171 | <ProtoInstance name='Vertex'> |
4172 | <fieldValue name='vertexText' value='"december"'/> |
4173 | <fieldValue name='description' value='49: december'/> |
4174 | <fieldValue name='url'/> |
4175 | <fieldValue name='radius' value='0.1500'/> |
4176 | <fieldValue name='displayMode'/> |
4177 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4178 | <fieldValue name='transparency' value='0'/> |
4179 | <fieldValue name='translation' value='-2.29295 0.02700 -0.48908'/> |
4180 | <fieldValue name='textTranslation' value='-2.14295 0.02700 -0.48908'/> |
4181 | <fieldValue name='textColor' value='0 0 0'/> |
4182 | </ProtoInstance> |
4183 | <ProtoInstance name='Vertex'> |
4184 | <fieldValue name='vertexText' value='"deep"'/> |
4185 | <fieldValue name='description' value='50: deep'/> |
4186 | <fieldValue name='url'/> |
4187 | <fieldValue name='radius' value='0.1500'/> |
4188 | <fieldValue name='displayMode'/> |
4189 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4190 | <fieldValue name='transparency' value='0'/> |
4191 | <fieldValue name='translation' value='0.36404 2.22328 0.01589'/> |
4192 | <fieldValue name='textTranslation' value='0.51404 2.22328 0.01589'/> |
4193 | <fieldValue name='textColor' value='0 0 0'/> |
4194 | </ProtoInstance> |
4195 | <ProtoInstance name='Vertex'> |
4196 | <fieldValue name='vertexText' value='"defense"'/> |
4197 | <fieldValue name='description' value='51: defense'/> |
4198 | <fieldValue name='url'/> |
4199 | <fieldValue name='radius' value='0.1500'/> |
4200 | <fieldValue name='displayMode'/> |
4201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4202 | <fieldValue name='transparency' value='0'/> |
4203 | <fieldValue name='translation' value='-0.09265 -0.69305 0.46550'/> |
4204 | <fieldValue name='textTranslation' value='0.05735 -0.69305 0.46550'/> |
4205 | <fieldValue name='textColor' value='0 0 0'/> |
4206 | </ProtoInstance> |
4207 | <ProtoInstance name='Vertex'> |
4208 | <fieldValue name='vertexText' value='"deliver"'/> |
4209 | <fieldValue name='description' value='52: deliver'/> |
4210 | <fieldValue name='url'/> |
4211 | <fieldValue name='radius' value='0.1500'/> |
4212 | <fieldValue name='displayMode'/> |
4213 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4214 | <fieldValue name='transparency' value='0'/> |
4215 | <fieldValue name='translation' value='1.66905 -1.18263 0.13340'/> |
4216 | <fieldValue name='textTranslation' value='1.81905 -1.18263 0.13340'/> |
4217 | <fieldValue name='textColor' value='0 0 0'/> |
4218 | </ProtoInstance> |
4219 | <ProtoInstance name='Vertex'> |
4220 | <fieldValue name='vertexText' value='"delivered"'/> |
4221 | <fieldValue name='description' value='53: delivered'/> |
4222 | <fieldValue name='url'/> |
4223 | <fieldValue name='radius' value='0.1500'/> |
4224 | <fieldValue name='displayMode'/> |
4225 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4226 | <fieldValue name='transparency' value='0'/> |
4227 | <fieldValue name='translation' value='1.31679 0.18062 -0.83962'/> |
4228 | <fieldValue name='textTranslation' value='1.46679 0.18062 -0.83962'/> |
4229 | <fieldValue name='textColor' value='0 0 0'/> |
4230 | </ProtoInstance> |
4231 | <ProtoInstance name='Vertex'> |
4232 | <fieldValue name='vertexText' value='"department"'/> |
4233 | <fieldValue name='description' value='54: department'/> |
4234 | <fieldValue name='url'/> |
4235 | <fieldValue name='radius' value='0.1500'/> |
4236 | <fieldValue name='displayMode'/> |
4237 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4238 | <fieldValue name='transparency' value='0'/> |
4239 | <fieldValue name='translation' value='0.09806 -0.68884 0.64135'/> |
4240 | <fieldValue name='textTranslation' value='0.24806 -0.68884 0.64135'/> |
4241 | <fieldValue name='textColor' value='0 0 0'/> |
4242 | </ProtoInstance> |
4243 | <ProtoInstance name='Vertex'> |
4244 | <fieldValue name='vertexText' value='"deployed"'/> |
4245 | <fieldValue name='description' value='55: deployed'/> |
4246 | <fieldValue name='url'/> |
4247 | <fieldValue name='radius' value='0.1500'/> |
4248 | <fieldValue name='displayMode'/> |
4249 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4250 | <fieldValue name='transparency' value='0'/> |
4251 | <fieldValue name='translation' value='-0.83870 0.21405 0.75895'/> |
4252 | <fieldValue name='textTranslation' value='-0.68870 0.21405 0.75895'/> |
4253 | <fieldValue name='textColor' value='0 0 0'/> |
4254 | </ProtoInstance> |
4255 | <ProtoInstance name='Vertex'> |
4256 | <fieldValue name='vertexText' value='"development"'/> |
4257 | <fieldValue name='description' value='56: development'/> |
4258 | <fieldValue name='url'/> |
4259 | <fieldValue name='radius' value='0.1500'/> |
4260 | <fieldValue name='displayMode'/> |
4261 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4262 | <fieldValue name='transparency' value='0'/> |
4263 | <fieldValue name='translation' value='1.70097 -1.30509 0.68140'/> |
4264 | <fieldValue name='textTranslation' value='1.85097 -1.30509 0.68140'/> |
4265 | <fieldValue name='textColor' value='0 0 0'/> |
4266 | </ProtoInstance> |
4267 | <ProtoInstance name='Vertex'> |
4268 | <fieldValue name='vertexText' value='"diligently"'/> |
4269 | <fieldValue name='description' value='57: diligently'/> |
4270 | <fieldValue name='url'/> |
4271 | <fieldValue name='radius' value='0.1500'/> |
4272 | <fieldValue name='displayMode'/> |
4273 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4274 | <fieldValue name='transparency' value='0'/> |
4275 | <fieldValue name='translation' value='0.43013 -1.68191 -0.52085'/> |
4276 | <fieldValue name='textTranslation' value='0.58013 -1.68191 -0.52085'/> |
4277 | <fieldValue name='textColor' value='0 0 0'/> |
4278 | </ProtoInstance> |
4279 | <ProtoInstance name='Vertex'> |
4280 | <fieldValue name='vertexText' value='"distribute"'/> |
4281 | <fieldValue name='description' value='58: distribute'/> |
4282 | <fieldValue name='url'/> |
4283 | <fieldValue name='radius' value='0.1500'/> |
4284 | <fieldValue name='displayMode'/> |
4285 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4286 | <fieldValue name='transparency' value='0'/> |
4287 | <fieldValue name='translation' value='0.72878 -1.14710 0.93859'/> |
4288 | <fieldValue name='textTranslation' value='0.87878 -1.14710 0.93859'/> |
4289 | <fieldValue name='textColor' value='0 0 0'/> |
4290 | </ProtoInstance> |
4291 | <ProtoInstance name='Vertex'> |
4292 | <fieldValue name='vertexText' value='"distributed"'/> |
4293 | <fieldValue name='description' value='59: distributed'/> |
4294 | <fieldValue name='url'/> |
4295 | <fieldValue name='radius' value='0.1500'/> |
4296 | <fieldValue name='displayMode'/> |
4297 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4298 | <fieldValue name='transparency' value='0'/> |
4299 | <fieldValue name='translation' value='0.18782 -0.69757 0.71977'/> |
4300 | <fieldValue name='textTranslation' value='0.33782 -0.69757 0.71977'/> |
4301 | <fieldValue name='textColor' value='0 0 0'/> |
4302 | </ProtoInstance> |
4303 | <ProtoInstance name='Vertex'> |
4304 | <fieldValue name='vertexText' value='"distributing"'/> |
4305 | <fieldValue name='description' value='60: distributing'/> |
4306 | <fieldValue name='url'/> |
4307 | <fieldValue name='radius' value='0.1500'/> |
4308 | <fieldValue name='displayMode'/> |
4309 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4310 | <fieldValue name='transparency' value='0'/> |
4311 | <fieldValue name='translation' value='1.20392 -1.60858 0.42358'/> |
4312 | <fieldValue name='textTranslation' value='1.35392 -1.60858 0.42358'/> |
4313 | <fieldValue name='textColor' value='0 0 0'/> |
4314 | </ProtoInstance> |
4315 | <ProtoInstance name='Vertex'> |
4316 | <fieldValue name='vertexText' value='"divisions"'/> |
4317 | <fieldValue name='description' value='61: divisions'/> |
4318 | <fieldValue name='url'/> |
4319 | <fieldValue name='radius' value='0.1500'/> |
4320 | <fieldValue name='displayMode'/> |
4321 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4322 | <fieldValue name='transparency' value='0'/> |
4323 | <fieldValue name='translation' value='1.56212 -1.51779 1.05223'/> |
4324 | <fieldValue name='textTranslation' value='1.71212 -1.51779 1.05223'/> |
4325 | <fieldValue name='textColor' value='0 0 0'/> |
4326 | </ProtoInstance> |
4327 | <ProtoInstance name='Vertex'> |
4328 | <fieldValue name='vertexText' value='"earlier"'/> |
4329 | <fieldValue name='description' value='62: earlier'/> |
4330 | <fieldValue name='url'/> |
4331 | <fieldValue name='radius' value='0.1500'/> |
4332 | <fieldValue name='displayMode'/> |
4333 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4334 | <fieldValue name='transparency' value='0'/> |
4335 | <fieldValue name='translation' value='1.61288 0.46542 -1.11217'/> |
4336 | <fieldValue name='textTranslation' value='1.76288 0.46542 -1.11217'/> |
4337 | <fieldValue name='textColor' value='0 0 0'/> |
4338 | </ProtoInstance> |
4339 | <ProtoInstance name='Vertex'> |
4340 | <fieldValue name='vertexText' value='"ethiopia"'/> |
4341 | <fieldValue name='description' value='63: ethiopia'/> |
4342 | <fieldValue name='url'/> |
4343 | <fieldValue name='radius' value='0.1500'/> |
4344 | <fieldValue name='displayMode'/> |
4345 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4346 | <fieldValue name='transparency' value='0'/> |
4347 | <fieldValue name='translation' value='-1.07803 -1.93245 2.42457'/> |
4348 | <fieldValue name='textTranslation' value='-0.92803 -1.93245 2.42457'/> |
4349 | <fieldValue name='textColor' value='0 0 0'/> |
4350 | </ProtoInstance> |
4351 | <ProtoInstance name='Vertex'> |
4352 | <fieldValue name='vertexText' value='"executive"'/> |
4353 | <fieldValue name='description' value='64: executive'/> |
4354 | <fieldValue name='url'/> |
4355 | <fieldValue name='radius' value='0.1500'/> |
4356 | <fieldValue name='displayMode'/> |
4357 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4358 | <fieldValue name='transparency' value='0'/> |
4359 | <fieldValue name='translation' value='-2.51280 0.40079 -0.88608'/> |
4360 | <fieldValue name='textTranslation' value='-2.36280 0.40079 -0.88608'/> |
4361 | <fieldValue name='textColor' value='0 0 0'/> |
4362 | </ProtoInstance> |
4363 | <ProtoInstance name='Vertex'> |
4364 | <fieldValue name='vertexText' value='"expeditionary"'/> |
4365 | <fieldValue name='description' value='65: expeditionary'/> |
4366 | <fieldValue name='url'/> |
4367 | <fieldValue name='radius' value='0.1500'/> |
4368 | <fieldValue name='displayMode'/> |
4369 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4370 | <fieldValue name='transparency' value='0'/> |
4371 | <fieldValue name='translation' value='0.77338 -1.86901 0.88527'/> |
4372 | <fieldValue name='textTranslation' value='0.92338 -1.86901 0.88527'/> |
4373 | <fieldValue name='textColor' value='0 0 0'/> |
4374 | </ProtoInstance> |
4375 | <ProtoInstance name='Vertex'> |
4376 | <fieldValue name='vertexText' value='"fact"'/> |
4377 | <fieldValue name='description' value='66: fact'/> |
4378 | <fieldValue name='url'/> |
4379 | <fieldValue name='radius' value='0.1500'/> |
4380 | <fieldValue name='displayMode'/> |
4381 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4382 | <fieldValue name='transparency' value='0'/> |
4383 | <fieldValue name='translation' value='-1.17775 -1.09465 2.58643'/> |
4384 | <fieldValue name='textTranslation' value='-1.02775 -1.09465 2.58643'/> |
4385 | <fieldValue name='textColor' value='0 0 0'/> |
4386 | </ProtoInstance> |
4387 | <ProtoInstance name='Vertex'> |
4388 | <fieldValue name='vertexText' value='"family"'/> |
4389 | <fieldValue name='description' value='67: family'/> |
4390 | <fieldValue name='url'/> |
4391 | <fieldValue name='radius' value='0.1500'/> |
4392 | <fieldValue name='displayMode'/> |
4393 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4394 | <fieldValue name='transparency' value='0'/> |
4395 | <fieldValue name='translation' value='1.40948 0.71272 -1.27157'/> |
4396 | <fieldValue name='textTranslation' value='1.55948 0.71272 -1.27157'/> |
4397 | <fieldValue name='textColor' value='0 0 0'/> |
4398 | </ProtoInstance> |
4399 | <ProtoInstance name='Vertex'> |
4400 | <fieldValue name='vertexText' value='"florida"'/> |
4401 | <fieldValue name='description' value='68: florida'/> |
4402 | <fieldValue name='url'/> |
4403 | <fieldValue name='radius' value='0.1500'/> |
4404 | <fieldValue name='displayMode'/> |
4405 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4406 | <fieldValue name='transparency' value='0'/> |
4407 | <fieldValue name='translation' value='-0.55480 -0.91631 -2.39632'/> |
4408 | <fieldValue name='textTranslation' value='-0.40480 -0.91631 -2.39632'/> |
4409 | <fieldValue name='textColor' value='0 0 0'/> |
4410 | </ProtoInstance> |
4411 | <ProtoInstance name='Vertex'> |
4412 | <fieldValue name='vertexText' value='"flying"'/> |
4413 | <fieldValue name='description' value='69: flying'/> |
4414 | <fieldValue name='url'/> |
4415 | <fieldValue name='radius' value='0.1500'/> |
4416 | <fieldValue name='displayMode'/> |
4417 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4418 | <fieldValue name='transparency' value='0'/> |
4419 | <fieldValue name='translation' value='1.86824 -2.54933 -1.50817'/> |
4420 | <fieldValue name='textTranslation' value='2.01824 -2.54933 -1.50817'/> |
4421 | <fieldValue name='textColor' value='0 0 0'/> |
4422 | </ProtoInstance> |
4423 | <ProtoInstance name='Vertex'> |
4424 | <fieldValue name='vertexText' value='"food"'/> |
4425 | <fieldValue name='description' value='70: food'/> |
4426 | <fieldValue name='url'/> |
4427 | <fieldValue name='radius' value='0.1500'/> |
4428 | <fieldValue name='displayMode'/> |
4429 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4430 | <fieldValue name='transparency' value='0'/> |
4431 | <fieldValue name='translation' value='1.12725 -1.11777 0.09644'/> |
4432 | <fieldValue name='textTranslation' value='1.27725 -1.11777 0.09644'/> |
4433 | <fieldValue name='textColor' value='0 0 0'/> |
4434 | </ProtoInstance> |
4435 | <ProtoInstance name='Vertex'> |
4436 | <fieldValue name='vertexText' value='"footer"'/> |
4437 | <fieldValue name='description' value='71: footer'/> |
4438 | <fieldValue name='url'/> |
4439 | <fieldValue name='radius' value='0.1500'/> |
4440 | <fieldValue name='displayMode'/> |
4441 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4442 | <fieldValue name='transparency' value='0'/> |
4443 | <fieldValue name='translation' value='2.60929 1.37919 1.44781'/> |
4444 | <fieldValue name='textTranslation' value='2.75929 1.37919 1.44781'/> |
4445 | <fieldValue name='textColor' value='0 0 0'/> |
4446 | </ProtoInstance> |
4447 | <ProtoInstance name='Vertex'> |
4448 | <fieldValue name='vertexText' value='"force"'/> |
4449 | <fieldValue name='description' value='72: force'/> |
4450 | <fieldValue name='url'/> |
4451 | <fieldValue name='radius' value='0.1500'/> |
4452 | <fieldValue name='displayMode'/> |
4453 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4454 | <fieldValue name='transparency' value='0'/> |
4455 | <fieldValue name='translation' value='0.33918 -0.81658 0.71184'/> |
4456 | <fieldValue name='textTranslation' value='0.48918 -0.81658 0.71184'/> |
4457 | <fieldValue name='textColor' value='0 0 0'/> |
4458 | </ProtoInstance> |
4459 | <ProtoInstance name='Vertex'> |
4460 | <fieldValue name='vertexText' value='"forces"'/> |
4461 | <fieldValue name='description' value='73: forces'/> |
4462 | <fieldValue name='url'/> |
4463 | <fieldValue name='radius' value='0.1500'/> |
4464 | <fieldValue name='displayMode'/> |
4465 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4466 | <fieldValue name='transparency' value='0'/> |
4467 | <fieldValue name='translation' value='0.95782 -1.47415 0.97911'/> |
4468 | <fieldValue name='textTranslation' value='1.10782 -1.47415 0.97911'/> |
4469 | <fieldValue name='textColor' value='0 0 0'/> |
4470 | </ProtoInstance> |
4471 | <ProtoInstance name='Vertex'> |
4472 | <fieldValue name='vertexText' value='"foreign"'/> |
4473 | <fieldValue name='description' value='74: foreign'/> |
4474 | <fieldValue name='url'/> |
4475 | <fieldValue name='radius' value='0.1500'/> |
4476 | <fieldValue name='displayMode'/> |
4477 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4478 | <fieldValue name='transparency' value='0'/> |
4479 | <fieldValue name='translation' value='0.65322 2.59080 0.10230'/> |
4480 | <fieldValue name='textTranslation' value='0.80322 2.59080 0.10230'/> |
4481 | <fieldValue name='textColor' value='0 0 0'/> |
4482 | </ProtoInstance> |
4483 | <ProtoInstance name='Vertex'> |
4484 | <fieldValue name='vertexText' value='"fort"'/> |
4485 | <fieldValue name='description' value='75: fort'/> |
4486 | <fieldValue name='url'/> |
4487 | <fieldValue name='radius' value='0.1500'/> |
4488 | <fieldValue name='displayMode'/> |
4489 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4490 | <fieldValue name='transparency' value='0'/> |
4491 | <fieldValue name='translation' value='1.43078 0.70821 -1.25874'/> |
4492 | <fieldValue name='textTranslation' value='1.58078 0.70821 -1.25874'/> |
4493 | <fieldValue name='textColor' value='0 0 0'/> |
4494 | </ProtoInstance> |
4495 | <ProtoInstance name='Vertex'> |
4496 | <fieldValue name='vertexText' value='"friend"'/> |
4497 | <fieldValue name='description' value='76: friend'/> |
4498 | <fieldValue name='url'/> |
4499 | <fieldValue name='radius' value='0.1500'/> |
4500 | <fieldValue name='displayMode'/> |
4501 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4502 | <fieldValue name='transparency' value='0'/> |
4503 | <fieldValue name='translation' value='-0.84350 0.02472 1.64935'/> |
4504 | <fieldValue name='textTranslation' value='-0.69350 0.02472 1.64935'/> |
4505 | <fieldValue name='textColor' value='0 0 0'/> |
4506 | </ProtoInstance> |
4507 | <ProtoInstance name='Vertex'> |
4508 | <fieldValue name='vertexText' value='"full"'/> |
4509 | <fieldValue name='description' value='77: full'/> |
4510 | <fieldValue name='url'/> |
4511 | <fieldValue name='radius' value='0.1500'/> |
4512 | <fieldValue name='displayMode'/> |
4513 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4514 | <fieldValue name='transparency' value='0'/> |
4515 | <fieldValue name='translation' value='-0.56774 0.72532 1.47076'/> |
4516 | <fieldValue name='textTranslation' value='-0.41774 0.72532 1.47076'/> |
4517 | <fieldValue name='textColor' value='0 0 0'/> |
4518 | </ProtoInstance> |
4519 | <ProtoInstance name='Vertex'> |
4520 | <fieldValue name='vertexText' value='"funding"'/> |
4521 | <fieldValue name='description' value='78: funding'/> |
4522 | <fieldValue name='url'/> |
4523 | <fieldValue name='radius' value='0.1500'/> |
4524 | <fieldValue name='displayMode'/> |
4525 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4526 | <fieldValue name='transparency' value='0'/> |
4527 | <fieldValue name='translation' value='-1.51722 -1.74748 2.15544'/> |
4528 | <fieldValue name='textTranslation' value='-1.36722 -1.74748 2.15544'/> |
4529 | <fieldValue name='textColor' value='0 0 0'/> |
4530 | </ProtoInstance> |
4531 | <ProtoInstance name='Vertex'> |
4532 | <fieldValue name='vertexText' value='"gallons"'/> |
4533 | <fieldValue name='description' value='79: gallons'/> |
4534 | <fieldValue name='url'/> |
4535 | <fieldValue name='radius' value='0.1500'/> |
4536 | <fieldValue name='displayMode'/> |
4537 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4538 | <fieldValue name='transparency' value='0'/> |
4539 | <fieldValue name='translation' value='1.45561 -2.64240 -0.67297'/> |
4540 | <fieldValue name='textTranslation' value='1.60561 -2.64240 -0.67297'/> |
4541 | <fieldValue name='textColor' value='0 0 0'/> |
4542 | </ProtoInstance> |
4543 | <ProtoInstance name='Vertex'> |
4544 | <fieldValue name='vertexText' value='"general"'/> |
4545 | <fieldValue name='description' value='80: general'/> |
4546 | <fieldValue name='url'/> |
4547 | <fieldValue name='radius' value='0.1500'/> |
4548 | <fieldValue name='displayMode'/> |
4549 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4550 | <fieldValue name='transparency' value='0'/> |
4551 | <fieldValue name='translation' value='-0.87532 -0.84897 -1.72731'/> |
4552 | <fieldValue name='textTranslation' value='-0.72532 -0.84897 -1.72731'/> |
4553 | <fieldValue name='textColor' value='0 0 0'/> |
4554 | </ProtoInstance> |
4555 | <ProtoInstance name='Vertex'> |
4556 | <fieldValue name='vertexText' value='"government"'/> |
4557 | <fieldValue name='description' value='81: government'/> |
4558 | <fieldValue name='url'/> |
4559 | <fieldValue name='radius' value='0.1500'/> |
4560 | <fieldValue name='displayMode'/> |
4561 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4562 | <fieldValue name='transparency' value='0'/> |
4563 | <fieldValue name='translation' value='-0.05037 -1.32600 0.94410'/> |
4564 | <fieldValue name='textTranslation' value='0.09963 -1.32600 0.94410'/> |
4565 | <fieldValue name='textColor' value='0 0 0'/> |
4566 | </ProtoInstance> |
4567 | <ProtoInstance name='Vertex'> |
4568 | <fieldValue name='vertexText' value='"hear"'/> |
4569 | <fieldValue name='description' value='82: hear'/> |
4570 | <fieldValue name='url'/> |
4571 | <fieldValue name='radius' value='0.1500'/> |
4572 | <fieldValue name='displayMode'/> |
4573 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4574 | <fieldValue name='transparency' value='0'/> |
4575 | <fieldValue name='translation' value='0.28317 2.66884 0.07393'/> |
4576 | <fieldValue name='textTranslation' value='0.43317 2.66884 0.07393'/> |
4577 | <fieldValue name='textColor' value='0 0 0'/> |
4578 | </ProtoInstance> |
4579 | <ProtoInstance name='Vertex'> |
4580 | <fieldValue name='vertexText' value='"holds"'/> |
4581 | <fieldValue name='description' value='83: holds'/> |
4582 | <fieldValue name='url'/> |
4583 | <fieldValue name='radius' value='0.1500'/> |
4584 | <fieldValue name='displayMode'/> |
4585 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4586 | <fieldValue name='transparency' value='0'/> |
4587 | <fieldValue name='translation' value='-0.75058 0.70560 1.36048'/> |
4588 | <fieldValue name='textTranslation' value='-0.60058 0.70560 1.36048'/> |
4589 | <fieldValue name='textColor' value='0 0 0'/> |
4590 | </ProtoInstance> |
4591 | <ProtoInstance name='Vertex'> |
4592 | <fieldValue name='vertexText' value='"honor"'/> |
4593 | <fieldValue name='description' value='84: honor'/> |
4594 | <fieldValue name='url'/> |
4595 | <fieldValue name='radius' value='0.1500'/> |
4596 | <fieldValue name='displayMode'/> |
4597 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4598 | <fieldValue name='transparency' value='0'/> |
4599 | <fieldValue name='translation' value='2.06006 -2.33295 -1.50813'/> |
4600 | <fieldValue name='textTranslation' value='2.21006 -2.33295 -1.50813'/> |
4601 | <fieldValue name='textColor' value='0 0 0'/> |
4602 | </ProtoInstance> |
4603 | <ProtoInstance name='Vertex'> |
4604 | <fieldValue name='vertexText' value='"hotel"'/> |
4605 | <fieldValue name='description' value='85: hotel'/> |
4606 | <fieldValue name='url'/> |
4607 | <fieldValue name='radius' value='0.1500'/> |
4608 | <fieldValue name='displayMode'/> |
4609 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4610 | <fieldValue name='transparency' value='0'/> |
4611 | <fieldValue name='translation' value='0.41716 2.63032 -0.23558'/> |
4612 | <fieldValue name='textTranslation' value='0.56716 2.63032 -0.23558'/> |
4613 | <fieldValue name='textColor' value='0 0 0'/> |
4614 | </ProtoInstance> |
4615 | <ProtoInstance name='Vertex'> |
4616 | <fieldValue name='vertexText' value='"humanitarian"'/> |
4617 | <fieldValue name='description' value='86: humanitarian'/> |
4618 | <fieldValue name='url'/> |
4619 | <fieldValue name='radius' value='0.1500'/> |
4620 | <fieldValue name='displayMode'/> |
4621 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4622 | <fieldValue name='transparency' value='0'/> |
4623 | <fieldValue name='translation' value='1.01887 0.10260 -1.06964'/> |
4624 | <fieldValue name='textTranslation' value='1.16887 0.10260 -1.06964'/> |
4625 | <fieldValue name='textColor' value='0 0 0'/> |
4626 | </ProtoInstance> |
4627 | <ProtoInstance name='Vertex'> |
4628 | <fieldValue name='vertexText' value='"international"'/> |
4629 | <fieldValue name='description' value='87: international'/> |
4630 | <fieldValue name='url'/> |
4631 | <fieldValue name='radius' value='0.1500'/> |
4632 | <fieldValue name='displayMode'/> |
4633 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4634 | <fieldValue name='transparency' value='0'/> |
4635 | <fieldValue name='translation' value='1.25382 -1.31243 0.57013'/> |
4636 | <fieldValue name='textTranslation' value='1.40382 -1.31243 0.57013'/> |
4637 | <fieldValue name='textColor' value='0 0 0'/> |
4638 | </ProtoInstance> |
4639 | <ProtoInstance name='Vertex'> |
4640 | <fieldValue name='vertexText' value='"jobs"'/> |
4641 | <fieldValue name='description' value='88: jobs'/> |
4642 | <fieldValue name='url'/> |
4643 | <fieldValue name='radius' value='0.1500'/> |
4644 | <fieldValue name='displayMode'/> |
4645 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4646 | <fieldValue name='transparency' value='0'/> |
4647 | <fieldValue name='translation' value='2.40543 0.84948 2.18551'/> |
4648 | <fieldValue name='textTranslation' value='2.55543 0.84948 2.18551'/> |
4649 | <fieldValue name='textColor' value='0 0 0'/> |
4650 | </ProtoInstance> |
4651 | <ProtoInstance name='Vertex'> |
4652 | <fieldValue name='vertexText' value='"joining"'/> |
4653 | <fieldValue name='description' value='89: joining'/> |
4654 | <fieldValue name='url'/> |
4655 | <fieldValue name='radius' value='0.1500'/> |
4656 | <fieldValue name='displayMode'/> |
4657 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4658 | <fieldValue name='transparency' value='0'/> |
4659 | <fieldValue name='translation' value='-0.74002 -0.90527 -2.31926'/> |
4660 | <fieldValue name='textTranslation' value='-0.59002 -0.90527 -2.31926'/> |
4661 | <fieldValue name='textColor' value='0 0 0'/> |
4662 | </ProtoInstance> |
4663 | <ProtoInstance name='Vertex'> |
4664 | <fieldValue name='vertexText' value='"kinds"'/> |
4665 | <fieldValue name='description' value='90: kinds'/> |
4666 | <fieldValue name='url'/> |
4667 | <fieldValue name='radius' value='0.1500'/> |
4668 | <fieldValue name='displayMode'/> |
4669 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4670 | <fieldValue name='transparency' value='0'/> |
4671 | <fieldValue name='translation' value='2.57424 1.12752 1.77827'/> |
4672 | <fieldValue name='textTranslation' value='2.72424 1.12752 1.77827'/> |
4673 | <fieldValue name='textColor' value='0 0 0'/> |
4674 | </ProtoInstance> |
4675 | <ProtoInstance name='Vertex'> |
4676 | <fieldValue name='vertexText' value='"knowledge"'/> |
4677 | <fieldValue name='description' value='91: knowledge'/> |
4678 | <fieldValue name='url'/> |
4679 | <fieldValue name='radius' value='0.1500'/> |
4680 | <fieldValue name='displayMode'/> |
4681 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4682 | <fieldValue name='transparency' value='0'/> |
4683 | <fieldValue name='translation' value='0.32227 2.60938 -0.02751'/> |
4684 | <fieldValue name='textTranslation' value='0.47227 2.60938 -0.02751'/> |
4685 | <fieldValue name='textColor' value='0 0 0'/> |
4686 | </ProtoInstance> |
4687 | <ProtoInstance name='Vertex'> |
4688 | <fieldValue name='vertexText' value='"links"'/> |
4689 | <fieldValue name='description' value='92: links'/> |
4690 | <fieldValue name='url'/> |
4691 | <fieldValue name='radius' value='0.1500'/> |
4692 | <fieldValue name='displayMode'/> |
4693 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4694 | <fieldValue name='transparency' value='0'/> |
4695 | <fieldValue name='translation' value='1.10847 -1.44750 0.08774'/> |
4696 | <fieldValue name='textTranslation' value='1.25847 -1.44750 0.08774'/> |
4697 | <fieldValue name='textColor' value='0 0 0'/> |
4698 | </ProtoInstance> |
4699 | <ProtoInstance name='Vertex'> |
4700 | <fieldValue name='vertexText' value='"lived"'/> |
4701 | <fieldValue name='description' value='93: lived'/> |
4702 | <fieldValue name='url'/> |
4703 | <fieldValue name='radius' value='0.1500'/> |
4704 | <fieldValue name='displayMode'/> |
4705 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4706 | <fieldValue name='transparency' value='0'/> |
4707 | <fieldValue name='translation' value='0.45517 2.74957 0.62266'/> |
4708 | <fieldValue name='textTranslation' value='0.60517 2.74957 0.62266'/> |
4709 | <fieldValue name='textColor' value='0 0 0'/> |
4710 | </ProtoInstance> |
4711 | <ProtoInstance name='Vertex'> |
4712 | <fieldValue name='vertexText' value='"load"'/> |
4713 | <fieldValue name='description' value='94: load'/> |
4714 | <fieldValue name='url'/> |
4715 | <fieldValue name='radius' value='0.1500'/> |
4716 | <fieldValue name='displayMode'/> |
4717 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4718 | <fieldValue name='transparency' value='0'/> |
4719 | <fieldValue name='translation' value='1.58769 0.69914 -1.11901'/> |
4720 | <fieldValue name='textTranslation' value='1.73769 0.69914 -1.11901'/> |
4721 | <fieldValue name='textColor' value='0 0 0'/> |
4722 | </ProtoInstance> |
4723 | <ProtoInstance name='Vertex'> |
4724 | <fieldValue name='vertexText' value='"magnitude"'/> |
4725 | <fieldValue name='description' value='95: magnitude'/> |
4726 | <fieldValue name='url'/> |
4727 | <fieldValue name='radius' value='0.1500'/> |
4728 | <fieldValue name='displayMode'/> |
4729 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4730 | <fieldValue name='transparency' value='0'/> |
4731 | <fieldValue name='translation' value='-0.55898 0.42497 1.08821'/> |
4732 | <fieldValue name='textTranslation' value='-0.40898 0.42497 1.08821'/> |
4733 | <fieldValue name='textColor' value='0 0 0'/> |
4734 | </ProtoInstance> |
4735 | <ProtoInstance name='Vertex'> |
4736 | <fieldValue name='vertexText' value='"map"'/> |
4737 | <fieldValue name='description' value='96: map'/> |
4738 | <fieldValue name='url'/> |
4739 | <fieldValue name='radius' value='0.1500'/> |
4740 | <fieldValue name='displayMode'/> |
4741 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4742 | <fieldValue name='transparency' value='0'/> |
4743 | <fieldValue name='translation' value='0.50082 -1.99332 0.58869'/> |
4744 | <fieldValue name='textTranslation' value='0.65082 -1.99332 0.58869'/> |
4745 | <fieldValue name='textColor' value='0 0 0'/> |
4746 | </ProtoInstance> |
4747 | <ProtoInstance name='Vertex'> |
4748 | <fieldValue name='vertexText' value='"march"'/> |
4749 | <fieldValue name='description' value='97: march'/> |
4750 | <fieldValue name='url'/> |
4751 | <fieldValue name='radius' value='0.1500'/> |
4752 | <fieldValue name='displayMode'/> |
4753 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4754 | <fieldValue name='transparency' value='0'/> |
4755 | <fieldValue name='translation' value='-0.80528 -1.54188 2.42105'/> |
4756 | <fieldValue name='textTranslation' value='-0.65528 -1.54188 2.42105'/> |
4757 | <fieldValue name='textColor' value='0 0 0'/> |
4758 | </ProtoInstance> |
4759 | <ProtoInstance name='Vertex'> |
4760 | <fieldValue name='vertexText' value='"marine"'/> |
4761 | <fieldValue name='description' value='98: marine'/> |
4762 | <fieldValue name='url'/> |
4763 | <fieldValue name='radius' value='0.1500'/> |
4764 | <fieldValue name='displayMode'/> |
4765 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4766 | <fieldValue name='transparency' value='0'/> |
4767 | <fieldValue name='translation' value='0.89557 -2.13037 1.14660'/> |
4768 | <fieldValue name='textTranslation' value='1.04557 -2.13037 1.14660'/> |
4769 | <fieldValue name='textColor' value='0 0 0'/> |
4770 | </ProtoInstance> |
4771 | <ProtoInstance name='Vertex'> |
4772 | <fieldValue name='vertexText' value='"medical"'/> |
4773 | <fieldValue name='description' value='99: medical'/> |
4774 | <fieldValue name='url'/> |
4775 | <fieldValue name='radius' value='0.1500'/> |
4776 | <fieldValue name='displayMode'/> |
4777 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4778 | <fieldValue name='transparency' value='0'/> |
4779 | <fieldValue name='translation' value='0.28525 -1.23383 0.00782'/> |
4780 | <fieldValue name='textTranslation' value='0.43525 -1.23383 0.00782'/> |
4781 | <fieldValue name='textColor' value='0 0 0'/> |
4782 | </ProtoInstance> |
4783 | <ProtoInstance name='Vertex'> |
4784 | <fieldValue name='vertexText' value='"miami"'/> |
4785 | <fieldValue name='description' value='100: miami'/> |
4786 | <fieldValue name='url'/> |
4787 | <fieldValue name='radius' value='0.1500'/> |
4788 | <fieldValue name='displayMode'/> |
4789 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4790 | <fieldValue name='transparency' value='0'/> |
4791 | <fieldValue name='translation' value='-0.54127 -1.03842 -2.69446'/> |
4792 | <fieldValue name='textTranslation' value='-0.39127 -1.03842 -2.69446'/> |
4793 | <fieldValue name='textColor' value='0 0 0'/> |
4794 | </ProtoInstance> |
4795 | <ProtoInstance name='Vertex'> |
4796 | <fieldValue name='vertexText' value='"mission"'/> |
4797 | <fieldValue name='description' value='101: mission'/> |
4798 | <fieldValue name='url'/> |
4799 | <fieldValue name='radius' value='0.1500'/> |
4800 | <fieldValue name='displayMode'/> |
4801 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4802 | <fieldValue name='transparency' value='0'/> |
4803 | <fieldValue name='translation' value='0.49726 -1.30401 0.98393'/> |
4804 | <fieldValue name='textTranslation' value='0.64726 -1.30401 0.98393'/> |
4805 | <fieldValue name='textColor' value='0 0 0'/> |
4806 | </ProtoInstance> |
4807 | <ProtoInstance name='Vertex'> |
4808 | <fieldValue name='vertexText' value='"moderator"'/> |
4809 | <fieldValue name='description' value='102: moderator'/> |
4810 | <fieldValue name='url'/> |
4811 | <fieldValue name='radius' value='0.1500'/> |
4812 | <fieldValue name='displayMode'/> |
4813 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4814 | <fieldValue name='transparency' value='0'/> |
4815 | <fieldValue name='translation' value='-0.55855 -0.87830 -2.37561'/> |
4816 | <fieldValue name='textTranslation' value='-0.40855 -0.87830 -2.37561'/> |
4817 | <fieldValue name='textColor' value='0 0 0'/> |
4818 | </ProtoInstance> |
4819 | <ProtoInstance name='Vertex'> |
4820 | <fieldValue name='vertexText' value='"montana"'/> |
4821 | <fieldValue name='description' value='103: montana'/> |
4822 | <fieldValue name='url'/> |
4823 | <fieldValue name='radius' value='0.1500'/> |
4824 | <fieldValue name='displayMode'/> |
4825 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4826 | <fieldValue name='transparency' value='0'/> |
4827 | <fieldValue name='translation' value='0.53117 2.73163 -0.48060'/> |
4828 | <fieldValue name='textTranslation' value='0.68117 2.73163 -0.48060'/> |
4829 | <fieldValue name='textColor' value='0 0 0'/> |
4830 | </ProtoInstance> |
4831 | <ProtoInstance name='Vertex'> |
4832 | <fieldValue name='vertexText' value='"morning"'/> |
4833 | <fieldValue name='description' value='104: morning'/> |
4834 | <fieldValue name='url'/> |
4835 | <fieldValue name='radius' value='0.1500'/> |
4836 | <fieldValue name='displayMode'/> |
4837 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4838 | <fieldValue name='transparency' value='0'/> |
4839 | <fieldValue name='translation' value='-0.66312 -0.79444 -2.17927'/> |
4840 | <fieldValue name='textTranslation' value='-0.51312 -0.79444 -2.17927'/> |
4841 | <fieldValue name='textColor' value='0 0 0'/> |
4842 | </ProtoInstance> |
4843 | <ProtoInstance name='Vertex'> |
4844 | <fieldValue name='vertexText' value='"nations"'/> |
4845 | <fieldValue name='description' value='105: nations'/> |
4846 | <fieldValue name='url'/> |
4847 | <fieldValue name='radius' value='0.1500'/> |
4848 | <fieldValue name='displayMode'/> |
4849 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4850 | <fieldValue name='transparency' value='0'/> |
4851 | <fieldValue name='translation' value='0.14385 -0.72441 0.71915'/> |
4852 | <fieldValue name='textTranslation' value='0.29385 -0.72441 0.71915'/> |
4853 | <fieldValue name='textColor' value='0 0 0'/> |
4854 | </ProtoInstance> |
4855 | <ProtoInstance name='Vertex'> |
4856 | <fieldValue name='vertexText' value='"news"'/> |
4857 | <fieldValue name='description' value='106: news'/> |
4858 | <fieldValue name='url'/> |
4859 | <fieldValue name='radius' value='0.1500'/> |
4860 | <fieldValue name='displayMode'/> |
4861 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4862 | <fieldValue name='transparency' value='0'/> |
4863 | <fieldValue name='translation' value='-0.61992 -0.37497 -2.67492'/> |
4864 | <fieldValue name='textTranslation' value='-0.46992 -0.37497 -2.67492'/> |
4865 | <fieldValue name='textColor' value='0 0 0'/> |
4866 | </ProtoInstance> |
4867 | <ProtoInstance name='Vertex'> |
4868 | <fieldValue name='vertexText' value='"nongovernmental"'/> |
4869 | <fieldValue name='description' value='107: nongovernmental'/> |
4870 | <fieldValue name='url'/> |
4871 | <fieldValue name='radius' value='0.1500'/> |
4872 | <fieldValue name='displayMode'/> |
4873 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4874 | <fieldValue name='transparency' value='0'/> |
4875 | <fieldValue name='translation' value='0.12809 -1.88538 0.37016'/> |
4876 | <fieldValue name='textTranslation' value='0.27809 -1.88538 0.37016'/> |
4877 | <fieldValue name='textColor' value='0 0 0'/> |
4878 | </ProtoInstance> |
4879 | <ProtoInstance name='Vertex'> |
4880 | <fieldValue name='vertexText' value='"noon"'/> |
4881 | <fieldValue name='description' value='108: noon'/> |
4882 | <fieldValue name='url'/> |
4883 | <fieldValue name='radius' value='0.1500'/> |
4884 | <fieldValue name='displayMode'/> |
4885 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4886 | <fieldValue name='transparency' value='0'/> |
4887 | <fieldValue name='translation' value='-0.72145 -1.53805 2.75399'/> |
4888 | <fieldValue name='textTranslation' value='-0.57145 -1.53805 2.75399'/> |
4889 | <fieldValue name='textColor' value='0 0 0'/> |
4890 | </ProtoInstance> |
4891 | <ProtoInstance name='Vertex'> |
4892 | <fieldValue name='vertexText' value='"offer"'/> |
4893 | <fieldValue name='description' value='109: offer'/> |
4894 | <fieldValue name='url'/> |
4895 | <fieldValue name='radius' value='0.1500'/> |
4896 | <fieldValue name='displayMode'/> |
4897 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4898 | <fieldValue name='transparency' value='0'/> |
4899 | <fieldValue name='translation' value='1.34813 -2.15891 -0.50176'/> |
4900 | <fieldValue name='textTranslation' value='1.49813 -2.15891 -0.50176'/> |
4901 | <fieldValue name='textColor' value='0 0 0'/> |
4902 | </ProtoInstance> |
4903 | <ProtoInstance name='Vertex'> |
4904 | <fieldValue name='vertexText' value='"officer"'/> |
4905 | <fieldValue name='description' value='110: officer'/> |
4906 | <fieldValue name='url'/> |
4907 | <fieldValue name='radius' value='0.1500'/> |
4908 | <fieldValue name='displayMode'/> |
4909 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4910 | <fieldValue name='transparency' value='0'/> |
4911 | <fieldValue name='translation' value='0.50631 2.64336 0.32130'/> |
4912 | <fieldValue name='textTranslation' value='0.65631 2.64336 0.32130'/> |
4913 | <fieldValue name='textColor' value='0 0 0'/> |
4914 | </ProtoInstance> |
4915 | <ProtoInstance name='Vertex'> |
4916 | <fieldValue name='vertexText' value='"officials"'/> |
4917 | <fieldValue name='description' value='111: officials'/> |
4918 | <fieldValue name='url'/> |
4919 | <fieldValue name='radius' value='0.1500'/> |
4920 | <fieldValue name='displayMode'/> |
4921 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4922 | <fieldValue name='transparency' value='0'/> |
4923 | <fieldValue name='translation' value='1.36139 -2.08094 0.80143'/> |
4924 | <fieldValue name='textTranslation' value='1.51139 -2.08094 0.80143'/> |
4925 | <fieldValue name='textColor' value='0 0 0'/> |
4926 | </ProtoInstance> |
4927 | <ProtoInstance name='Vertex'> |
4928 | <fieldValue name='vertexText' value='"ongoing"'/> |
4929 | <fieldValue name='description' value='112: ongoing'/> |
4930 | <fieldValue name='url'/> |
4931 | <fieldValue name='radius' value='0.1500'/> |
4932 | <fieldValue name='displayMode'/> |
4933 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4934 | <fieldValue name='transparency' value='0'/> |
4935 | <fieldValue name='translation' value='-1.60522 -0.27153 -0.54471'/> |
4936 | <fieldValue name='textTranslation' value='-1.45522 -0.27153 -0.54471'/> |
4937 | <fieldValue name='textColor' value='0 0 0'/> |
4938 | </ProtoInstance> |
4939 | <ProtoInstance name='Vertex'> |
4940 | <fieldValue name='vertexText' value='"opening"'/> |
4941 | <fieldValue name='description' value='113: opening'/> |
4942 | <fieldValue name='url'/> |
4943 | <fieldValue name='radius' value='0.1500'/> |
4944 | <fieldValue name='displayMode'/> |
4945 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4946 | <fieldValue name='transparency' value='0'/> |
4947 | <fieldValue name='translation' value='-0.95757 -0.89196 -2.13789'/> |
4948 | <fieldValue name='textTranslation' value='-0.80757 -0.89196 -2.13789'/> |
4949 | <fieldValue name='textColor' value='0 0 0'/> |
4950 | </ProtoInstance> |
4951 | <ProtoInstance name='Vertex'> |
4952 | <fieldValue name='vertexText' value='"operating"'/> |
4953 | <fieldValue name='description' value='114: operating'/> |
4954 | <fieldValue name='url'/> |
4955 | <fieldValue name='radius' value='0.1500'/> |
4956 | <fieldValue name='displayMode'/> |
4957 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4958 | <fieldValue name='transparency' value='0'/> |
4959 | <fieldValue name='translation' value='0.37371 -2.00865 0.30151'/> |
4960 | <fieldValue name='textTranslation' value='0.52371 -2.00865 0.30151'/> |
4961 | <fieldValue name='textColor' value='0 0 0'/> |
4962 | </ProtoInstance> |
4963 | <ProtoInstance name='Vertex'> |
4964 | <fieldValue name='vertexText' value='"operation"'/> |
4965 | <fieldValue name='description' value='115: operation'/> |
4966 | <fieldValue name='url'/> |
4967 | <fieldValue name='radius' value='0.1500'/> |
4968 | <fieldValue name='displayMode'/> |
4969 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4970 | <fieldValue name='transparency' value='0'/> |
4971 | <fieldValue name='translation' value='-0.69196 -0.61434 1.58854'/> |
4972 | <fieldValue name='textTranslation' value='-0.54196 -0.61434 1.58854'/> |
4973 | <fieldValue name='textColor' value='0 0 0'/> |
4974 | </ProtoInstance> |
4975 | <ProtoInstance name='Vertex'> |
4976 | <fieldValue name='vertexText' value='"operations"'/> |
4977 | <fieldValue name='description' value='116: operations'/> |
4978 | <fieldValue name='url'/> |
4979 | <fieldValue name='radius' value='0.1500'/> |
4980 | <fieldValue name='displayMode'/> |
4981 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4982 | <fieldValue name='transparency' value='0'/> |
4983 | <fieldValue name='translation' value='-0.64448 -0.78666 -0.85535'/> |
4984 | <fieldValue name='textTranslation' value='-0.49448 -0.78666 -0.85535'/> |
4985 | <fieldValue name='textColor' value='0 0 0'/> |
4986 | </ProtoInstance> |
4987 | <ProtoInstance name='Vertex'> |
4988 | <fieldValue name='vertexText' value='"opportunity"'/> |
4989 | <fieldValue name='description' value='117: opportunity'/> |
4990 | <fieldValue name='url'/> |
4991 | <fieldValue name='radius' value='0.1500'/> |
4992 | <fieldValue name='displayMode'/> |
4993 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4994 | <fieldValue name='transparency' value='0'/> |
4995 | <fieldValue name='translation' value='-1.22252 -1.63897 2.11729'/> |
4996 | <fieldValue name='textTranslation' value='-1.07252 -1.63897 2.11729'/> |
4997 | <fieldValue name='textColor' value='0 0 0'/> |
4998 | </ProtoInstance> |
4999 | <ProtoInstance name='Vertex'> |
5000 | <fieldValue name='vertexText' value='"organizations"'/> |
5001 | <fieldValue name='description' value='118: organizations'/> |
5002 | <fieldValue name='url'/> |
5003 | <fieldValue name='radius' value='0.1500'/> |
5004 | <fieldValue name='displayMode'/> |
5005 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5006 | <fieldValue name='transparency' value='0'/> |
5007 | <fieldValue name='translation' value='0.27694 -1.69983 -0.00244'/> |
5008 | <fieldValue name='textTranslation' value='0.42694 -1.69983 -0.00244'/> |
5009 | <fieldValue name='textColor' value='0 0 0'/> |
5010 | </ProtoInstance> |
5011 | <ProtoInstance name='Vertex'> |
5012 | <fieldValue name='vertexText' value='"packages"'/> |
5013 | <fieldValue name='description' value='119: packages'/> |
5014 | <fieldValue name='url'/> |
5015 | <fieldValue name='radius' value='0.1500'/> |
5016 | <fieldValue name='displayMode'/> |
5017 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5018 | <fieldValue name='transparency' value='0'/> |
5019 | <fieldValue name='translation' value='0.78798 -2.42979 0.72957'/> |
5020 | <fieldValue name='textTranslation' value='0.93798 -2.42979 0.72957'/> |
5021 | <fieldValue name='textColor' value='0 0 0'/> |
5022 | </ProtoInstance> |
5023 | <ProtoInstance name='Vertex'> |
5024 | <fieldValue name='vertexText' value='"part"'/> |
5025 | <fieldValue name='description' value='120: part'/> |
5026 | <fieldValue name='url'/> |
5027 | <fieldValue name='radius' value='0.1500'/> |
5028 | <fieldValue name='displayMode'/> |
5029 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5030 | <fieldValue name='transparency' value='0'/> |
5031 | <fieldValue name='translation' value='-0.37873 -0.57032 -2.75399'/> |
5032 | <fieldValue name='textTranslation' value='-0.22873 -0.57032 -2.75399'/> |
5033 | <fieldValue name='textColor' value='0 0 0'/> |
5034 | </ProtoInstance> |
5035 | <ProtoInstance name='Vertex'> |
5036 | <fieldValue name='vertexText' value='"people"'/> |
5037 | <fieldValue name='description' value='121: people'/> |
5038 | <fieldValue name='url'/> |
5039 | <fieldValue name='radius' value='0.1500'/> |
5040 | <fieldValue name='displayMode'/> |
5041 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5042 | <fieldValue name='transparency' value='0'/> |
5043 | <fieldValue name='translation' value='0.95328 -1.76740 -0.05166'/> |
5044 | <fieldValue name='textTranslation' value='1.10328 -1.76740 -0.05166'/> |
5045 | <fieldValue name='textColor' value='0 0 0'/> |
5046 | </ProtoInstance> |
5047 | <ProtoInstance name='Vertex'> |
5048 | <fieldValue name='vertexText' value='"person"'/> |
5049 | <fieldValue name='description' value='122: person'/> |
5050 | <fieldValue name='url'/> |
5051 | <fieldValue name='radius' value='0.1500'/> |
5052 | <fieldValue name='displayMode'/> |
5053 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5054 | <fieldValue name='transparency' value='0'/> |
5055 | <fieldValue name='translation' value='-0.76764 -0.96678 -2.30601'/> |
5056 | <fieldValue name='textTranslation' value='-0.61764 -0.96678 -2.30601'/> |
5057 | <fieldValue name='textColor' value='0 0 0'/> |
5058 | </ProtoInstance> |
5059 | <ProtoInstance name='Vertex'> |
5060 | <fieldValue name='vertexText' value='"personally"'/> |
5061 | <fieldValue name='description' value='123: personally'/> |
5062 | <fieldValue name='url'/> |
5063 | <fieldValue name='radius' value='0.1500'/> |
5064 | <fieldValue name='displayMode'/> |
5065 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5066 | <fieldValue name='transparency' value='0'/> |
5067 | <fieldValue name='translation' value='0.33053 2.66748 0.18503'/> |
5068 | <fieldValue name='textTranslation' value='0.48053 2.66748 0.18503'/> |
5069 | <fieldValue name='textColor' value='0 0 0'/> |
5070 | </ProtoInstance> |
5071 | <ProtoInstance name='Vertex'> |
5072 | <fieldValue name='vertexText' value='"photo"'/> |
5073 | <fieldValue name='description' value='124: photo'/> |
5074 | <fieldValue name='url'/> |
5075 | <fieldValue name='radius' value='0.1500'/> |
5076 | <fieldValue name='displayMode'/> |
5077 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5078 | <fieldValue name='transparency' value='0'/> |
5079 | <fieldValue name='translation' value='0.17547 0.21589 1.64541'/> |
5080 | <fieldValue name='textTranslation' value='0.32547 0.21589 1.64541'/> |
5081 | <fieldValue name='textColor' value='0 0 0'/> |
5082 | </ProtoInstance> |
5083 | <ProtoInstance name='Vertex'> |
5084 | <fieldValue name='vertexText' value='"pier"'/> |
5085 | <fieldValue name='description' value='125: pier'/> |
5086 | <fieldValue name='url'/> |
5087 | <fieldValue name='radius' value='0.1500'/> |
5088 | <fieldValue name='displayMode'/> |
5089 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5090 | <fieldValue name='transparency' value='0'/> |
5091 | <fieldValue name='translation' value='2.17401 -2.35067 -1.37121'/> |
5092 | <fieldValue name='textTranslation' value='2.32401 -2.35067 -1.37121'/> |
5093 | <fieldValue name='textColor' value='0 0 0'/> |
5094 | </ProtoInstance> |
5095 | <ProtoInstance name='Vertex'> |
5096 | <fieldValue name='vertexText' value='"position"'/> |
5097 | <fieldValue name='description' value='126: position'/> |
5098 | <fieldValue name='url'/> |
5099 | <fieldValue name='radius' value='0.1500'/> |
5100 | <fieldValue name='displayMode'/> |
5101 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5102 | <fieldValue name='transparency' value='0'/> |
5103 | <fieldValue name='translation' value='1.08194 2.68052 0.13635'/> |
5104 | <fieldValue name='textTranslation' value='1.23194 2.68052 0.13635'/> |
5105 | <fieldValue name='textColor' value='0 0 0'/> |
5106 | </ProtoInstance> |
5107 | <ProtoInstance name='Vertex'> |
5108 | <fieldValue name='vertexText' value='"press"'/> |
5109 | <fieldValue name='description' value='127: press'/> |
5110 | <fieldValue name='url'/> |
5111 | <fieldValue name='radius' value='0.1500'/> |
5112 | <fieldValue name='displayMode'/> |
5113 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5114 | <fieldValue name='transparency' value='0'/> |
5115 | <fieldValue name='translation' value='1.22062 -1.63355 1.30868'/> |
5116 | <fieldValue name='textTranslation' value='1.37062 -1.63355 1.30868'/> |
5117 | <fieldValue name='textColor' value='0 0 0'/> |
5118 | </ProtoInstance> |
5119 | <ProtoInstance name='Vertex'> |
5120 | <fieldValue name='vertexText' value='"private"'/> |
5121 | <fieldValue name='description' value='128: private'/> |
5122 | <fieldValue name='url'/> |
5123 | <fieldValue name='radius' value='0.1500'/> |
5124 | <fieldValue name='displayMode'/> |
5125 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5126 | <fieldValue name='transparency' value='0'/> |
5127 | <fieldValue name='translation' value='0.18870 -1.86538 0.17073'/> |
5128 | <fieldValue name='textTranslation' value='0.33870 -1.86538 0.17073'/> |
5129 | <fieldValue name='textColor' value='0 0 0'/> |
5130 | </ProtoInstance> |
5131 | <ProtoInstance name='Vertex'> |
5132 | <fieldValue name='vertexText' value='"programs"'/> |
5133 | <fieldValue name='description' value='129: programs'/> |
5134 | <fieldValue name='url'/> |
5135 | <fieldValue name='radius' value='0.1500'/> |
5136 | <fieldValue name='displayMode'/> |
5137 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5138 | <fieldValue name='transparency' value='0'/> |
5139 | <fieldValue name='translation' value='-0.98226 -1.45456 2.66937'/> |
5140 | <fieldValue name='textTranslation' value='-0.83226 -1.45456 2.66937'/> |
5141 | <fieldValue name='textColor' value='0 0 0'/> |
5142 | </ProtoInstance> |
5143 | <ProtoInstance name='Vertex'> |
5144 | <fieldValue name='vertexText' value='"protect"'/> |
5145 | <fieldValue name='description' value='130: protect'/> |
5146 | <fieldValue name='url'/> |
5147 | <fieldValue name='radius' value='0.1500'/> |
5148 | <fieldValue name='displayMode'/> |
5149 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5150 | <fieldValue name='transparency' value='0'/> |
5151 | <fieldValue name='translation' value='-1.09480 -0.75911 2.22333'/> |
5152 | <fieldValue name='textTranslation' value='-0.94480 -0.75911 2.22333'/> |
5153 | <fieldValue name='textColor' value='0 0 0'/> |
5154 | </ProtoInstance> |
5155 | <ProtoInstance name='Vertex'> |
5156 | <fieldValue name='vertexText' value='"prove"'/> |
5157 | <fieldValue name='description' value='131: prove'/> |
5158 | <fieldValue name='url'/> |
5159 | <fieldValue name='radius' value='0.1500'/> |
5160 | <fieldValue name='displayMode'/> |
5161 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5162 | <fieldValue name='transparency' value='0'/> |
5163 | <fieldValue name='translation' value='-2.67477 -0.18785 -0.79153'/> |
5164 | <fieldValue name='textTranslation' value='-2.52477 -0.18785 -0.79153'/> |
5165 | <fieldValue name='textColor' value='0 0 0'/> |
5166 | </ProtoInstance> |
5167 | <ProtoInstance name='Vertex'> |
5168 | <fieldValue name='vertexText' value='"providing"'/> |
5169 | <fieldValue name='description' value='132: providing'/> |
5170 | <fieldValue name='url'/> |
5171 | <fieldValue name='radius' value='0.1500'/> |
5172 | <fieldValue name='displayMode'/> |
5173 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5174 | <fieldValue name='transparency' value='0'/> |
5175 | <fieldValue name='translation' value='1.38294 0.71927 -1.29552'/> |
5176 | <fieldValue name='textTranslation' value='1.53294 0.71927 -1.29552'/> |
5177 | <fieldValue name='textColor' value='0 0 0'/> |
5178 | </ProtoInstance> |
5179 | <ProtoInstance name='Vertex'> |
5180 | <fieldValue name='vertexText' value='"provisions"'/> |
5181 | <fieldValue name='description' value='133: provisions'/> |
5182 | <fieldValue name='url'/> |
5183 | <fieldValue name='radius' value='0.1500'/> |
5184 | <fieldValue name='displayMode'/> |
5185 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5186 | <fieldValue name='transparency' value='0'/> |
5187 | <fieldValue name='translation' value='1.62675 -1.72313 0.46128'/> |
5188 | <fieldValue name='textTranslation' value='1.77675 -1.72313 0.46128'/> |
5189 | <fieldValue name='textColor' value='0 0 0'/> |
5190 | </ProtoInstance> |
5191 | <ProtoInstance name='Vertex'> |
5192 | <fieldValue name='vertexText' value='"ravaged"'/> |
5193 | <fieldValue name='description' value='134: ravaged'/> |
5194 | <fieldValue name='url'/> |
5195 | <fieldValue name='radius' value='0.1500'/> |
5196 | <fieldValue name='displayMode'/> |
5197 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5198 | <fieldValue name='transparency' value='0'/> |
5199 | <fieldValue name='translation' value='1.75342 0.71718 -1.58729'/> |
5200 | <fieldValue name='textTranslation' value='1.90342 0.71718 -1.58729'/> |
5201 | <fieldValue name='textColor' value='0 0 0'/> |
5202 | </ProtoInstance> |
5203 | <ProtoInstance name='Vertex'> |
5204 | <fieldValue name='vertexText' value='"reconcile"'/> |
5205 | <fieldValue name='description' value='135: reconcile'/> |
5206 | <fieldValue name='url'/> |
5207 | <fieldValue name='radius' value='0.1500'/> |
5208 | <fieldValue name='displayMode'/> |
5209 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5210 | <fieldValue name='transparency' value='0'/> |
5211 | <fieldValue name='translation' value='2.75182 1.01625 1.60347'/> |
5212 | <fieldValue name='textTranslation' value='2.90182 1.01625 1.60347'/> |
5213 | <fieldValue name='textColor' value='0 0 0'/> |
5214 | </ProtoInstance> |
5215 | <ProtoInstance name='Vertex'> |
5216 | <fieldValue name='vertexText' value='"refugees"'/> |
5217 | <fieldValue name='description' value='136: refugees'/> |
5218 | <fieldValue name='url'/> |
5219 | <fieldValue name='radius' value='0.1500'/> |
5220 | <fieldValue name='displayMode'/> |
5221 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5222 | <fieldValue name='transparency' value='0'/> |
5223 | <fieldValue name='translation' value='-0.90584 -1.61515 2.20326'/> |
5224 | <fieldValue name='textTranslation' value='-0.75584 -1.61515 2.20326'/> |
5225 | <fieldValue name='textColor' value='0 0 0'/> |
5226 | </ProtoInstance> |
5227 | <ProtoInstance name='Vertex'> |
5228 | <fieldValue name='vertexText' value='"released"'/> |
5229 | <fieldValue name='description' value='137: released'/> |
5230 | <fieldValue name='url'/> |
5231 | <fieldValue name='radius' value='0.1500'/> |
5232 | <fieldValue name='displayMode'/> |
5233 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5234 | <fieldValue name='transparency' value='0'/> |
5235 | <fieldValue name='translation' value='-2.44095 0.07447 -0.48367'/> |
5236 | <fieldValue name='textTranslation' value='-2.29095 0.07447 -0.48367'/> |
5237 | <fieldValue name='textColor' value='0 0 0'/> |
5238 | </ProtoInstance> |
5239 | <ProtoInstance name='Vertex'> |
5240 | <fieldValue name='vertexText' value='"releases"'/> |
5241 | <fieldValue name='description' value='138: releases'/> |
5242 | <fieldValue name='url'/> |
5243 | <fieldValue name='radius' value='0.1500'/> |
5244 | <fieldValue name='displayMode'/> |
5245 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5246 | <fieldValue name='transparency' value='0'/> |
5247 | <fieldValue name='translation' value='-2.44142 0.03343 -0.47498'/> |
5248 | <fieldValue name='textTranslation' value='-2.29142 0.03343 -0.47498'/> |
5249 | <fieldValue name='textColor' value='0 0 0'/> |
5250 | </ProtoInstance> |
5251 | <ProtoInstance name='Vertex'> |
5252 | <fieldValue name='vertexText' value='"requested"'/> |
5253 | <fieldValue name='description' value='139: requested'/> |
5254 | <fieldValue name='url'/> |
5255 | <fieldValue name='radius' value='0.1500'/> |
5256 | <fieldValue name='displayMode'/> |
5257 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5258 | <fieldValue name='transparency' value='0'/> |
5259 | <fieldValue name='translation' value='1.39640 0.71777 -1.28720'/> |
5260 | <fieldValue name='textTranslation' value='1.54640 0.71777 -1.28720'/> |
5261 | <fieldValue name='textColor' value='0 0 0'/> |
5262 | </ProtoInstance> |
5263 | <ProtoInstance name='Vertex'> |
5264 | <fieldValue name='vertexText' value='"response"'/> |
5265 | <fieldValue name='description' value='140: response'/> |
5266 | <fieldValue name='url'/> |
5267 | <fieldValue name='radius' value='0.1500'/> |
5268 | <fieldValue name='displayMode'/> |
5269 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5270 | <fieldValue name='transparency' value='0'/> |
5271 | <fieldValue name='translation' value='0.02188 -1.54233 1.05867'/> |
5272 | <fieldValue name='textTranslation' value='0.17188 -1.54233 1.05867'/> |
5273 | <fieldValue name='textColor' value='0 0 0'/> |
5274 | </ProtoInstance> |
5275 | <ProtoInstance name='Vertex'> |
5276 | <fieldValue name='vertexText' value='"rogers"'/> |
5277 | <fieldValue name='description' value='141: rogers'/> |
5278 | <fieldValue name='url'/> |
5279 | <fieldValue name='radius' value='0.1500'/> |
5280 | <fieldValue name='displayMode'/> |
5281 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5282 | <fieldValue name='transparency' value='0'/> |
5283 | <fieldValue name='translation' value='1.60599 0.88343 -1.49809'/> |
5284 | <fieldValue name='textTranslation' value='1.75599 0.88343 -1.49809'/> |
5285 | <fieldValue name='textColor' value='0 0 0'/> |
5286 | </ProtoInstance> |
5287 | <ProtoInstance name='Vertex'> |
5288 | <fieldValue name='vertexText' value='"roughly"'/> |
5289 | <fieldValue name='description' value='142: roughly'/> |
5290 | <fieldValue name='url'/> |
5291 | <fieldValue name='radius' value='0.1500'/> |
5292 | <fieldValue name='displayMode'/> |
5293 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5294 | <fieldValue name='transparency' value='0'/> |
5295 | <fieldValue name='translation' value='0.46909 -2.34191 0.07235'/> |
5296 | <fieldValue name='textTranslation' value='0.61909 -2.34191 0.07235'/> |
5297 | <fieldValue name='textColor' value='0 0 0'/> |
5298 | </ProtoInstance> |
5299 | <ProtoInstance name='Vertex'> |
5300 | <fieldValue name='vertexText' value='"satellite"'/> |
5301 | <fieldValue name='description' value='143: satellite'/> |
5302 | <fieldValue name='url'/> |
5303 | <fieldValue name='radius' value='0.1500'/> |
5304 | <fieldValue name='displayMode'/> |
5305 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5306 | <fieldValue name='transparency' value='0'/> |
5307 | <fieldValue name='translation' value='-0.76089 -0.95072 -2.31315'/> |
5308 | <fieldValue name='textTranslation' value='-0.61089 -0.95072 -2.31315'/> |
5309 | <fieldValue name='textColor' value='0 0 0'/> |
5310 | </ProtoInstance> |
5311 | <ProtoInstance name='Vertex'> |
5312 | <fieldValue name='vertexText' value='"sc"'/> |
5313 | <fieldValue name='description' value='144: sc'/> |
5314 | <fieldValue name='url'/> |
5315 | <fieldValue name='radius' value='0.1500'/> |
5316 | <fieldValue name='displayMode'/> |
5317 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5318 | <fieldValue name='transparency' value='0'/> |
5319 | <fieldValue name='translation' value='-0.19089 0.53947 1.59468'/> |
5320 | <fieldValue name='textTranslation' value='-0.04089 0.53947 1.59468'/> |
5321 | <fieldValue name='textColor' value='0 0 0'/> |
5322 | </ProtoInstance> |
5323 | <ProtoInstance name='Vertex'> |
5324 | <fieldValue name='vertexText' value='"security"'/> |
5325 | <fieldValue name='description' value='145: security'/> |
5326 | <fieldValue name='url'/> |
5327 | <fieldValue name='radius' value='0.1500'/> |
5328 | <fieldValue name='displayMode'/> |
5329 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5330 | <fieldValue name='transparency' value='0'/> |
5331 | <fieldValue name='translation' value='0.47110 -2.03085 0.60115'/> |
5332 | <fieldValue name='textTranslation' value='0.62110 -2.03085 0.60115'/> |
5333 | <fieldValue name='textColor' value='0 0 0'/> |
5334 | </ProtoInstance> |
5335 | <ProtoInstance name='Vertex'> |
5336 | <fieldValue name='vertexText' value='"served"'/> |
5337 | <fieldValue name='description' value='146: served'/> |
5338 | <fieldValue name='url'/> |
5339 | <fieldValue name='radius' value='0.1500'/> |
5340 | <fieldValue name='displayMode'/> |
5341 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5342 | <fieldValue name='transparency' value='0'/> |
5343 | <fieldValue name='translation' value='0.57729 2.21361 0.09863'/> |
5344 | <fieldValue name='textTranslation' value='0.72729 2.21361 0.09863'/> |
5345 | <fieldValue name='textColor' value='0 0 0'/> |
5346 | </ProtoInstance> |
5347 | <ProtoInstance name='Vertex'> |
5348 | <fieldValue name='vertexText' value='"service"'/> |
5349 | <fieldValue name='description' value='147: service'/> |
5350 | <fieldValue name='url'/> |
5351 | <fieldValue name='radius' value='0.1500'/> |
5352 | <fieldValue name='displayMode'/> |
5353 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5354 | <fieldValue name='transparency' value='0'/> |
5355 | <fieldValue name='translation' value='0.59883 2.64710 0.17209'/> |
5356 | <fieldValue name='textTranslation' value='0.74883 2.64710 0.17209'/> |
5357 | <fieldValue name='textColor' value='0 0 0'/> |
5358 | </ProtoInstance> |
5359 | <ProtoInstance name='Vertex'> |
5360 | <fieldValue name='vertexText' value='"sheet"'/> |
5361 | <fieldValue name='description' value='148: sheet'/> |
5362 | <fieldValue name='url'/> |
5363 | <fieldValue name='radius' value='0.1500'/> |
5364 | <fieldValue name='displayMode'/> |
5365 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5366 | <fieldValue name='transparency' value='0'/> |
5367 | <fieldValue name='translation' value='-0.98679 -1.06416 2.18359'/> |
5368 | <fieldValue name='textTranslation' value='-0.83679 -1.06416 2.18359'/> |
5369 | <fieldValue name='textColor' value='0 0 0'/> |
5370 | </ProtoInstance> |
5371 | <ProtoInstance name='Vertex'> |
5372 | <fieldValue name='vertexText' value='"shore"'/> |
5373 | <fieldValue name='description' value='149: shore'/> |
5374 | <fieldValue name='url'/> |
5375 | <fieldValue name='radius' value='0.1500'/> |
5376 | <fieldValue name='displayMode'/> |
5377 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5378 | <fieldValue name='transparency' value='0'/> |
5379 | <fieldValue name='translation' value='1.10748 -1.69023 0.38239'/> |
5380 | <fieldValue name='textTranslation' value='1.25748 -1.69023 0.38239'/> |
5381 | <fieldValue name='textColor' value='0 0 0'/> |
5382 | </ProtoInstance> |
5383 | <ProtoInstance name='Vertex'> |
5384 | <fieldValue name='vertexText' value='"slated"'/> |
5385 | <fieldValue name='description' value='150: slated'/> |
5386 | <fieldValue name='url'/> |
5387 | <fieldValue name='radius' value='0.1500'/> |
5388 | <fieldValue name='displayMode'/> |
5389 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5390 | <fieldValue name='transparency' value='0'/> |
5391 | <fieldValue name='translation' value='-2.69575 -0.23690 -0.72866'/> |
5392 | <fieldValue name='textTranslation' value='-2.54575 -0.23690 -0.72866'/> |
5393 | <fieldValue name='textColor' value='0 0 0'/> |
5394 | </ProtoInstance> |
5395 | <ProtoInstance name='Vertex'> |
5396 | <fieldValue name='vertexText' value='"soldiers"'/> |
5397 | <fieldValue name='description' value='151: soldiers'/> |
5398 | <fieldValue name='url'/> |
5399 | <fieldValue name='radius' value='0.1500'/> |
5400 | <fieldValue name='displayMode'/> |
5401 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5402 | <fieldValue name='transparency' value='0'/> |
5403 | <fieldValue name='translation' value='1.37121 0.64119 -1.17525'/> |
5404 | <fieldValue name='textTranslation' value='1.52121 0.64119 -1.17525'/> |
5405 | <fieldValue name='textColor' value='0 0 0'/> |
5406 | </ProtoInstance> |
5407 | <ProtoInstance name='Vertex'> |
5408 | <fieldValue name='vertexText' value='"source"'/> |
5409 | <fieldValue name='description' value='152: source'/> |
5410 | <fieldValue name='url'/> |
5411 | <fieldValue name='radius' value='0.1500'/> |
5412 | <fieldValue name='displayMode'/> |
5413 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5414 | <fieldValue name='transparency' value='0'/> |
5415 | <fieldValue name='translation' value='1.46442 -2.74957 -1.56601'/> |
5416 | <fieldValue name='textTranslation' value='1.61442 -2.74957 -1.56601'/> |
5417 | <fieldValue name='textColor' value='0 0 0'/> |
5418 | </ProtoInstance> |
5419 | <ProtoInstance name='Vertex'> |
5420 | <fieldValue name='vertexText' value='"south"'/> |
5421 | <fieldValue name='description' value='153: south'/> |
5422 | <fieldValue name='url'/> |
5423 | <fieldValue name='radius' value='0.1500'/> |
5424 | <fieldValue name='displayMode'/> |
5425 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5426 | <fieldValue name='transparency' value='0'/> |
5427 | <fieldValue name='translation' value='-0.91566 -1.87257 2.54446'/> |
5428 | <fieldValue name='textTranslation' value='-0.76566 -1.87257 2.54446'/> |
5429 | <fieldValue name='textColor' value='0 0 0'/> |
5430 | </ProtoInstance> |
5431 | <ProtoInstance name='Vertex'> |
5432 | <fieldValue name='vertexText' value='"southern"'/> |
5433 | <fieldValue name='description' value='154: southern'/> |
5434 | <fieldValue name='url'/> |
5435 | <fieldValue name='radius' value='0.1500'/> |
5436 | <fieldValue name='displayMode'/> |
5437 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5438 | <fieldValue name='transparency' value='0'/> |
5439 | <fieldValue name='translation' value='-0.81508 -0.56185 -2.33320'/> |
5440 | <fieldValue name='textTranslation' value='-0.66508 -0.56185 -2.33320'/> |
5441 | <fieldValue name='textColor' value='0 0 0'/> |
5442 | </ProtoInstance> |
5443 | <ProtoInstance name='Vertex'> |
5444 | <fieldValue name='vertexText' value='"squirrel"'/> |
5445 | <fieldValue name='description' value='155: squirrel'/> |
5446 | <fieldValue name='url'/> |
5447 | <fieldValue name='radius' value='0.1500'/> |
5448 | <fieldValue name='displayMode'/> |
5449 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5450 | <fieldValue name='transparency' value='0'/> |
5451 | <fieldValue name='translation' value='1.77115 -2.57846 -1.26104'/> |
5452 | <fieldValue name='textTranslation' value='1.92115 -2.57846 -1.26104'/> |
5453 | <fieldValue name='textColor' value='0 0 0'/> |
5454 | </ProtoInstance> |
5455 | <ProtoInstance name='Vertex'> |
5456 | <fieldValue name='vertexText' value='"sri"'/> |
5457 | <fieldValue name='description' value='156: sri'/> |
5458 | <fieldValue name='url'/> |
5459 | <fieldValue name='radius' value='0.1500'/> |
5460 | <fieldValue name='displayMode'/> |
5461 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5462 | <fieldValue name='transparency' value='0'/> |
5463 | <fieldValue name='translation' value='-1.24101 -1.45202 2.53587'/> |
5464 | <fieldValue name='textTranslation' value='-1.09101 -1.45202 2.53587'/> |
5465 | <fieldValue name='textColor' value='0 0 0'/> |
5466 | </ProtoInstance> |
5467 | <ProtoInstance name='Vertex'> |
5468 | <fieldValue name='vertexText' value='"stability"'/> |
5469 | <fieldValue name='description' value='157: stability'/> |
5470 | <fieldValue name='url'/> |
5471 | <fieldValue name='radius' value='0.1500'/> |
5472 | <fieldValue name='displayMode'/> |
5473 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5474 | <fieldValue name='transparency' value='0'/> |
5475 | <fieldValue name='translation' value='0.67452 -1.62777 0.99833'/> |
5476 | <fieldValue name='textTranslation' value='0.82452 -1.62777 0.99833'/> |
5477 | <fieldValue name='textColor' value='0 0 0'/> |
5478 | </ProtoInstance> |
5479 | <ProtoInstance name='Vertex'> |
5480 | <fieldValue name='vertexText' value='"statement"'/> |
5481 | <fieldValue name='description' value='158: statement'/> |
5482 | <fieldValue name='url'/> |
5483 | <fieldValue name='radius' value='0.1500'/> |
5484 | <fieldValue name='displayMode'/> |
5485 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5486 | <fieldValue name='transparency' value='0'/> |
5487 | <fieldValue name='translation' value='-0.91702 -0.87710 -2.24743'/> |
5488 | <fieldValue name='textTranslation' value='-0.76702 -0.87710 -2.24743'/> |
5489 | <fieldValue name='textColor' value='0 0 0'/> |
5490 | </ProtoInstance> |
5491 | <ProtoInstance name='Vertex'> |
5492 | <fieldValue name='vertexText' value='"states"'/> |
5493 | <fieldValue name='description' value='159: states'/> |
5494 | <fieldValue name='url'/> |
5495 | <fieldValue name='radius' value='0.1500'/> |
5496 | <fieldValue name='displayMode'/> |
5497 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5498 | <fieldValue name='transparency' value='0'/> |
5499 | <fieldValue name='translation' value='0.93802 -0.97766 0.62848'/> |
5500 | <fieldValue name='textTranslation' value='1.08802 -0.97766 0.62848'/> |
5501 | <fieldValue name='textColor' value='0 0 0'/> |
5502 | </ProtoInstance> |
5503 | <ProtoInstance name='Vertex'> |
5504 | <fieldValue name='vertexText' value='"status"'/> |
5505 | <fieldValue name='description' value='160: status'/> |
5506 | <fieldValue name='url'/> |
5507 | <fieldValue name='radius' value='0.1500'/> |
5508 | <fieldValue name='displayMode'/> |
5509 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5510 | <fieldValue name='transparency' value='0'/> |
5511 | <fieldValue name='translation' value='2.47085 1.17664 1.87368'/> |
5512 | <fieldValue name='textTranslation' value='2.62085 1.17664 1.87368'/> |
5513 | <fieldValue name='textColor' value='0 0 0'/> |
5514 | </ProtoInstance> |
5515 | <ProtoInstance name='Vertex'> |
5516 | <fieldValue name='vertexText' value='"struck"'/> |
5517 | <fieldValue name='description' value='161: struck'/> |
5518 | <fieldValue name='url'/> |
5519 | <fieldValue name='radius' value='0.1500'/> |
5520 | <fieldValue name='displayMode'/> |
5521 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5522 | <fieldValue name='transparency' value='0'/> |
5523 | <fieldValue name='translation' value='-0.09974 0.67992 0.66218'/> |
5524 | <fieldValue name='textTranslation' value='0.05026 0.67992 0.66218'/> |
5525 | <fieldValue name='textColor' value='0 0 0'/> |
5526 | </ProtoInstance> |
5527 | <ProtoInstance name='Vertex'> |
5528 | <fieldValue name='vertexText' value='"suicide"'/> |
5529 | <fieldValue name='description' value='162: suicide'/> |
5530 | <fieldValue name='url'/> |
5531 | <fieldValue name='radius' value='0.1500'/> |
5532 | <fieldValue name='displayMode'/> |
5533 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5534 | <fieldValue name='transparency' value='0'/> |
5535 | <fieldValue name='translation' value='-2.43341 0.09503 -0.51215'/> |
5536 | <fieldValue name='textTranslation' value='-2.28341 0.09503 -0.51215'/> |
5537 | <fieldValue name='textColor' value='0 0 0'/> |
5538 | </ProtoInstance> |
5539 | <ProtoInstance name='Vertex'> |
5540 | <fieldValue name='vertexText' value='"support"'/> |
5541 | <fieldValue name='description' value='163: support'/> |
5542 | <fieldValue name='url'/> |
5543 | <fieldValue name='radius' value='0.1500'/> |
5544 | <fieldValue name='displayMode'/> |
5545 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5546 | <fieldValue name='transparency' value='0'/> |
5547 | <fieldValue name='translation' value='0.51200 -0.55830 -0.46599'/> |
5548 | <fieldValue name='textTranslation' value='0.66200 -0.55830 -0.46599'/> |
5549 | <fieldValue name='textColor' value='0 0 0'/> |
5550 | </ProtoInstance> |
5551 | <ProtoInstance name='Vertex'> |
5552 | <fieldValue name='vertexText' value='"supporting"'/> |
5553 | <fieldValue name='description' value='164: supporting'/> |
5554 | <fieldValue name='url'/> |
5555 | <fieldValue name='radius' value='0.1500'/> |
5556 | <fieldValue name='displayMode'/> |
5557 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5558 | <fieldValue name='transparency' value='0'/> |
5559 | <fieldValue name='translation' value='0.53746 -1.90557 0.09831'/> |
5560 | <fieldValue name='textTranslation' value='0.68746 -1.90557 0.09831'/> |
5561 | <fieldValue name='textColor' value='0 0 0'/> |
5562 | </ProtoInstance> |
5563 | <ProtoInstance name='Vertex'> |
5564 | <fieldValue name='vertexText' value='"tech"'/> |
5565 | <fieldValue name='description' value='165: tech'/> |
5566 | <fieldValue name='url'/> |
5567 | <fieldValue name='radius' value='0.1500'/> |
5568 | <fieldValue name='displayMode'/> |
5569 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5570 | <fieldValue name='transparency' value='0'/> |
5571 | <fieldValue name='translation' value='0.36988 -0.42339 1.18621'/> |
5572 | <fieldValue name='textTranslation' value='0.51988 -0.42339 1.18621'/> |
5573 | <fieldValue name='textColor' value='0 0 0'/> |
5574 | </ProtoInstance> |
5575 | <ProtoInstance name='Vertex'> |
5576 | <fieldValue name='vertexText' value='"technological"'/> |
5577 | <fieldValue name='description' value='166: technological'/> |
5578 | <fieldValue name='url'/> |
5579 | <fieldValue name='radius' value='0.1500'/> |
5580 | <fieldValue name='displayMode'/> |
5581 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5582 | <fieldValue name='transparency' value='0'/> |
5583 | <fieldValue name='translation' value='-2.58227 0.60662 -0.41311'/> |
5584 | <fieldValue name='textTranslation' value='-2.43227 0.60662 -0.41311'/> |
5585 | <fieldValue name='textColor' value='0 0 0'/> |
5586 | </ProtoInstance> |
5587 | <ProtoInstance name='Vertex'> |
5588 | <fieldValue name='vertexText' value='"technologies"'/> |
5589 | <fieldValue name='description' value='167: technologies'/> |
5590 | <fieldValue name='url'/> |
5591 | <fieldValue name='radius' value='0.1500'/> |
5592 | <fieldValue name='displayMode'/> |
5593 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5594 | <fieldValue name='transparency' value='0'/> |
5595 | <fieldValue name='translation' value='-2.33989 -0.07408 -0.59017'/> |
5596 | <fieldValue name='textTranslation' value='-2.18989 -0.07408 -0.59017'/> |
5597 | <fieldValue name='textColor' value='0 0 0'/> |
5598 | </ProtoInstance> |
5599 | <ProtoInstance name='Vertex'> |
5600 | <fieldValue name='vertexText' value='"terms"'/> |
5601 | <fieldValue name='description' value='168: terms'/> |
5602 | <fieldValue name='url'/> |
5603 | <fieldValue name='radius' value='0.1500'/> |
5604 | <fieldValue name='displayMode'/> |
5605 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5606 | <fieldValue name='transparency' value='0'/> |
5607 | <fieldValue name='translation' value='2.43780 1.02773 2.03300'/> |
5608 | <fieldValue name='textTranslation' value='2.58780 1.02773 2.03300'/> |
5609 | <fieldValue name='textColor' value='0 0 0'/> |
5610 | </ProtoInstance> |
5611 | <ProtoInstance name='Vertex'> |
5612 | <fieldValue name='vertexText' value='"thousands"'/> |
5613 | <fieldValue name='description' value='169: thousands'/> |
5614 | <fieldValue name='url'/> |
5615 | <fieldValue name='radius' value='0.1500'/> |
5616 | <fieldValue name='displayMode'/> |
5617 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5618 | <fieldValue name='transparency' value='0'/> |
5619 | <fieldValue name='translation' value='1.07499 -1.96381 -0.27618'/> |
5620 | <fieldValue name='textTranslation' value='1.22499 -1.96381 -0.27618'/> |
5621 | <fieldValue name='textColor' value='0 0 0'/> |
5622 | </ProtoInstance> |
5623 | <ProtoInstance name='Vertex'> |
5624 | <fieldValue name='vertexText' value='"tibetan"'/> |
5625 | <fieldValue name='description' value='170: tibetan'/> |
5626 | <fieldValue name='url'/> |
5627 | <fieldValue name='radius' value='0.1500'/> |
5628 | <fieldValue name='displayMode'/> |
5629 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5630 | <fieldValue name='transparency' value='0'/> |
5631 | <fieldValue name='translation' value='-1.31411 -1.46781 2.47311'/> |
5632 | <fieldValue name='textTranslation' value='-1.16411 -1.46781 2.47311'/> |
5633 | <fieldValue name='textColor' value='0 0 0'/> |
5634 | </ProtoInstance> |
5635 | <ProtoInstance name='Vertex'> |
5636 | <fieldValue name='vertexText' value='"tragic"'/> |
5637 | <fieldValue name='description' value='171: tragic'/> |
5638 | <fieldValue name='url'/> |
5639 | <fieldValue name='radius' value='0.1500'/> |
5640 | <fieldValue name='displayMode'/> |
5641 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5642 | <fieldValue name='transparency' value='0'/> |
5643 | <fieldValue name='translation' value='0.24550 -1.78683 0.83715'/> |
5644 | <fieldValue name='textTranslation' value='0.39550 -1.78683 0.83715'/> |
5645 | <fieldValue name='textColor' value='0 0 0'/> |
5646 | </ProtoInstance> |
5647 | <ProtoInstance name='Vertex'> |
5648 | <fieldValue name='vertexText' value='"troops"'/> |
5649 | <fieldValue name='description' value='172: troops'/> |
5650 | <fieldValue name='url'/> |
5651 | <fieldValue name='radius' value='0.1500'/> |
5652 | <fieldValue name='displayMode'/> |
5653 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5654 | <fieldValue name='transparency' value='0'/> |
5655 | <fieldValue name='translation' value='0.60790 -1.65769 0.24074'/> |
5656 | <fieldValue name='textTranslation' value='0.75790 -1.65769 0.24074'/> |
5657 | <fieldValue name='textColor' value='0 0 0'/> |
5658 | </ProtoInstance> |
5659 | <ProtoInstance name='Vertex'> |
5660 | <fieldValue name='vertexText' value='"twitter"'/> |
5661 | <fieldValue name='description' value='173: twitter'/> |
5662 | <fieldValue name='url'/> |
5663 | <fieldValue name='radius' value='0.1500'/> |
5664 | <fieldValue name='displayMode'/> |
5665 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5666 | <fieldValue name='transparency' value='0'/> |
5667 | <fieldValue name='translation' value='2.05101 1.40116 2.12755'/> |
5668 | <fieldValue name='textTranslation' value='2.20101 1.40116 2.12755'/> |
5669 | <fieldValue name='textColor' value='0 0 0'/> |
5670 | </ProtoInstance> |
5671 | <ProtoInstance name='Vertex'> |
5672 | <fieldValue name='vertexText' value='"unified"'/> |
5673 | <fieldValue name='description' value='174: unified'/> |
5674 | <fieldValue name='url'/> |
5675 | <fieldValue name='radius' value='0.1500'/> |
5676 | <fieldValue name='displayMode'/> |
5677 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5678 | <fieldValue name='transparency' value='0'/> |
5679 | <fieldValue name='translation' value='-0.84350 0.02472 1.64935'/> |
5680 | <fieldValue name='textTranslation' value='-0.69350 0.02472 1.64935'/> |
5681 | <fieldValue name='textColor' value='0 0 0'/> |
5682 | </ProtoInstance> |
5683 | <ProtoInstance name='Vertex'> |
5684 | <fieldValue name='vertexText' value='"unit"'/> |
5685 | <fieldValue name='description' value='175: unit'/> |
5686 | <fieldValue name='url'/> |
5687 | <fieldValue name='radius' value='0.1500'/> |
5688 | <fieldValue name='displayMode'/> |
5689 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5690 | <fieldValue name='transparency' value='0'/> |
5691 | <fieldValue name='translation' value='0.89556 -2.13037 1.14659'/> |
5692 | <fieldValue name='textTranslation' value='1.04556 -2.13037 1.14659'/> |
5693 | <fieldValue name='textColor' value='0 0 0'/> |
5694 | </ProtoInstance> |
5695 | <ProtoInstance name='Vertex'> |
5696 | <fieldValue name='vertexText' value='"united"'/> |
5697 | <fieldValue name='description' value='176: united'/> |
5698 | <fieldValue name='url'/> |
5699 | <fieldValue name='radius' value='0.1500'/> |
5700 | <fieldValue name='displayMode'/> |
5701 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5702 | <fieldValue name='transparency' value='0'/> |
5703 | <fieldValue name='translation' value='0.25400 -0.79012 0.61545'/> |
5704 | <fieldValue name='textTranslation' value='0.40400 -0.79012 0.61545'/> |
5705 | <fieldValue name='textColor' value='0 0 0'/> |
5706 | </ProtoInstance> |
5707 | <ProtoInstance name='Vertex'> |
5708 | <fieldValue name='vertexText' value='"vital"'/> |
5709 | <fieldValue name='description' value='177: vital'/> |
5710 | <fieldValue name='url'/> |
5711 | <fieldValue name='radius' value='0.1500'/> |
5712 | <fieldValue name='displayMode'/> |
5713 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5714 | <fieldValue name='transparency' value='0'/> |
5715 | <fieldValue name='translation' value='-1.96718 0.21331 0.13446'/> |
5716 | <fieldValue name='textTranslation' value='-1.81718 0.21331 0.13446'/> |
5717 | <fieldValue name='textColor' value='0 0 0'/> |
5718 | </ProtoInstance> |
5719 | <ProtoInstance name='Vertex'> |
5720 | <fieldValue name='vertexText' value='"vulnerable"'/> |
5721 | <fieldValue name='description' value='178: vulnerable'/> |
5722 | <fieldValue name='url'/> |
5723 | <fieldValue name='radius' value='0.1500'/> |
5724 | <fieldValue name='displayMode'/> |
5725 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5726 | <fieldValue name='transparency' value='0'/> |
5727 | <fieldValue name='translation' value='-0.96523 -2.12692 2.09871'/> |
5728 | <fieldValue name='textTranslation' value='-0.81523 -2.12692 2.09871'/> |
5729 | <fieldValue name='textColor' value='0 0 0'/> |
5730 | </ProtoInstance> |
5731 | <ProtoInstance name='Vertex'> |
5732 | <fieldValue name='vertexText' value='"wall"'/> |
5733 | <fieldValue name='description' value='179: wall'/> |
5734 | <fieldValue name='url'/> |
5735 | <fieldValue name='radius' value='0.1500'/> |
5736 | <fieldValue name='displayMode'/> |
5737 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5738 | <fieldValue name='transparency' value='0'/> |
5739 | <fieldValue name='translation' value='-0.75058 0.70560 1.36048'/> |
5740 | <fieldValue name='textTranslation' value='-0.60058 0.70560 1.36048'/> |
5741 | <fieldValue name='textColor' value='0 0 0'/> |
5742 | </ProtoInstance> |
5743 | <ProtoInstance name='Vertex'> |
5744 | <fieldValue name='vertexText' value='"warning"'/> |
5745 | <fieldValue name='description' value='180: warning'/> |
5746 | <fieldValue name='url'/> |
5747 | <fieldValue name='radius' value='0.1500'/> |
5748 | <fieldValue name='displayMode'/> |
5749 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5750 | <fieldValue name='transparency' value='0'/> |
5751 | <fieldValue name='translation' value='0.41957 -2.42371 0.71066'/> |
5752 | <fieldValue name='textTranslation' value='0.56957 -2.42371 0.71066'/> |
5753 | <fieldValue name='textColor' value='0 0 0'/> |
5754 | </ProtoInstance> |
5755 | <ProtoInstance name='Vertex'> |
5756 | <fieldValue name='vertexText' value='"water"'/> |
5757 | <fieldValue name='description' value='181: water'/> |
5758 | <fieldValue name='url'/> |
5759 | <fieldValue name='radius' value='0.1500'/> |
5760 | <fieldValue name='displayMode'/> |
5761 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5762 | <fieldValue name='transparency' value='0'/> |
5763 | <fieldValue name='translation' value='0.89700 -0.65068 -0.20295'/> |
5764 | <fieldValue name='textTranslation' value='1.04700 -0.65068 -0.20295'/> |
5765 | <fieldValue name='textColor' value='0 0 0'/> |
5766 | </ProtoInstance> |
5767 | <ProtoInstance name='Vertex'> |
5768 | <fieldValue name='vertexText' value='"web"'/> |
5769 | <fieldValue name='description' value='182: web'/> |
5770 | <fieldValue name='url'/> |
5771 | <fieldValue name='radius' value='0.1500'/> |
5772 | <fieldValue name='displayMode'/> |
5773 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5774 | <fieldValue name='transparency' value='0'/> |
5775 | <fieldValue name='translation' value='1.86532 -2.63890 -0.77039'/> |
5776 | <fieldValue name='textTranslation' value='2.01532 -2.63890 -0.77039'/> |
5777 | <fieldValue name='textColor' value='0 0 0'/> |
5778 | </ProtoInstance> |
5779 | <ProtoInstance name='Vertex'> |
5780 | <fieldValue name='vertexText' value='"wing"'/> |
5781 | <fieldValue name='description' value='183: wing'/> |
5782 | <fieldValue name='url'/> |
5783 | <fieldValue name='radius' value='0.1500'/> |
5784 | <fieldValue name='displayMode'/> |
5785 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5786 | <fieldValue name='transparency' value='0'/> |
5787 | <fieldValue name='translation' value='-0.39380 0.30540 1.15334'/> |
5788 | <fieldValue name='textTranslation' value='-0.24380 0.30540 1.15334'/> |
5789 | <fieldValue name='textColor' value='0 0 0'/> |
5790 | </ProtoInstance> |
5791 | <ProtoInstance name='Vertex'> |
5792 | <fieldValue name='vertexText' value='"working"'/> |
5793 | <fieldValue name='description' value='184: working'/> |
5794 | <fieldValue name='url'/> |
5795 | <fieldValue name='radius' value='0.1500'/> |
5796 | <fieldValue name='displayMode'/> |
5797 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5798 | <fieldValue name='transparency' value='0'/> |
5799 | <fieldValue name='translation' value='0.43395 -1.24299 0.12572'/> |
5800 | <fieldValue name='textTranslation' value='0.58395 -1.24299 0.12572'/> |
5801 | <fieldValue name='textColor' value='0 0 0'/> |
5802 | </ProtoInstance> |
5803 | </Scene> |
5804 | </X3D> |
Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
line 53
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 64
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 75
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 86
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 97
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 108
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 119
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 130
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 141
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 152
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 163
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 174
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 185
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 196
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 207
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 218
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 229
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 240
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 251
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 262
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 273
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 284
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 295
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 306
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 317
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 328
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 339
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 350
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 361
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 372
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 383
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 394
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 405
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 416
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 427
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 438
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 449
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 460
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 471
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 482
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 493
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 504
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 515
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 526
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 537
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 548
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 559
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 570
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 581
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 592
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 603
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 614
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 625
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 636
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 647
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 658
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 669
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 680
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 691
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 702
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 713
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 724
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 735
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 746
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 757
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 768
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 779
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 790
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 801
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 812
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 823
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 834
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 845
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 856
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 867
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 878
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 889
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 900
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 911
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 922
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 933
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 944
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 955
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 966
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 977
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 988
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 999
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1010
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1021
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1032
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1043
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1054
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1065
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1076
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1087
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1098
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1109
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1120
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1131
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1142
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1153
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1164
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1175
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1186
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1197
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1208
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1219
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1230
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1241
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1252
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1263
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1274
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1285
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1296
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1307
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1318
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1329
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1340
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1351
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1362
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1373
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1384
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1395
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1406
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1417
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1428
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1439
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1450
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1461
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1472
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1483
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1494
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1505
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1516
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1527
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1538
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1549
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1560
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1571
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1582
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1593
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1604
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1615
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1626
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1637
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1648
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1659
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1670
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1681
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1692
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1703
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1714
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1725
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1736
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1747
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1758
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1769
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1780
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1791
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1802
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1813
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1824
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1835
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1846
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1857
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1868
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1879
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1890
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1901
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1912
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1923
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1934
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1945
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1956
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1967
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1978
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1989
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2000
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2011
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2022
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2033
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2044
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2055
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2066
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2077
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2088
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2099
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2110
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2121
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2132
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2143
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2154
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2165
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2176
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2187
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2198
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2209
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2220
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2231
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2242
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2253
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2264
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2275
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2286
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2297
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2308
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2319
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2330
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2341
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2352
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2363
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2374
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2385
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2396
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2407
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2418
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2429
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2440
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2451
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2462
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2473
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2484
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2495
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2506
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2517
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2528
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2539
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2550
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2561
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2572
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2583
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2594
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2605
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2616
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2627
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2638
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2649
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2660
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2671
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2682
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2693
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2704
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2715
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2726
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2737
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2748
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2759
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2770
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2781
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2792
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2803
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2814
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2825
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2836
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2847
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2858
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2869
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2880
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2891
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2902
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2913
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2924
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2935
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2946
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2957
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2968
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2979
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2990
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3001
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3012
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3023
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3034
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3045
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3056
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3067
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3078
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3089
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3100
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3111
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3122
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3133
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3144
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3155
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3166
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3177
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3188
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3199
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3210
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3221
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3232
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3243
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3254
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3265
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3276
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3287
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3298
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3309
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3320
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3331
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3342
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3353
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3364
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3375
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3386
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3397
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3408
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3419
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3430
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3441
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3452
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3463
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3474
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3485
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3496
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3507
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3518
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3529
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3540
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3551
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3562
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3573
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3584
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3595
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3607
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3619
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3631
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3643
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3655
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3667
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3679
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3691
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3703
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3715
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3727
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3739
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3751
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3763
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3775
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3787
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3799
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3811
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3823
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3835
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3847
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3859
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3871
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3883
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3895
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3907
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3919
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3931
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3943
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3955
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3967
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3979
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3991
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4003
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4015
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4027
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4039
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4051
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4063
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4075
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4087
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4099
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4111
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4123
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4135
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4147
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4159
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4171
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4183
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4195
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4207
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4219
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4231
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4243
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4255
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4267
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4279
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4291
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4303
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4315
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4327
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4339
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4351
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4363
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4375
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4387
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4399
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4411
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4423
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4435
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4447
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4459
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4471
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4483
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4495
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4507
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4519
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4531
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4543
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4555
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4567
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4579
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4591
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4603
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4615
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4627
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4639
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4651
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4663
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4675
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4687
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4699
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4711
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4723
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4735
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4747
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4759
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4771
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4783
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4795
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4807
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4819
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4831
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4843
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4855
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4867
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4879
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4891
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4903
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4915
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4927
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4939
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4951
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4963
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4975
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4987
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4999
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5011
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5023
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5035
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5047
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5059
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5071
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5083
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5095
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5107
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5119
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5131
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5143
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5155
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5167
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5179
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5191
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5203
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5215
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5227
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5239
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5251
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5263
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5275
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5287
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5299
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5311
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5323
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5335
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5347
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5359
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5371
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5383
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5395
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5407
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5419
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5431
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5443
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5455
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5467
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5479
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5491
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5503
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5515
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5527
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5539
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5551
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5563
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5575
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5587
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5599
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5611
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5623
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5635
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5647
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5659
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5671
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5683
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5695
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5707
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5719
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5731
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5743
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5755
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5767
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5779
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5791
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
<!--
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.
-->