1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <meta name='title' content=' PajekVisualizationExamples.x3d '/> |
6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
8 | <meta name='created' content='17 May 2011'/> |
9 | <meta name='modified' content='25 September 2023'/> |
10 | <meta name='reference' content='http://pajek.imfm.si'/> |
11 | <meta name='subject' content='network visualization'/> |
12 | <meta name=' warning ' content=' under development '/> |
13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='0.66721'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.23842 -0.28392 -2.58715'/> |
56 | <fieldValue name='coneTranslation' value='-0.12640 -0.41303 -2.61750'/> |
57 | <fieldValue name='rotation' value='-11.66597 0 -43.05237 2.40937'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='0.77781'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.70478 0.25852 -2.48933'/> |
67 | <fieldValue name='coneTranslation' value='-0.85257 0.43177 -2.46609'/> |
68 | <fieldValue name='rotation' value='7.89658 -0.00000 50.21962 0.71232'/> |
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.35010'/> |
77 | <fieldValue name='cylinderTranslation' value='-0.61239 -0.06631 -2.59608'/> |
78 | <fieldValue name='coneTranslation' value='-0.62604 -0.06893 -2.60186'/> |
79 | <fieldValue name='rotation' value='-13.45212 0 31.74247 1.74586'/> |
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.33019'/> |
88 | <fieldValue name='cylinderTranslation' value='-0.39103 0.06907 -2.63986'/> |
89 | <fieldValue name='coneTranslation' value='-0.38910 0.07230 -2.64329'/> |
90 | <fieldValue name='rotation' value='-22.20892 0 -12.52986 0.88240'/> |
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.83861'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.85311 0.06673 -2.45299'/> |
100 | <fieldValue name='coneTranslation' value='-1.10013 0.13015 -2.40610'/> |
101 | <fieldValue name='rotation' value='15.16529 -0.00000 79.88717 1.32371'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='0.35386'/> |
110 | <fieldValue name='cylinderTranslation' value='-0.54300 -0.15242 -2.62746'/> |
111 | <fieldValue name='coneTranslation' value='-0.55155 -0.16358 -2.63690'/> |
112 | <fieldValue name='rotation' value='-19.72874 0 17.86441 2.29031'/> |
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.65542'/> |
121 | <fieldValue name='cylinderTranslation' value='-0.19102 0.13640 -2.62233'/> |
122 | <fieldValue name='coneTranslation' value='-0.05660 0.22454 -2.67019'/> |
123 | <fieldValue name='rotation' value='-18.70263 0 -52.53175 1.01746'/> |
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.30668'/> |
132 | <fieldValue name='cylinderTranslation' value='-0.36003 0.00883 -2.64173'/> |
133 | <fieldValue name='coneTranslation' value='-0.36410 0.00689 -2.63683'/> |
134 | <fieldValue name='rotation' value='-22.58309 0 -18.72885 1.27533'/> |
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.84242'/> |
143 | <fieldValue name='cylinderTranslation' value='-0.78474 0.21296 -2.45186'/> |
144 | <fieldValue name='coneTranslation' value='-0.99005 0.36724 -2.40413'/> |
145 | <fieldValue name='rotation' value='15.39200 -0.00000 66.21298 0.93895'/> |
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.43421'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.59611 0.12765 -2.54000'/> |
155 | <fieldValue name='coneTranslation' value='-0.63357 0.17064 -2.54294'/> |
156 | <fieldValue name='rotation' value='-2.23719 0 28.48628 0.71826'/> |
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.28578'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.31812 -0.08099 -2.53003'/> |
166 | <fieldValue name='coneTranslation' value='-0.33436 -0.07558 -2.52989'/> |
167 | <fieldValue name='rotation' value='-0.24294 0 -27.11081 1.89246'/> |
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.43654'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.64751 -0.12994 -2.56365'/> |
177 | <fieldValue name='coneTranslation' value='-0.69925 -0.15507 -2.57294'/> |
178 | <fieldValue name='rotation' value='-6.96578 0 38.76540 2.01664'/> |
179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
180 | <fieldValue name='ballRadius' value='0.02'/> |
181 | <fieldValue name='traceEnabled' value='false'/> |
182 | <fieldValue name='displayMode'/> |
183 | <fieldValue name='transparency' value='0'/> |
184 | </ProtoInstance> |
185 | <ProtoInstance name='Arc'> |
186 | <fieldValue name='cylinderHeight' value='0.34221'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.40824 0.09446 -2.63000'/> |
188 | <fieldValue name='coneTranslation' value='-0.40529 0.10292 -2.63657'/> |
189 | <fieldValue name='rotation' value='-20.23713 0 -9.08874 0.70531'/> |
190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
191 | <fieldValue name='ballRadius' value='0.02'/> |
192 | <fieldValue name='traceEnabled' value='false'/> |
193 | <fieldValue name='displayMode'/> |
194 | <fieldValue name='transparency' value='0'/> |
195 | </ProtoInstance> |
196 | <ProtoInstance name='Arc'> |
197 | <fieldValue name='cylinderHeight' value='0.85110'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.51100 0.38439 -2.49374'/> |
199 | <fieldValue name='coneTranslation' value='-0.54678 0.64660 -2.47185'/> |
200 | <fieldValue name='rotation' value='7.01533 -0.00000 11.46520 0.15859'/> |
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.35291'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.50124 0.11837 -2.60022'/> |
210 | <fieldValue name='coneTranslation' value='-0.50568 0.13275 -2.60688'/> |
211 | <fieldValue name='rotation' value='-14.28084 0 9.51235 0.50776'/> |
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.78807'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.34203 0.34115 -2.55509'/> |
221 | <fieldValue name='coneTranslation' value='-0.27572 0.56505 -2.57069'/> |
222 | <fieldValue name='rotation' value='-5.25414 0 -22.32940 0.29536'/> |
223 | <fieldValue name='diffuseColor' value='0 0 0'/> |
224 | <fieldValue name='ballRadius' value='0.02'/> |
225 | <fieldValue name='traceEnabled' value='false'/> |
226 | <fieldValue name='displayMode'/> |
227 | <fieldValue name='transparency' value='0'/> |
228 | </ProtoInstance> |
229 | <ProtoInstance name='Arc'> |
230 | <fieldValue name='cylinderHeight' value='0.35386'/> |
231 | <fieldValue name='cylinderTranslation' value='-0.54300 -0.15242 -2.62746'/> |
232 | <fieldValue name='coneTranslation' value='-0.55155 -0.16358 -2.63690'/> |
233 | <fieldValue name='rotation' value='-19.72874 0 17.86441 2.29031'/> |
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.84040'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.86634 -0.08540 -2.46700'/> |
243 | <fieldValue name='coneTranslation' value='-1.12187 -0.11610 -2.42872'/> |
244 | <fieldValue name='rotation' value='12.36295 -0.00000 82.53207 1.68906'/> |
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.85110'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.51100 0.38439 -2.49374'/> |
254 | <fieldValue name='coneTranslation' value='-0.54678 0.64660 -2.47185'/> |
255 | <fieldValue name='rotation' value='7.01531 -0.00000 11.46517 0.15859'/> |
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.77848'/> |
264 | <fieldValue name='cylinderTranslation' value='-0.79888 -0.21552 -2.52181'/> |
265 | <fieldValue name='coneTranslation' value='-1.00219 -0.32136 -2.51768'/> |
266 | <fieldValue name='rotation' value='1.40165 -0.00000 69.04106 2.05068'/> |
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.44592'/> |
275 | <fieldValue name='cylinderTranslation' value='-0.40113 0.17526 -2.57774'/> |
276 | <fieldValue name='coneTranslation' value='-0.38629 0.23487 -2.59155'/> |
277 | <fieldValue name='rotation' value='-9.78456 0 -10.50956 0.32785'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='1.05844'/> |
286 | <fieldValue name='cylinderTranslation' value='-0.08704 -0.36714 -2.33940'/> |
287 | <fieldValue name='coneTranslation' value='0.16876 -0.59829 -2.20725'/> |
288 | <fieldValue name='rotation' value='37.88373 0 -73.32819 2.24727'/> |
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.36719'/> |
297 | <fieldValue name='cylinderTranslation' value='-0.61694 -0.09332 -2.59003'/> |
298 | <fieldValue name='coneTranslation' value='-0.63792 -0.10071 -2.59789'/> |
299 | <fieldValue name='rotation' value='-12.24210 0 32.65154 1.88937'/> |
300 | <fieldValue name='diffuseColor' value='0 0 0'/> |
301 | <fieldValue name='ballRadius' value='0.02'/> |
302 | <fieldValue name='traceEnabled' value='false'/> |
303 | <fieldValue name='displayMode'/> |
304 | <fieldValue name='transparency' value='0'/> |
305 | </ProtoInstance> |
306 | <ProtoInstance name='Arc'> |
307 | <fieldValue name='cylinderHeight' value='0.34589'/> |
308 | <fieldValue name='cylinderTranslation' value='-0.61227 -0.05019 -2.59628'/> |
309 | <fieldValue name='coneTranslation' value='-0.62414 -0.05126 -2.60133'/> |
310 | <fieldValue name='rotation' value='-13.49261 0 31.71895 1.65396'/> |
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.76716'/> |
319 | <fieldValue name='cylinderTranslation' value='2.38831 -0.69325 0.55661'/> |
320 | <fieldValue name='coneTranslation' value='2.53904 -0.60667 0.69723'/> |
321 | <fieldValue name='rotation' value='48.25109 0 -51.71662 1.17316'/> |
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.91986'/> |
330 | <fieldValue name='cylinderTranslation' value='2.31769 -0.44536 0.17733'/> |
331 | <fieldValue name='coneTranslation' value='2.44026 -0.18683 0.08731'/> |
332 | <fieldValue name='rotation' value='-27.60608 0 -37.59141 0.53173'/> |
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.45528'/> |
341 | <fieldValue name='cylinderTranslation' value='2.30567 -0.71516 0.38487'/> |
342 | <fieldValue name='coneTranslation' value='2.35794 -0.67753 0.40553'/> |
343 | <fieldValue name='rotation' value='13.90292 0 -35.18700 0.98091'/> |
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.76470'/> |
352 | <fieldValue name='cylinderTranslation' value='1.93051 -1.00419 0.03229'/> |
353 | <fieldValue name='coneTranslation' value='1.81466 -1.09864 -0.13232'/> |
354 | <fieldValue name='rotation' value='-56.61344 0 39.84401 2.00950'/> |
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.40395'/> |
363 | <fieldValue name='cylinderTranslation' value='2.31605 -0.90080 0.36633'/> |
364 | <fieldValue name='coneTranslation' value='2.35477 -0.91306 0.37692'/> |
365 | <fieldValue name='rotation' value='10.19464 0 -37.26291 1.86730'/> |
366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
367 | <fieldValue name='ballRadius' value='0.02'/> |
368 | <fieldValue name='traceEnabled' value='false'/> |
369 | <fieldValue name='displayMode'/> |
370 | <fieldValue name='transparency' value='0'/> |
371 | </ProtoInstance> |
372 | <ProtoInstance name='Arc'> |
373 | <fieldValue name='cylinderHeight' value='0.42051'/> |
374 | <fieldValue name='cylinderTranslation' value='2.33504 -0.86241 0.27501'/> |
375 | <fieldValue name='coneTranslation' value='2.38411 -0.86735 0.26536'/> |
376 | <fieldValue name='rotation' value='-8.07018 0 -41.06214 1.66907'/> |
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.42047'/> |
385 | <fieldValue name='cylinderTranslation' value='2.33406 -0.83415 0.26649'/> |
386 | <fieldValue name='coneTranslation' value='2.38289 -0.83232 0.25481'/> |
387 | <fieldValue name='rotation' value='-9.77368 0 -40.86625 1.53445'/> |
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='1.59805'/> |
396 | <fieldValue name='cylinderTranslation' value='1.64748 -1.32602 0.72935'/> |
397 | <fieldValue name='coneTranslation' value='1.26180 -1.71330 1.06045'/> |
398 | <fieldValue name='rotation' value='82.79881 -0.00000 96.45011 2.22186'/> |
399 | <fieldValue name='diffuseColor' value='0 0 0'/> |
400 | <fieldValue name='ballRadius' value='0.02'/> |
401 | <fieldValue name='traceEnabled' value='false'/> |
402 | <fieldValue name='displayMode'/> |
403 | <fieldValue name='transparency' value='0'/> |
404 | </ProtoInstance> |
405 | <ProtoInstance name='Arc'> |
406 | <fieldValue name='cylinderHeight' value='1.18495'/> |
407 | <fieldValue name='cylinderTranslation' value='1.63842 -0.89156 0.64272'/> |
408 | <fieldValue name='coneTranslation' value='1.27980 -0.92789 0.88167'/> |
409 | <fieldValue name='rotation' value='65.47201 -0.00000 98.26147 1.65491'/> |
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.77216'/> |
418 | <fieldValue name='cylinderTranslation' value='2.38446 -0.57734 0.43468'/> |
419 | <fieldValue name='coneTranslation' value='2.53362 -0.42249 0.50456'/> |
420 | <fieldValue name='rotation' value='23.86538 0 -50.94594 0.81626'/> |
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.71501'/> |
429 | <fieldValue name='cylinderTranslation' value='2.43666 -0.74538 0.15944'/> |
430 | <fieldValue name='coneTranslation' value='2.60622 -0.69212 0.07330'/> |
431 | <fieldValue name='rotation' value='-31.18429 0 -61.38575 1.29776'/> |
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.91160'/> |
440 | <fieldValue name='cylinderTranslation' value='2.31697 -0.42623 0.31256'/> |
441 | <fieldValue name='coneTranslation' value='2.43848 -0.15655 0.31074'/> |
442 | <fieldValue name='rotation' value='-0.56033 0 -37.44712 0.42337'/> |
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.60918'/> |
451 | <fieldValue name='cylinderTranslation' value='1.93598 -1.03807 0.44462'/> |
452 | <fieldValue name='coneTranslation' value='1.84401 -1.13125 0.50599'/> |
453 | <fieldValue name='rotation' value='25.85338 -0.00000 38.74933 2.27107'/> |
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.86666'/> |
462 | <fieldValue name='cylinderTranslation' value='2.39411 -0.58492 0.08754'/> |
463 | <fieldValue name='coneTranslation' value='2.56087 -0.42290 -0.05616'/> |
464 | <fieldValue name='rotation' value='-45.56304 0 -52.87589 0.93631'/> |
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.27306'/> |
473 | <fieldValue name='cylinderTranslation' value='2.14013 -0.96664 0.26111'/> |
474 | <fieldValue name='coneTranslation' value='2.13834 -0.94518 0.27043'/> |
475 | <fieldValue name='rotation' value='-10.85021 0 -2.08008 2.72507'/> |
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.91160'/> |
484 | <fieldValue name='cylinderTranslation' value='2.31697 -0.42623 0.31256'/> |
485 | <fieldValue name='coneTranslation' value='2.43848 -0.15655 0.31074'/> |
486 | <fieldValue name='rotation' value='-0.56029 0 -37.44722 0.42337'/> |
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.76715'/> |
495 | <fieldValue name='cylinderTranslation' value='2.38832 -0.69328 0.55661'/> |
496 | <fieldValue name='coneTranslation' value='2.53905 -0.60672 0.69724'/> |
497 | <fieldValue name='rotation' value='48.25145 0 -51.71838 1.17324'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='0.86667'/> |
506 | <fieldValue name='cylinderTranslation' value='2.39410 -0.58491 0.08753'/> |
507 | <fieldValue name='coneTranslation' value='2.56086 -0.42289 -0.05617'/> |
508 | <fieldValue name='rotation' value='-45.56474 0 -52.87398 0.93629'/> |
509 | <fieldValue name='diffuseColor' value='0 0 0'/> |
510 | <fieldValue name='ballRadius' value='0.02'/> |
511 | <fieldValue name='traceEnabled' value='false'/> |
512 | <fieldValue name='displayMode'/> |
513 | <fieldValue name='transparency' value='0'/> |
514 | </ProtoInstance> |
515 | <ProtoInstance name='Arc'> |
516 | <fieldValue name='cylinderHeight' value='0.68761'/> |
517 | <fieldValue name='cylinderTranslation' value='2.44256 -0.83686 0.17282'/> |
518 | <fieldValue name='coneTranslation' value='2.60981 -0.83423 0.09662'/> |
519 | <fieldValue name='rotation' value='-28.50681 0 -62.56602 1.55648'/> |
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.70277'/> |
528 | <fieldValue name='cylinderTranslation' value='2.01322 -0.80851 0.64519'/> |
529 | <fieldValue name='coneTranslation' value='1.94977 -0.79038 0.82483'/> |
530 | <fieldValue name='rotation' value='65.96636 -0.00000 23.30148 1.47595'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='0.69616'/> |
539 | <fieldValue name='cylinderTranslation' value='2.24012 -0.94702 0.00246'/> |
540 | <fieldValue name='coneTranslation' value='2.29976 -1.00388 -0.16660'/> |
541 | <fieldValue name='rotation' value='-62.57851 0 -22.07722 1.87792'/> |
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.77227'/> |
550 | <fieldValue name='cylinderTranslation' value='2.38433 -0.57710 0.43461'/> |
551 | <fieldValue name='coneTranslation' value='2.53343 -0.42210 0.50445'/> |
552 | <fieldValue name='rotation' value='23.85099 0 -50.91991 0.81555'/> |
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.91471'/> |
561 | <fieldValue name='cylinderTranslation' value='2.32547 -0.47855 0.11809'/> |
562 | <fieldValue name='coneTranslation' value='2.45273 -0.24238 -0.01017'/> |
563 | <fieldValue name='rotation' value='-39.45433 0 -39.14775 0.65308'/> |
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.23903'/> |
572 | <fieldValue name='cylinderTranslation' value='0.01083 0.50985 2.55705'/> |
573 | <fieldValue name='coneTranslation' value='0.02490 0.48360 2.52963'/> |
574 | <fieldValue name='rotation' value='16.19298 -0.00000 8.30951 0.86550'/> |
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.26959'/> |
583 | <fieldValue name='cylinderTranslation' value='-0.01463 0.53829 2.52569'/> |
584 | <fieldValue name='coneTranslation' value='-0.00210 0.51848 2.51641'/> |
585 | <fieldValue name='rotation' value='9.91962 -0.00000 13.40035 0.66676'/> |
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.24592'/> |
594 | <fieldValue name='cylinderTranslation' value='0.01199 0.52867 2.54100'/> |
595 | <fieldValue name='coneTranslation' value='0.02415 0.49966 2.52144'/> |
596 | <fieldValue name='rotation' value='12.98149 -0.00000 8.07806 0.67095'/> |
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.75440'/> |
605 | <fieldValue name='cylinderTranslation' value='-0.11714 0.76902 2.49061'/> |
606 | <fieldValue name='coneTranslation' value='-0.21475 0.96287 2.49897'/> |
607 | <fieldValue name='rotation' value='2.90364 -0.00000 33.90330 0.46794'/> |
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.79670'/> |
616 | <fieldValue name='cylinderTranslation' value='-0.33189 0.44815 2.57988'/> |
617 | <fieldValue name='coneTranslation' value='-0.56181 0.45759 2.64198'/> |
618 | <fieldValue name='rotation' value='20.75819 -0.00000 76.85297 1.53117'/> |
619 | <fieldValue name='diffuseColor' value='0 0 0'/> |
620 | <fieldValue name='ballRadius' value='0.02'/> |
621 | <fieldValue name='traceEnabled' value='false'/> |
622 | <fieldValue name='displayMode'/> |
623 | <fieldValue name='transparency' value='0'/> |
624 | </ProtoInstance> |
625 | <ProtoInstance name='Arc'> |
626 | <fieldValue name='cylinderHeight' value='0.81676'/> |
627 | <fieldValue name='cylinderTranslation' value='0.00423 0.83756 2.45951'/> |
628 | <fieldValue name='coneTranslation' value='-0.02506 1.08400 2.44942'/> |
629 | <fieldValue name='rotation' value='-3.31662 0 9.62970 0.12502'/> |
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.47782'/> |
638 | <fieldValue name='cylinderTranslation' value='-0.16326 0.44975 2.57746'/> |
639 | <fieldValue name='coneTranslation' value='-0.23448 0.45549 2.61094'/> |
640 | <fieldValue name='rotation' value='20.27406 -0.00000 43.12729 1.49797'/> |
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.46042'/> |
649 | <fieldValue name='cylinderTranslation' value='-0.09126 0.60604 2.52302'/> |
650 | <fieldValue name='coneTranslation' value='-0.13507 0.65901 2.53734'/> |
651 | <fieldValue name='rotation' value='9.38672 -0.00000 28.72720 0.71604'/> |
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.59672'/> |
660 | <fieldValue name='cylinderTranslation' value='0.26373 0.24805 2.37424'/> |
661 | <fieldValue name='coneTranslation' value='0.36174 0.16257 2.32701'/> |
662 | <fieldValue name='rotation' value='-20.36989 0 -42.27065 2.23672'/> |
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.80169'/> |
671 | <fieldValue name='cylinderTranslation' value='0.28182 0.13620 2.33355'/> |
672 | <fieldValue name='coneTranslation' value='0.41968 -0.04174 2.24791'/> |
673 | <fieldValue name='rotation' value='-28.50733 0 -45.88935 2.40216'/> |
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.58650'/> |
682 | <fieldValue name='cylinderTranslation' value='0.02782 0.17547 2.61537'/> |
683 | <fieldValue name='coneTranslation' value='0.01666 0.05874 2.67866'/> |
684 | <fieldValue name='rotation' value='27.85580 -0.00000 4.91086 2.63835'/> |
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.27895'/> |
693 | <fieldValue name='cylinderTranslation' value='0.14564 0.49239 2.56066'/> |
694 | <fieldValue name='coneTranslation' value='0.13191 0.48356 2.54821'/> |
695 | <fieldValue name='rotation' value='16.91353 0 -18.65311 1.12592'/> |
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.47479'/> |
704 | <fieldValue name='cylinderTranslation' value='-0.16172 0.49464 2.55758'/> |
705 | <fieldValue name='coneTranslation' value='-0.23153 0.51494 2.58415'/> |
706 | <fieldValue name='rotation' value='16.29782 -0.00000 42.82011 1.30539'/> |
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.20762'/> |
715 | <fieldValue name='cylinderTranslation' value='0.06936 0.36229 2.55077'/> |
716 | <fieldValue name='coneTranslation' value='0.06017 0.40022 2.51035'/> |
717 | <fieldValue name='rotation' value='14.93585 0 -3.39742 2.31184'/> |
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.80739'/> |
726 | <fieldValue name='cylinderTranslation' value='-0.21890 0.73124 2.48377'/> |
727 | <fieldValue name='coneTranslation' value='-0.38265 0.91165 2.48841'/> |
728 | <fieldValue name='rotation' value='1.53627 -0.00000 54.25444 0.73724'/> |
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.37558'/> |
737 | <fieldValue name='cylinderTranslation' value='0.03789 0.57365 2.59895'/> |
738 | <fieldValue name='coneTranslation' value='0.03575 0.59456 2.61714'/> |
739 | <fieldValue name='rotation' value='24.57270 -0.00000 2.89733 0.71921'/> |
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.47072'/> |
748 | <fieldValue name='cylinderTranslation' value='0.01884 0.66236 2.51318'/> |
749 | <fieldValue name='coneTranslation' value='0.00811 0.73599 2.52505'/> |
750 | <fieldValue name='rotation' value='7.41758 -0.00000 6.70646 0.21407'/> |
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.80025'/> |
759 | <fieldValue name='cylinderTranslation' value='-0.32651 0.54177 2.54371'/> |
760 | <fieldValue name='coneTranslation' value='-0.55389 0.60743 2.58430'/> |
761 | <fieldValue name='rotation' value='13.52496 -0.00000 75.77762 1.29384'/> |
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.58540'/> |
770 | <fieldValue name='cylinderTranslation' value='0.25344 0.25297 2.36180'/> |
771 | <fieldValue name='coneTranslation' value='0.34459 0.17163 2.30998'/> |
772 | <fieldValue name='rotation' value='-22.85845 0 -40.21265 2.23055'/> |
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.31017'/> |
781 | <fieldValue name='cylinderTranslation' value='0.17464 0.51293 2.52719'/> |
782 | <fieldValue name='coneTranslation' value='0.17077 0.51038 2.52557'/> |
783 | <fieldValue name='rotation' value='10.22109 0 -24.45304 1.02455'/> |
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.51786'/> |
792 | <fieldValue name='cylinderTranslation' value='-0.04913 2.69223 -0.39132'/> |
793 | <fieldValue name='coneTranslation' value='-0.13055 2.68578 -0.44714'/> |
794 | <fieldValue name='rotation' value='-29.22025 0 42.62106 1.63612'/> |
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.25370'/> |
803 | <fieldValue name='cylinderTranslation' value='0.07231 2.73044 -0.16017'/> |
804 | <fieldValue name='coneTranslation' value='0.09627 2.72488 -0.18239'/> |
805 | <fieldValue name='rotation' value='17.00978 -0.00000 18.33400 1.40202'/> |
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.44658'/> |
814 | <fieldValue name='cylinderTranslation' value='0.18295 2.72758 -0.02350'/> |
815 | <fieldValue name='coneTranslation' value='0.18832 2.73281 0.03935'/> |
816 | <fieldValue name='rotation' value='44.34375 0 -3.79343 1.48810'/> |
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.55037'/> |
825 | <fieldValue name='cylinderTranslation' value='-0.03044 2.72618 -0.05121'/> |
826 | <fieldValue name='coneTranslation' value='-0.11182 2.73331 0.03000'/> |
827 | <fieldValue name='rotation' value='38.80163 -0.00000 38.88335 1.50883'/> |
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.04719'/> |
836 | <fieldValue name='cylinderTranslation' value='0.16847 2.71676 -0.22335'/> |
837 | <fieldValue name='coneTranslation' value='0.14253 2.67266 -0.34980'/> |
838 | <fieldValue name='rotation' value='4.37414 0 -0.89722 1.24160'/> |
839 | <fieldValue name='diffuseColor' value='0 0 0'/> |
840 | <fieldValue name='ballRadius' value='0.02'/> |
841 | <fieldValue name='traceEnabled' value='false'/> |
842 | <fieldValue name='displayMode'/> |
843 | <fieldValue name='transparency' value='0'/> |
844 | </ProtoInstance> |
845 | <ProtoInstance name='Arc'> |
846 | <fieldValue name='cylinderHeight' value='0.59455'/> |
847 | <fieldValue name='cylinderTranslation' value='0.44506 2.67866 -0.15334'/> |
848 | <fieldValue name='coneTranslation' value='0.57485 2.66459 -0.11091'/> |
849 | <fieldValue name='rotation' value='18.37537 0 -56.21506 1.67349'/> |
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.59928'/> |
858 | <fieldValue name='cylinderTranslation' value='0.40185 2.65059 -0.41778'/> |
859 | <fieldValue name='coneTranslation' value='0.51270 2.62330 -0.49819'/> |
860 | <fieldValue name='rotation' value='-34.51160 0 -47.57365 1.76746'/> |
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.15440'/> |
869 | <fieldValue name='cylinderTranslation' value='0.10557 2.73000 -0.19925'/> |
870 | <fieldValue name='coneTranslation' value='0.16821 2.70762 -0.24855'/> |
871 | <fieldValue name='rotation' value='9.19315 -0.00000 11.68219 1.29710'/> |
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.59928'/> |
880 | <fieldValue name='cylinderTranslation' value='0.40185 2.65059 -0.41778'/> |
881 | <fieldValue name='coneTranslation' value='0.51270 2.62330 -0.49819'/> |
882 | <fieldValue name='rotation' value='-34.51173 0 -47.57355 1.76746'/> |
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.59123'/> |
891 | <fieldValue name='cylinderTranslation' value='0.14214 2.65588 -0.53518'/> |
892 | <fieldValue name='coneTranslation' value='0.13212 2.63145 -0.66820'/> |
893 | <fieldValue name='rotation' value='-57.99180 0 4.36790 1.75193'/> |
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.43947'/> |
902 | <fieldValue name='cylinderTranslation' value='0.23847 2.72312 -0.03897'/> |
903 | <fieldValue name='coneTranslation' value='0.25872 2.72692 0.01710'/> |
904 | <fieldValue name='rotation' value='41.24966 0 -14.89785 1.50712'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='0.59455'/> |
913 | <fieldValue name='cylinderTranslation' value='0.44506 2.67866 -0.15334'/> |
914 | <fieldValue name='coneTranslation' value='0.57485 2.66459 -0.11092'/> |
915 | <fieldValue name='rotation' value='18.37462 0 -56.21529 1.67349'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='0.20766'/> |
924 | <fieldValue name='cylinderTranslation' value='0.08339 2.71472 -0.31044'/> |
925 | <fieldValue name='coneTranslation' value='0.12699 2.71170 -0.27516'/> |
926 | <fieldValue name='rotation' value='-13.04533 0 16.11764 1.51699'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='0.59123'/> |
935 | <fieldValue name='cylinderTranslation' value='0.14214 2.65588 -0.53518'/> |
936 | <fieldValue name='coneTranslation' value='0.13212 2.63145 -0.66820'/> |
937 | <fieldValue name='rotation' value='-57.99177 0 4.36837 1.75193'/> |
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.61834'/> |
946 | <fieldValue name='cylinderTranslation' value='-0.14373 2.70368 -0.21575'/> |
947 | <fieldValue name='coneTranslation' value='-0.29220 2.70105 -0.20153'/> |
948 | <fieldValue name='rotation' value='5.89399 -0.00000 61.54247 1.58845'/> |
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.27951'/> |
957 | <fieldValue name='cylinderTranslation' value='-2.57938 0.98225 0.25549'/> |
958 | <fieldValue name='coneTranslation' value='-2.57137 0.99353 0.27027'/> |
959 | <fieldValue name='rotation' value='-20.41416 0 11.04937 2.16162'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='0.62554'/> |
968 | <fieldValue name='cylinderTranslation' value='-2.37472 1.28933 0.50906'/> |
969 | <fieldValue name='coneTranslation' value='-2.30175 1.40130 0.58306'/> |
970 | <fieldValue name='rotation' value='30.30136 0 -29.88110 0.74820'/> |
971 | <fieldValue name='diffuseColor' value='0 0 0'/> |
972 | <fieldValue name='ballRadius' value='0.02'/> |
973 | <fieldValue name='traceEnabled' value='false'/> |
974 | <fieldValue name='displayMode'/> |
975 | <fieldValue name='transparency' value='0'/> |
976 | </ProtoInstance> |
977 | <ProtoInstance name='Arc'> |
978 | <fieldValue name='cylinderHeight' value='0.30677'/> |
979 | <fieldValue name='cylinderTranslation' value='-2.52648 1.03341 0.50858'/> |
980 | <fieldValue name='coneTranslation' value='-2.52638 1.03456 0.50207'/> |
981 | <fieldValue name='rotation' value='30.20537 -0.00000 0.46938 1.74573'/> |
982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
983 | <fieldValue name='ballRadius' value='0.02'/> |
984 | <fieldValue name='traceEnabled' value='false'/> |
985 | <fieldValue name='displayMode'/> |
986 | <fieldValue name='transparency' value='0'/> |
987 | </ProtoInstance> |
988 | <ProtoInstance name='Arc'> |
989 | <fieldValue name='cylinderHeight' value='0.14926'/> |
990 | <fieldValue name='cylinderTranslation' value='-2.51293 1.12482 0.32212'/> |
991 | <fieldValue name='coneTranslation' value='-2.52574 1.05079 0.36266'/> |
992 | <fieldValue name='rotation' value='-7.08689 0 -2.24015 0.52124'/> |
993 | <fieldValue name='diffuseColor' value='0 0 0'/> |
994 | <fieldValue name='ballRadius' value='0.02'/> |
995 | <fieldValue name='traceEnabled' value='false'/> |
996 | <fieldValue name='displayMode'/> |
997 | <fieldValue name='transparency' value='0'/> |
998 | </ProtoInstance> |
999 | <ProtoInstance name='Arc'> |
1000 | <fieldValue name='cylinderHeight' value='0.62424'/> |
1001 | <fieldValue name='cylinderTranslation' value='-2.49210 1.13942 0.05739'/> |
1002 | <fieldValue name='coneTranslation' value='-2.47649 1.17807 -0.08891'/> |
1003 | <fieldValue name='rotation' value='-60.03384 0 -6.40646 1.31386'/> |
1004 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1005 | <fieldValue name='ballRadius' value='0.02'/> |
1006 | <fieldValue name='traceEnabled' value='false'/> |
1007 | <fieldValue name='displayMode'/> |
1008 | <fieldValue name='transparency' value='0'/> |
1009 | </ProtoInstance> |
1010 | <ProtoInstance name='Arc'> |
1011 | <fieldValue name='cylinderHeight' value='0.26165'/> |
1012 | <fieldValue name='cylinderTranslation' value='-2.48224 1.17620 0.31419'/> |
1013 | <fieldValue name='coneTranslation' value='-2.49158 1.15031 0.32386'/> |
1014 | <fieldValue name='rotation' value='-8.67336 0 -8.37808 0.47899'/> |
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.56448'/> |
1023 | <fieldValue name='cylinderTranslation' value='-2.40488 1.29829 0.26425'/> |
1024 | <fieldValue name='coneTranslation' value='-2.35323 1.40144 0.22384'/> |
1025 | <fieldValue name='rotation' value='-18.66121 0 -23.85052 0.56627'/> |
1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1027 | <fieldValue name='ballRadius' value='0.02'/> |
1028 | <fieldValue name='traceEnabled' value='false'/> |
1029 | <fieldValue name='displayMode'/> |
1030 | <fieldValue name='transparency' value='0'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='Arc'> |
1033 | <fieldValue name='cylinderHeight' value='0.55095'/> |
1034 | <fieldValue name='cylinderTranslation' value='-2.49007 1.04456 0.63047'/> |
1035 | <fieldValue name='coneTranslation' value='-2.47579 1.03805 0.74488'/> |
1036 | <fieldValue name='rotation' value='54.58350 0 -6.81277 1.62724'/> |
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.62129'/> |
1045 | <fieldValue name='cylinderTranslation' value='-2.63976 0.77188 0.34999'/> |
1046 | <fieldValue name='coneTranslation' value='-2.69584 0.63210 0.34633'/> |
1047 | <fieldValue name='rotation' value='-1.51265 0 23.12611 2.75933'/> |
1048 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1049 | <fieldValue name='ballRadius' value='0.02'/> |
1050 | <fieldValue name='traceEnabled' value='false'/> |
1051 | <fieldValue name='displayMode'/> |
1052 | <fieldValue name='transparency' value='0'/> |
1053 | </ProtoInstance> |
1054 | <ProtoInstance name='Arc'> |
1055 | <fieldValue name='cylinderHeight' value='0.10570'/> |
1056 | <fieldValue name='cylinderTranslation' value='-2.52886 1.09559 0.31868'/> |
1057 | <fieldValue name='coneTranslation' value='-2.51927 1.02364 0.39750'/> |
1058 | <fieldValue name='rotation' value='-7.77527 0 0.94640 0.83464'/> |
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.55829'/> |
1067 | <fieldValue name='cylinderTranslation' value='-2.60676 0.90272 0.14232'/> |
1068 | <fieldValue name='coneTranslation' value='-2.64202 0.83554 0.05046'/> |
1069 | <fieldValue name='rotation' value='-43.04626 0 16.52515 2.16978'/> |
1070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1071 | <fieldValue name='ballRadius' value='0.02'/> |
1072 | <fieldValue name='traceEnabled' value='false'/> |
1073 | <fieldValue name='displayMode'/> |
1074 | <fieldValue name='transparency' value='0'/> |
1075 | </ProtoInstance> |
1076 | <ProtoInstance name='Arc'> |
1077 | <fieldValue name='cylinderHeight' value='0.55576'/> |
1078 | <fieldValue name='cylinderTranslation' value='-2.52697 0.96730 0.61947'/> |
1079 | <fieldValue name='coneTranslation' value='-2.52817 0.92793 0.73057'/> |
1080 | <fieldValue name='rotation' value='52.38209 -0.00000 0.56746 1.91130'/> |
1081 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1082 | <fieldValue name='ballRadius' value='0.02'/> |
1083 | <fieldValue name='traceEnabled' value='false'/> |
1084 | <fieldValue name='displayMode'/> |
1085 | <fieldValue name='transparency' value='0'/> |
1086 | </ProtoInstance> |
1087 | <ProtoInstance name='Arc'> |
1088 | <fieldValue name='cylinderHeight' value='0.63903'/> |
1089 | <fieldValue name='cylinderTranslation' value='-2.59392 0.81699 0.55279'/> |
1090 | <fieldValue name='coneTranslation' value='-2.62876 0.69562 0.65026'/> |
1091 | <fieldValue name='rotation' value='39.04718 -0.00000 13.95793 2.43545'/> |
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.62424'/> |
1100 | <fieldValue name='cylinderTranslation' value='-2.49211 1.13939 0.05738'/> |
1101 | <fieldValue name='coneTranslation' value='-2.47651 1.17803 -0.08892'/> |
1102 | <fieldValue name='rotation' value='-60.03552 0 -6.40376 1.31395'/> |
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.62552'/> |
1111 | <fieldValue name='cylinderTranslation' value='-2.37476 1.28921 0.50927'/> |
1112 | <fieldValue name='coneTranslation' value='-2.30181 1.40111 0.58337'/> |
1113 | <fieldValue name='rotation' value='30.34210 0 -29.87385 0.74875'/> |
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.62129'/> |
1122 | <fieldValue name='cylinderTranslation' value='-2.63976 0.77188 0.34999'/> |
1123 | <fieldValue name='coneTranslation' value='-2.69584 0.63210 0.34633'/> |
1124 | <fieldValue name='rotation' value='-1.51253 0 23.12611 2.75933'/> |
1125 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1126 | <fieldValue name='ballRadius' value='0.02'/> |
1127 | <fieldValue name='traceEnabled' value='false'/> |
1128 | <fieldValue name='displayMode'/> |
1129 | <fieldValue name='transparency' value='0'/> |
1130 | </ProtoInstance> |
1131 | <ProtoInstance name='Arc'> |
1132 | <fieldValue name='cylinderHeight' value='0.40718'/> |
1133 | <fieldValue name='cylinderTranslation' value='0.99683 -1.41175 -1.80863'/> |
1134 | <fieldValue name='coneTranslation' value='0.99181 -1.42068 -1.85100'/> |
1135 | <fieldValue name='rotation' value='-39.57649 0 4.68874 1.77725'/> |
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.85752'/> |
1144 | <fieldValue name='cylinderTranslation' value='1.23694 -1.12139 -1.88475'/> |
1145 | <fieldValue name='coneTranslation' value='1.37275 -0.96555 -2.05650'/> |
1146 | <fieldValue name='rotation' value='-54.80002 0 -43.33315 0.95223'/> |
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.47851'/> |
1155 | <fieldValue name='cylinderTranslation' value='0.96565 -1.53460 -1.77558'/> |
1156 | <fieldValue name='coneTranslation' value='0.94755 -1.58912 -1.83018'/> |
1157 | <fieldValue name='rotation' value='-32.96657 0 10.92575 2.32941'/> |
1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1159 | <fieldValue name='ballRadius' value='0.02'/> |
1160 | <fieldValue name='traceEnabled' value='false'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='transparency' value='0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Arc'> |
1165 | <fieldValue name='cylinderHeight' value='1.54804'/> |
1166 | <fieldValue name='cylinderTranslation' value='1.37578 -1.26831 -0.93076'/> |
1167 | <fieldValue name='coneTranslation' value='1.65780 -1.18763 -0.39134'/> |
1168 | <fieldValue name='rotation' value='135.99694 0 -71.10147 1.43902'/> |
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.39372'/> |
1177 | <fieldValue name='cylinderTranslation' value='1.04499 -1.51080 -1.47539'/> |
1178 | <fieldValue name='coneTranslation' value='1.04961 -1.53716 -1.45004'/> |
1179 | <fieldValue name='rotation' value='27.07190 0 -4.94199 2.36765'/> |
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.85282'/> |
1188 | <fieldValue name='cylinderTranslation' value='0.82404 -1.19046 -1.94402'/> |
1189 | <fieldValue name='coneTranslation' value='0.70143 -1.07827 -2.15225'/> |
1190 | <fieldValue name='rotation' value='-66.65560 0 39.24782 1.13615'/> |
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.72504'/> |
1199 | <fieldValue name='cylinderTranslation' value='1.00118 -1.30257 -1.96642'/> |
1200 | <fieldValue name='coneTranslation' value='0.99051 -1.26489 -2.16512'/> |
1201 | <fieldValue name='rotation' value='-71.13529 0 3.81982 1.38366'/> |
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.58286'/> |
1210 | <fieldValue name='cylinderTranslation' value='1.24523 -1.28759 -1.44481'/> |
1211 | <fieldValue name='coneTranslation' value='1.34668 -1.25042 -1.36998'/> |
1212 | <fieldValue name='rotation' value='33.18689 0 -44.99058 1.28406'/> |
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.89127'/> |
1221 | <fieldValue name='cylinderTranslation' value='0.77655 -1.69276 -1.79789'/> |
1222 | <fieldValue name='coneTranslation' value='0.62033 -1.89963 -1.91784'/> |
1223 | <fieldValue name='rotation' value='-37.42804 0 48.74594 2.38073'/> |
1224 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1225 | <fieldValue name='ballRadius' value='0.02'/> |
1226 | <fieldValue name='traceEnabled' value='false'/> |
1227 | <fieldValue name='displayMode'/> |
1228 | <fieldValue name='transparency' value='0'/> |
1229 | </ProtoInstance> |
1230 | <ProtoInstance name='Arc'> |
1231 | <fieldValue name='cylinderHeight' value='0.80131'/> |
1232 | <fieldValue name='cylinderTranslation' value='1.07970 -1.49463 -1.23463'/> |
1233 | <fieldValue name='coneTranslation' value='1.11539 -1.56948 -1.00871'/> |
1234 | <fieldValue name='rotation' value='75.22385 0 -11.88418 1.88707'/> |
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.85752'/> |
1243 | <fieldValue name='cylinderTranslation' value='1.23694 -1.12139 -1.88475'/> |
1244 | <fieldValue name='coneTranslation' value='1.37275 -0.96555 -2.05650'/> |
1245 | <fieldValue name='rotation' value='-54.80003 0 -43.33315 0.95223'/> |
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.74174'/> |
1254 | <fieldValue name='cylinderTranslation' value='0.85756 -1.44507 -1.93546'/> |
1255 | <fieldValue name='coneTranslation' value='0.76505 -1.48775 -2.12008'/> |
1256 | <fieldValue name='rotation' value='-64.94204 0 32.54271 1.77459'/> |
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.42598'/> |
1265 | <fieldValue name='cylinderTranslation' value='1.13169 -1.38020 -1.79199'/> |
1266 | <fieldValue name='coneTranslation' value='1.15940 -1.38273 -1.83708'/> |
1267 | <fieldValue name='rotation' value='-36.24827 0 -22.28209 1.61865'/> |
1268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1269 | <fieldValue name='ballRadius' value='0.02'/> |
1270 | <fieldValue name='traceEnabled' value='false'/> |
1271 | <fieldValue name='displayMode'/> |
1272 | <fieldValue name='transparency' value='0'/> |
1273 | </ProtoInstance> |
1274 | <ProtoInstance name='Arc'> |
1275 | <fieldValue name='cylinderHeight' value='1.09057'/> |
1276 | <fieldValue name='cylinderTranslation' value='1.09812 -1.55471 -1.10364'/> |
1277 | <fieldValue name='coneTranslation' value='1.15313 -1.68521 -0.74532'/> |
1278 | <fieldValue name='rotation' value='101.42213 0 -15.56957 1.91635'/> |
1279 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1280 | <fieldValue name='ballRadius' value='0.02'/> |
1281 | <fieldValue name='traceEnabled' value='false'/> |
1282 | <fieldValue name='displayMode'/> |
1283 | <fieldValue name='transparency' value='0'/> |
1284 | </ProtoInstance> |
1285 | <ProtoInstance name='Arc'> |
1286 | <fieldValue name='cylinderHeight' value='0.32586'/> |
1287 | <fieldValue name='cylinderTranslation' value='1.09055 -1.51287 -1.57613'/> |
1288 | <fieldValue name='coneTranslation' value='1.09181 -1.51544 -1.57551'/> |
1289 | <fieldValue name='rotation' value='6.92328 0 -14.05414 2.64004'/> |
1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1291 | <fieldValue name='ballRadius' value='0.02'/> |
1292 | <fieldValue name='traceEnabled' value='false'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='transparency' value='0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Arc'> |
1297 | <fieldValue name='cylinderHeight' value='0.32185'/> |
1298 | <fieldValue name='cylinderTranslation' value='0.94355 -1.31851 -1.74250'/> |
1299 | <fieldValue name='coneTranslation' value='0.94311 -1.31822 -1.74325'/> |
1300 | <fieldValue name='rotation' value='-26.34994 0 15.34455 1.24505'/> |
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.39576'/> |
1309 | <fieldValue name='cylinderTranslation' value='1.11892 -1.48512 -1.73793'/> |
1310 | <fieldValue name='coneTranslation' value='1.13781 -1.50715 -1.76227'/> |
1311 | <fieldValue name='rotation' value='-25.43586 0 -19.72942 2.19163'/> |
1312 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1313 | <fieldValue name='ballRadius' value='0.02'/> |
1314 | <fieldValue name='traceEnabled' value='false'/> |
1315 | <fieldValue name='displayMode'/> |
1316 | <fieldValue name='transparency' value='0'/> |
1317 | </ProtoInstance> |
1318 | <ProtoInstance name='Arc'> |
1319 | <fieldValue name='cylinderHeight' value='0.89400'/> |
1320 | <fieldValue name='cylinderTranslation' value='0.76125 -1.67857 -1.80440'/> |
1321 | <fieldValue name='coneTranslation' value='0.59493 -1.87669 -1.92874'/> |
1322 | <fieldValue name='rotation' value='-38.73075 0 51.80593 2.33269'/> |
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.42869'/> |
1331 | <fieldValue name='cylinderTranslation' value='1.00590 -1.48011 -1.79409'/> |
1332 | <fieldValue name='coneTranslation' value='1.00226 -1.50803 -1.84058'/> |
1333 | <fieldValue name='rotation' value='-36.66918 0 2.87455 2.11023'/> |
1334 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1335 | <fieldValue name='ballRadius' value='0.02'/> |
1336 | <fieldValue name='traceEnabled' value='false'/> |
1337 | <fieldValue name='displayMode'/> |
1338 | <fieldValue name='transparency' value='0'/> |
1339 | </ProtoInstance> |
1340 | <ProtoInstance name='Arc'> |
1341 | <fieldValue name='cylinderHeight' value='0.73717'/> |
1342 | <fieldValue name='cylinderTranslation' value='1.36036 -1.24596 -1.68012'/> |
1343 | <fieldValue name='coneTranslation' value='1.55281 -1.17576 -1.71938'/> |
1344 | <fieldValue name='rotation' value='-13.87537 0 -68.01611 1.22754'/> |
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.73930'/> |
1353 | <fieldValue name='cylinderTranslation' value='1.07488 -1.69387 -1.44112'/> |
1354 | <fieldValue name='coneTranslation' value='1.10585 -1.87756 -1.34492'/> |
1355 | <fieldValue name='rotation' value='33.92512 0 -10.92113 2.63857'/> |
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.03617'/> |
1364 | <fieldValue name='cylinderTranslation' value='1.07982 -1.56066 -1.13271'/> |
1365 | <fieldValue name='coneTranslation' value='1.12097 -1.69244 -0.80231'/> |
1366 | <fieldValue name='rotation' value='95.60683 0 -11.90847 1.94765'/> |
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.42995'/> |
1375 | <fieldValue name='cylinderTranslation' value='1.13253 -1.36175 -1.79390'/> |
1376 | <fieldValue name='coneTranslation' value='1.16124 -1.35964 -1.84074'/> |
1377 | <fieldValue name='rotation' value='-36.63082 0 -22.45107 1.53235'/> |
1378 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1379 | <fieldValue name='ballRadius' value='0.02'/> |
1380 | <fieldValue name='traceEnabled' value='false'/> |
1381 | <fieldValue name='displayMode'/> |
1382 | <fieldValue name='transparency' value='0'/> |
1383 | </ProtoInstance> |
1384 | <ProtoInstance name='Arc'> |
1385 | <fieldValue name='cylinderHeight' value='0.80042'/> |
1386 | <fieldValue name='cylinderTranslation' value='0.88512 -1.67173 -1.83629'/> |
1387 | <fieldValue name='coneTranslation' value='0.80401 -1.85282 -1.97166'/> |
1388 | <fieldValue name='rotation' value='-45.10790 0 27.03031 2.42477'/> |
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='1.13594'/> |
1397 | <fieldValue name='cylinderTranslation' value='0.64994 -1.03423 -1.88036'/> |
1398 | <fieldValue name='coneTranslation' value='0.38393 -0.79304 -2.07403'/> |
1399 | <fieldValue name='rotation' value='-53.92328 0 74.06735 0.93826'/> |
1400 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1401 | <fieldValue name='ballRadius' value='0.02'/> |
1402 | <fieldValue name='traceEnabled' value='false'/> |
1403 | <fieldValue name='displayMode'/> |
1404 | <fieldValue name='transparency' value='0'/> |
1405 | </ProtoInstance> |
1406 | <ProtoInstance name='Arc'> |
1407 | <fieldValue name='cylinderHeight' value='0.41830'/> |
1408 | <fieldValue name='cylinderTranslation' value='1.12796 -1.42241 -1.78222'/> |
1409 | <fieldValue name='coneTranslation' value='1.15327 -1.43472 -1.82251'/> |
1410 | <fieldValue name='rotation' value='-34.29389 0 -21.53722 1.82402'/> |
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.76339'/> |
1419 | <fieldValue name='cylinderTranslation' value='1.25860 -2.00545 0.21153'/> |
1420 | <fieldValue name='coneTranslation' value='1.27223 -2.20622 0.30456'/> |
1421 | <fieldValue name='rotation' value='32.03384 0 -4.69423 2.70361'/> |
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.79957'/> |
1430 | <fieldValue name='cylinderTranslation' value='1.24531 -1.91577 -0.25555'/> |
1431 | <fieldValue name='coneTranslation' value='1.25141 -2.06931 -0.43963'/> |
1432 | <fieldValue name='rotation' value='-61.38291 0 -2.03598 2.26570'/> |
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.76203'/> |
1441 | <fieldValue name='cylinderTranslation' value='1.48321 -1.41319 -0.09971'/> |
1442 | <fieldValue name='coneTranslation' value='1.62711 -1.27015 -0.18734'/> |
1443 | <fieldValue name='rotation' value='-30.21423 0 -49.61637 0.86690'/> |
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.45008'/> |
1452 | <fieldValue name='cylinderTranslation' value='1.22938 -1.77063 -0.14440'/> |
1453 | <fieldValue name='coneTranslation' value='1.22772 -1.80267 -0.20098'/> |
1454 | <fieldValue name='rotation' value='-39.15305 0 1.14970 2.08582'/> |
1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1456 | <fieldValue name='ballRadius' value='0.02'/> |
1457 | <fieldValue name='traceEnabled' value='false'/> |
1458 | <fieldValue name='displayMode'/> |
1459 | <fieldValue name='transparency' value='0'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Arc'> |
1462 | <fieldValue name='cylinderHeight' value='0.77761'/> |
1463 | <fieldValue name='cylinderTranslation' value='1.26798 -1.97099 -0.17938'/> |
1464 | <fieldValue name='coneTranslation' value='1.28732 -2.15413 -0.31516'/> |
1465 | <fieldValue name='rotation' value='-46.14828 0 -6.57087 2.49878'/> |
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.81898'/> |
1474 | <fieldValue name='cylinderTranslation' value='1.36066 -2.04914 0.03339'/> |
1475 | <fieldValue name='coneTranslation' value='1.43714 -2.28637 0.02244'/> |
1476 | <fieldValue name='rotation' value='-3.59481 0 -25.10633 2.82673'/> |
1477 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1478 | <fieldValue name='ballRadius' value='0.02'/> |
1479 | <fieldValue name='traceEnabled' value='false'/> |
1480 | <fieldValue name='displayMode'/> |
1481 | <fieldValue name='transparency' value='0'/> |
1482 | </ProtoInstance> |
1483 | <ProtoInstance name='Arc'> |
1484 | <fieldValue name='cylinderHeight' value='0.48609'/> |
1485 | <fieldValue name='cylinderTranslation' value='1.32811 -1.88429 0.04664'/> |
1486 | <fieldValue name='coneTranslation' value='1.35988 -1.96100 0.04503'/> |
1487 | <fieldValue name='rotation' value='-0.94502 0 -18.59614 2.74849'/> |
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.16959'/> |
1496 | <fieldValue name='cylinderTranslation' value='1.19112 -1.30056 0.51072'/> |
1497 | <fieldValue name='coneTranslation' value='1.15916 -1.03962 0.84440'/> |
1498 | <fieldValue name='rotation' value='91.87122 -0.00000 8.80110 0.90933'/> |
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.84332'/> |
1507 | <fieldValue name='cylinderTranslation' value='1.48868 -1.44707 0.31263'/> |
1508 | <fieldValue name='coneTranslation' value='1.64603 -1.31507 0.47475'/> |
1509 | <fieldValue name='rotation' value='52.25259 0 -50.71105 1.04203'/> |
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.91582'/> |
1518 | <fieldValue name='cylinderTranslation' value='1.18712 -1.63951 -0.40357'/> |
1519 | <fieldValue name='coneTranslation' value='1.15589 -1.62632 -0.69955'/> |
1520 | <fieldValue name='rotation' value='-90.98733 0 9.60092 1.52651'/> |
1521 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1522 | <fieldValue name='ballRadius' value='0.02'/> |
1523 | <fieldValue name='traceEnabled' value='false'/> |
1524 | <fieldValue name='displayMode'/> |
1525 | <fieldValue name='transparency' value='0'/> |
1526 | </ProtoInstance> |
1527 | <ProtoInstance name='Arc'> |
1528 | <fieldValue name='cylinderHeight' value='0.65544'/> |
1529 | <fieldValue name='cylinderTranslation' value='1.20555 -1.69960 -0.27258'/> |
1530 | <fieldValue name='coneTranslation' value='1.19041 -1.71997 -0.43837'/> |
1531 | <fieldValue name='rotation' value='-64.78905 0 5.91553 1.69258'/> |
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.48763'/> |
1540 | <fieldValue name='cylinderTranslation' value='1.31897 -1.88867 0.04627'/> |
1541 | <fieldValue name='coneTranslation' value='1.34780 -1.96736 0.04452'/> |
1542 | <fieldValue name='rotation' value='-1.01860 0 -16.76907 2.78986'/> |
1543 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1544 | <fieldValue name='ballRadius' value='0.02'/> |
1545 | <fieldValue name='traceEnabled' value='false'/> |
1546 | <fieldValue name='displayMode'/> |
1547 | <fieldValue name='transparency' value='0'/> |
1548 | </ProtoInstance> |
1549 | <ProtoInstance name='Arc'> |
1550 | <fieldValue name='cylinderHeight' value='0.61451'/> |
1551 | <fieldValue name='cylinderTranslation' value='1.20078 -1.77762 0.33304'/> |
1552 | <fieldValue name='coneTranslation' value='1.18431 -1.83409 0.46803'/> |
1553 | <fieldValue name='rotation' value='56.33485 -0.00000 6.87045 1.96438'/> |
1554 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1555 | <fieldValue name='ballRadius' value='0.02'/> |
1556 | <fieldValue name='traceEnabled' value='false'/> |
1557 | <fieldValue name='displayMode'/> |
1558 | <fieldValue name='transparency' value='0'/> |
1559 | </ProtoInstance> |
1560 | <ProtoInstance name='Arc'> |
1561 | <fieldValue name='cylinderHeight' value='0.81747'/> |
1562 | <fieldValue name='cylinderTranslation' value='1.14352 -1.98592 -0.17735'/> |
1563 | <fieldValue name='coneTranslation' value='1.08777 -2.18438 -0.31653'/> |
1564 | <fieldValue name='rotation' value='-45.74266 0 18.32123 2.49461'/> |
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.24192'/> |
1573 | <fieldValue name='cylinderTranslation' value='1.21106 -1.57228 0.13133'/> |
1574 | <fieldValue name='coneTranslation' value='1.21883 -1.60052 0.10552'/> |
1575 | <fieldValue name='rotation' value='15.99262 -0.00000 4.81403 0.76202'/> |
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.71836'/> |
1584 | <fieldValue name='cylinderTranslation' value='1.18724 -1.70555 -0.30166'/> |
1585 | <fieldValue name='coneTranslation' value='1.16069 -1.73093 -0.49742'/> |
1586 | <fieldValue name='rotation' value='-70.60434 0 9.57662 1.69856'/> |
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.81301'/> |
1595 | <fieldValue name='cylinderTranslation' value='1.38951 -2.03549 0.03525'/> |
1596 | <fieldValue name='coneTranslation' value='1.48313 -2.26331 0.02547'/> |
1597 | <fieldValue name='rotation' value='-3.22368 0 -30.87662 2.74980'/> |
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.61010'/> |
1606 | <fieldValue name='cylinderTranslation' value='0.69744 -2.00349 1.76698'/> |
1607 | <fieldValue name='coneTranslation' value='0.68334 -1.92604 1.88881'/> |
1608 | <fieldValue name='rotation' value='51.24119 -0.00000 5.93256 1.00749'/> |
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.67363'/> |
1617 | <fieldValue name='cylinderTranslation' value='0.94617 -1.98832 1.32706'/> |
1618 | <fieldValue name='coneTranslation' value='1.06117 -1.89485 1.23062'/> |
1619 | <fieldValue name='rotation' value='-36.74335 0 -43.81242 1.01378'/> |
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.57285'/> |
1628 | <fieldValue name='cylinderTranslation' value='0.66385 -2.44481 1.53342'/> |
1629 | <fieldValue name='coneTranslation' value='0.63593 -2.56771 1.54342'/> |
1630 | <fieldValue name='rotation' value='4.52915 -0.00000 12.65121 2.90481'/> |
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.25064'/> |
1639 | <fieldValue name='cylinderTranslation' value='0.74146 -2.26150 1.59110'/> |
1640 | <fieldValue name='coneTranslation' value='0.73749 -2.23518 1.56887'/> |
1641 | <fieldValue name='rotation' value='16.06424 0 -2.87085 2.43259'/> |
1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1643 | <fieldValue name='ballRadius' value='0.02'/> |
1644 | <fieldValue name='traceEnabled' value='false'/> |
1645 | <fieldValue name='displayMode'/> |
1646 | <fieldValue name='transparency' value='0'/> |
1647 | </ProtoInstance> |
1648 | <ProtoInstance name='Arc'> |
1649 | <fieldValue name='cylinderHeight' value='0.46558'/> |
1650 | <fieldValue name='cylinderTranslation' value='0.95194 -2.22395 1.52886'/> |
1651 | <fieldValue name='coneTranslation' value='1.02224 -2.24195 1.53451'/> |
1652 | <fieldValue name='rotation' value='3.61621 0 -44.96679 1.82069'/> |
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.25064'/> |
1661 | <fieldValue name='cylinderTranslation' value='0.74146 -2.26150 1.59110'/> |
1662 | <fieldValue name='coneTranslation' value='0.73749 -2.23518 1.56887'/> |
1663 | <fieldValue name='rotation' value='16.06424 0 -2.87085 2.43259'/> |
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.57285'/> |
1672 | <fieldValue name='cylinderTranslation' value='0.66385 -2.44481 1.53342'/> |
1673 | <fieldValue name='coneTranslation' value='0.63593 -2.56771 1.54342'/> |
1674 | <fieldValue name='rotation' value='4.52915 -0.00000 12.65122 2.90481'/> |
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.59288'/> |
1683 | <fieldValue name='cylinderTranslation' value='0.58450 -2.42267 1.55385'/> |
1684 | <fieldValue name='coneTranslation' value='0.51887 -2.54064 1.57367'/> |
1685 | <fieldValue name='rotation' value='8.61358 -0.00000 28.52035 2.61510'/> |
1686 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1687 | <fieldValue name='ballRadius' value='0.02'/> |
1688 | <fieldValue name='traceEnabled' value='false'/> |
1689 | <fieldValue name='displayMode'/> |
1690 | <fieldValue name='transparency' value='0'/> |
1691 | </ProtoInstance> |
1692 | <ProtoInstance name='Arc'> |
1693 | <fieldValue name='cylinderHeight' value='1.03409'/> |
1694 | <fieldValue name='cylinderTranslation' value='0.94676 -2.03092 1.06275'/> |
1695 | <fieldValue name='coneTranslation' value='1.09845 -1.93737 0.75336'/> |
1696 | <fieldValue name='rotation' value='-89.60652 0 -43.93171 1.30570'/> |
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.56096'/> |
1705 | <fieldValue name='cylinderTranslation' value='0.61859 -2.29159 1.73709'/> |
1706 | <fieldValue name='coneTranslation' value='0.57198 -2.34538 1.83430'/> |
1707 | <fieldValue name='rotation' value='45.26206 -0.00000 21.70238 2.03355'/> |
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.57908'/> |
1716 | <fieldValue name='cylinderTranslation' value='0.56930 -2.31112 1.70566'/> |
1717 | <fieldValue name='coneTranslation' value='0.49870 -2.37588 1.79285'/> |
1718 | <fieldValue name='rotation' value='38.97652 -0.00000 31.56073 2.09430'/> |
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.27284'/> |
1727 | <fieldValue name='cylinderTranslation' value='0.79482 -2.20992 1.40065'/> |
1728 | <fieldValue name='coneTranslation' value='0.78312 -2.20240 1.41968'/> |
1729 | <fieldValue name='rotation' value='-22.02655 0 -13.54316 1.89565'/> |
1730 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1731 | <fieldValue name='ballRadius' value='0.02'/> |
1732 | <fieldValue name='traceEnabled' value='false'/> |
1733 | <fieldValue name='displayMode'/> |
1734 | <fieldValue name='transparency' value='0'/> |
1735 | </ProtoInstance> |
1736 | <ProtoInstance name='Arc'> |
1737 | <fieldValue name='cylinderHeight' value='0.53220'/> |
1738 | <fieldValue name='cylinderTranslation' value='0.47216 -2.23013 1.46897'/> |
1739 | <fieldValue name='coneTranslation' value='0.37051 -2.25555 1.45231'/> |
1740 | <fieldValue name='rotation' value='-8.36089 0 50.98905 1.81274'/> |
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.59288'/> |
1749 | <fieldValue name='cylinderTranslation' value='0.58450 -2.42267 1.55385'/> |
1750 | <fieldValue name='coneTranslation' value='0.51887 -2.54064 1.57367'/> |
1751 | <fieldValue name='rotation' value='8.61358 -0.00000 28.52035 2.61510'/> |
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.57908'/> |
1760 | <fieldValue name='cylinderTranslation' value='0.56930 -2.31112 1.70566'/> |
1761 | <fieldValue name='coneTranslation' value='0.49870 -2.37588 1.79285'/> |
1762 | <fieldValue name='rotation' value='38.97652 -0.00000 31.56073 2.09430'/> |
1763 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1764 | <fieldValue name='ballRadius' value='0.02'/> |
1765 | <fieldValue name='traceEnabled' value='false'/> |
1766 | <fieldValue name='displayMode'/> |
1767 | <fieldValue name='transparency' value='0'/> |
1768 | </ProtoInstance> |
1769 | <ProtoInstance name='Arc'> |
1770 | <fieldValue name='cylinderHeight' value='1.12509'/> |
1771 | <fieldValue name='cylinderTranslation' value='0.70900 -1.65099 1.73551'/> |
1772 | <fieldValue name='coneTranslation' value='0.69605 -1.28219 1.89633'/> |
1773 | <fieldValue name='rotation' value='44.94667 -0.00000 3.62020 0.41238'/> |
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.61010'/> |
1782 | <fieldValue name='cylinderTranslation' value='0.69744 -2.00349 1.76698'/> |
1783 | <fieldValue name='coneTranslation' value='0.68334 -1.92604 1.88881'/> |
1784 | <fieldValue name='rotation' value='51.24119 -0.00000 5.93256 1.00749'/> |
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.67363'/> |
1793 | <fieldValue name='cylinderTranslation' value='0.94617 -1.98832 1.32706'/> |
1794 | <fieldValue name='coneTranslation' value='1.06117 -1.89485 1.23062'/> |
1795 | <fieldValue name='rotation' value='-36.74335 0 -43.81242 1.01378'/> |
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.57285'/> |
1804 | <fieldValue name='cylinderTranslation' value='0.66385 -2.44481 1.53342'/> |
1805 | <fieldValue name='coneTranslation' value='0.63593 -2.56771 1.54342'/> |
1806 | <fieldValue name='rotation' value='4.52915 -0.00000 12.65121 2.90481'/> |
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.25064'/> |
1815 | <fieldValue name='cylinderTranslation' value='0.74146 -2.26150 1.59110'/> |
1816 | <fieldValue name='coneTranslation' value='0.73749 -2.23518 1.56887'/> |
1817 | <fieldValue name='rotation' value='16.06424 0 -2.87085 2.43259'/> |
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.46558'/> |
1826 | <fieldValue name='cylinderTranslation' value='0.95194 -2.22395 1.52886'/> |
1827 | <fieldValue name='coneTranslation' value='1.02224 -2.24195 1.53451'/> |
1828 | <fieldValue name='rotation' value='3.61621 0 -44.96679 1.82069'/> |
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.25064'/> |
1837 | <fieldValue name='cylinderTranslation' value='0.74146 -2.26150 1.59110'/> |
1838 | <fieldValue name='coneTranslation' value='0.73749 -2.23518 1.56887'/> |
1839 | <fieldValue name='rotation' value='16.06424 0 -2.87085 2.43259'/> |
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.57285'/> |
1848 | <fieldValue name='cylinderTranslation' value='0.66385 -2.44481 1.53342'/> |
1849 | <fieldValue name='coneTranslation' value='0.63593 -2.56771 1.54342'/> |
1850 | <fieldValue name='rotation' value='4.52915 -0.00000 12.65122 2.90481'/> |
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.59288'/> |
1859 | <fieldValue name='cylinderTranslation' value='0.58450 -2.42267 1.55385'/> |
1860 | <fieldValue name='coneTranslation' value='0.51887 -2.54064 1.57367'/> |
1861 | <fieldValue name='rotation' value='8.61358 -0.00000 28.52035 2.61510'/> |
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='1.03409'/> |
1870 | <fieldValue name='cylinderTranslation' value='0.94676 -2.03092 1.06275'/> |
1871 | <fieldValue name='coneTranslation' value='1.09845 -1.93737 0.75336'/> |
1872 | <fieldValue name='rotation' value='-89.60652 0 -43.93171 1.30570'/> |
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.56096'/> |
1881 | <fieldValue name='cylinderTranslation' value='0.61859 -2.29159 1.73709'/> |
1882 | <fieldValue name='coneTranslation' value='0.57198 -2.34538 1.83430'/> |
1883 | <fieldValue name='rotation' value='45.26206 -0.00000 21.70238 2.03355'/> |
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.57908'/> |
1892 | <fieldValue name='cylinderTranslation' value='0.56930 -2.31112 1.70566'/> |
1893 | <fieldValue name='coneTranslation' value='0.49870 -2.37588 1.79285'/> |
1894 | <fieldValue name='rotation' value='38.97652 -0.00000 31.56073 2.09430'/> |
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.27284'/> |
1903 | <fieldValue name='cylinderTranslation' value='0.79482 -2.20992 1.40065'/> |
1904 | <fieldValue name='coneTranslation' value='0.78312 -2.20240 1.41968'/> |
1905 | <fieldValue name='rotation' value='-22.02655 0 -13.54316 1.89565'/> |
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.53220'/> |
1914 | <fieldValue name='cylinderTranslation' value='0.47216 -2.23013 1.46897'/> |
1915 | <fieldValue name='coneTranslation' value='0.37051 -2.25555 1.45231'/> |
1916 | <fieldValue name='rotation' value='-8.36089 0 50.98905 1.81274'/> |
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.59288'/> |
1925 | <fieldValue name='cylinderTranslation' value='0.58450 -2.42267 1.55385'/> |
1926 | <fieldValue name='coneTranslation' value='0.51887 -2.54064 1.57367'/> |
1927 | <fieldValue name='rotation' value='8.61358 -0.00000 28.52035 2.61510'/> |
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.57908'/> |
1936 | <fieldValue name='cylinderTranslation' value='0.56930 -2.31112 1.70566'/> |
1937 | <fieldValue name='coneTranslation' value='0.49870 -2.37588 1.79285'/> |
1938 | <fieldValue name='rotation' value='38.97652 -0.00000 31.56073 2.09430'/> |
1939 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1940 | <fieldValue name='ballRadius' value='0.02'/> |
1941 | <fieldValue name='traceEnabled' value='false'/> |
1942 | <fieldValue name='displayMode'/> |
1943 | <fieldValue name='transparency' value='0'/> |
1944 | </ProtoInstance> |
1945 | <ProtoInstance name='Arc'> |
1946 | <fieldValue name='cylinderHeight' value='1.12509'/> |
1947 | <fieldValue name='cylinderTranslation' value='0.70900 -1.65099 1.73551'/> |
1948 | <fieldValue name='coneTranslation' value='0.69605 -1.28219 1.89633'/> |
1949 | <fieldValue name='rotation' value='44.94667 -0.00000 3.62020 0.41238'/> |
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.28276'/> |
1958 | <fieldValue name='cylinderTranslation' value='-2.64426 -1.40626 -0.37130'/> |
1959 | <fieldValue name='coneTranslation' value='-2.63725 -1.42152 -0.37936'/> |
1960 | <fieldValue name='rotation' value='12.24460 -0.00000 10.63631 0.61090'/> |
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.31037'/> |
1969 | <fieldValue name='cylinderTranslation' value='-2.55951 -1.51274 -0.58418'/> |
1970 | <fieldValue name='coneTranslation' value='-2.56049 -1.51303 -0.57948'/> |
1971 | <fieldValue name='rotation' value='-30.33106 0 -6.31321 1.51060'/> |
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.23031'/> |
1980 | <fieldValue name='cylinderTranslation' value='-2.55543 -1.62130 -0.38622'/> |
1981 | <fieldValue name='coneTranslation' value='-2.56931 -1.58266 -0.40425'/> |
1982 | <fieldValue name='rotation' value='9.26066 0 -7.12977 2.60935'/> |
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.34790'/> |
1991 | <fieldValue name='cylinderTranslation' value='-2.57279 -1.61045 -0.28382'/> |
1992 | <fieldValue name='coneTranslation' value='-2.57132 -1.61753 -0.27189'/> |
1993 | <fieldValue name='rotation' value='29.74167 0 -3.65798 2.10370'/> |
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.23909'/> |
2002 | <fieldValue name='cylinderTranslation' value='-2.53989 -1.62939 -0.44490'/> |
2003 | <fieldValue name='coneTranslation' value='-2.55721 -1.59308 -0.44071'/> |
2004 | <fieldValue name='rotation' value='-2.47457 0 -10.23761 2.68541'/> |
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.10570'/> |
2013 | <fieldValue name='cylinderTranslation' value='-2.57407 -1.54329 -0.47785'/> |
2014 | <fieldValue name='coneTranslation' value='-2.60854 -1.50028 -0.38597'/> |
2015 | <fieldValue name='rotation' value='-9.06448 0 -3.40051 1.98389'/> |
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.28276'/> |
2024 | <fieldValue name='cylinderTranslation' value='-2.64426 -1.40626 -0.37130'/> |
2025 | <fieldValue name='coneTranslation' value='-2.63725 -1.42152 -0.37936'/> |
2026 | <fieldValue name='rotation' value='12.24471 -0.00000 10.63632 0.61090'/> |
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.42822'/> |
2035 | <fieldValue name='cylinderTranslation' value='-2.61144 -1.47566 -0.37446'/> |
2036 | <fieldValue name='coneTranslation' value='-2.63317 -1.42886 -0.35819'/> |
2037 | <fieldValue name='rotation' value='12.87588 -0.00000 17.19994 0.52561'/> |
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.33617'/> |
2046 | <fieldValue name='cylinderTranslation' value='-2.52669 -1.58214 -0.58734'/> |
2047 | <fieldValue name='coneTranslation' value='-2.52675 -1.57835 -0.59448'/> |
2048 | <fieldValue name='rotation' value='-29.69979 0 0.25043 1.08329'/> |
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.11565'/> |
2057 | <fieldValue name='cylinderTranslation' value='-2.52261 -1.69070 -0.38938'/> |
2058 | <fieldValue name='coneTranslation' value='-2.52761 -1.63800 -0.47677'/> |
2059 | <fieldValue name='rotation' value='9.89193 0 -0.56613 2.11271'/> |
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.42722'/> |
2068 | <fieldValue name='cylinderTranslation' value='-2.41724 -1.83268 -0.50520'/> |
2069 | <fieldValue name='coneTranslation' value='-2.39008 -1.87580 -0.52185'/> |
2070 | <fieldValue name='rotation' value='-13.27160 0 -21.64011 2.50532'/> |
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.30747'/> |
2079 | <fieldValue name='cylinderTranslation' value='-2.53997 -1.67985 -0.28697'/> |
2080 | <fieldValue name='coneTranslation' value='-2.53938 -1.67907 -0.29316'/> |
2081 | <fieldValue name='rotation' value='30.37295 -0.00000 2.90565 1.69453'/> |
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.08626'/> |
2090 | <fieldValue name='cylinderTranslation' value='-2.50707 -1.69879 -0.44805'/> |
2091 | <fieldValue name='coneTranslation' value='-2.55684 -1.59605 -0.42308'/> |
2092 | <fieldValue name='rotation' value='-1.84329 0 -3.67398 2.64493'/> |
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.13190'/> |
2101 | <fieldValue name='cylinderTranslation' value='-2.54126 -1.61269 -0.48100'/> |
2102 | <fieldValue name='coneTranslation' value='-2.51870 -1.68140 -0.42087'/> |
2103 | <fieldValue name='rotation' value='-8.43321 0 3.16313 0.75164'/> |
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.42822'/> |
2112 | <fieldValue name='cylinderTranslation' value='-2.61144 -1.47566 -0.37446'/> |
2113 | <fieldValue name='coneTranslation' value='-2.63317 -1.42886 -0.35819'/> |
2114 | <fieldValue name='rotation' value='12.87598 -0.00000 17.19995 0.52561'/> |
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.68932'/> |
2123 | <fieldValue name='cylinderTranslation' value='0.62088 -0.40611 2.32639'/> |
2124 | <fieldValue name='coneTranslation' value='0.54833 -0.43139 2.49430'/> |
2125 | <fieldValue name='rotation' value='62.68125 -0.00000 27.08449 1.70815'/> |
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.35966'/> |
2134 | <fieldValue name='cylinderTranslation' value='0.74984 -0.40053 2.18781'/> |
2135 | <fieldValue name='coneTranslation' value='0.74913 -0.40512 2.20709'/> |
2136 | <fieldValue name='rotation' value='34.96555 -0.00000 1.29239 1.80433'/> |
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.86826'/> |
2145 | <fieldValue name='cylinderTranslation' value='1.03486 -0.04712 2.12985'/> |
2146 | <fieldValue name='coneTranslation' value='1.21075 0.14977 2.20365'/> |
2147 | <fieldValue name='rotation' value='23.37414 0 -55.71025 0.76956'/> |
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.81544'/> |
2156 | <fieldValue name='cylinderTranslation' value='1.07126 -0.18787 2.20736'/> |
2157 | <fieldValue name='coneTranslation' value='1.26262 -0.08395 2.32546'/> |
2158 | <fieldValue name='rotation' value='38.87624 0 -62.99069 1.13789'/> |
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.73497'/> |
2167 | <fieldValue name='cylinderTranslation' value='0.97960 -0.37213 2.30454'/> |
2168 | <fieldValue name='coneTranslation' value='1.10567 -0.37959 2.46916'/> |
2169 | <fieldValue name='rotation' value='58.31272 0 -44.65901 1.60676'/> |
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.28005'/> |
2178 | <fieldValue name='cylinderTranslation' value='0.82472 -0.37338 1.89167'/> |
2179 | <fieldValue name='coneTranslation' value='0.81496 -0.37132 1.90897'/> |
2180 | <fieldValue name='rotation' value='-24.26295 0 -13.68257 1.67427'/> |
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='1.25682'/> |
2189 | <fieldValue name='cylinderTranslation' value='0.95171 -0.65013 1.49153'/> |
2190 | <fieldValue name='coneTranslation' value='1.09736 -0.86719 1.10284'/> |
2191 | <fieldValue name='rotation' value='-104.29037 0 -39.08122 2.05263'/> |
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.43095'/> |
2200 | <fieldValue name='cylinderTranslation' value='0.76101 -0.52963 2.14437'/> |
2201 | <fieldValue name='coneTranslation' value='0.76222 -0.57358 2.17820'/> |
2202 | <fieldValue name='rotation' value='26.27857 0 -0.94065 2.48532'/> |
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.81544'/> |
2211 | <fieldValue name='cylinderTranslation' value='1.07126 -0.18787 2.20736'/> |
2212 | <fieldValue name='coneTranslation' value='1.26262 -0.08395 2.32546'/> |
2213 | <fieldValue name='rotation' value='38.87624 0 -62.99069 1.13789'/> |
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.57009'/> |
2222 | <fieldValue name='cylinderTranslation' value='0.61569 -0.14759 2.14269'/> |
2223 | <fieldValue name='coneTranslation' value='0.55401 -0.05489 2.19959'/> |
2224 | <fieldValue name='rotation' value='25.94093 -0.00000 28.12221 0.73571'/> |
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.36238'/> |
2233 | <fieldValue name='cylinderTranslation' value='0.63379 -0.25944 2.10200'/> |
2234 | <fieldValue name='coneTranslation' value='0.61946 -0.24780 2.11241'/> |
2235 | <fieldValue name='rotation' value='17.80349 -0.00000 24.50351 0.98960'/> |
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.86826'/> |
2244 | <fieldValue name='cylinderTranslation' value='1.03486 -0.04712 2.12985'/> |
2245 | <fieldValue name='coneTranslation' value='1.21075 0.14977 2.20365'/> |
2246 | <fieldValue name='rotation' value='23.37414 0 -55.71025 0.76956'/> |
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.78466'/> |
2255 | <fieldValue name='cylinderTranslation' value='0.78485 -0.51773 2.37059'/> |
2256 | <fieldValue name='coneTranslation' value='0.80175 -0.61178 2.58236'/> |
2257 | <fieldValue name='rotation' value='71.52222 0 -5.70859 1.98756'/> |
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.28224'/> |
2266 | <fieldValue name='cylinderTranslation' value='0.81971 -0.37043 1.88743'/> |
2267 | <fieldValue name='coneTranslation' value='0.81122 -0.36889 1.90423'/> |
2268 | <fieldValue name='rotation' value='-25.10986 0 -12.68025 1.65249'/> |
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.37491'/> |
2277 | <fieldValue name='cylinderTranslation' value='0.80439 -0.28092 2.17652'/> |
2278 | <fieldValue name='coneTranslation' value='0.81143 -0.26949 2.20047'/> |
2279 | <fieldValue name='rotation' value='32.70747 0 -9.61700 1.14167'/> |
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.43980'/> |
2288 | <fieldValue name='cylinderTranslation' value='0.88657 -0.35603 2.19012'/> |
2289 | <fieldValue name='coneTranslation' value='0.92205 -0.35525 2.23837'/> |
2290 | <fieldValue name='rotation' value='35.42738 0 -26.05317 1.55768'/> |
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.57717'/> |
2299 | <fieldValue name='cylinderTranslation' value='0.60540 -0.14268 2.13024'/> |
2300 | <fieldValue name='coneTranslation' value='0.53817 -0.04633 2.18249'/> |
2301 | <fieldValue name='rotation' value='23.45238 -0.00000 30.18021 0.72378'/> |
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.78122'/> |
2310 | <fieldValue name='cylinderTranslation' value='0.72360 -0.74726 1.98661'/> |
2311 | <fieldValue name='coneTranslation' value='0.70430 -0.97653 1.97105'/> |
2312 | <fieldValue name='rotation' value='-5.27355 0 6.54004 3.03384'/> |
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.59232'/> |
2321 | <fieldValue name='cylinderTranslation' value='-1.24045 -2.44357 1.45311'/> |
2322 | <fieldValue name='coneTranslation' value='-1.36499 -2.40707 1.49430'/> |
2323 | <fieldValue name='rotation' value='17.91906 -0.00000 54.17676 1.29937'/> |
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.59232'/> |
2332 | <fieldValue name='cylinderTranslation' value='-1.24045 -2.44357 1.45311'/> |
2333 | <fieldValue name='coneTranslation' value='-1.36499 -2.40707 1.49430'/> |
2334 | <fieldValue name='rotation' value='17.91906 -0.00000 54.17676 1.29937'/> |
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.57311'/> |
2343 | <fieldValue name='cylinderTranslation' value='-1.25357 -2.51880 1.32563'/> |
2344 | <fieldValue name='coneTranslation' value='-1.37900 -2.51696 1.30890'/> |
2345 | <fieldValue name='rotation' value='-7.57731 0 56.80126 1.55623'/> |
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.57301'/> |
2354 | <fieldValue name='cylinderTranslation' value='-1.17796 -2.63736 1.20360'/> |
2355 | <fieldValue name='coneTranslation' value='-1.26997 -2.68787 1.13299'/> |
2356 | <fieldValue name='rotation' value='-31.98340 0 41.67864 1.98150'/> |
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.57311'/> |
2365 | <fieldValue name='cylinderTranslation' value='-1.25357 -2.51880 1.32563'/> |
2366 | <fieldValue name='coneTranslation' value='-1.37900 -2.51696 1.30890'/> |
2367 | <fieldValue name='rotation' value='-7.57731 0 56.80126 1.55623'/> |
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.57301'/> |
2376 | <fieldValue name='cylinderTranslation' value='-1.17796 -2.63736 1.20360'/> |
2377 | <fieldValue name='coneTranslation' value='-1.26997 -2.68787 1.13299'/> |
2378 | <fieldValue name='rotation' value='-31.98340 0 41.67864 1.98150'/> |
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.21036'/> |
2387 | <fieldValue name='cylinderTranslation' value='-0.37618 -2.40843 1.39534'/> |
2388 | <fieldValue name='coneTranslation' value='0.06033 -2.32417 1.41876'/> |
2389 | <fieldValue name='rotation' value='6.36528 0 -118.67815 1.38038'/> |
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.48729'/> |
2398 | <fieldValue name='cylinderTranslation' value='-0.74336 -2.58790 1.42659'/> |
2399 | <fieldValue name='coneTranslation' value='-0.66570 -2.61019 1.44824'/> |
2400 | <fieldValue name='rotation' value='12.61433 0 -45.24182 1.84052'/> |
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.52921'/> |
2409 | <fieldValue name='cylinderTranslation' value='1.22425 -2.12328 0.49321'/> |
2410 | <fieldValue name='coneTranslation' value='1.20139 -2.03322 0.54124'/> |
2411 | <fieldValue name='rotation' value='24.30101 -0.00000 11.56468 0.53349'/> |
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.04954'/> |
2420 | <fieldValue name='cylinderTranslation' value='-0.02956 0.60615 2.62196'/> |
2421 | <fieldValue name='coneTranslation' value='-0.03588 0.50338 2.70962'/> |
2422 | <fieldValue name='rotation' value='-3.21149 0 -0.23145 0.70743'/> |
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.16197'/> |
2431 | <fieldValue name='cylinderTranslation' value='-0.00366 0.65113 2.67992'/> |
2432 | <fieldValue name='coneTranslation' value='-0.03006 0.58888 2.63904'/> |
2433 | <fieldValue name='rotation' value='8.37972 0 -5.41217 0.66352'/> |
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.28200'/> |
2442 | <fieldValue name='cylinderTranslation' value='-2.66200 0.82487 0.04025'/> |
2443 | <fieldValue name='coneTranslation' value='-2.65831 0.83559 0.05550'/> |
2444 | <fieldValue name='rotation' value='-22.63210 0 5.47579 2.17011'/> |
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.00007'/> |
2453 | <fieldValue name='cylinderTranslation' value='2.64691 -0.54474 0.79787'/> |
2454 | <fieldValue name='coneTranslation' value='2.60494 -0.39061 0.78945'/> |
2455 | <fieldValue name='rotation' value='0.00035 0 -0.00176 2.87070'/> |
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.31373'/> |
2464 | <fieldValue name='cylinderTranslation' value='-0.12971 2.69782 -0.45655'/> |
2465 | <fieldValue name='coneTranslation' value='-0.13236 2.69737 -0.45816'/> |
2466 | <fieldValue name='rotation' value='16.17492 0 -26.50342 1.42695'/> |
2467 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2468 | <fieldValue name='ballRadius' value='0.02'/> |
2469 | <fieldValue name='traceEnabled' value='false'/> |
2470 | <fieldValue name='displayMode'/> |
2471 | <fieldValue name='transparency' value='0'/> |
2472 | </ProtoInstance> |
2473 | <ProtoInstance name='Arc'> |
2474 | <fieldValue name='cylinderHeight' value='0.53676'/> |
2475 | <fieldValue name='cylinderTranslation' value='0.49836 -0.30663 2.41540'/> |
2476 | <fieldValue name='coneTranslation' value='0.50358 -0.24740 2.32479'/> |
2477 | <fieldValue name='rotation' value='-44.87775 0 -2.58098 0.99262'/> |
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.29965'/> |
2486 | <fieldValue name='cylinderTranslation' value='-0.12211 2.74748 0.03384'/> |
2487 | <fieldValue name='coneTranslation' value='-0.11513 2.74777 0.02644'/> |
2488 | <fieldValue name='rotation' value='21.79185 -0.00000 20.54934 1.59928'/> |
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.10264'/> |
2497 | <fieldValue name='cylinderTranslation' value='0.01390 2.75131 -0.11420'/> |
2498 | <fieldValue name='coneTranslation' value='-0.05653 2.75224 -0.03144'/> |
2499 | <fieldValue name='rotation' value='-7.81663 0 -6.65181 1.57939'/> |
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.60405'/> |
2508 | <fieldValue name='cylinderTranslation' value='0.12822 -0.61524 -2.39773'/> |
2509 | <fieldValue name='coneTranslation' value='0.19941 -0.65437 -2.28123'/> |
2510 | <fieldValue name='rotation' value='49.54971 0 -30.27582 1.84994'/> |
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.27334'/> |
2519 | <fieldValue name='cylinderTranslation' value='0.75455 -0.57125 2.31920'/> |
2520 | <fieldValue name='coneTranslation' value='0.75264 -0.54921 2.32662'/> |
2521 | <fieldValue name='rotation' value='-8.68698 0 -2.23304 2.80726'/> |
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.40368'/> |
2530 | <fieldValue name='cylinderTranslation' value='0.62732 -0.30105 2.27683'/> |
2531 | <fieldValue name='coneTranslation' value='0.60327 -0.27180 2.25904'/> |
2532 | <fieldValue name='rotation' value='-17.16206 0 23.21112 0.79675'/> |
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.50981'/> |
2541 | <fieldValue name='cylinderTranslation' value='-0.18414 0.87495 2.54021'/> |
2542 | <fieldValue name='coneTranslation' value='-0.22231 0.96085 2.52715'/> |
2543 | <fieldValue name='rotation' value='-7.01597 0 20.50295 0.43904'/> |
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.20464'/> |
2552 | <fieldValue name='cylinderTranslation' value='-0.15826 0.71196 2.57262'/> |
2553 | <fieldValue name='coneTranslation' value='-0.11506 0.67377 2.57412'/> |
2554 | <fieldValue name='rotation' value='-0.53290 0 15.32685 0.84717'/> |
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.39324'/> |
2563 | <fieldValue name='cylinderTranslation' value='0.00236 0.46822 2.60037'/> |
2564 | <fieldValue name='coneTranslation' value='0.01800 0.43544 2.60504'/> |
2565 | <fieldValue name='rotation' value='5.01624 0 -16.79777 2.67952'/> |
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.33276'/> |
2574 | <fieldValue name='cylinderTranslation' value='2.56040 -0.45071 0.50420'/> |
2575 | <fieldValue name='coneTranslation' value='2.56342 -0.44542 0.50611'/> |
2576 | <fieldValue name='rotation' value='9.96246 0 -15.75893 0.59472'/> |
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.33299'/> |
2585 | <fieldValue name='cylinderTranslation' value='2.56027 -0.45047 0.50413'/> |
2586 | <fieldValue name='coneTranslation' value='2.56333 -0.44509 0.50607'/> |
2587 | <fieldValue name='rotation' value='9.94807 0 -15.73291 0.59318'/> |
2588 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2589 | <fieldValue name='ballRadius' value='0.02'/> |
2590 | <fieldValue name='traceEnabled' value='false'/> |
2591 | <fieldValue name='displayMode'/> |
2592 | <fieldValue name='transparency' value='0'/> |
2593 | </ProtoInstance> |
2594 | <ProtoInstance name='Arc'> |
2595 | <fieldValue name='cylinderHeight' value='0.00048'/> |
2596 | <fieldValue name='cylinderTranslation' value='-2.22536 1.51844 0.66077'/> |
2597 | <fieldValue name='coneTranslation' value='-2.20142 1.60125 0.52626'/> |
2598 | <fieldValue name='rotation' value='0.04073 -0.00000 0.00725 2.11569'/> |
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.25540'/> |
2607 | <fieldValue name='cylinderTranslation' value='-2.49241 1.01787 0.78150'/> |
2608 | <fieldValue name='coneTranslation' value='-2.50162 1.01504 0.75067'/> |
2609 | <fieldValue name='rotation' value='24.37812 0 -7.28215 1.48333'/> |
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.25819'/> |
2618 | <fieldValue name='cylinderTranslation' value='-2.52931 0.94061 0.77049'/> |
2619 | <fieldValue name='coneTranslation' value='-2.52920 0.95643 0.74395'/> |
2620 | <fieldValue name='rotation' value='22.17672 -0.00000 0.09808 2.10839'/> |
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.35499'/> |
2629 | <fieldValue name='cylinderTranslation' value='-0.84721 0.42199 -2.50052'/> |
2630 | <fieldValue name='coneTranslation' value='-0.83650 0.40909 -2.50551'/> |
2631 | <fieldValue name='rotation' value='-10.13377 0 -21.73334 2.39993'/> |
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.70817'/> |
2640 | <fieldValue name='cylinderTranslation' value='0.67934 -1.48810 1.99172'/> |
2641 | <fieldValue name='coneTranslation' value='0.68568 -1.29489 1.97447'/> |
2642 | <fieldValue name='rotation' value='-6.29452 0 -2.31235 0.09483'/> |
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.25223'/> |
2651 | <fieldValue name='cylinderTranslation' value='0.92011 -1.36025 -1.94038'/> |
2652 | <fieldValue name='coneTranslation' value='0.93443 -1.38530 -1.95815'/> |
2653 | <fieldValue name='rotation' value='13.22655 -0.00000 10.65581 0.73880'/> |
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.14096'/> |
2662 | <fieldValue name='cylinderTranslation' value='0.98246 -1.52185 -1.99197'/> |
2663 | <fieldValue name='coneTranslation' value='0.97094 -1.43501 -2.01044'/> |
2664 | <fieldValue name='rotation' value='2.90732 0 -1.81418 2.89602'/> |
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.63754'/> |
2673 | <fieldValue name='cylinderTranslation' value='1.19730 -1.89550 -0.71049'/> |
2674 | <fieldValue name='coneTranslation' value='1.16832 -1.75790 -0.78421'/> |
2675 | <fieldValue name='rotation' value='-29.60441 0 11.63691 0.52237'/> |
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.27343'/> |
2684 | <fieldValue name='cylinderTranslation' value='-0.02155 0.75866 2.57808'/> |
2685 | <fieldValue name='coneTranslation' value='-0.02271 0.73590 2.58282'/> |
2686 | <fieldValue name='rotation' value='-5.56391 0 -1.37160 0.21114'/> |
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.05611'/> |
2695 | <fieldValue name='cylinderTranslation' value='-0.77565 -0.12381 -2.65729'/> |
2696 | <fieldValue name='coneTranslation' value='-0.75427 0.00324 -2.68574'/> |
2697 | <fieldValue name='rotation' value='1.21002 -0.00000 0.90908 2.86848'/> |
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.03225'/> |
2706 | <fieldValue name='cylinderTranslation' value='-0.77099 -0.08068 -2.66354'/> |
2707 | <fieldValue name='coneTranslation' value='-0.77204 -0.22454 -2.66173'/> |
2708 | <fieldValue name='rotation' value='-0.04049 0 -0.02351 0.01452'/> |
2709 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2710 | <fieldValue name='ballRadius' value='0.02'/> |
2711 | <fieldValue name='traceEnabled' value='false'/> |
2712 | <fieldValue name='displayMode'/> |
2713 | <fieldValue name='transparency' value='0'/> |
2714 | </ProtoInstance> |
2715 | <ProtoInstance name='Arc'> |
2716 | <fieldValue name='cylinderHeight' value='0.40133'/> |
2717 | <fieldValue name='cylinderTranslation' value='0.18743 2.73521 -0.00163'/> |
2718 | <fieldValue name='coneTranslation' value='0.18450 2.73302 -0.04213'/> |
2719 | <fieldValue name='rotation' value='-39.96961 0 2.89621 1.62473'/> |
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.14046'/> |
2728 | <fieldValue name='cylinderTranslation' value='0.95127 -1.64470 -1.95893'/> |
2729 | <fieldValue name='coneTranslation' value='0.89982 -1.71435 -1.93526'/> |
2730 | <fieldValue name='rotation' value='-3.70261 0 -8.05120 0.68272'/> |
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.34043'/> |
2739 | <fieldValue name='cylinderTranslation' value='0.83050 -1.83632 -2.00112'/> |
2740 | <fieldValue name='coneTranslation' value='0.82566 -1.84455 -2.00476'/> |
2741 | <fieldValue name='rotation' value='-12.14133 0 16.10455 2.50751'/> |
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='1.06144'/> |
2750 | <fieldValue name='cylinderTranslation' value='1.60074 -1.18588 -0.76483'/> |
2751 | <fieldValue name='coneTranslation' value='1.50954 -1.19935 -1.12390'/> |
2752 | <fieldValue name='rotation' value='-102.81005 0 26.11089 1.60714'/> |
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.62516'/> |
2761 | <fieldValue name='cylinderTranslation' value='1.94091 -1.12905 -0.02196'/> |
2762 | <fieldValue name='coneTranslation' value='2.04323 -1.11072 0.08973'/> |
2763 | <fieldValue name='rotation' value='45.76323 0 -41.92408 1.45037'/> |
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='1.26466'/> |
2772 | <fieldValue name='cylinderTranslation' value='1.44886 -1.53103 0.18197'/> |
2773 | <fieldValue name='coneTranslation' value='1.23789 -1.80324 0.50522'/> |
2774 | <fieldValue name='rotation' value='86.54909 -0.00000 56.48681 2.18501'/> |
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.63250'/> |
2783 | <fieldValue name='cylinderTranslation' value='2.04090 -1.10942 -0.28060'/> |
2784 | <fieldValue name='coneTranslation' value='2.19387 -1.08117 -0.29534'/> |
2785 | <fieldValue name='rotation' value='-5.96507 0 -61.92123 1.38900'/> |
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.29670'/> |
2794 | <fieldValue name='cylinderTranslation' value='1.10987 -0.36924 2.48168'/> |
2795 | <fieldValue name='coneTranslation' value='1.11717 -0.37051 2.49067'/> |
2796 | <fieldValue name='rotation' value='-22.88534 0 18.60583 1.46208'/> |
2797 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2798 | <fieldValue name='ballRadius' value='0.02'/> |
2799 | <fieldValue name='traceEnabled' value='false'/> |
2800 | <fieldValue name='displayMode'/> |
2801 | <fieldValue name='transparency' value='0'/> |
2802 | </ProtoInstance> |
2803 | <ProtoInstance name='Arc'> |
2804 | <fieldValue name='cylinderHeight' value='0.48757'/> |
2805 | <fieldValue name='cylinderTranslation' value='1.10441 -1.63541 -1.09927'/> |
2806 | <fieldValue name='coneTranslation' value='1.11634 -1.62985 -1.01652'/> |
2807 | <fieldValue name='rotation' value='48.15195 0 -6.94219 1.50442'/> |
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.69606'/> |
2816 | <fieldValue name='cylinderTranslation' value='1.10453 -1.70145 -0.99735'/> |
2817 | <fieldValue name='coneTranslation' value='1.12335 -1.72839 -0.81222'/> |
2818 | <fieldValue name='rotation' value='68.53494 0 -6.96649 1.71457'/> |
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.58702'/> |
2827 | <fieldValue name='cylinderTranslation' value='1.18137 -1.75036 -0.59934'/> |
2828 | <fieldValue name='coneTranslation' value='1.16215 -1.69072 -0.71723'/> |
2829 | <fieldValue name='rotation' value='-51.83428 0 8.45122 1.10770'/> |
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.35066'/> |
2838 | <fieldValue name='cylinderTranslation' value='1.18150 -1.81639 -0.49742'/> |
2839 | <fieldValue name='coneTranslation' value='1.17781 -1.81070 -0.51117'/> |
2840 | <fieldValue name='rotation' value='-31.45130 0 8.42693 1.19051'/> |
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.58733'/> |
2849 | <fieldValue name='cylinderTranslation' value='1.23840 -2.01080 -0.50332'/> |
2850 | <fieldValue name='coneTranslation' value='1.20999 -1.88727 -0.54574'/> |
2851 | <fieldValue name='rotation' value='-18.64076 0 12.48640 0.39196'/> |
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.48484'/> |
2860 | <fieldValue name='cylinderTranslation' value='0.45370 -0.85468 -2.21364'/> |
2861 | <fieldValue name='coneTranslation' value='0.39451 -0.80156 -2.19200'/> |
2862 | <fieldValue name='rotation' value='12.73232 -0.00000 34.81954 0.87053'/> |
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.13554'/> |
2871 | <fieldValue name='cylinderTranslation' value='-0.29739 0.11372 -2.75278'/> |
2872 | <fieldValue name='coneTranslation' value='-0.33957 0.19570 -2.75023'/> |
2873 | <fieldValue name='rotation' value='-0.37418 0 -6.19899 2.66563'/> |
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.06444'/> |
2882 | <fieldValue name='cylinderTranslation' value='-0.34559 0.19935 -2.74105'/> |
2883 | <fieldValue name='coneTranslation' value='-0.27735 0.09864 -2.78015'/> |
2884 | <fieldValue name='rotation' value='1.97178 -0.00000 3.44112 0.66297'/> |
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.00000'/> |
2893 | <fieldValue name='cylinderTranslation' value='-2.69744 -1.29045 -0.31008'/> |
2894 | <fieldValue name='coneTranslation' value='-2.69041 -1.23360 -0.45947'/> |
2895 | <fieldValue name='rotation' value='0.00010 -0.00000 0 1.93406'/> |
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.12075'/> |
2904 | <fieldValue name='cylinderTranslation' value='-2.47104 1.24092 0.27875'/> |
2905 | <fieldValue name='coneTranslation' value='-2.52168 1.15613 0.29184'/> |
2906 | <fieldValue name='rotation' value='-1.58647 0 -6.13794 0.55275'/> |
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.06694'/> |
2915 | <fieldValue name='cylinderTranslation' value='-2.51766 1.16031 0.28325'/> |
2916 | <fieldValue name='coneTranslation' value='-2.45743 1.27082 0.29626'/> |
2917 | <fieldValue name='rotation' value='-0.68838 0 3.18654 2.63295'/> |
2918 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2919 | <fieldValue name='ballRadius' value='0.02'/> |
2920 | <fieldValue name='traceEnabled' value='false'/> |
2921 | <fieldValue name='displayMode'/> |
2922 | <fieldValue name='transparency' value='0'/> |
2923 | </ProtoInstance> |
2924 | <ProtoInstance name='Arc'> |
2925 | <fieldValue name='cylinderHeight' value='1.00564'/> |
2926 | <fieldValue name='cylinderTranslation' value='1.02012 -0.66459 1.37021'/> |
2927 | <fieldValue name='coneTranslation' value='1.10671 -0.85327 1.09740'/> |
2928 | <fieldValue name='rotation' value='-80.02742 0 -25.39865 2.15363'/> |
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.79418'/> |
2937 | <fieldValue name='cylinderTranslation' value='0.68411 -0.16206 2.02137'/> |
2938 | <fieldValue name='coneTranslation' value='0.55930 -0.02725 2.17125'/> |
2939 | <fieldValue name='rotation' value='50.20389 -0.00000 41.80478 0.96600'/> |
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.33731'/> |
2948 | <fieldValue name='cylinderTranslation' value='-0.54753 0.46553 2.68125'/> |
2949 | <fieldValue name='coneTranslation' value='-0.53887 0.46562 2.68113'/> |
2950 | <fieldValue name='rotation' value='-0.48413 0 -33.72568 1.56130'/> |
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.05908'/> |
2959 | <fieldValue name='cylinderTranslation' value='2.53937 -0.85478 0.22614'/> |
2960 | <fieldValue name='coneTranslation' value='2.54370 -0.97962 0.26376'/> |
2961 | <fieldValue name='rotation' value='-1.70350 0 0.19589 0.29448'/> |
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.30103'/> |
2970 | <fieldValue name='cylinderTranslation' value='2.64787 -0.85749 0.13247'/> |
2971 | <fieldValue name='coneTranslation' value='2.64110 -0.85910 0.13891'/> |
2972 | <fieldValue name='rotation' value='-20.43663 0 -21.50388 1.40021'/> |
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.34564'/> |
2981 | <fieldValue name='cylinderTranslation' value='2.64099 -0.73774 0.11057'/> |
2982 | <fieldValue name='coneTranslation' value='2.64860 -0.73116 0.10263'/> |
2983 | <fieldValue name='rotation' value='-21.41061 0 -20.51950 1.03138'/> |
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.53641'/> |
2992 | <fieldValue name='cylinderTranslation' value='-0.05547 0.09123 -2.62354'/> |
2993 | <fieldValue name='coneTranslation' value='-0.10675 0.00352 -2.58631'/> |
2994 | <fieldValue name='rotation' value='18.45969 -0.00000 25.42094 2.51588'/> |
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.00006'/> |
3003 | <fieldValue name='cylinderTranslation' value='-2.46008 1.21871 -0.24279'/> |
3004 | <fieldValue name='coneTranslation' value='-2.39291 1.35775 -0.20104'/> |
3005 | <fieldValue name='rotation' value='-0.00168 0 0.00270 2.62443'/> |
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.29868'/> |
3014 | <fieldValue name='cylinderTranslation' value='-0.22448 -0.03634 -2.64295'/> |
3015 | <fieldValue name='coneTranslation' value='-0.22747 -0.02993 -2.65092'/> |
3016 | <fieldValue name='rotation' value='22.34015 0 -8.38196 2.21615'/> |
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.33259'/> |
3025 | <fieldValue name='cylinderTranslation' value='1.44450 -2.27803 0.02830'/> |
3026 | <fieldValue name='coneTranslation' value='1.44293 -2.27196 0.02879'/> |
3027 | <fieldValue name='rotation' value='2.57621 -0.00000 8.33726 0.26548'/> |
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.99443'/> |
3036 | <fieldValue name='cylinderTranslation' value='1.45373 -1.52231 0.85862'/> |
3037 | <fieldValue name='coneTranslation' value='1.64940 -1.32702 0.66551'/> |
3038 | <fieldValue name='rotation' value='-56.94543 0 -57.70078 0.95313'/> |
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.62057'/> |
3047 | <fieldValue name='cylinderTranslation' value='1.17100 -2.04589 1.34514'/> |
3048 | <fieldValue name='coneTranslation' value='1.17380 -2.16002 1.44288'/> |
3049 | <fieldValue name='rotation' value='40.35956 0 -1.15438 2.43318'/> |
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='1.10145'/> |
3058 | <fieldValue name='cylinderTranslation' value='0.69122 -2.05208 1.28526'/> |
3059 | <fieldValue name='coneTranslation' value='0.35493 -2.22364 1.38594'/> |
3060 | <fieldValue name='rotation' value='28.38245 -0.00000 94.80147 2.02537'/> |
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.36764'/> |
3069 | <fieldValue name='cylinderTranslation' value='-0.02931 1.06755 2.49659'/> |
3070 | <fieldValue name='coneTranslation' value='-0.02741 1.04484 2.50355'/> |
3071 | <fieldValue name='rotation' value='10.73420 0 -2.92323 2.83417'/> |
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.46354'/> |
3080 | <fieldValue name='cylinderTranslation' value='0.92445 -1.25107 -2.09817'/> |
3081 | <fieldValue name='coneTranslation' value='0.90661 -1.25601 -2.02883'/> |
3082 | <fieldValue name='rotation' value='44.78534 -0.00000 11.52473 1.63966'/> |
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.30583'/> |
3091 | <fieldValue name='cylinderTranslation' value='-2.36299 1.41439 0.22088'/> |
3092 | <fieldValue name='coneTranslation' value='-2.36657 1.40873 0.22320'/> |
3093 | <fieldValue name='rotation' value='-9.98786 0 -15.47243 0.64622'/> |
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.02028'/> |
3102 | <fieldValue name='cylinderTranslation' value='1.41195 -2.11318 0.04155'/> |
3103 | <fieldValue name='coneTranslation' value='1.54699 -2.04842 0.04699'/> |
3104 | <fieldValue name='rotation' value='-0.07358 0 1.82707 2.01769'/> |
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.32717'/> |
3113 | <fieldValue name='cylinderTranslation' value='1.48249 -2.25999 0.03052'/> |
3114 | <fieldValue name='coneTranslation' value='1.48384 -2.26330 0.03027'/> |
3115 | <fieldValue name='rotation' value='-2.27866 0 -12.28049 2.74989'/> |
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.77265'/> |
3124 | <fieldValue name='cylinderTranslation' value='1.44468 -1.08785 0.77198'/> |
3125 | <fieldValue name='coneTranslation' value='1.61900 -1.17368 0.65593'/> |
3126 | <fieldValue name='rotation' value='-39.61863 0 -59.51214 1.95977'/> |
3127 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3128 | <fieldValue name='ballRadius' value='0.02'/> |
3129 | <fieldValue name='traceEnabled' value='false'/> |
3130 | <fieldValue name='displayMode'/> |
3131 | <fieldValue name='transparency' value='0'/> |
3132 | </ProtoInstance> |
3133 | <ProtoInstance name='Arc'> |
3134 | <fieldValue name='cylinderHeight' value='0.76780'/> |
3135 | <fieldValue name='cylinderTranslation' value='1.52192 -0.85828 0.97255'/> |
3136 | <fieldValue name='coneTranslation' value='1.74051 -0.80984 0.97399'/> |
3137 | <fieldValue name='rotation' value='0.49435 0 -74.96000 1.35273'/> |
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='1.00477'/> |
3146 | <fieldValue name='cylinderTranslation' value='1.01511 -0.66164 1.36598'/> |
3147 | <fieldValue name='coneTranslation' value='0.92515 -0.47102 1.63580'/> |
3148 | <fieldValue name='rotation' value='79.18051 -0.00000 26.40098 0.98035'/> |
3149 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3150 | <fieldValue name='ballRadius' value='0.02'/> |
3151 | <fieldValue name='traceEnabled' value='false'/> |
3152 | <fieldValue name='displayMode'/> |
3153 | <fieldValue name='transparency' value='0'/> |
3154 | </ProtoInstance> |
3155 | <ProtoInstance name='Arc'> |
3156 | <fieldValue name='cylinderHeight' value='0.93417'/> |
3157 | <fieldValue name='cylinderTranslation' value='1.16705 -1.21305 0.59068'/> |
3158 | <fieldValue name='coneTranslation' value='1.18016 -1.39170 0.34125'/> |
3159 | <fieldValue name='rotation' value='-75.87860 0 -3.98707 2.19166'/> |
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.39464'/> |
3168 | <fieldValue name='cylinderTranslation' value='0.24296 2.73075 -0.01710'/> |
3169 | <fieldValue name='coneTranslation' value='0.25620 2.73195 0.01778'/> |
3170 | <fieldValue name='rotation' value='36.87553 0 -14.00063 1.53859'/> |
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.24354'/> |
3179 | <fieldValue name='cylinderTranslation' value='0.08788 2.72235 -0.28857'/> |
3180 | <fieldValue name='coneTranslation' value='0.11459 2.72299 -0.26123'/> |
3181 | <fieldValue name='rotation' value='-17.41947 0 17.01486 1.58757'/> |
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.00001'/> |
3190 | <fieldValue name='cylinderTranslation' value='0.72613 2.64818 -0.06147'/> |
3191 | <fieldValue name='coneTranslation' value='0.67994 2.67460 0.08942'/> |
3192 | <fieldValue name='rotation' value='-0.00075 0 -0.00023 1.73667'/> |
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.54277'/> |
3201 | <fieldValue name='cylinderTranslation' value='0.72831 -0.91798 2.11801'/> |
3202 | <fieldValue name='coneTranslation' value='0.71296 -1.00730 2.05326'/> |
3203 | <fieldValue name='rotation' value='-31.55212 0 7.48068 2.50130'/> |
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.53050'/> |
3212 | <fieldValue name='cylinderTranslation' value='1.58531 -1.16354 -1.51419'/> |
3213 | <fieldValue name='coneTranslation' value='1.63099 -1.14702 -1.60756'/> |
3214 | <fieldValue name='rotation' value='-47.06226 0 -23.02553 1.41321'/> |
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.00000'/> |
3223 | <fieldValue name='cylinderTranslation' value='2.50420 -0.01067 0.30975'/> |
3224 | <fieldValue name='coneTranslation' value='2.37548 0.06711 0.25517'/> |
3225 | <fieldValue name='rotation' value='0.00004 0 -0.00010 2.07847'/> |
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.82854'/> |
3234 | <fieldValue name='cylinderTranslation' value='0.04852 -0.41231 -2.34061'/> |
3235 | <fieldValue name='coneTranslation' value='0.19035 -0.58794 -2.22361'/> |
3236 | <fieldValue name='rotation' value='38.12667 0 -46.21738 2.33328'/> |
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.35771'/> |
3245 | <fieldValue name='cylinderTranslation' value='-0.99271 -0.30964 -2.55664'/> |
3246 | <fieldValue name='coneTranslation' value='-1.00867 -0.31867 -2.55223'/> |
3247 | <fieldValue name='rotation' value='8.36743 -0.00000 30.27567 2.06973'/> |
3248 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3249 | <fieldValue name='ballRadius' value='0.02'/> |
3250 | <fieldValue name='traceEnabled' value='false'/> |
3251 | <fieldValue name='displayMode'/> |
3252 | <fieldValue name='transparency' value='0'/> |
3253 | </ProtoInstance> |
3254 | <ProtoInstance name='Arc'> |
3255 | <fieldValue name='cylinderHeight' value='0.10902'/> |
3256 | <fieldValue name='cylinderTranslation' value='-0.81076 -0.18745 -2.62486'/> |
3257 | <fieldValue name='coneTranslation' value='-0.86992 -0.25831 -2.57380'/> |
3258 | <fieldValue name='rotation' value='-5.27632 0 -6.11385 0.83421'/> |
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.22318'/> |
3267 | <fieldValue name='cylinderTranslation' value='-2.54251 -1.53396 -0.62950'/> |
3268 | <fieldValue name='coneTranslation' value='-2.53619 -1.52070 -0.67563'/> |
3269 | <fieldValue name='rotation' value='21.26658 -0.00000 2.91270 1.84813'/> |
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.56730'/> |
3278 | <fieldValue name='cylinderTranslation' value='1.94638 -1.16293 0.39037'/> |
3279 | <fieldValue name='coneTranslation' value='2.03538 -1.13179 0.31037'/> |
3280 | <fieldValue name='rotation' value='-36.70359 0 -40.82940 1.31624'/> |
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.20886'/> |
3289 | <fieldValue name='cylinderTranslation' value='-2.53714 -1.70967 -0.23751'/> |
3290 | <fieldValue name='coneTranslation' value='-2.52790 -1.71545 -0.29200'/> |
3291 | <fieldValue name='rotation' value='20.48101 -0.00000 3.47179 1.46670'/> |
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.12247'/> |
3300 | <fieldValue name='cylinderTranslation' value='-2.50424 -1.72862 -0.39859'/> |
3301 | <fieldValue name='coneTranslation' value='-2.52930 -1.71556 -0.30396'/> |
3302 | <fieldValue name='rotation' value='-11.73523 0 -3.10785 1.70339'/> |
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.00000'/> |
3311 | <fieldValue name='cylinderTranslation' value='0.63972 2.59204 -0.59033'/> |
3312 | <fieldValue name='coneTranslation' value='0.73560 2.60824 -0.46328'/> |
3313 | <fieldValue name='rotation' value='-0.00012 0 0.00009 1.67224'/> |
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.00003'/> |
3322 | <fieldValue name='cylinderTranslation' value='2.65848 -0.32805 -0.14028'/> |
3323 | <fieldValue name='coneTranslation' value='2.76710 -0.39455 -0.04345'/> |
3324 | <fieldValue name='rotation' value='-0.00170 0 0.00191 1.14212'/> |
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.36609'/> |
3333 | <fieldValue name='cylinderTranslation' value='-0.36253 0.90491 2.53070'/> |
3334 | <fieldValue name='coneTranslation' value='-0.37860 0.92067 2.52576'/> |
3335 | <fieldValue name='rotation' value='-7.85044 0 25.52724 0.81762'/> |
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.65848'/> |
3344 | <fieldValue name='cylinderTranslation' value='0.35699 0.30807 2.45881'/> |
3345 | <fieldValue name='coneTranslation' value='0.29629 0.43367 2.55463'/> |
3346 | <fieldValue name='rotation' value='37.28343 -0.00000 23.61755 0.73454'/> |
3347 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3348 | <fieldValue name='ballRadius' value='0.02'/> |
3349 | <fieldValue name='traceEnabled' value='false'/> |
3350 | <fieldValue name='displayMode'/> |
3351 | <fieldValue name='transparency' value='0'/> |
3352 | </ProtoInstance> |
3353 | <ProtoInstance name='Arc'> |
3354 | <fieldValue name='cylinderHeight' value='0.46702'/> |
3355 | <fieldValue name='cylinderTranslation' value='0.66378 -0.06960 2.30622'/> |
3356 | <fieldValue name='coneTranslation' value='0.72318 -0.11157 2.31687'/> |
3357 | <fieldValue name='rotation' value='6.76653 0 -37.73920 2.17847'/> |
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.76283'/> |
3366 | <fieldValue name='cylinderTranslation' value='0.25727 -0.12069 2.47283'/> |
3367 | <fieldValue name='coneTranslation' value='0.10982 -0.09789 2.63643'/> |
3368 | <fieldValue name='rotation' value='56.36313 -0.00000 50.80021 1.46766'/> |
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.75746'/> |
3377 | <fieldValue name='cylinderTranslation' value='0.29881 0.06613 2.40823'/> |
3378 | <fieldValue name='coneTranslation' value='0.17611 0.19670 2.53368'/> |
3379 | <fieldValue name='rotation' value='43.44319 -0.00000 42.49193 0.93109'/> |
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.24687'/> |
3388 | <fieldValue name='cylinderTranslation' value='0.48289 -0.04320 2.21926'/> |
3389 | <fieldValue name='coneTranslation' value='0.49129 -0.07778 2.21089'/> |
3390 | <fieldValue name='rotation' value='5.64888 -0.00000 5.67670 0.33037'/> |
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='1.01853'/> |
3399 | <fieldValue name='cylinderTranslation' value='0.60109 -0.64778 2.07563'/> |
3400 | <fieldValue name='coneTranslation' value='0.66269 -0.98234 1.99650'/> |
3401 | <fieldValue name='rotation' value='-23.07704 0 -17.96347 2.85037'/> |
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.68432'/> |
3410 | <fieldValue name='cylinderTranslation' value='1.14997 -1.63749 -1.20001'/> |
3411 | <fieldValue name='coneTranslation' value='1.15574 -1.64720 -1.38182'/> |
3412 | <fieldValue name='rotation' value='-68.30057 0 -2.16997 1.62415'/> |
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.00000'/> |
3421 | <fieldValue name='cylinderTranslation' value='0.12030 2.60263 -0.82513'/> |
3422 | <fieldValue name='coneTranslation' value='0.27971 2.59227 -0.83407'/> |
3423 | <fieldValue name='rotation' value='0.00003 -0.00000 0.00047 1.50597'/> |
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.34212'/> |
3432 | <fieldValue name='cylinderTranslation' value='-2.39887 -1.87060 -0.51441'/> |
3433 | <fieldValue name='coneTranslation' value='-2.40468 -1.86195 -0.51072'/> |
3434 | <fieldValue name='rotation' value='11.42831 -0.00000 17.96613 0.67179'/> |
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.00000'/> |
3443 | <fieldValue name='cylinderTranslation' value='-2.75539 0.48365 0.34243'/> |
3444 | <fieldValue name='coneTranslation' value='-2.76025 0.49286 0.18277'/> |
3445 | <fieldValue name='rotation' value='0.00011 0 -0.00000 1.62841'/> |
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.35510'/> |
3454 | <fieldValue name='cylinderTranslation' value='-0.28948 0.55224 -2.60401'/> |
3455 | <fieldValue name='coneTranslation' value='-0.29533 0.53584 -2.60625'/> |
3456 | <fieldValue name='rotation' value='-4.53042 0 11.81984 2.77711'/> |
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.49252'/> |
3465 | <fieldValue name='cylinderTranslation' value='0.78084 -1.39357 -2.06721'/> |
3466 | <fieldValue name='coneTranslation' value='0.81096 -1.34924 -1.99962'/> |
3467 | <fieldValue name='rotation' value='38.59210 0 -17.19817 1.03106'/> |
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.03714'/> |
3476 | <fieldValue name='cylinderTranslation' value='1.24394 -1.37194 -1.97514'/> |
3477 | <fieldValue name='coneTranslation' value='1.23751 -1.51247 -1.96057'/> |
3478 | <fieldValue name='rotation' value='-0.38255 0 -0.16898 0.11285'/> |
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.08697'/> |
3487 | <fieldValue name='cylinderTranslation' value='1.23937 -1.43260 -1.96346'/> |
3488 | <fieldValue name='coneTranslation' value='1.24935 -1.31950 -1.98964'/> |
3489 | <fieldValue name='rotation' value='1.95438 -0.00000 0.74486 2.89873'/> |
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.73158'/> |
3498 | <fieldValue name='cylinderTranslation' value='1.15273 -1.87857 -0.93401'/> |
3499 | <fieldValue name='coneTranslation' value='1.13965 -1.95686 -1.12388'/> |
3500 | <fieldValue name='rotation' value='-67.49701 0 4.64844 1.96108'/> |
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.84707'/> |
3509 | <fieldValue name='cylinderTranslation' value='1.18148 -1.61209 -0.19262'/> |
3510 | <fieldValue name='coneTranslation' value='1.18491 -1.53287 0.05871'/> |
3511 | <fieldValue name='rotation' value='80.78167 0 -1.10150 1.26547'/> |
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.33319'/> |
3520 | <fieldValue name='cylinderTranslation' value='1.18919 -1.62798 -1.70331'/> |
3521 | <fieldValue name='coneTranslation' value='1.19032 -1.62688 -1.70971'/> |
3522 | <fieldValue name='rotation' value='-32.35914 0 -5.67528 1.40343'/> |
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.82294'/> |
3531 | <fieldValue name='cylinderTranslation' value='1.01448 -2.07446 0.95261'/> |
3532 | <fieldValue name='coneTranslation' value='0.92162 -2.18386 1.15912'/> |
3533 | <fieldValue name='rotation' value='67.57997 -0.00000 30.38854 2.02088'/> |
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.28057'/> |
3542 | <fieldValue name='cylinderTranslation' value='0.13115 0.63367 2.68352'/> |
3543 | <fieldValue name='coneTranslation' value='0.14630 0.62225 2.67814'/> |
3544 | <fieldValue name='rotation' value='7.65917 -0.00000 21.55044 0.95300'/> |
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.86263'/> |
3553 | <fieldValue name='cylinderTranslation' value='0.57322 -0.98273 -2.01211'/> |
3554 | <fieldValue name='coneTranslation' value='0.38852 -0.80391 -2.09884'/> |
3555 | <fieldValue name='rotation' value='-27.57333 0 58.72281 0.85117'/> |
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.34391'/> |
3564 | <fieldValue name='cylinderTranslation' value='-0.54061 0.60404 2.62520'/> |
3565 | <fieldValue name='coneTranslation' value='-0.55207 0.60732 2.62424'/> |
3566 | <fieldValue name='rotation' value='-2.77286 0 32.95751 1.29312'/> |
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.15461'/> |
3575 | <fieldValue name='cylinderTranslation' value='1.22661 -1.53752 -1.90940'/> |
3576 | <fieldValue name='coneTranslation' value='1.21694 -1.60460 -1.86202'/> |
3577 | <fieldValue name='rotation' value='-8.85803 0 -1.80780 0.62456'/> |
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.61958'/> |
3586 | <fieldValue name='cylinderTranslation' value='1.09564 -2.03168 -0.53037'/> |
3587 | <fieldValue name='coneTranslation' value='1.11678 -1.89612 -0.59048'/> |
3588 | <fieldValue name='rotation' value='-24.86168 0 -8.74460 0.43937'/> |
3589 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3590 | <fieldValue name='ballRadius' value='0.02'/> |
3591 | <fieldValue name='traceEnabled' value='false'/> |
3592 | <fieldValue name='displayMode'/> |
3593 | <fieldValue name='transparency' value='0'/> |
3594 | </ProtoInstance> |
3595 | <ProtoInstance name='Arc'> |
3596 | <fieldValue name='cylinderHeight' value='0.79185'/> |
3597 | <fieldValue name='cylinderTranslation' value='0.66880 -0.15419 2.00469'/> |
3598 | <fieldValue name='coneTranslation' value='0.54111 -0.01848 2.14938'/> |
3599 | <fieldValue name='rotation' value='48.56224 -0.00000 42.86045 0.95789'/> |
3600 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3601 | <fieldValue name='ballRadius' value='0.02'/> |
3602 | <fieldValue name='traceEnabled' value='false'/> |
3603 | <fieldValue name='displayMode'/> |
3604 | <fieldValue name='transparency' value='0'/> |
3605 | </ProtoInstance> |
3606 | <ProtoInstance name='Arc'> |
3607 | <fieldValue name='cylinderHeight' value='0.22433'/> |
3608 | <fieldValue name='cylinderTranslation' value='0.93466 -0.27803 2.35366'/> |
3609 | <fieldValue name='coneTranslation' value='0.89961 -0.24600 2.34786'/> |
3610 | <fieldValue name='rotation' value='2.71992 0 -16.43618 2.30457'/> |
3611 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3612 | <fieldValue name='ballRadius' value='0.02'/> |
3613 | <fieldValue name='traceEnabled' value='false'/> |
3614 | <fieldValue name='displayMode'/> |
3615 | <fieldValue name='transparency' value='0'/> |
3616 | </ProtoInstance> |
3617 | <ProtoInstance name='Arc'> |
3618 | <fieldValue name='cylinderHeight' value='0.81977'/> |
3619 | <fieldValue name='cylinderTranslation' value='-0.14997 -2.47335 1.45842'/> |
3620 | <fieldValue name='coneTranslation' value='-0.37382 -2.58277 1.47746'/> |
3621 | <fieldValue name='rotation' value='6.24904 -0.00000 73.43634 2.02400'/> |
3622 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3623 | <fieldValue name='ballRadius' value='0.02'/> |
3624 | <fieldValue name='traceEnabled' value='false'/> |
3625 | <fieldValue name='displayMode'/> |
3626 | <fieldValue name='transparency' value='0'/> |
3627 | </ProtoInstance> |
3628 | <ProtoInstance name='Arc'> |
3629 | <fieldValue name='cylinderHeight' value='0.63608'/> |
3630 | <fieldValue name='cylinderTranslation' value='0.37570 0.33353 2.41290'/> |
3631 | <fieldValue name='coneTranslation' value='0.33655 0.46271 2.49509'/> |
3632 | <fieldValue name='rotation' value='33.07954 -0.00000 15.75961 0.61390'/> |
3633 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3634 | <fieldValue name='ballRadius' value='0.02'/> |
3635 | <fieldValue name='traceEnabled' value='false'/> |
3636 | <fieldValue name='displayMode'/> |
3637 | <fieldValue name='transparency' value='0'/> |
3638 | </ProtoInstance> |
3639 | <ProtoInstance name='Vertex'> |
3640 | <fieldValue name='vertexText' value='"2010-02-22-BLOG.TWITTER.COM-2010"'/> |
3641 | <fieldValue name='description' value='1: 2010-02-22-BLOG.TWITTER.COM-2010'/> |
3642 | <fieldValue name='url'/> |
3643 | <fieldValue name='radius' value='0.1500'/> |
3644 | <fieldValue name='displayMode'/> |
3645 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3646 | <fieldValue name='transparency' value='0'/> |
3647 | <fieldValue name='translation' value='-0.45368 -0.03582 -2.52882'/> |
3648 | <fieldValue name='textTranslation' value='-0.30368 -0.03582 -2.52882'/> |
3649 | <fieldValue name='textColor' value='0 0 0'/> |
3650 | </ProtoInstance> |
3651 | <ProtoInstance name='Vertex'> |
3652 | <fieldValue name='vertexText' value='"2010-02-22-FACEBOOK.COM-PAGES"'/> |
3653 | <fieldValue name='description' value='2: 2010-02-22-FACEBOOK.COM-PAGES'/> |
3654 | <fieldValue name='url'/> |
3655 | <fieldValue name='radius' value='0.1500'/> |
3656 | <fieldValue name='displayMode'/> |
3657 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3658 | <fieldValue name='transparency' value='0'/> |
3659 | <fieldValue name='translation' value='2.12973 -0.84179 0.31536'/> |
3660 | <fieldValue name='textTranslation' value='2.27973 -0.84179 0.31536'/> |
3661 | <fieldValue name='textColor' value='0 0 0'/> |
3662 | </ProtoInstance> |
3663 | <ProtoInstance name='Vertex'> |
3664 | <fieldValue name='vertexText' value='"2010-02-22-FLICKR.COM-PHOTOS"'/> |
3665 | <fieldValue name='description' value='3: 2010-02-22-FLICKR.COM-PHOTOS'/> |
3666 | <fieldValue name='url'/> |
3667 | <fieldValue name='radius' value='0.1500'/> |
3668 | <fieldValue name='displayMode'/> |
3669 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3670 | <fieldValue name='transparency' value='0'/> |
3671 | <fieldValue name='translation' value='0.05238 0.43237 2.47609'/> |
3672 | <fieldValue name='textTranslation' value='0.20238 0.43237 2.47609'/> |
3673 | <fieldValue name='textColor' value='0 0 0'/> |
3674 | </ProtoInstance> |
3675 | <ProtoInstance name='Vertex'> |
3676 | <fieldValue name='vertexText' value='"2010-02-22-INRELIEF.ORG-MY"'/> |
3677 | <fieldValue name='description' value='4: 2010-02-22-INRELIEF.ORG-MY'/> |
3678 | <fieldValue name='url'/> |
3679 | <fieldValue name='radius' value='0.1500'/> |
3680 | <fieldValue name='displayMode'/> |
3681 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3682 | <fieldValue name='transparency' value='0'/> |
3683 | <fieldValue name='translation' value='0.16398 2.70914 -0.24522'/> |
3684 | <fieldValue name='textTranslation' value='0.31398 2.70914 -0.24522'/> |
3685 | <fieldValue name='textColor' value='0 0 0'/> |
3686 | </ProtoInstance> |
3687 | <ProtoInstance name='Vertex'> |
3688 | <fieldValue name='vertexText' value='"2010-02-22-IREPORT.COM-DOCS"'/> |
3689 | <fieldValue name='description' value='5: 2010-02-22-IREPORT.COM-DOCS'/> |
3690 | <fieldValue name='url'/> |
3691 | <fieldValue name='radius' value='0.1500'/> |
3692 | <fieldValue name='displayMode'/> |
3693 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3694 | <fieldValue name='transparency' value='0'/> |
3695 | <fieldValue name='translation' value='-2.52413 1.06010 0.35756'/> |
3696 | <fieldValue name='textTranslation' value='-2.37413 1.06010 0.35756'/> |
3697 | <fieldValue name='textColor' value='0 0 0'/> |
3698 | </ProtoInstance> |
3699 | <ProtoInstance name='Vertex'> |
3700 | <fieldValue name='vertexText' value='"2010-02-22-NAVY.MIL-VIEW_PHOTOS_TOP.ASP"'/> |
3701 | <fieldValue name='description' value='6: 2010-02-22-NAVY.MIL-VIEW_PHOTOS_TOP.ASP'/> |
3702 | <fieldValue name='url'/> |
3703 | <fieldValue name='radius' value='0.1500'/> |
3704 | <fieldValue name='displayMode'/> |
3705 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3706 | <fieldValue name='transparency' value='0'/> |
3707 | <fieldValue name='translation' value='1.02028 -1.37001 -1.61075'/> |
3708 | <fieldValue name='textTranslation' value='1.17028 -1.37001 -1.61075'/> |
3709 | <fieldValue name='textColor' value='0 0 0'/> |
3710 | </ProtoInstance> |
3711 | <ProtoInstance name='Vertex'> |
3712 | <fieldValue name='vertexText' value='"2010-02-22-SOUTHCOM.MIL-APPSSC"'/> |
3713 | <fieldValue name='description' value='7: 2010-02-22-SOUTHCOM.MIL-APPSSC'/> |
3714 | <fieldValue name='url'/> |
3715 | <fieldValue name='radius' value='0.1500'/> |
3716 | <fieldValue name='displayMode'/> |
3717 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3718 | <fieldValue name='transparency' value='0'/> |
3719 | <fieldValue name='translation' value='1.23513 -1.65979 0.05137'/> |
3720 | <fieldValue name='textTranslation' value='1.38513 -1.65979 0.05137'/> |
3721 | <fieldValue name='textColor' value='0 0 0'/> |
3722 | </ProtoInstance> |
3723 | <ProtoInstance name='Vertex'> |
3724 | <fieldValue name='vertexText' value='"2010-02-22-TWITTER.COM"'/> |
3725 | <fieldValue name='description' value='8: 2010-02-22-TWITTER.COM'/> |
3726 | <fieldValue name='url'/> |
3727 | <fieldValue name='radius' value='0.1500'/> |
3728 | <fieldValue name='displayMode'/> |
3729 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3730 | <fieldValue name='transparency' value='0'/> |
3731 | <fieldValue name='translation' value='0.72711 -2.16638 1.51078'/> |
3732 | <fieldValue name='textTranslation' value='0.87711 -2.16638 1.51078'/> |
3733 | <fieldValue name='textColor' value='0 0 0'/> |
3734 | </ProtoInstance> |
3735 | <ProtoInstance name='Vertex'> |
3736 | <fieldValue name='vertexText' value='"2010-02-22-TWITTER.COM-#"'/> |
3737 | <fieldValue name='description' value='9: 2010-02-22-TWITTER.COM-#'/> |
3738 | <fieldValue name='url'/> |
3739 | <fieldValue name='radius' value='0.1500'/> |
3740 | <fieldValue name='displayMode'/> |
3741 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
3742 | <fieldValue name='transparency' value='0'/> |
3743 | <fieldValue name='translation' value='0.72711 -2.16638 1.51078'/> |
3744 | <fieldValue name='textTranslation' value='0.87711 -2.16638 1.51078'/> |
3745 | <fieldValue name='textColor' value='0 0 0'/> |
3746 | </ProtoInstance> |
3747 | <ProtoInstance name='Vertex'> |
3748 | <fieldValue name='vertexText' value='"2010-02-22-TWITTER.COM-HAITI_INRELIEF"'/> |
3749 | <fieldValue name='description' value='10: 2010-02-22-TWITTER.COM-HAITI_INRELIEF'/> |
3750 | <fieldValue name='url'/> |
3751 | <fieldValue name='radius' value='0.1500'/> |
3752 | <fieldValue name='displayMode'/> |
3753 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
3754 | <fieldValue name='transparency' value='0'/> |
3755 | <fieldValue name='translation' value='-2.59108 -1.52207 -0.43252'/> |
3756 | <fieldValue name='textTranslation' value='-2.44108 -1.52207 -0.43252'/> |
3757 | <fieldValue name='textColor' value='0 0 0'/> |
3758 | </ProtoInstance> |
3759 | <ProtoInstance name='Vertex'> |
3760 | <fieldValue name='vertexText' value='"2010-02-22-TWITTER.COM-JTFHAITI"'/> |
3761 | <fieldValue name='description' value='11: 2010-02-22-TWITTER.COM-JTFHAITI'/> |
3762 | <fieldValue name='url'/> |
3763 | <fieldValue name='radius' value='0.1500'/> |
3764 | <fieldValue name='displayMode'/> |
3765 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
3766 | <fieldValue name='transparency' value='0'/> |
3767 | <fieldValue name='translation' value='-2.52544 -1.66087 -0.43884'/> |
3768 | <fieldValue name='textTranslation' value='-2.37544 -1.66087 -0.43884'/> |
3769 | <fieldValue name='textColor' value='0 0 0'/> |
3770 | </ProtoInstance> |
3771 | <ProtoInstance name='Vertex'> |
3772 | <fieldValue name='vertexText' value='"2010-02-22-TWITTER.COM-MARINECORPSNEWS"'/> |
3773 | <fieldValue name='description' value='12: 2010-02-22-TWITTER.COM-MARINECORPSNEWS'/> |
3774 | <fieldValue name='url'/> |
3775 | <fieldValue name='radius' value='0.1500'/> |
3776 | <fieldValue name='displayMode'/> |
3777 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3778 | <fieldValue name='transparency' value='0'/> |
3779 | <fieldValue name='translation' value='0.75630 -0.35892 2.01298'/> |
3780 | <fieldValue name='textTranslation' value='0.90630 -0.35892 2.01298'/> |
3781 | <fieldValue name='textColor' value='0 0 0'/> |
3782 | </ProtoInstance> |
3783 | <ProtoInstance name='Vertex'> |
3784 | <fieldValue name='vertexText' value='"2010-02-22-TWITTER.COM-TWITTER"'/> |
3785 | <fieldValue name='description' value='13: 2010-02-22-TWITTER.COM-TWITTER'/> |
3786 | <fieldValue name='url'/> |
3787 | <fieldValue name='radius' value='0.1500'/> |
3788 | <fieldValue name='displayMode'/> |
3789 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
3790 | <fieldValue name='transparency' value='0'/> |
3791 | <fieldValue name='translation' value='-0.96957 -2.52297 1.36352'/> |
3792 | <fieldValue name='textTranslation' value='-0.81957 -2.52297 1.36352'/> |
3793 | <fieldValue name='textColor' value='0 0 0'/> |
3794 | </ProtoInstance> |
3795 | <ProtoInstance name='Vertex'> |
3796 | <fieldValue name='vertexText' value=' "Haiti/2010-02-22/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-22.simple" '/> |
3797 | <fieldValue name='description' value='14: Haiti/2010-02-22/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-22.simple'/> |
3798 | <fieldValue name='url'/> |
3799 | <fieldValue name='radius' value='0.1500'/> |
3800 | <fieldValue name='displayMode'/> |
3801 | <fieldValue name='diffuseColor' value='0.5020 0.5020 0.5020'/> |
3802 | <fieldValue name='transparency' value='0'/> |
3803 | <fieldValue name='translation' value='-1.49620 2.05073 -1.06446'/> |
3804 | <fieldValue name='textTranslation' value='-1.34620 2.05073 -1.06446'/> |
3805 | <fieldValue name='textColor' value='0 0 0'/> |
3806 | </ProtoInstance> |
3807 | <ProtoInstance name='Vertex'> |
3808 | <fieldValue name='vertexText' value='"affairs"'/> |
3809 | <fieldValue name='description' value='15: affairs'/> |
3810 | <fieldValue name='url'/> |
3811 | <fieldValue name='radius' value='0.1500'/> |
3812 | <fieldValue name='displayMode'/> |
3813 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
3814 | <fieldValue name='transparency' value='0'/> |
3815 | <fieldValue name='translation' value='1.28207 -2.35112 0.37170'/> |
3816 | <fieldValue name='textTranslation' value='1.43207 -2.35112 0.37170'/> |
3817 | <fieldValue name='textColor' value='0 0 0'/> |
3818 | </ProtoInstance> |
3819 | <ProtoInstance name='Vertex'> |
3820 | <fieldValue name='vertexText' value='"afghan"'/> |
3821 | <fieldValue name='description' value='16: afghan'/> |
3822 | <fieldValue name='url'/> |
3823 | <fieldValue name='radius' value='0.1500'/> |
3824 | <fieldValue name='displayMode'/> |
3825 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3826 | <fieldValue name='transparency' value='0'/> |
3827 | <fieldValue name='translation' value='-0.03072 0.58733 2.63802'/> |
3828 | <fieldValue name='textTranslation' value='0.11928 0.58733 2.63802'/> |
3829 | <fieldValue name='textColor' value='0 0 0'/> |
3830 | </ProtoInstance> |
3831 | <ProtoInstance name='Vertex'> |
3832 | <fieldValue name='vertexText' value='"afghanistan"'/> |
3833 | <fieldValue name='description' value='17: afghanistan'/> |
3834 | <fieldValue name='url'/> |
3835 | <fieldValue name='radius' value='0.1500'/> |
3836 | <fieldValue name='displayMode'/> |
3837 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3838 | <fieldValue name='transparency' value='0'/> |
3839 | <fieldValue name='translation' value='-2.63462 0.90440 0.15341'/> |
3840 | <fieldValue name='textTranslation' value='-2.48462 0.90440 0.15341'/> |
3841 | <fieldValue name='textColor' value='0 0 0'/> |
3842 | </ProtoInstance> |
3843 | <ProtoInstance name='Vertex'> |
3844 | <fieldValue name='vertexText' value='"airport"'/> |
3845 | <fieldValue name='description' value='18: airport'/> |
3846 | <fieldValue name='url'/> |
3847 | <fieldValue name='radius' value='0.1500'/> |
3848 | <fieldValue name='displayMode'/> |
3849 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3850 | <fieldValue name='transparency' value='0'/> |
3851 | <fieldValue name='translation' value='2.64690 -0.54471 0.79787'/> |
3852 | <fieldValue name='textTranslation' value='2.79690 -0.54471 0.79787'/> |
3853 | <fieldValue name='textColor' value='0 0 0'/> |
3854 | </ProtoInstance> |
3855 | <ProtoInstance name='Vertex'> |
3856 | <fieldValue name='vertexText' value='"amazing"'/> |
3857 | <fieldValue name='description' value='19: amazing'/> |
3858 | <fieldValue name='url'/> |
3859 | <fieldValue name='radius' value='0.1500'/> |
3860 | <fieldValue name='displayMode'/> |
3861 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
3862 | <fieldValue name='transparency' value='0'/> |
3863 | <fieldValue name='translation' value='-1.51133 -2.36417 1.54271'/> |
3864 | <fieldValue name='textTranslation' value='-1.36133 -2.36417 1.54271'/> |
3865 | <fieldValue name='textColor' value='0 0 0'/> |
3866 | </ProtoInstance> |
3867 | <ProtoInstance name='Vertex'> |
3868 | <fieldValue name='vertexText' value='"amount"'/> |
3869 | <fieldValue name='description' value='20: amount'/> |
3870 | <fieldValue name='url'/> |
3871 | <fieldValue name='radius' value='0.1500'/> |
3872 | <fieldValue name='displayMode'/> |
3873 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3874 | <fieldValue name='transparency' value='0'/> |
3875 | <fieldValue name='translation' value='-0.26223 2.67533 -0.53742'/> |
3876 | <fieldValue name='textTranslation' value='-0.11223 2.67533 -0.53742'/> |
3877 | <fieldValue name='textColor' value='0 0 0'/> |
3878 | </ProtoInstance> |
3879 | <ProtoInstance name='Vertex'> |
3880 | <fieldValue name='vertexText' value='"ana"'/> |
3881 | <fieldValue name='description' value='21: ana'/> |
3882 | <fieldValue name='url'/> |
3883 | <fieldValue name='radius' value='0.1500'/> |
3884 | <fieldValue name='displayMode'/> |
3885 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3886 | <fieldValue name='transparency' value='0'/> |
3887 | <fieldValue name='translation' value='0.48546 -0.45330 2.63979'/> |
3888 | <fieldValue name='textTranslation' value='0.63546 -0.45330 2.63979'/> |
3889 | <fieldValue name='textColor' value='0 0 0'/> |
3890 | </ProtoInstance> |
3891 | <ProtoInstance name='Vertex'> |
3892 | <fieldValue name='vertexText' value='"appeal"'/> |
3893 | <fieldValue name='description' value='22: appeal'/> |
3894 | <fieldValue name='url'/> |
3895 | <fieldValue name='radius' value='0.1500'/> |
3896 | <fieldValue name='displayMode'/> |
3897 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3898 | <fieldValue name='transparency' value='0'/> |
3899 | <fieldValue name='translation' value='-0.01936 2.75175 -0.07512'/> |
3900 | <fieldValue name='textTranslation' value='0.13064 2.75175 -0.07512'/> |
3901 | <fieldValue name='textColor' value='0 0 0'/> |
3902 | </ProtoInstance> |
3903 | <ProtoInstance name='Vertex'> |
3904 | <fieldValue name='vertexText' value='"article"'/> |
3905 | <fieldValue name='description' value='23: article'/> |
3906 | <fieldValue name='url'/> |
3907 | <fieldValue name='radius' value='0.1500'/> |
3908 | <fieldValue name='displayMode'/> |
3909 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3910 | <fieldValue name='transparency' value='0'/> |
3911 | <fieldValue name='translation' value='2.50565 -0.04892 0.03930'/> |
3912 | <fieldValue name='textTranslation' value='2.65565 -0.04892 0.03930'/> |
3913 | <fieldValue name='textColor' value='0 0 0'/> |
3914 | </ProtoInstance> |
3915 | <ProtoInstance name='Vertex'> |
3916 | <fieldValue name='vertexText' value='"assessment"'/> |
3917 | <fieldValue name='description' value='24: assessment'/> |
3918 | <fieldValue name='url'/> |
3919 | <fieldValue name='radius' value='0.1500'/> |
3920 | <fieldValue name='displayMode'/> |
3921 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3922 | <fieldValue name='transparency' value='0'/> |
3923 | <fieldValue name='translation' value='-0.02316 -0.53202 -2.64548'/> |
3924 | <fieldValue name='textTranslation' value='0.12684 -0.53202 -2.64548'/> |
3925 | <fieldValue name='textColor' value='0 0 0'/> |
3926 | </ProtoInstance> |
3927 | <ProtoInstance name='Vertex'> |
3928 | <fieldValue name='vertexText' value='"battle"'/> |
3929 | <fieldValue name='description' value='25: battle'/> |
3930 | <fieldValue name='url'/> |
3931 | <fieldValue name='radius' value='0.1500'/> |
3932 | <fieldValue name='displayMode'/> |
3933 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3934 | <fieldValue name='transparency' value='0'/> |
3935 | <fieldValue name='translation' value='0.74338 -0.44215 2.36264'/> |
3936 | <fieldValue name='textTranslation' value='0.89338 -0.44215 2.36264'/> |
3937 | <fieldValue name='textColor' value='0 0 0'/> |
3938 | </ProtoInstance> |
3939 | <ProtoInstance name='Vertex'> |
3940 | <fieldValue name='vertexText' value='"bravo"'/> |
3941 | <fieldValue name='description' value='26: bravo'/> |
3942 | <fieldValue name='url'/> |
3943 | <fieldValue name='radius' value='0.1500'/> |
3944 | <fieldValue name='displayMode'/> |
3945 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3946 | <fieldValue name='transparency' value='0'/> |
3947 | <fieldValue name='translation' value='-0.08163 0.64422 2.57529'/> |
3948 | <fieldValue name='textTranslation' value='0.06837 0.64422 2.57529'/> |
3949 | <fieldValue name='textColor' value='0 0 0'/> |
3950 | </ProtoInstance> |
3951 | <ProtoInstance name='Vertex'> |
3952 | <fieldValue name='vertexText' value='"brigade"'/> |
3953 | <fieldValue name='description' value='27: brigade'/> |
3954 | <fieldValue name='url'/> |
3955 | <fieldValue name='radius' value='0.1500'/> |
3956 | <fieldValue name='displayMode'/> |
3957 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3958 | <fieldValue name='transparency' value='0'/> |
3959 | <fieldValue name='translation' value='2.48160 -0.58853 0.45439'/> |
3960 | <fieldValue name='textTranslation' value='2.63160 -0.58853 0.45439'/> |
3961 | <fieldValue name='textColor' value='0 0 0'/> |
3962 | </ProtoInstance> |
3963 | <ProtoInstance name='Vertex'> |
3964 | <fieldValue name='vertexText' value='"brings"'/> |
3965 | <fieldValue name='description' value='28: brings'/> |
3966 | <fieldValue name='url'/> |
3967 | <fieldValue name='radius' value='0.1500'/> |
3968 | <fieldValue name='displayMode'/> |
3969 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
3970 | <fieldValue name='transparency' value='0'/> |
3971 | <fieldValue name='translation' value='1.31341 0.26468 2.24672'/> |
3972 | <fieldValue name='textTranslation' value='1.46341 0.26468 2.24672'/> |
3973 | <fieldValue name='textColor' value='0 0 0'/> |
3974 | </ProtoInstance> |
3975 | <ProtoInstance name='Vertex'> |
3976 | <fieldValue name='vertexText' value='"budget"'/> |
3977 | <fieldValue name='description' value='29: budget'/> |
3978 | <fieldValue name='url'/> |
3979 | <fieldValue name='radius' value='0.1500'/> |
3980 | <fieldValue name='displayMode'/> |
3981 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3982 | <fieldValue name='transparency' value='0'/> |
3983 | <fieldValue name='translation' value='-2.22532 1.51857 0.66057'/> |
3984 | <fieldValue name='textTranslation' value='-2.07532 1.51857 0.66057'/> |
3985 | <fieldValue name='textColor' value='0 0 0'/> |
3986 | </ProtoInstance> |
3987 | <ProtoInstance name='Vertex'> |
3988 | <fieldValue name='vertexText' value='"build"'/> |
3989 | <fieldValue name='description' value='30: build'/> |
3990 | <fieldValue name='url'/> |
3991 | <fieldValue name='radius' value='0.1500'/> |
3992 | <fieldValue name='displayMode'/> |
3993 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3994 | <fieldValue name='transparency' value='0'/> |
3995 | <fieldValue name='translation' value='-2.52882 1.00671 0.65961'/> |
3996 | <fieldValue name='textTranslation' value='-2.37882 1.00671 0.65961'/> |
3997 | <fieldValue name='textColor' value='0 0 0'/> |
3998 | </ProtoInstance> |
3999 | <ProtoInstance name='Vertex'> |
4000 | <fieldValue name='vertexText' value='"bursts"'/> |
4001 | <fieldValue name='description' value='31: bursts'/> |
4002 | <fieldValue name='url'/> |
4003 | <fieldValue name='radius' value='0.1500'/> |
4004 | <fieldValue name='displayMode'/> |
4005 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4006 | <fieldValue name='transparency' value='0'/> |
4007 | <fieldValue name='translation' value='-0.95588 0.55286 -2.44985'/> |
4008 | <fieldValue name='textTranslation' value='-0.80588 0.55286 -2.44985'/> |
4009 | <fieldValue name='textColor' value='0 0 0'/> |
4010 | </ProtoInstance> |
4011 | <ProtoInstance name='Vertex'> |
4012 | <fieldValue name='vertexText' value='"canadian"'/> |
4013 | <fieldValue name='description' value='32: canadian'/> |
4014 | <fieldValue name='url'/> |
4015 | <fieldValue name='radius' value='0.1500'/> |
4016 | <fieldValue name='displayMode'/> |
4017 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4018 | <fieldValue name='transparency' value='0'/> |
4019 | <fieldValue name='translation' value='0.66778 -1.84060 2.02319'/> |
4020 | <fieldValue name='textTranslation' value='0.81778 -1.84060 2.02319'/> |
4021 | <fieldValue name='textColor' value='0 0 0'/> |
4022 | </ProtoInstance> |
4023 | <ProtoInstance name='Vertex'> |
4024 | <fieldValue name='vertexText' value='"caribbean"'/> |
4025 | <fieldValue name='description' value='33: caribbean'/> |
4026 | <fieldValue name='url'/> |
4027 | <fieldValue name='radius' value='0.1500'/> |
4028 | <fieldValue name='displayMode'/> |
4029 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4030 | <fieldValue name='transparency' value='0'/> |
4031 | <fieldValue name='translation' value='0.97339 -1.45348 -2.00651'/> |
4032 | <fieldValue name='textTranslation' value='1.12339 -1.45348 -2.00651'/> |
4033 | <fieldValue name='textColor' value='0 0 0'/> |
4034 | </ProtoInstance> |
4035 | <ProtoInstance name='Vertex'> |
4036 | <fieldValue name='vertexText' value='"celebrating"'/> |
4037 | <fieldValue name='description' value='34: celebrating'/> |
4038 | <fieldValue name='url'/> |
4039 | <fieldValue name='radius' value='0.1500'/> |
4040 | <fieldValue name='displayMode'/> |
4041 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4042 | <fieldValue name='transparency' value='0'/> |
4043 | <fieldValue name='translation' value='-1.51133 -2.36417 1.54271'/> |
4044 | <fieldValue name='textTranslation' value='-1.36133 -2.36417 1.54271'/> |
4045 | <fieldValue name='textColor' value='0 0 0'/> |
4046 | </ProtoInstance> |
4047 | <ProtoInstance name='Vertex'> |
4048 | <fieldValue name='vertexText' value='"chief"'/> |
4049 | <fieldValue name='description' value='35: chief'/> |
4050 | <fieldValue name='url'/> |
4051 | <fieldValue name='radius' value='0.1500'/> |
4052 | <fieldValue name='displayMode'/> |
4053 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4054 | <fieldValue name='transparency' value='0'/> |
4055 | <fieldValue name='translation' value='1.25549 -2.17176 -0.56246'/> |
4056 | <fieldValue name='textTranslation' value='1.40549 -2.17176 -0.56246'/> |
4057 | <fieldValue name='textColor' value='0 0 0'/> |
4058 | </ProtoInstance> |
4059 | <ProtoInstance name='Vertex'> |
4060 | <fieldValue name='vertexText' value='"child"'/> |
4061 | <fieldValue name='description' value='36: child'/> |
4062 | <fieldValue name='url'/> |
4063 | <fieldValue name='radius' value='0.1500'/> |
4064 | <fieldValue name='displayMode'/> |
4065 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4066 | <fieldValue name='transparency' value='0'/> |
4067 | <fieldValue name='translation' value='-0.02840 0.62498 2.60590'/> |
4068 | <fieldValue name='textTranslation' value='0.12160 0.62498 2.60590'/> |
4069 | <fieldValue name='textColor' value='0 0 0'/> |
4070 | </ProtoInstance> |
4071 | <ProtoInstance name='Vertex'> |
4072 | <fieldValue name='vertexText' value='"city"'/> |
4073 | <fieldValue name='description' value='37: city'/> |
4074 | <fieldValue name='url'/> |
4075 | <fieldValue name='radius' value='0.1500'/> |
4076 | <fieldValue name='displayMode'/> |
4077 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4078 | <fieldValue name='transparency' value='0'/> |
4079 | <fieldValue name='translation' value='-0.77110 -0.09680 -2.66334'/> |
4080 | <fieldValue name='textTranslation' value='-0.62110 -0.09680 -2.66334'/> |
4081 | <fieldValue name='textColor' value='0 0 0'/> |
4082 | </ProtoInstance> |
4083 | <ProtoInstance name='Vertex'> |
4084 | <fieldValue name='vertexText' value='"civic"'/> |
4085 | <fieldValue name='description' value='38: civic'/> |
4086 | <fieldValue name='url'/> |
4087 | <fieldValue name='radius' value='0.1500'/> |
4088 | <fieldValue name='displayMode'/> |
4089 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4090 | <fieldValue name='transparency' value='0'/> |
4091 | <fieldValue name='translation' value='1.38621 -0.01683 2.40174'/> |
4092 | <fieldValue name='textTranslation' value='1.53621 -0.01683 2.40174'/> |
4093 | <fieldValue name='textColor' value='0 0 0'/> |
4094 | </ProtoInstance> |
4095 | <ProtoInstance name='Vertex'> |
4096 | <fieldValue name='vertexText' value='"class"'/> |
4097 | <fieldValue name='description' value='39: class'/> |
4098 | <fieldValue name='url'/> |
4099 | <fieldValue name='radius' value='0.1500'/> |
4100 | <fieldValue name='displayMode'/> |
4101 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4102 | <fieldValue name='transparency' value='0'/> |
4103 | <fieldValue name='translation' value='1.45361 -0.87277 -2.15875'/> |
4104 | <fieldValue name='textTranslation' value='1.60361 -0.87277 -2.15875'/> |
4105 | <fieldValue name='textColor' value='0 0 0'/> |
4106 | </ProtoInstance> |
4107 | <ProtoInstance name='Vertex'> |
4108 | <fieldValue name='vertexText' value='"cluster"'/> |
4109 | <fieldValue name='description' value='40: cluster'/> |
4110 | <fieldValue name='url'/> |
4111 | <fieldValue name='radius' value='0.1500'/> |
4112 | <fieldValue name='displayMode'/> |
4113 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4114 | <fieldValue name='transparency' value='0'/> |
4115 | <fieldValue name='translation' value='0.20191 2.74603 0.19822'/> |
4116 | <fieldValue name='textTranslation' value='0.35191 2.74603 0.19822'/> |
4117 | <fieldValue name='textColor' value='0 0 0'/> |
4118 | </ProtoInstance> |
4119 | <ProtoInstance name='Vertex'> |
4120 | <fieldValue name='vertexText' value='"comfort"'/> |
4121 | <fieldValue name='description' value='41: comfort'/> |
4122 | <fieldValue name='url'/> |
4123 | <fieldValue name='radius' value='0.1500'/> |
4124 | <fieldValue name='displayMode'/> |
4125 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4126 | <fieldValue name='transparency' value='0'/> |
4127 | <fieldValue name='translation' value='0.91102 -1.69919 -1.94041'/> |
4128 | <fieldValue name='textTranslation' value='1.06102 -1.69919 -1.94041'/> |
4129 | <fieldValue name='textColor' value='0 0 0'/> |
4130 | </ProtoInstance> |
4131 | <ProtoInstance name='Vertex'> |
4132 | <fieldValue name='vertexText' value='"command"'/> |
4133 | <fieldValue name='description' value='42: command'/> |
4134 | <fieldValue name='url'/> |
4135 | <fieldValue name='radius' value='0.1500'/> |
4136 | <fieldValue name='displayMode'/> |
4137 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4138 | <fieldValue name='transparency' value='0'/> |
4139 | <fieldValue name='translation' value='1.73129 -1.16660 -0.25078'/> |
4140 | <fieldValue name='textTranslation' value='1.88129 -1.16660 -0.25078'/> |
4141 | <fieldValue name='textColor' value='0 0 0'/> |
4142 | </ProtoInstance> |
4143 | <ProtoInstance name='Vertex'> |
4144 | <fieldValue name='vertexText' value='"commander"'/> |
4145 | <fieldValue name='description' value='43: commander'/> |
4146 | <fieldValue name='url'/> |
4147 | <fieldValue name='radius' value='0.1500'/> |
4148 | <fieldValue name='displayMode'/> |
4149 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4150 | <fieldValue name='transparency' value='0'/> |
4151 | <fieldValue name='translation' value='1.20289 -0.38534 2.59611'/> |
4152 | <fieldValue name='textTranslation' value='1.35289 -0.38534 2.59611'/> |
4153 | <fieldValue name='textColor' value='0 0 0'/> |
4154 | </ProtoInstance> |
4155 | <ProtoInstance name='Vertex'> |
4156 | <fieldValue name='vertexText' value='"communication"'/> |
4157 | <fieldValue name='description' value='44: communication'/> |
4158 | <fieldValue name='url'/> |
4159 | <fieldValue name='radius' value='0.1500'/> |
4160 | <fieldValue name='displayMode'/> |
4161 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4162 | <fieldValue name='transparency' value='0'/> |
4163 | <fieldValue name='translation' value='1.06970 -1.65158 -1.34003'/> |
4164 | <fieldValue name='textTranslation' value='1.21970 -1.65158 -1.34003'/> |
4165 | <fieldValue name='textColor' value='0 0 0'/> |
4166 | </ProtoInstance> |
4167 | <ProtoInstance name='Vertex'> |
4168 | <fieldValue name='vertexText' value='"communications"'/> |
4169 | <fieldValue name='description' value='45: communications'/> |
4170 | <fieldValue name='url'/> |
4171 | <fieldValue name='radius' value='0.1500'/> |
4172 | <fieldValue name='displayMode'/> |
4173 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4174 | <fieldValue name='transparency' value='0'/> |
4175 | <fieldValue name='translation' value='1.22363 -1.88148 -0.34017'/> |
4176 | <fieldValue name='textTranslation' value='1.37363 -1.88148 -0.34017'/> |
4177 | <fieldValue name='textColor' value='0 0 0'/> |
4178 | </ProtoInstance> |
4179 | <ProtoInstance name='Vertex'> |
4180 | <fieldValue name='vertexText' value='"company"'/> |
4181 | <fieldValue name='description' value='46: company'/> |
4182 | <fieldValue name='url'/> |
4183 | <fieldValue name='radius' value='0.1500'/> |
4184 | <fieldValue name='displayMode'/> |
4185 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4186 | <fieldValue name='transparency' value='0'/> |
4187 | <fieldValue name='translation' value='-0.28666 1.10567 2.50513'/> |
4188 | <fieldValue name='textTranslation' value='-0.13666 1.10567 2.50513'/> |
4189 | <fieldValue name='textColor' value='0 0 0'/> |
4190 | </ProtoInstance> |
4191 | <ProtoInstance name='Vertex'> |
4192 | <fieldValue name='vertexText' value='"component"'/> |
4193 | <fieldValue name='description' value='47: component'/> |
4194 | <fieldValue name='url'/> |
4195 | <fieldValue name='radius' value='0.1500'/> |
4196 | <fieldValue name='displayMode'/> |
4197 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4198 | <fieldValue name='transparency' value='0'/> |
4199 | <fieldValue name='translation' value='1.30084 -2.28220 -0.41012'/> |
4200 | <fieldValue name='textTranslation' value='1.45084 -2.28220 -0.41012'/> |
4201 | <fieldValue name='textColor' value='0 0 0'/> |
4202 | </ProtoInstance> |
4203 | <ProtoInstance name='Vertex'> |
4204 | <fieldValue name='vertexText' value='"conduct"'/> |
4205 | <fieldValue name='description' value='48: conduct'/> |
4206 | <fieldValue name='url'/> |
4207 | <fieldValue name='radius' value='0.1500'/> |
4208 | <fieldValue name='displayMode'/> |
4209 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4210 | <fieldValue name='transparency' value='0'/> |
4211 | <fieldValue name='translation' value='0.62780 -1.01090 -2.27730'/> |
4212 | <fieldValue name='textTranslation' value='0.77780 -1.01090 -2.27730'/> |
4213 | <fieldValue name='textColor' value='0 0 0'/> |
4214 | </ProtoInstance> |
4215 | <ProtoInstance name='Vertex'> |
4216 | <fieldValue name='vertexText' value='"conference"'/> |
4217 | <fieldValue name='description' value='49: conference'/> |
4218 | <fieldValue name='url'/> |
4219 | <fieldValue name='radius' value='0.1500'/> |
4220 | <fieldValue name='displayMode'/> |
4221 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4222 | <fieldValue name='transparency' value='0'/> |
4223 | <fieldValue name='translation' value='-0.32838 0.17395 -2.75091'/> |
4224 | <fieldValue name='textTranslation' value='-0.17838 0.17395 -2.75091'/> |
4225 | <fieldValue name='textColor' value='0 0 0'/> |
4226 | </ProtoInstance> |
4227 | <ProtoInstance name='Vertex'> |
4228 | <fieldValue name='vertexText' value='"contact"'/> |
4229 | <fieldValue name='description' value='50: contact'/> |
4230 | <fieldValue name='url'/> |
4231 | <fieldValue name='radius' value='0.1500'/> |
4232 | <fieldValue name='displayMode'/> |
4233 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4234 | <fieldValue name='transparency' value='0'/> |
4235 | <fieldValue name='translation' value='-2.69744 -1.29045 -0.31008'/> |
4236 | <fieldValue name='textTranslation' value='-2.54744 -1.29045 -0.31008'/> |
4237 | <fieldValue name='textColor' value='0 0 0'/> |
4238 | </ProtoInstance> |
4239 | <ProtoInstance name='Vertex'> |
4240 | <fieldValue name='vertexText' value='"content"'/> |
4241 | <fieldValue name='description' value='51: content'/> |
4242 | <fieldValue name='url'/> |
4243 | <fieldValue name='radius' value='0.1500'/> |
4244 | <fieldValue name='displayMode'/> |
4245 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4246 | <fieldValue name='transparency' value='0'/> |
4247 | <fieldValue name='translation' value='2.50236 -0.95981 0.41730'/> |
4248 | <fieldValue name='textTranslation' value='2.65236 -0.95981 0.41730'/> |
4249 | <fieldValue name='textColor' value='0 0 0'/> |
4250 | </ProtoInstance> |
4251 | <ProtoInstance name='Vertex'> |
4252 | <fieldValue name='vertexText' value='"contribute"'/> |
4253 | <fieldValue name='description' value='52: contribute'/> |
4254 | <fieldValue name='url'/> |
4255 | <fieldValue name='radius' value='0.1500'/> |
4256 | <fieldValue name='displayMode'/> |
4257 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4258 | <fieldValue name='transparency' value='0'/> |
4259 | <fieldValue name='translation' value='-2.50173 1.18954 0.28669'/> |
4260 | <fieldValue name='textTranslation' value='-2.35173 1.18954 0.28669'/> |
4261 | <fieldValue name='textColor' value='0 0 0'/> |
4262 | </ProtoInstance> |
4263 | <ProtoInstance name='Vertex'> |
4264 | <fieldValue name='vertexText' value='"corps"'/> |
4265 | <fieldValue name='description' value='53: corps'/> |
4266 | <fieldValue name='url'/> |
4267 | <fieldValue name='radius' value='0.1500'/> |
4268 | <fieldValue name='displayMode'/> |
4269 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4270 | <fieldValue name='transparency' value='0'/> |
4271 | <fieldValue name='translation' value='0.89313 -0.38784 1.77035'/> |
4272 | <fieldValue name='textTranslation' value='1.04313 -0.38784 1.77035'/> |
4273 | <fieldValue name='textColor' value='0 0 0'/> |
4274 | </ProtoInstance> |
4275 | <ProtoInstance name='Vertex'> |
4276 | <fieldValue name='vertexText' value='"cost"'/> |
4277 | <fieldValue name='description' value='54: cost'/> |
4278 | <fieldValue name='url'/> |
4279 | <fieldValue name='radius' value='0.1500'/> |
4280 | <fieldValue name='displayMode'/> |
4281 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4282 | <fieldValue name='transparency' value='0'/> |
4283 | <fieldValue name='translation' value='-1.25255 0.16928 -2.37716'/> |
4284 | <fieldValue name='textTranslation' value='-1.10255 0.16928 -2.37716'/> |
4285 | <fieldValue name='textColor' value='0 0 0'/> |
4286 | </ProtoInstance> |
4287 | <ProtoInstance name='Vertex'> |
4288 | <fieldValue name='vertexText' value='"cpl"'/> |
4289 | <fieldValue name='description' value='55: cpl'/> |
4290 | <fieldValue name='url'/> |
4291 | <fieldValue name='radius' value='0.1500'/> |
4292 | <fieldValue name='displayMode'/> |
4293 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4294 | <fieldValue name='transparency' value='0'/> |
4295 | <fieldValue name='translation' value='-0.71615 0.46393 2.68367'/> |
4296 | <fieldValue name='textTranslation' value='-0.56615 0.46393 2.68367'/> |
4297 | <fieldValue name='textColor' value='0 0 0'/> |
4298 | </ProtoInstance> |
4299 | <ProtoInstance name='Vertex'> |
4300 | <fieldValue name='vertexText' value='"cross"'/> |
4301 | <fieldValue name='description' value='56: cross'/> |
4302 | <fieldValue name='url'/> |
4303 | <fieldValue name='radius' value='0.1500'/> |
4304 | <fieldValue name='displayMode'/> |
4305 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4306 | <fieldValue name='transparency' value='0'/> |
4307 | <fieldValue name='translation' value='2.54035 -0.88304 0.23466'/> |
4308 | <fieldValue name='textTranslation' value='2.69035 -0.88304 0.23466'/> |
4309 | <fieldValue name='textColor' value='0 0 0'/> |
4310 | </ProtoInstance> |
4311 | <ProtoInstance name='Vertex'> |
4312 | <fieldValue name='vertexText' value='"delivery"'/> |
4313 | <fieldValue name='description' value='57: delivery'/> |
4314 | <fieldValue name='url'/> |
4315 | <fieldValue name='radius' value='0.1500'/> |
4316 | <fieldValue name='displayMode'/> |
4317 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4318 | <fieldValue name='transparency' value='0'/> |
4319 | <fieldValue name='translation' value='2.53839 -0.82651 0.21762'/> |
4320 | <fieldValue name='textTranslation' value='2.68839 -0.82651 0.21762'/> |
4321 | <fieldValue name='textColor' value='0 0 0'/> |
4322 | </ProtoInstance> |
4323 | <ProtoInstance name='Vertex'> |
4324 | <fieldValue name='vertexText' value='"devastating"'/> |
4325 | <fieldValue name='description' value='58: devastating'/> |
4326 | <fieldValue name='url'/> |
4327 | <fieldValue name='radius' value='0.1500'/> |
4328 | <fieldValue name='displayMode'/> |
4329 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4330 | <fieldValue name='transparency' value='0'/> |
4331 | <fieldValue name='translation' value='-0.63232 -0.26902 -2.72610'/> |
4332 | <fieldValue name='textTranslation' value='-0.48232 -0.26902 -2.72610'/> |
4333 | <fieldValue name='textColor' value='0 0 0'/> |
4334 | </ProtoInstance> |
4335 | <ProtoInstance name='Vertex'> |
4336 | <fieldValue name='vertexText' value='"dialogue"'/> |
4337 | <fieldValue name='description' value='59: dialogue'/> |
4338 | <fieldValue name='url'/> |
4339 | <fieldValue name='radius' value='0.1500'/> |
4340 | <fieldValue name='displayMode'/> |
4341 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4342 | <fieldValue name='transparency' value='0'/> |
4343 | <fieldValue name='translation' value='0.07164 0.30862 -2.71584'/> |
4344 | <fieldValue name='textTranslation' value='0.22164 0.30862 -2.71584'/> |
4345 | <fieldValue name='textColor' value='0 0 0'/> |
4346 | </ProtoInstance> |
4347 | <ProtoInstance name='Vertex'> |
4348 | <fieldValue name='vertexText' value='"dollars"'/> |
4349 | <fieldValue name='description' value='60: dollars'/> |
4350 | <fieldValue name='url'/> |
4351 | <fieldValue name='radius' value='0.1500'/> |
4352 | <fieldValue name='displayMode'/> |
4353 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4354 | <fieldValue name='transparency' value='0'/> |
4355 | <fieldValue name='translation' value='-2.46007 1.21873 -0.24278'/> |
4356 | <fieldValue name='textTranslation' value='-2.31007 1.21873 -0.24278'/> |
4357 | <fieldValue name='textColor' value='0 0 0'/> |
4358 | </ProtoInstance> |
4359 | <ProtoInstance name='Vertex'> |
4360 | <fieldValue name='vertexText' value='"donor"'/> |
4361 | <fieldValue name='description' value='61: donor'/> |
4362 | <fieldValue name='url'/> |
4363 | <fieldValue name='radius' value='0.1500'/> |
4364 | <fieldValue name='displayMode'/> |
4365 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4366 | <fieldValue name='transparency' value='0'/> |
4367 | <fieldValue name='translation' value='-0.26639 0.05348 -2.75465'/> |
4368 | <fieldValue name='textTranslation' value='-0.11639 0.05348 -2.75465'/> |
4369 | <fieldValue name='textColor' value='0 0 0'/> |
4370 | </ProtoInstance> |
4371 | <ProtoInstance name='Vertex'> |
4372 | <fieldValue name='vertexText' value='"ended"'/> |
4373 | <fieldValue name='description' value='62: ended'/> |
4374 | <fieldValue name='url'/> |
4375 | <fieldValue name='radius' value='0.1500'/> |
4376 | <fieldValue name='displayMode'/> |
4377 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4378 | <fieldValue name='transparency' value='0'/> |
4379 | <fieldValue name='translation' value='1.48619 -2.43850 0.01542'/> |
4380 | <fieldValue name='textTranslation' value='1.63619 -2.43850 0.01542'/> |
4381 | <fieldValue name='textColor' value='0 0 0'/> |
4382 | </ProtoInstance> |
4383 | <ProtoInstance name='Vertex'> |
4384 | <fieldValue name='vertexText' value='"events"'/> |
4385 | <fieldValue name='description' value='63: events'/> |
4386 | <fieldValue name='url'/> |
4387 | <fieldValue name='radius' value='0.1500'/> |
4388 | <fieldValue name='displayMode'/> |
4389 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4390 | <fieldValue name='transparency' value='0'/> |
4391 | <fieldValue name='translation' value='-1.11581 0.46175 -2.37490'/> |
4392 | <fieldValue name='textTranslation' value='-0.96581 0.46175 -2.37490'/> |
4393 | <fieldValue name='textColor' value='0 0 0'/> |
4394 | </ProtoInstance> |
4395 | <ProtoInstance name='Vertex'> |
4396 | <fieldValue name='vertexText' value='"fans"'/> |
4397 | <fieldValue name='description' value='64: fans'/> |
4398 | <fieldValue name='url'/> |
4399 | <fieldValue name='radius' value='0.1500'/> |
4400 | <fieldValue name='displayMode'/> |
4401 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4402 | <fieldValue name='transparency' value='0'/> |
4403 | <fieldValue name='translation' value='1.16523 -1.81026 1.14335'/> |
4404 | <fieldValue name='textTranslation' value='1.31523 -1.81026 1.14335'/> |
4405 | <fieldValue name='textColor' value='0 0 0'/> |
4406 | </ProtoInstance> |
4407 | <ProtoInstance name='Vertex'> |
4408 | <fieldValue name='vertexText' value='"fever"'/> |
4409 | <fieldValue name='description' value='65: fever'/> |
4410 | <fieldValue name='url'/> |
4411 | <fieldValue name='radius' value='0.1500'/> |
4412 | <fieldValue name='displayMode'/> |
4413 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4414 | <fieldValue name='transparency' value='0'/> |
4415 | <fieldValue name='translation' value='-0.04392 1.24275 2.44292'/> |
4416 | <fieldValue name='textTranslation' value='0.10608 1.24275 2.44292'/> |
4417 | <fieldValue name='textColor' value='0 0 0'/> |
4418 | </ProtoInstance> |
4419 | <ProtoInstance name='Vertex'> |
4420 | <fieldValue name='vertexText' value='"flash"'/> |
4421 | <fieldValue name='description' value='66: flash'/> |
4422 | <fieldValue name='url'/> |
4423 | <fieldValue name='radius' value='0.1500'/> |
4424 | <fieldValue name='displayMode'/> |
4425 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4426 | <fieldValue name='transparency' value='0'/> |
4427 | <fieldValue name='translation' value='-0.22485 2.74322 0.14280'/> |
4428 | <fieldValue name='textTranslation' value='-0.07485 2.74322 0.14280'/> |
4429 | <fieldValue name='textColor' value='0 0 0'/> |
4430 | </ProtoInstance> |
4431 | <ProtoInstance name='Vertex'> |
4432 | <fieldValue name='vertexText' value='"fleet"'/> |
4433 | <fieldValue name='description' value='67: fleet'/> |
4434 | <fieldValue name='url'/> |
4435 | <fieldValue name='radius' value='0.1500'/> |
4436 | <fieldValue name='displayMode'/> |
4437 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4438 | <fieldValue name='transparency' value='0'/> |
4439 | <fieldValue name='translation' value='0.98208 -1.23512 -2.32210'/> |
4440 | <fieldValue name='textTranslation' value='1.13208 -1.23512 -2.32210'/> |
4441 | <fieldValue name='textColor' value='0 0 0'/> |
4442 | </ProtoInstance> |
4443 | <ProtoInstance name='Vertex'> |
4444 | <fieldValue name='vertexText' value='"flight"'/> |
4445 | <fieldValue name='description' value='68: flight'/> |
4446 | <fieldValue name='url'/> |
4447 | <fieldValue name='radius' value='0.1500'/> |
4448 | <fieldValue name='displayMode'/> |
4449 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4450 | <fieldValue name='transparency' value='0'/> |
4451 | <fieldValue name='translation' value='-2.44035 1.29231 0.27082'/> |
4452 | <fieldValue name='textTranslation' value='-2.29035 1.29231 0.27082'/> |
4453 | <fieldValue name='textColor' value='0 0 0'/> |
4454 | </ProtoInstance> |
4455 | <ProtoInstance name='Vertex'> |
4456 | <fieldValue name='vertexText' value='"fly"'/> |
4457 | <fieldValue name='description' value='69: fly'/> |
4458 | <fieldValue name='url'/> |
4459 | <fieldValue name='radius' value='0.1500'/> |
4460 | <fieldValue name='displayMode'/> |
4461 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4462 | <fieldValue name='transparency' value='0'/> |
4463 | <fieldValue name='translation' value='-2.28563 1.53647 0.17094'/> |
4464 | <fieldValue name='textTranslation' value='-2.13563 1.53647 0.17094'/> |
4465 | <fieldValue name='textColor' value='0 0 0'/> |
4466 | </ProtoInstance> |
4467 | <ProtoInstance name='Vertex'> |
4468 | <fieldValue name='vertexText' value='"food"'/> |
4469 | <fieldValue name='description' value='70: food'/> |
4470 | <fieldValue name='url'/> |
4471 | <fieldValue name='radius' value='0.1500'/> |
4472 | <fieldValue name='displayMode'/> |
4473 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4474 | <fieldValue name='transparency' value='0'/> |
4475 | <fieldValue name='translation' value='1.42109 -2.10880 0.04192'/> |
4476 | <fieldValue name='textTranslation' value='1.57109 -2.10880 0.04192'/> |
4477 | <fieldValue name='textColor' value='0 0 0'/> |
4478 | </ProtoInstance> |
4479 | <ProtoInstance name='Vertex'> |
4480 | <fieldValue name='vertexText' value='"forces"'/> |
4481 | <fieldValue name='description' value='71: forces'/> |
4482 | <fieldValue name='url'/> |
4483 | <fieldValue name='radius' value='0.1500'/> |
4484 | <fieldValue name='displayMode'/> |
4485 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4486 | <fieldValue name='transparency' value='0'/> |
4487 | <fieldValue name='translation' value='1.14712 -0.94133 0.97008'/> |
4488 | <fieldValue name='textTranslation' value='1.29712 -0.94133 0.97008'/> |
4489 | <fieldValue name='textColor' value='0 0 0'/> |
4490 | </ProtoInstance> |
4491 | <ProtoInstance name='Vertex'> |
4492 | <fieldValue name='vertexText' value='"fort"'/> |
4493 | <fieldValue name='description' value='72: fort'/> |
4494 | <fieldValue name='url'/> |
4495 | <fieldValue name='radius' value='0.1500'/> |
4496 | <fieldValue name='displayMode'/> |
4497 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4498 | <fieldValue name='transparency' value='0'/> |
4499 | <fieldValue name='translation' value='2.63919 -0.31290 0.55401'/> |
4500 | <fieldValue name='textTranslation' value='2.78919 -0.31290 0.55401'/> |
4501 | <fieldValue name='textColor' value='0 0 0'/> |
4502 | </ProtoInstance> |
4503 | <ProtoInstance name='Vertex'> |
4504 | <fieldValue name='vertexText' value='"girl"'/> |
4505 | <fieldValue name='description' value='73: girl'/> |
4506 | <fieldValue name='url'/> |
4507 | <fieldValue name='radius' value='0.1500'/> |
4508 | <fieldValue name='displayMode'/> |
4509 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4510 | <fieldValue name='transparency' value='0'/> |
4511 | <fieldValue name='translation' value='0.60059 -2.72325 1.55607'/> |
4512 | <fieldValue name='textTranslation' value='0.75059 -2.72325 1.55607'/> |
4513 | <fieldValue name='textColor' value='0 0 0'/> |
4514 | </ProtoInstance> |
4515 | <ProtoInstance name='Vertex'> |
4516 | <fieldValue name='vertexText' value='"health"'/> |
4517 | <fieldValue name='description' value='74: health'/> |
4518 | <fieldValue name='url'/> |
4519 | <fieldValue name='radius' value='0.1500'/> |
4520 | <fieldValue name='displayMode'/> |
4521 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4522 | <fieldValue name='transparency' value='0'/> |
4523 | <fieldValue name='translation' value='0.17295 2.72439 -0.20148'/> |
4524 | <fieldValue name='textTranslation' value='0.32295 2.72439 -0.20148'/> |
4525 | <fieldValue name='textColor' value='0 0 0'/> |
4526 | </ProtoInstance> |
4527 | <ProtoInstance name='Vertex'> |
4528 | <fieldValue name='vertexText' value='"helping"'/> |
4529 | <fieldValue name='description' value='75: helping'/> |
4530 | <fieldValue name='url'/> |
4531 | <fieldValue name='radius' value='0.1500'/> |
4532 | <fieldValue name='displayMode'/> |
4533 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4534 | <fieldValue name='transparency' value='0'/> |
4535 | <fieldValue name='translation' value='-1.53758 -2.51463 1.28774'/> |
4536 | <fieldValue name='textTranslation' value='-1.38758 -2.51463 1.28774'/> |
4537 | <fieldValue name='textColor' value='0 0 0'/> |
4538 | </ProtoInstance> |
4539 | <ProtoInstance name='Vertex'> |
4540 | <fieldValue name='vertexText' value='"highlights"'/> |
4541 | <fieldValue name='description' value='76: highlights'/> |
4542 | <fieldValue name='url'/> |
4543 | <fieldValue name='radius' value='0.1500'/> |
4544 | <fieldValue name='displayMode'/> |
4545 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4546 | <fieldValue name='transparency' value='0'/> |
4547 | <fieldValue name='translation' value='0.72613 2.64819 -0.06146'/> |
4548 | <fieldValue name='textTranslation' value='0.87613 2.64819 -0.06146'/> |
4549 | <fieldValue name='textColor' value='0 0 0'/> |
4550 | </ProtoInstance> |
4551 | <ProtoInstance name='Vertex'> |
4552 | <fieldValue name='vertexText' value='"hit"'/> |
4553 | <fieldValue name='description' value='77: hit'/> |
4554 | <fieldValue name='url'/> |
4555 | <fieldValue name='radius' value='0.1500'/> |
4556 | <fieldValue name='displayMode'/> |
4557 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4558 | <fieldValue name='transparency' value='0'/> |
4559 | <fieldValue name='translation' value='0.75581 -2.35662 1.67142'/> |
4560 | <fieldValue name='textTranslation' value='0.90581 -2.35662 1.67142'/> |
4561 | <fieldValue name='textColor' value='0 0 0'/> |
4562 | </ProtoInstance> |
4563 | <ProtoInstance name='Vertex'> |
4564 | <fieldValue name='vertexText' value='"honor"'/> |
4565 | <fieldValue name='description' value='78: honor'/> |
4566 | <fieldValue name='url'/> |
4567 | <fieldValue name='radius' value='0.1500'/> |
4568 | <fieldValue name='displayMode'/> |
4569 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4570 | <fieldValue name='transparency' value='0'/> |
4571 | <fieldValue name='translation' value='0.76571 -0.70035 2.27577'/> |
4572 | <fieldValue name='textTranslation' value='0.91571 -0.70035 2.27577'/> |
4573 | <fieldValue name='textColor' value='0 0 0'/> |
4574 | </ProtoInstance> |
4575 | <ProtoInstance name='Vertex'> |
4576 | <fieldValue name='vertexText' value='"hospital"'/> |
4577 | <fieldValue name='description' value='79: hospital'/> |
4578 | <fieldValue name='url'/> |
4579 | <fieldValue name='radius' value='0.1500'/> |
4580 | <fieldValue name='displayMode'/> |
4581 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4582 | <fieldValue name='transparency' value='0'/> |
4583 | <fieldValue name='translation' value='1.47018 -1.20517 -1.27888'/> |
4584 | <fieldValue name='textTranslation' value='1.62018 -1.20517 -1.27888'/> |
4585 | <fieldValue name='textColor' value='0 0 0'/> |
4586 | </ProtoInstance> |
4587 | <ProtoInstance name='Vertex'> |
4588 | <fieldValue name='vertexText' value='"humanitarian"'/> |
4589 | <fieldValue name='description' value='80: humanitarian'/> |
4590 | <fieldValue name='url'/> |
4591 | <fieldValue name='radius' value='0.1500'/> |
4592 | <fieldValue name='displayMode'/> |
4593 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4594 | <fieldValue name='transparency' value='0'/> |
4595 | <fieldValue name='translation' value='2.74359 -0.64898 0.00351'/> |
4596 | <fieldValue name='textTranslation' value='2.89359 -0.64898 0.00351'/> |
4597 | <fieldValue name='textColor' value='0 0 0'/> |
4598 | </ProtoInstance> |
4599 | <ProtoInstance name='Vertex'> |
4600 | <fieldValue name='vertexText' value='"improve"'/> |
4601 | <fieldValue name='description' value='81: improve'/> |
4602 | <fieldValue name='url'/> |
4603 | <fieldValue name='radius' value='0.1500'/> |
4604 | <fieldValue name='displayMode'/> |
4605 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4606 | <fieldValue name='transparency' value='0'/> |
4607 | <fieldValue name='translation' value='2.50420 -0.01067 0.30975'/> |
4608 | <fieldValue name='textTranslation' value='2.65420 -0.01067 0.30975'/> |
4609 | <fieldValue name='textColor' value='0 0 0'/> |
4610 | </ProtoInstance> |
4611 | <ProtoInstance name='Vertex'> |
4612 | <fieldValue name='vertexText' value='"initial"'/> |
4613 | <fieldValue name='description' value='82: initial'/> |
4614 | <fieldValue name='url'/> |
4615 | <fieldValue name='radius' value='0.1500'/> |
4616 | <fieldValue name='displayMode'/> |
4617 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4618 | <fieldValue name='transparency' value='0'/> |
4619 | <fieldValue name='translation' value='-0.73854 0.29112 -2.55119'/> |
4620 | <fieldValue name='textTranslation' value='-0.58854 0.29112 -2.55119'/> |
4621 | <fieldValue name='textColor' value='0 0 0'/> |
4622 | </ProtoInstance> |
4623 | <ProtoInstance name='Vertex'> |
4624 | <fieldValue name='vertexText' value='"international"'/> |
4625 | <fieldValue name='description' value='83: international'/> |
4626 | <fieldValue name='url'/> |
4627 | <fieldValue name='radius' value='0.1500'/> |
4628 | <fieldValue name='displayMode'/> |
4629 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4630 | <fieldValue name='transparency' value='0'/> |
4631 | <fieldValue name='translation' value='-0.18257 -0.12617 -2.53125'/> |
4632 | <fieldValue name='textTranslation' value='-0.03257 -0.12617 -2.53125'/> |
4633 | <fieldValue name='textColor' value='0 0 0'/> |
4634 | </ProtoInstance> |
4635 | <ProtoInstance name='Vertex'> |
4636 | <fieldValue name='vertexText' value='"involved"'/> |
4637 | <fieldValue name='description' value='84: involved'/> |
4638 | <fieldValue name='url'/> |
4639 | <fieldValue name='radius' value='0.1500'/> |
4640 | <fieldValue name='displayMode'/> |
4641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4642 | <fieldValue name='transparency' value='0'/> |
4643 | <fieldValue name='translation' value='-0.84133 -0.22406 -2.59847'/> |
4644 | <fieldValue name='textTranslation' value='-0.69133 -0.22406 -2.59847'/> |
4645 | <fieldValue name='textColor' value='0 0 0'/> |
4646 | </ProtoInstance> |
4647 | <ProtoInstance name='Vertex'> |
4648 | <fieldValue name='vertexText' value='"jobs"'/> |
4649 | <fieldValue name='description' value='85: jobs'/> |
4650 | <fieldValue name='url'/> |
4651 | <fieldValue name='radius' value='0.1500'/> |
4652 | <fieldValue name='displayMode'/> |
4653 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4654 | <fieldValue name='transparency' value='0'/> |
4655 | <fieldValue name='translation' value='-2.52794 -1.50340 -0.73584'/> |
4656 | <fieldValue name='textTranslation' value='-2.37794 -1.50340 -0.73584'/> |
4657 | <fieldValue name='textColor' value='0 0 0'/> |
4658 | </ProtoInstance> |
4659 | <ProtoInstance name='Vertex'> |
4660 | <fieldValue name='vertexText' value='"joint"'/> |
4661 | <fieldValue name='description' value='86: joint'/> |
4662 | <fieldValue name='url'/> |
4663 | <fieldValue name='radius' value='0.1500'/> |
4664 | <fieldValue name='displayMode'/> |
4665 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4666 | <fieldValue name='transparency' value='0'/> |
4667 | <fieldValue name='translation' value='1.74224 -1.23436 0.57389'/> |
4668 | <fieldValue name='textTranslation' value='1.89224 -1.23436 0.57389'/> |
4669 | <fieldValue name='textColor' value='0 0 0'/> |
4670 | </ProtoInstance> |
4671 | <ProtoInstance name='Vertex'> |
4672 | <fieldValue name='vertexText' value='"key"'/> |
4673 | <fieldValue name='description' value='87: key'/> |
4674 | <fieldValue name='url'/> |
4675 | <fieldValue name='radius' value='0.1500'/> |
4676 | <fieldValue name='displayMode'/> |
4677 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4678 | <fieldValue name='transparency' value='0'/> |
4679 | <fieldValue name='translation' value='1.38621 -0.01683 2.40174'/> |
4680 | <fieldValue name='textTranslation' value='1.53621 -0.01683 2.40174'/> |
4681 | <fieldValue name='textColor' value='0 0 0'/> |
4682 | </ProtoInstance> |
4683 | <ProtoInstance name='Vertex'> |
4684 | <fieldValue name='vertexText' value='"kinds"'/> |
4685 | <fieldValue name='description' value='88: kinds'/> |
4686 | <fieldValue name='url'/> |
4687 | <fieldValue name='radius' value='0.1500'/> |
4688 | <fieldValue name='displayMode'/> |
4689 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4690 | <fieldValue name='transparency' value='0'/> |
4691 | <fieldValue name='translation' value='-2.51978 -1.72052 -0.33992'/> |
4692 | <fieldValue name='textTranslation' value='-2.36978 -1.72052 -0.33992'/> |
4693 | <fieldValue name='textColor' value='0 0 0'/> |
4694 | </ProtoInstance> |
4695 | <ProtoInstance name='Vertex'> |
4696 | <fieldValue name='vertexText' value='"knowledge"'/> |
4697 | <fieldValue name='description' value='89: knowledge'/> |
4698 | <fieldValue name='url'/> |
4699 | <fieldValue name='radius' value='0.1500'/> |
4700 | <fieldValue name='displayMode'/> |
4701 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4702 | <fieldValue name='transparency' value='0'/> |
4703 | <fieldValue name='translation' value='0.63972 2.59204 -0.59033'/> |
4704 | <fieldValue name='textTranslation' value='0.78972 2.59204 -0.59033'/> |
4705 | <fieldValue name='textColor' value='0 0 0'/> |
4706 | </ProtoInstance> |
4707 | <ProtoInstance name='Vertex'> |
4708 | <fieldValue name='vertexText' value='"lance"'/> |
4709 | <fieldValue name='description' value='90: lance'/> |
4710 | <fieldValue name='url'/> |
4711 | <fieldValue name='radius' value='0.1500'/> |
4712 | <fieldValue name='displayMode'/> |
4713 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4714 | <fieldValue name='transparency' value='0'/> |
4715 | <fieldValue name='translation' value='-0.37890 0.46714 2.67883'/> |
4716 | <fieldValue name='textTranslation' value='-0.22890 0.46714 2.67883'/> |
4717 | <fieldValue name='textColor' value='0 0 0'/> |
4718 | </ProtoInstance> |
4719 | <ProtoInstance name='Vertex'> |
4720 | <fieldValue name='vertexText' value='"late"'/> |
4721 | <fieldValue name='description' value='91: late'/> |
4722 | <fieldValue name='url'/> |
4723 | <fieldValue name='radius' value='0.1500'/> |
4724 | <fieldValue name='displayMode'/> |
4725 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4726 | <fieldValue name='transparency' value='0'/> |
4727 | <fieldValue name='translation' value='-0.36279 0.22474 -2.73119'/> |
4728 | <fieldValue name='textTranslation' value='-0.21279 0.22474 -2.73119'/> |
4729 | <fieldValue name='textColor' value='0 0 0'/> |
4730 | </ProtoInstance> |
4731 | <ProtoInstance name='Vertex'> |
4732 | <fieldValue name='vertexText' value='"latest"'/> |
4733 | <fieldValue name='description' value='92: latest'/> |
4734 | <fieldValue name='url'/> |
4735 | <fieldValue name='radius' value='0.1500'/> |
4736 | <fieldValue name='displayMode'/> |
4737 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4738 | <fieldValue name='transparency' value='0'/> |
4739 | <fieldValue name='translation' value='2.65849 -0.32806 -0.14027'/> |
4740 | <fieldValue name='textTranslation' value='2.80849 -0.32806 -0.14027'/> |
4741 | <fieldValue name='textColor' value='0 0 0'/> |
4742 | </ProtoInstance> |
4743 | <ProtoInstance name='Vertex'> |
4744 | <fieldValue name='vertexText' value='"launched"'/> |
4745 | <fieldValue name='description' value='93: launched'/> |
4746 | <fieldValue name='url'/> |
4747 | <fieldValue name='radius' value='0.1500'/> |
4748 | <fieldValue name='displayMode'/> |
4749 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4750 | <fieldValue name='transparency' value='0'/> |
4751 | <fieldValue name='translation' value='0.04716 2.75087 -0.15329'/> |
4752 | <fieldValue name='textTranslation' value='0.19716 2.75087 -0.15329'/> |
4753 | <fieldValue name='textColor' value='0 0 0'/> |
4754 | </ProtoInstance> |
4755 | <ProtoInstance name='Vertex'> |
4756 | <fieldValue name='vertexText' value='"leader"'/> |
4757 | <fieldValue name='description' value='94: leader'/> |
4758 | <fieldValue name='url'/> |
4759 | <fieldValue name='radius' value='0.1500'/> |
4760 | <fieldValue name='displayMode'/> |
4761 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4762 | <fieldValue name='transparency' value='0'/> |
4763 | <fieldValue name='translation' value='-0.23490 0.77971 2.56996'/> |
4764 | <fieldValue name='textTranslation' value='-0.08490 0.77971 2.56996'/> |
4765 | <fieldValue name='textColor' value='0 0 0'/> |
4766 | </ProtoInstance> |
4767 | <ProtoInstance name='Vertex'> |
4768 | <fieldValue name='vertexText' value='"left"'/> |
4769 | <fieldValue name='description' value='95: left'/> |
4770 | <fieldValue name='url'/> |
4771 | <fieldValue name='radius' value='0.1500'/> |
4772 | <fieldValue name='displayMode'/> |
4773 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4774 | <fieldValue name='transparency' value='0'/> |
4775 | <fieldValue name='translation' value='0.53282 -2.01551 -1.98503'/> |
4776 | <fieldValue name='textTranslation' value='0.68282 -2.01551 -1.98503'/> |
4777 | <fieldValue name='textColor' value='0 0 0'/> |
4778 | </ProtoInstance> |
4779 | <ProtoInstance name='Vertex'> |
4780 | <fieldValue name='vertexText' value='"life"'/> |
4781 | <fieldValue name='description' value='96: life'/> |
4782 | <fieldValue name='url'/> |
4783 | <fieldValue name='radius' value='0.1500'/> |
4784 | <fieldValue name='displayMode'/> |
4785 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
4786 | <fieldValue name='transparency' value='0'/> |
4787 | <fieldValue name='translation' value='-1.38635 -2.75175 1.04368'/> |
4788 | <fieldValue name='textTranslation' value='-1.23635 -2.75175 1.04368'/> |
4789 | <fieldValue name='textColor' value='0 0 0'/> |
4790 | </ProtoInstance> |
4791 | <ProtoInstance name='Vertex'> |
4792 | <fieldValue name='vertexText' value='"lifesaving"'/> |
4793 | <fieldValue name='description' value='97: lifesaving'/> |
4794 | <fieldValue name='url'/> |
4795 | <fieldValue name='radius' value='0.1500'/> |
4796 | <fieldValue name='displayMode'/> |
4797 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4798 | <fieldValue name='transparency' value='0'/> |
4799 | <fieldValue name='translation' value='-0.56833 0.80460 -2.45866'/> |
4800 | <fieldValue name='textTranslation' value='-0.41833 0.80460 -2.45866'/> |
4801 | <fieldValue name='textColor' value='0 0 0'/> |
4802 | </ProtoInstance> |
4803 | <ProtoInstance name='Vertex'> |
4804 | <fieldValue name='vertexText' value='"logistics"'/> |
4805 | <fieldValue name='description' value='98: logistics'/> |
4806 | <fieldValue name='url'/> |
4807 | <fieldValue name='radius' value='0.1500'/> |
4808 | <fieldValue name='displayMode'/> |
4809 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4810 | <fieldValue name='transparency' value='0'/> |
4811 | <fieldValue name='translation' value='2.15053 -1.09150 0.20686'/> |
4812 | <fieldValue name='textTranslation' value='2.30053 -1.09150 0.20686'/> |
4813 | <fieldValue name='textColor' value='0 0 0'/> |
4814 | </ProtoInstance> |
4815 | <ProtoInstance name='Vertex'> |
4816 | <fieldValue name='vertexText' value='"long"'/> |
4817 | <fieldValue name='description' value='99: long'/> |
4818 | <fieldValue name='url'/> |
4819 | <fieldValue name='radius' value='0.1500'/> |
4820 | <fieldValue name='displayMode'/> |
4821 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4822 | <fieldValue name='transparency' value='0'/> |
4823 | <fieldValue name='translation' value='-0.54880 0.27256 -2.67162'/> |
4824 | <fieldValue name='textTranslation' value='-0.39880 0.27256 -2.67162'/> |
4825 | <fieldValue name='textColor' value='0 0 0'/> |
4826 | </ProtoInstance> |
4827 | <ProtoInstance name='Vertex'> |
4828 | <fieldValue name='vertexText' value='"lot"'/> |
4829 | <fieldValue name='description' value='100: lot'/> |
4830 | <fieldValue name='url'/> |
4831 | <fieldValue name='radius' value='0.1500'/> |
4832 | <fieldValue name='displayMode'/> |
4833 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4834 | <fieldValue name='transparency' value='0'/> |
4835 | <fieldValue name='translation' value='1.17677 -2.28152 1.54694'/> |
4836 | <fieldValue name='textTranslation' value='1.32677 -2.28152 1.54694'/> |
4837 | <fieldValue name='textColor' value='0 0 0'/> |
4838 | </ProtoInstance> |
4839 | <ProtoInstance name='Vertex'> |
4840 | <fieldValue name='vertexText' value='"magnitude"'/> |
4841 | <fieldValue name='description' value='101: magnitude'/> |
4842 | <fieldValue name='url'/> |
4843 | <fieldValue name='radius' value='0.1500'/> |
4844 | <fieldValue name='displayMode'/> |
4845 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4846 | <fieldValue name='transparency' value='0'/> |
4847 | <fieldValue name='translation' value='0.75581 -2.35662 1.67142'/> |
4848 | <fieldValue name='textTranslation' value='0.90581 -2.35662 1.67142'/> |
4849 | <fieldValue name='textColor' value='0 0 0'/> |
4850 | </ProtoInstance> |
4851 | <ProtoInstance name='Vertex'> |
4852 | <fieldValue name='vertexText' value='"manager"'/> |
4853 | <fieldValue name='description' value='102: manager'/> |
4854 | <fieldValue name='url'/> |
4855 | <fieldValue name='radius' value='0.1500'/> |
4856 | <fieldValue name='displayMode'/> |
4857 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4858 | <fieldValue name='transparency' value='0'/> |
4859 | <fieldValue name='translation' value='0.63972 2.59204 -0.59033'/> |
4860 | <fieldValue name='textTranslation' value='0.78972 2.59204 -0.59033'/> |
4861 | <fieldValue name='textColor' value='0 0 0'/> |
4862 | </ProtoInstance> |
4863 | <ProtoInstance name='Vertex'> |
4864 | <fieldValue name='vertexText' value='"marine"'/> |
4865 | <fieldValue name='description' value='103: marine'/> |
4866 | <fieldValue name='url'/> |
4867 | <fieldValue name='radius' value='0.1500'/> |
4868 | <fieldValue name='displayMode'/> |
4869 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4870 | <fieldValue name='transparency' value='0'/> |
4871 | <fieldValue name='translation' value='0.47508 0.06373 2.27239'/> |
4872 | <fieldValue name='textTranslation' value='0.62508 0.06373 2.27239'/> |
4873 | <fieldValue name='textColor' value='0 0 0'/> |
4874 | </ProtoInstance> |
4875 | <ProtoInstance name='Vertex'> |
4876 | <fieldValue name='vertexText' value='"marines"'/> |
4877 | <fieldValue name='description' value='104: marines'/> |
4878 | <fieldValue name='url'/> |
4879 | <fieldValue name='radius' value='0.1500'/> |
4880 | <fieldValue name='displayMode'/> |
4881 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
4882 | <fieldValue name='transparency' value='0'/> |
4883 | <fieldValue name='translation' value='0.51127 -0.15996 2.19102'/> |
4884 | <fieldValue name='textTranslation' value='0.66127 -0.15996 2.19102'/> |
4885 | <fieldValue name='textColor' value='0 0 0'/> |
4886 | </ProtoInstance> |
4887 | <ProtoInstance name='Vertex'> |
4888 | <fieldValue name='vertexText' value='"mass"'/> |
4889 | <fieldValue name='description' value='105: mass'/> |
4890 | <fieldValue name='url'/> |
4891 | <fieldValue name='radius' value='0.1500'/> |
4892 | <fieldValue name='displayMode'/> |
4893 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
4894 | <fieldValue name='transparency' value='0'/> |
4895 | <fieldValue name='translation' value='1.13912 -1.61924 -0.85851'/> |
4896 | <fieldValue name='textTranslation' value='1.28912 -1.61924 -0.85851'/> |
4897 | <fieldValue name='textColor' value='0 0 0'/> |
4898 | </ProtoInstance> |
4899 | <ProtoInstance name='Vertex'> |
4900 | <fieldValue name='vertexText' value='"matthew"'/> |
4901 | <fieldValue name='description' value='106: matthew'/> |
4902 | <fieldValue name='url'/> |
4903 | <fieldValue name='radius' value='0.1500'/> |
4904 | <fieldValue name='displayMode'/> |
4905 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4906 | <fieldValue name='transparency' value='0'/> |
4907 | <fieldValue name='translation' value='1.45361 -0.87277 -2.15875'/> |
4908 | <fieldValue name='textTranslation' value='1.60361 -0.87277 -2.15875'/> |
4909 | <fieldValue name='textColor' value='0 0 0'/> |
4910 | </ProtoInstance> |
4911 | <ProtoInstance name='Vertex'> |
4912 | <fieldValue name='vertexText' value='"minister"'/> |
4913 | <fieldValue name='description' value='107: minister'/> |
4914 | <fieldValue name='url'/> |
4915 | <fieldValue name='radius' value='0.1500'/> |
4916 | <fieldValue name='displayMode'/> |
4917 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4918 | <fieldValue name='transparency' value='0'/> |
4919 | <fieldValue name='translation' value='0.12030 2.60263 -0.82514'/> |
4920 | <fieldValue name='textTranslation' value='0.27030 2.60263 -0.82514'/> |
4921 | <fieldValue name='textColor' value='0 0 0'/> |
4922 | </ProtoInstance> |
4923 | <ProtoInstance name='Vertex'> |
4924 | <fieldValue name='vertexText' value='"missing"'/> |
4925 | <fieldValue name='description' value='108: missing'/> |
4926 | <fieldValue name='url'/> |
4927 | <fieldValue name='radius' value='0.1500'/> |
4928 | <fieldValue name='displayMode'/> |
4929 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
4930 | <fieldValue name='transparency' value='0'/> |
4931 | <fieldValue name='translation' value='0.60059 -2.72325 1.55607'/> |
4932 | <fieldValue name='textTranslation' value='0.75059 -2.72325 1.55607'/> |
4933 | <fieldValue name='textColor' value='0 0 0'/> |
4934 | </ProtoInstance> |
4935 | <ProtoInstance name='Vertex'> |
4936 | <fieldValue name='vertexText' value='"mode"'/> |
4937 | <fieldValue name='description' value='109: mode'/> |
4938 | <fieldValue name='url'/> |
4939 | <fieldValue name='radius' value='0.1500'/> |
4940 | <fieldValue name='displayMode'/> |
4941 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
4942 | <fieldValue name='transparency' value='0'/> |
4943 | <fieldValue name='translation' value='-2.30904 -2.00449 -0.57155'/> |
4944 | <fieldValue name='textTranslation' value='-2.15904 -2.00449 -0.57155'/> |
4945 | <fieldValue name='textColor' value='0 0 0'/> |
4946 | </ProtoInstance> |
4947 | <ProtoInstance name='Vertex'> |
4948 | <fieldValue name='vertexText' value='"morale"'/> |
4949 | <fieldValue name='description' value='110: morale'/> |
4950 | <fieldValue name='url'/> |
4951 | <fieldValue name='radius' value='0.1500'/> |
4952 | <fieldValue name='displayMode'/> |
4953 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4954 | <fieldValue name='transparency' value='0'/> |
4955 | <fieldValue name='translation' value='2.50420 -0.01067 0.30975'/> |
4956 | <fieldValue name='textTranslation' value='2.65420 -0.01067 0.30975'/> |
4957 | <fieldValue name='textColor' value='0 0 0'/> |
4958 | </ProtoInstance> |
4959 | <ProtoInstance name='Vertex'> |
4960 | <fieldValue name='vertexText' value='"newsiest"'/> |
4961 | <fieldValue name='description' value='111: newsiest'/> |
4962 | <fieldValue name='url'/> |
4963 | <fieldValue name='radius' value='0.1500'/> |
4964 | <fieldValue name='displayMode'/> |
4965 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4966 | <fieldValue name='transparency' value='0'/> |
4967 | <fieldValue name='translation' value='-2.45600 1.02902 0.90339'/> |
4968 | <fieldValue name='textTranslation' value='-2.30600 1.02902 0.90339'/> |
4969 | <fieldValue name='textColor' value='0 0 0'/> |
4970 | </ProtoInstance> |
4971 | <ProtoInstance name='Vertex'> |
4972 | <fieldValue name='vertexText' value='"october"'/> |
4973 | <fieldValue name='description' value='112: october'/> |
4974 | <fieldValue name='url'/> |
4975 | <fieldValue name='radius' value='0.1500'/> |
4976 | <fieldValue name='displayMode'/> |
4977 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4978 | <fieldValue name='transparency' value='0'/> |
4979 | <fieldValue name='translation' value='-2.75539 0.48365 0.34243'/> |
4980 | <fieldValue name='textTranslation' value='-2.60539 0.48365 0.34243'/> |
4981 | <fieldValue name='textColor' value='0 0 0'/> |
4982 | </ProtoInstance> |
4983 | <ProtoInstance name='Vertex'> |
4984 | <fieldValue name='vertexText' value='"officials"'/> |
4985 | <fieldValue name='description' value='113: officials'/> |
4986 | <fieldValue name='url'/> |
4987 | <fieldValue name='radius' value='0.1500'/> |
4988 | <fieldValue name='displayMode'/> |
4989 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4990 | <fieldValue name='transparency' value='0'/> |
4991 | <fieldValue name='translation' value='-0.23038 0.71812 -2.58136'/> |
4992 | <fieldValue name='textTranslation' value='-0.08038 0.71812 -2.58136'/> |
4993 | <fieldValue name='textColor' value='0 0 0'/> |
4994 | </ProtoInstance> |
4995 | <ProtoInstance name='Vertex'> |
4996 | <fieldValue name='vertexText' value='"oiler"'/> |
4997 | <fieldValue name='description' value='114: oiler'/> |
4998 | <fieldValue name='url'/> |
4999 | <fieldValue name='radius' value='0.1500'/> |
5000 | <fieldValue name='displayMode'/> |
5001 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5002 | <fieldValue name='transparency' value='0'/> |
5003 | <fieldValue name='translation' value='0.69485 -1.52013 -2.26017'/> |
5004 | <fieldValue name='textTranslation' value='0.84485 -1.52013 -2.26017'/> |
5005 | <fieldValue name='textColor' value='0 0 0'/> |
5006 | </ProtoInstance> |
5007 | <ProtoInstance name='Vertex'> |
5008 | <fieldValue name='vertexText' value='"ongoing"'/> |
5009 | <fieldValue name='description' value='115: ongoing'/> |
5010 | <fieldValue name='url'/> |
5011 | <fieldValue name='radius' value='0.1500'/> |
5012 | <fieldValue name='displayMode'/> |
5013 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5014 | <fieldValue name='transparency' value='0'/> |
5015 | <fieldValue name='translation' value='-2.53359 1.13107 0.27980'/> |
5016 | <fieldValue name='textTranslation' value='-2.38359 1.13107 0.27980'/> |
5017 | <fieldValue name='textColor' value='0 0 0'/> |
5018 | </ProtoInstance> |
5019 | <ProtoInstance name='Vertex'> |
5020 | <fieldValue name='vertexText' value='"operation"'/> |
5021 | <fieldValue name='description' value='116: operation'/> |
5022 | <fieldValue name='url'/> |
5023 | <fieldValue name='radius' value='0.1500'/> |
5024 | <fieldValue name='displayMode'/> |
5025 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5026 | <fieldValue name='transparency' value='0'/> |
5027 | <fieldValue name='translation' value='1.24310 -1.39039 -1.97323'/> |
5028 | <fieldValue name='textTranslation' value='1.39310 -1.39039 -1.97323'/> |
5029 | <fieldValue name='textColor' value='0 0 0'/> |
5030 | </ProtoInstance> |
5031 | <ProtoInstance name='Vertex'> |
5032 | <fieldValue name='vertexText' value='"operations"'/> |
5033 | <fieldValue name='description' value='117: operations'/> |
5034 | <fieldValue name='url'/> |
5035 | <fieldValue name='radius' value='0.1500'/> |
5036 | <fieldValue name='displayMode'/> |
5037 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5038 | <fieldValue name='transparency' value='0'/> |
5039 | <fieldValue name='translation' value='1.17597 -1.73941 -0.59653'/> |
5040 | <fieldValue name='textTranslation' value='1.32597 -1.73941 -0.59653'/> |
5041 | <fieldValue name='textColor' value='0 0 0'/> |
5042 | </ProtoInstance> |
5043 | <ProtoInstance name='Vertex'> |
5044 | <fieldValue name='vertexText' value='"option"'/> |
5045 | <fieldValue name='description' value='118: option'/> |
5046 | <fieldValue name='url'/> |
5047 | <fieldValue name='radius' value='0.1500'/> |
5048 | <fieldValue name='displayMode'/> |
5049 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5050 | <fieldValue name='transparency' value='0'/> |
5051 | <fieldValue name='translation' value='-2.68938 0.74534 -0.07291'/> |
5052 | <fieldValue name='textTranslation' value='-2.53938 0.74534 -0.07291'/> |
5053 | <fieldValue name='textColor' value='0 0 0'/> |
5054 | </ProtoInstance> |
5055 | <ProtoInstance name='Vertex'> |
5056 | <fieldValue name='vertexText' value='"party"'/> |
5057 | <fieldValue name='description' value='119: party'/> |
5058 | <fieldValue name='url'/> |
5059 | <fieldValue name='radius' value='0.1500'/> |
5060 | <fieldValue name='displayMode'/> |
5061 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5062 | <fieldValue name='transparency' value='0'/> |
5063 | <fieldValue name='translation' value='-1.53758 -2.51463 1.28774'/> |
5064 | <fieldValue name='textTranslation' value='-1.38758 -2.51463 1.28774'/> |
5065 | <fieldValue name='textColor' value='0 0 0'/> |
5066 | </ProtoInstance> |
5067 | <ProtoInstance name='Vertex'> |
5068 | <fieldValue name='vertexText' value='"people"'/> |
5069 | <fieldValue name='description' value='120: people'/> |
5070 | <fieldValue name='url'/> |
5071 | <fieldValue name='radius' value='0.1500'/> |
5072 | <fieldValue name='displayMode'/> |
5073 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5074 | <fieldValue name='transparency' value='0'/> |
5075 | <fieldValue name='translation' value='0.44190 -2.67897 1.59691'/> |
5076 | <fieldValue name='textTranslation' value='0.59190 -2.67897 1.59691'/> |
5077 | <fieldValue name='textColor' value='0 0 0'/> |
5078 | </ProtoInstance> |
5079 | <ProtoInstance name='Vertex'> |
5080 | <fieldValue name='vertexText' value='"photo"'/> |
5081 | <fieldValue name='description' value='121: photo'/> |
5082 | <fieldValue name='url'/> |
5083 | <fieldValue name='radius' value='0.1500'/> |
5084 | <fieldValue name='displayMode'/> |
5085 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5086 | <fieldValue name='transparency' value='0'/> |
5087 | <fieldValue name='translation' value='1.16082 -1.65573 -1.54151'/> |
5088 | <fieldValue name='textTranslation' value='1.31082 -1.65573 -1.54151'/> |
5089 | <fieldValue name='textColor' value='0 0 0'/> |
5090 | </ProtoInstance> |
5091 | <ProtoInstance name='Vertex'> |
5092 | <fieldValue name='vertexText' value='"port"'/> |
5093 | <fieldValue name='description' value='122: port'/> |
5094 | <fieldValue name='url'/> |
5095 | <fieldValue name='radius' value='0.1500'/> |
5096 | <fieldValue name='displayMode'/> |
5097 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5098 | <fieldValue name='transparency' value='0'/> |
5099 | <fieldValue name='translation' value='2.64692 -0.54477 0.79787'/> |
5100 | <fieldValue name='textTranslation' value='2.79692 -0.54477 0.79787'/> |
5101 | <fieldValue name='textColor' value='0 0 0'/> |
5102 | </ProtoInstance> |
5103 | <ProtoInstance name='Vertex'> |
5104 | <fieldValue name='vertexText' value='"post"'/> |
5105 | <fieldValue name='description' value='123: post'/> |
5106 | <fieldValue name='url'/> |
5107 | <fieldValue name='radius' value='0.1500'/> |
5108 | <fieldValue name='displayMode'/> |
5109 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5110 | <fieldValue name='transparency' value='0'/> |
5111 | <fieldValue name='translation' value='2.65847 -0.32804 -0.14029'/> |
5112 | <fieldValue name='textTranslation' value='2.80847 -0.32804 -0.14029'/> |
5113 | <fieldValue name='textColor' value='0 0 0'/> |
5114 | </ProtoInstance> |
5115 | <ProtoInstance name='Vertex'> |
5116 | <fieldValue name='vertexText' value='"presence"'/> |
5117 | <fieldValue name='description' value='124: presence'/> |
5118 | <fieldValue name='url'/> |
5119 | <fieldValue name='radius' value='0.1500'/> |
5120 | <fieldValue name='displayMode'/> |
5121 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5122 | <fieldValue name='transparency' value='0'/> |
5123 | <fieldValue name='translation' value='1.31341 0.26468 2.24672'/> |
5124 | <fieldValue name='textTranslation' value='1.46341 0.26468 2.24672'/> |
5125 | <fieldValue name='textColor' value='0 0 0'/> |
5126 | </ProtoInstance> |
5127 | <ProtoInstance name='Vertex'> |
5128 | <fieldValue name='vertexText' value='"program"'/> |
5129 | <fieldValue name='description' value='125: program'/> |
5130 | <fieldValue name='url'/> |
5131 | <fieldValue name='radius' value='0.1500'/> |
5132 | <fieldValue name='displayMode'/> |
5133 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5134 | <fieldValue name='transparency' value='0'/> |
5135 | <fieldValue name='translation' value='1.40282 -2.11756 0.04118'/> |
5136 | <fieldValue name='textTranslation' value='1.55282 -2.11756 0.04118'/> |
5137 | <fieldValue name='textColor' value='0 0 0'/> |
5138 | </ProtoInstance> |
5139 | <ProtoInstance name='Vertex'> |
5140 | <fieldValue name='vertexText' value='"public"'/> |
5141 | <fieldValue name='description' value='126: public'/> |
5142 | <fieldValue name='url'/> |
5143 | <fieldValue name='radius' value='0.1500'/> |
5144 | <fieldValue name='displayMode'/> |
5145 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5146 | <fieldValue name='transparency' value='0'/> |
5147 | <fieldValue name='translation' value='1.16642 -1.89545 0.61471'/> |
5148 | <fieldValue name='textTranslation' value='1.31642 -1.89545 0.61471'/> |
5149 | <fieldValue name='textColor' value='0 0 0'/> |
5150 | </ProtoInstance> |
5151 | <ProtoInstance name='Vertex'> |
5152 | <fieldValue name='vertexText' value='"push"'/> |
5153 | <fieldValue name='description' value='127: push'/> |
5154 | <fieldValue name='url'/> |
5155 | <fieldValue name='radius' value='0.1500'/> |
5156 | <fieldValue name='displayMode'/> |
5157 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5158 | <fieldValue name='transparency' value='0'/> |
5159 | <fieldValue name='translation' value='0.00327 -0.08142 2.75465'/> |
5160 | <fieldValue name='textTranslation' value='0.15327 -0.08142 2.75465'/> |
5161 | <fieldValue name='textColor' value='0 0 0'/> |
5162 | </ProtoInstance> |
5163 | <ProtoInstance name='Vertex'> |
5164 | <fieldValue name='vertexText' value='"quake"'/> |
5165 | <fieldValue name='description' value='128: quake'/> |
5166 | <fieldValue name='url'/> |
5167 | <fieldValue name='radius' value='0.1500'/> |
5168 | <fieldValue name='displayMode'/> |
5169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5170 | <fieldValue name='transparency' value='0'/> |
5171 | <fieldValue name='translation' value='-0.63232 -0.26902 -2.72610'/> |
5172 | <fieldValue name='textTranslation' value='-0.48232 -0.26902 -2.72610'/> |
5173 | <fieldValue name='textColor' value='0 0 0'/> |
5174 | </ProtoInstance> |
5175 | <ProtoInstance name='Vertex'> |
5176 | <fieldValue name='vertexText' value='"rebuild"'/> |
5177 | <fieldValue name='description' value='129: rebuild'/> |
5178 | <fieldValue name='url'/> |
5179 | <fieldValue name='radius' value='0.1500'/> |
5180 | <fieldValue name='displayMode'/> |
5181 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5182 | <fieldValue name='transparency' value='0'/> |
5183 | <fieldValue name='translation' value='-2.52980 0.87450 0.88138'/> |
5184 | <fieldValue name='textTranslation' value='-2.37980 0.87450 0.88138'/> |
5185 | <fieldValue name='textColor' value='0 0 0'/> |
5186 | </ProtoInstance> |
5187 | <ProtoInstance name='Vertex'> |
5188 | <fieldValue name='vertexText' value='"reconcile"'/> |
5189 | <fieldValue name='description' value='130: reconcile'/> |
5190 | <fieldValue name='url'/> |
5191 | <fieldValue name='radius' value='0.1500'/> |
5192 | <fieldValue name='displayMode'/> |
5193 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5194 | <fieldValue name='transparency' value='0'/> |
5195 | <fieldValue name='translation' value='-2.55450 -1.69882 -0.13511'/> |
5196 | <fieldValue name='textTranslation' value='-2.40450 -1.69882 -0.13511'/> |
5197 | <fieldValue name='textColor' value='0 0 0'/> |
5198 | </ProtoInstance> |
5199 | <ProtoInstance name='Vertex'> |
5200 | <fieldValue name='vertexText' value='"red"'/> |
5201 | <fieldValue name='description' value='131: red'/> |
5202 | <fieldValue name='url'/> |
5203 | <fieldValue name='radius' value='0.1500'/> |
5204 | <fieldValue name='displayMode'/> |
5205 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5206 | <fieldValue name='transparency' value='0'/> |
5207 | <fieldValue name='translation' value='2.75539 -0.83194 0.03029'/> |
5208 | <fieldValue name='textTranslation' value='2.90539 -0.83194 0.03029'/> |
5209 | <fieldValue name='textColor' value='0 0 0'/> |
5210 | </ProtoInstance> |
5211 | <ProtoInstance name='Vertex'> |
5212 | <fieldValue name='vertexText' value='"regiment"'/> |
5213 | <fieldValue name='description' value='132: regiment'/> |
5214 | <fieldValue name='url'/> |
5215 | <fieldValue name='radius' value='0.1500'/> |
5216 | <fieldValue name='displayMode'/> |
5217 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5218 | <fieldValue name='transparency' value='0'/> |
5219 | <fieldValue name='translation' value='0.23891 0.55241 2.64522'/> |
5220 | <fieldValue name='textTranslation' value='0.38891 0.55241 2.64522'/> |
5221 | <fieldValue name='textColor' value='0 0 0'/> |
5222 | </ProtoInstance> |
5223 | <ProtoInstance name='Vertex'> |
5224 | <fieldValue name='vertexText' value='"relay"'/> |
5225 | <fieldValue name='description' value='133: relay'/> |
5226 | <fieldValue name='url'/> |
5227 | <fieldValue name='radius' value='0.1500'/> |
5228 | <fieldValue name='displayMode'/> |
5229 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5230 | <fieldValue name='transparency' value='0'/> |
5231 | <fieldValue name='translation' value='0.51008 -2.41680 1.96340'/> |
5232 | <fieldValue name='textTranslation' value='0.66008 -2.41680 1.96340'/> |
5233 | <fieldValue name='textColor' value='0 0 0'/> |
5234 | </ProtoInstance> |
5235 | <ProtoInstance name='Vertex'> |
5236 | <fieldValue name='vertexText' value='"replenishment"'/> |
5237 | <fieldValue name='description' value='134: replenishment'/> |
5238 | <fieldValue name='url'/> |
5239 | <fieldValue name='radius' value='0.1500'/> |
5240 | <fieldValue name='displayMode'/> |
5241 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5242 | <fieldValue name='transparency' value='0'/> |
5243 | <fieldValue name='translation' value='0.86683 -1.26702 -1.87425'/> |
5244 | <fieldValue name='textTranslation' value='1.01683 -1.26702 -1.87425'/> |
5245 | <fieldValue name='textColor' value='0 0 0'/> |
5246 | </ProtoInstance> |
5247 | <ProtoInstance name='Vertex'> |
5248 | <fieldValue name='vertexText' value='"requirements"'/> |
5249 | <fieldValue name='description' value='135: requirements'/> |
5250 | <fieldValue name='url'/> |
5251 | <fieldValue name='radius' value='0.1500'/> |
5252 | <fieldValue name='displayMode'/> |
5253 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5254 | <fieldValue name='transparency' value='0'/> |
5255 | <fieldValue name='translation' value='0.31296 2.73710 0.16728'/> |
5256 | <fieldValue name='textTranslation' value='0.46296 2.73710 0.16728'/> |
5257 | <fieldValue name='textColor' value='0 0 0'/> |
5258 | </ProtoInstance> |
5259 | <ProtoInstance name='Vertex'> |
5260 | <fieldValue name='vertexText' value='"reserved"'/> |
5261 | <fieldValue name='description' value='136: reserved'/> |
5262 | <fieldValue name='url'/> |
5263 | <fieldValue name='radius' value='0.1500'/> |
5264 | <fieldValue name='displayMode'/> |
5265 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5266 | <fieldValue name='transparency' value='0'/> |
5267 | <fieldValue name='translation' value='-0.37583 0.55691 2.63907'/> |
5268 | <fieldValue name='textTranslation' value='-0.22583 0.55691 2.63907'/> |
5269 | <fieldValue name='textColor' value='0 0 0'/> |
5270 | </ProtoInstance> |
5271 | <ProtoInstance name='Vertex'> |
5272 | <fieldValue name='vertexText' value='"response"'/> |
5273 | <fieldValue name='description' value='137: response'/> |
5274 | <fieldValue name='url'/> |
5275 | <fieldValue name='radius' value='0.1500'/> |
5276 | <fieldValue name='displayMode'/> |
5277 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5278 | <fieldValue name='transparency' value='0'/> |
5279 | <fieldValue name='translation' value='1.21757 -1.60023 -1.86511'/> |
5280 | <fieldValue name='textTranslation' value='1.36757 -1.60023 -1.86511'/> |
5281 | <fieldValue name='textColor' value='0 0 0'/> |
5282 | </ProtoInstance> |
5283 | <ProtoInstance name='Vertex'> |
5284 | <fieldValue name='vertexText' value='"restoration"'/> |
5285 | <fieldValue name='description' value='138: restoration'/> |
5286 | <fieldValue name='url'/> |
5287 | <fieldValue name='radius' value='0.1500'/> |
5288 | <fieldValue name='displayMode'/> |
5289 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5290 | <fieldValue name='transparency' value='0'/> |
5291 | <fieldValue name='translation' value='-1.27900 -0.13498 -2.40519'/> |
5292 | <fieldValue name='textTranslation' value='-1.12900 -0.13498 -2.40519'/> |
5293 | <fieldValue name='textColor' value='0 0 0'/> |
5294 | </ProtoInstance> |
5295 | <ProtoInstance name='Vertex'> |
5296 | <fieldValue name='vertexText' value='"resupply"'/> |
5297 | <fieldValue name='description' value='139: resupply'/> |
5298 | <fieldValue name='url'/> |
5299 | <fieldValue name='radius' value='0.1500'/> |
5300 | <fieldValue name='displayMode'/> |
5301 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5302 | <fieldValue name='transparency' value='0'/> |
5303 | <fieldValue name='translation' value='0.50222 -1.98714 -1.99805'/> |
5304 | <fieldValue name='textTranslation' value='0.65222 -1.98714 -1.99805'/> |
5305 | <fieldValue name='textColor' value='0 0 0'/> |
5306 | </ProtoInstance> |
5307 | <ProtoInstance name='Vertex'> |
5308 | <fieldValue name='vertexText' value='"revised"'/> |
5309 | <fieldValue name='description' value='140: revised'/> |
5310 | <fieldValue name='url'/> |
5311 | <fieldValue name='radius' value='0.1500'/> |
5312 | <fieldValue name='displayMode'/> |
5313 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5314 | <fieldValue name='transparency' value='0'/> |
5315 | <fieldValue name='translation' value='0.72613 2.64818 -0.06147'/> |
5316 | <fieldValue name='textTranslation' value='0.87613 2.64818 -0.06147'/> |
5317 | <fieldValue name='textColor' value='0 0 0'/> |
5318 | </ProtoInstance> |
5319 | <ProtoInstance name='Vertex'> |
5320 | <fieldValue name='vertexText' value='"rich"'/> |
5321 | <fieldValue name='description' value='141: rich'/> |
5322 | <fieldValue name='url'/> |
5323 | <fieldValue name='radius' value='0.1500'/> |
5324 | <fieldValue name='displayMode'/> |
5325 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5326 | <fieldValue name='transparency' value='0'/> |
5327 | <fieldValue name='translation' value='-2.66371 0.57388 0.74803'/> |
5328 | <fieldValue name='textTranslation' value='-2.51371 0.57388 0.74803'/> |
5329 | <fieldValue name='textColor' value='0 0 0'/> |
5330 | </ProtoInstance> |
5331 | <ProtoInstance name='Vertex'> |
5332 | <fieldValue name='vertexText' value='"robert"'/> |
5333 | <fieldValue name='description' value='142: robert'/> |
5334 | <fieldValue name='url'/> |
5335 | <fieldValue name='radius' value='0.1500'/> |
5336 | <fieldValue name='displayMode'/> |
5337 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5338 | <fieldValue name='transparency' value='0'/> |
5339 | <fieldValue name='translation' value='1.05192 -2.31205 -0.40606'/> |
5340 | <fieldValue name='textTranslation' value='1.20192 -2.31205 -0.40606'/> |
5341 | <fieldValue name='textColor' value='0 0 0'/> |
5342 | </ProtoInstance> |
5343 | <ProtoInstance name='Vertex'> |
5344 | <fieldValue name='vertexText' value='"sailors"'/> |
5345 | <fieldValue name='description' value='143: sailors'/> |
5346 | <fieldValue name='url'/> |
5347 | <fieldValue name='radius' value='0.1500'/> |
5348 | <fieldValue name='displayMode'/> |
5349 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5350 | <fieldValue name='transparency' value='0'/> |
5351 | <fieldValue name='translation' value='0.08635 0.29222 2.62545'/> |
5352 | <fieldValue name='textTranslation' value='0.23635 0.29222 2.62545'/> |
5353 | <fieldValue name='textColor' value='0 0 0'/> |
5354 | </ProtoInstance> |
5355 | <ProtoInstance name='Vertex'> |
5356 | <fieldValue name='vertexText' value='"sea"'/> |
5357 | <fieldValue name='description' value='144: sea'/> |
5358 | <fieldValue name='url'/> |
5359 | <fieldValue name='radius' value='0.1500'/> |
5360 | <fieldValue name='displayMode'/> |
5361 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5362 | <fieldValue name='transparency' value='0'/> |
5363 | <fieldValue name='translation' value='0.99153 -1.59021 -1.97744'/> |
5364 | <fieldValue name='textTranslation' value='1.14153 -1.59021 -1.97744'/> |
5365 | <fieldValue name='textColor' value='0 0 0'/> |
5366 | </ProtoInstance> |
5367 | <ProtoInstance name='Vertex'> |
5368 | <fieldValue name='vertexText' value='"sector"'/> |
5369 | <fieldValue name='description' value='145: sector'/> |
5370 | <fieldValue name='url'/> |
5371 | <fieldValue name='radius' value='0.1500'/> |
5372 | <fieldValue name='displayMode'/> |
5373 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5374 | <fieldValue name='transparency' value='0'/> |
5375 | <fieldValue name='translation' value='0.00280 2.72031 -0.37567'/> |
5376 | <fieldValue name='textTranslation' value='0.15280 2.72031 -0.37567'/> |
5377 | <fieldValue name='textColor' value='0 0 0'/> |
5378 | </ProtoInstance> |
5379 | <ProtoInstance name='Vertex'> |
5380 | <fieldValue name='vertexText' value='"sense"'/> |
5381 | <fieldValue name='description' value='146: sense'/> |
5382 | <fieldValue name='url'/> |
5383 | <fieldValue name='radius' value='0.1500'/> |
5384 | <fieldValue name='displayMode'/> |
5385 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5386 | <fieldValue name='transparency' value='0'/> |
5387 | <fieldValue name='translation' value='0.81339 -0.67655 2.72820'/> |
5388 | <fieldValue name='textTranslation' value='0.96339 -0.67655 2.72820'/> |
5389 | <fieldValue name='textColor' value='0 0 0'/> |
5390 | </ProtoInstance> |
5391 | <ProtoInstance name='Vertex'> |
5392 | <fieldValue name='vertexText' value='"services"'/> |
5393 | <fieldValue name='description' value='147: services'/> |
5394 | <fieldValue name='url'/> |
5395 | <fieldValue name='radius' value='0.1500'/> |
5396 | <fieldValue name='displayMode'/> |
5397 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5398 | <fieldValue name='transparency' value='0'/> |
5399 | <fieldValue name='translation' value='1.89672 -0.77523 0.97502'/> |
5400 | <fieldValue name='textTranslation' value='2.04672 -0.77523 0.97502'/> |
5401 | <fieldValue name='textColor' value='0 0 0'/> |
5402 | </ProtoInstance> |
5403 | <ProtoInstance name='Vertex'> |
5404 | <fieldValue name='vertexText' value='"shifts"'/> |
5405 | <fieldValue name='description' value='148: shifts'/> |
5406 | <fieldValue name='url'/> |
5407 | <fieldValue name='radius' value='0.1500'/> |
5408 | <fieldValue name='displayMode'/> |
5409 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5410 | <fieldValue name='transparency' value='0'/> |
5411 | <fieldValue name='translation' value='-0.56833 0.80460 -2.45866'/> |
5412 | <fieldValue name='textTranslation' value='-0.41833 0.80460 -2.45866'/> |
5413 | <fieldValue name='textColor' value='0 0 0'/> |
5414 | </ProtoInstance> |
5415 | <ProtoInstance name='Vertex'> |
5416 | <fieldValue name='vertexText' value='"ship"'/> |
5417 | <fieldValue name='description' value='149: ship'/> |
5418 | <fieldValue name='url'/> |
5419 | <fieldValue name='radius' value='0.1500'/> |
5420 | <fieldValue name='displayMode'/> |
5421 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5422 | <fieldValue name='transparency' value='0'/> |
5423 | <fieldValue name='translation' value='1.70044 -1.12191 -1.74950'/> |
5424 | <fieldValue name='textTranslation' value='1.85044 -1.12191 -1.74950'/> |
5425 | <fieldValue name='textColor' value='0 0 0'/> |
5426 | </ProtoInstance> |
5427 | <ProtoInstance name='Vertex'> |
5428 | <fieldValue name='vertexText' value='"shutter"'/> |
5429 | <fieldValue name='description' value='150: shutter'/> |
5430 | <fieldValue name='url'/> |
5431 | <fieldValue name='radius' value='0.1500'/> |
5432 | <fieldValue name='displayMode'/> |
5433 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5434 | <fieldValue name='transparency' value='0'/> |
5435 | <fieldValue name='translation' value='0.41150 -2.45587 1.90054'/> |
5436 | <fieldValue name='textTranslation' value='0.56150 -2.45587 1.90054'/> |
5437 | <fieldValue name='textColor' value='0 0 0'/> |
5438 | </ProtoInstance> |
5439 | <ProtoInstance name='Vertex'> |
5440 | <fieldValue name='vertexText' value='"south"'/> |
5441 | <fieldValue name='description' value='151: south'/> |
5442 | <fieldValue name='url'/> |
5443 | <fieldValue name='radius' value='0.1500'/> |
5444 | <fieldValue name='displayMode'/> |
5445 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5446 | <fieldValue name='transparency' value='0'/> |
5447 | <fieldValue name='translation' value='0.88311 -0.38195 1.76188'/> |
5448 | <fieldValue name='textTranslation' value='1.03311 -0.38195 1.76188'/> |
5449 | <fieldValue name='textColor' value='0 0 0'/> |
5450 | </ProtoInstance> |
5451 | <ProtoInstance name='Vertex'> |
5452 | <fieldValue name='vertexText' value='"southern"'/> |
5453 | <fieldValue name='description' value='152: southern'/> |
5454 | <fieldValue name='url'/> |
5455 | <fieldValue name='radius' value='0.1500'/> |
5456 | <fieldValue name='displayMode'/> |
5457 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5458 | <fieldValue name='transparency' value='0'/> |
5459 | <fieldValue name='translation' value='2.35050 -1.05225 -0.31043'/> |
5460 | <fieldValue name='textTranslation' value='2.50050 -1.05225 -0.31043'/> |
5461 | <fieldValue name='textColor' value='0 0 0'/> |
5462 | </ProtoInstance> |
5463 | <ProtoInstance name='Vertex'> |
5464 | <fieldValue name='vertexText' value='"sp"'/> |
5465 | <fieldValue name='description' value='153: sp'/> |
5466 | <fieldValue name='url'/> |
5467 | <fieldValue name='radius' value='0.1500'/> |
5468 | <fieldValue name='displayMode'/> |
5469 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5470 | <fieldValue name='transparency' value='0'/> |
5471 | <fieldValue name='translation' value='1.12949 -2.01774 -1.27150'/> |
5472 | <fieldValue name='textTranslation' value='1.27949 -2.01774 -1.27150'/> |
5473 | <fieldValue name='textColor' value='0 0 0'/> |
5474 | </ProtoInstance> |
5475 | <ProtoInstance name='Vertex'> |
5476 | <fieldValue name='vertexText' value='"special"'/> |
5477 | <fieldValue name='description' value='154: special'/> |
5478 | <fieldValue name='url'/> |
5479 | <fieldValue name='radius' value='0.1500'/> |
5480 | <fieldValue name='displayMode'/> |
5481 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5482 | <fieldValue name='transparency' value='0'/> |
5483 | <fieldValue name='translation' value='1.18699 -1.48477 0.21129'/> |
5484 | <fieldValue name='textTranslation' value='1.33699 -1.48477 0.21129'/> |
5485 | <fieldValue name='textColor' value='0 0 0'/> |
5486 | </ProtoInstance> |
5487 | <ProtoInstance name='Vertex'> |
5488 | <fieldValue name='vertexText' value='"specialist"'/> |
5489 | <fieldValue name='description' value='155: specialist'/> |
5490 | <fieldValue name='url'/> |
5491 | <fieldValue name='radius' value='0.1500'/> |
5492 | <fieldValue name='displayMode'/> |
5493 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5494 | <fieldValue name='transparency' value='0'/> |
5495 | <fieldValue name='translation' value='1.13936 -1.75131 -0.65468'/> |
5496 | <fieldValue name='textTranslation' value='1.28936 -1.75131 -0.65468'/> |
5497 | <fieldValue name='textColor' value='0 0 0'/> |
5498 | </ProtoInstance> |
5499 | <ProtoInstance name='Vertex'> |
5500 | <fieldValue name='vertexText' value='"statement"'/> |
5501 | <fieldValue name='description' value='156: statement'/> |
5502 | <fieldValue name='url'/> |
5503 | <fieldValue name='radius' value='0.1500'/> |
5504 | <fieldValue name='displayMode'/> |
5505 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5506 | <fieldValue name='transparency' value='0'/> |
5507 | <fieldValue name='translation' value='0.86254 -2.25346 1.29051'/> |
5508 | <fieldValue name='textTranslation' value='1.01254 -2.25346 1.29051'/> |
5509 | <fieldValue name='textColor' value='0 0 0'/> |
5510 | </ProtoInstance> |
5511 | <ProtoInstance name='Vertex'> |
5512 | <fieldValue name='vertexText' value='"states"'/> |
5513 | <fieldValue name='description' value='157: states'/> |
5514 | <fieldValue name='url'/> |
5515 | <fieldValue name='radius' value='0.1500'/> |
5516 | <fieldValue name='displayMode'/> |
5517 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5518 | <fieldValue name='transparency' value='0'/> |
5519 | <fieldValue name='translation' value='0.85247 -0.20292 2.34006'/> |
5520 | <fieldValue name='textTranslation' value='1.00247 -0.20292 2.34006'/> |
5521 | <fieldValue name='textColor' value='0 0 0'/> |
5522 | </ProtoInstance> |
5523 | <ProtoInstance name='Vertex'> |
5524 | <fieldValue name='vertexText' value='"status"'/> |
5525 | <fieldValue name='description' value='158: status'/> |
5526 | <fieldValue name='url'/> |
5527 | <fieldValue name='radius' value='0.1500'/> |
5528 | <fieldValue name='displayMode'/> |
5529 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5530 | <fieldValue name='transparency' value='0'/> |
5531 | <fieldValue name='translation' value='-2.48870 -1.73671 -0.45727'/> |
5532 | <fieldValue name='textTranslation' value='-2.33870 -1.73671 -0.45727'/> |
5533 | <fieldValue name='textColor' value='0 0 0'/> |
5534 | </ProtoInstance> |
5535 | <ProtoInstance name='Vertex'> |
5536 | <fieldValue name='vertexText' value='"stresses"'/> |
5537 | <fieldValue name='description' value='159: stresses'/> |
5538 | <fieldValue name='url'/> |
5539 | <fieldValue name='radius' value='0.1500'/> |
5540 | <fieldValue name='displayMode'/> |
5541 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5542 | <fieldValue name='transparency' value='0'/> |
5543 | <fieldValue name='translation' value='0.12030 2.60263 -0.82513'/> |
5544 | <fieldValue name='textTranslation' value='0.27030 2.60263 -0.82513'/> |
5545 | <fieldValue name='textColor' value='0 0 0'/> |
5546 | </ProtoInstance> |
5547 | <ProtoInstance name='Vertex'> |
5548 | <fieldValue name='vertexText' value='"supporting"'/> |
5549 | <fieldValue name='description' value='160: supporting'/> |
5550 | <fieldValue name='url'/> |
5551 | <fieldValue name='radius' value='0.1500'/> |
5552 | <fieldValue name='displayMode'/> |
5553 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5554 | <fieldValue name='transparency' value='0'/> |
5555 | <fieldValue name='translation' value='1.24479 -1.35349 -1.97705'/> |
5556 | <fieldValue name='textTranslation' value='1.39479 -1.35349 -1.97705'/> |
5557 | <fieldValue name='textColor' value='0 0 0'/> |
5558 | </ProtoInstance> |
5559 | <ProtoInstance name='Vertex'> |
5560 | <fieldValue name='vertexText' value='"sustained"'/> |
5561 | <fieldValue name='description' value='161: sustained'/> |
5562 | <fieldValue name='url'/> |
5563 | <fieldValue name='radius' value='0.1500'/> |
5564 | <fieldValue name='displayMode'/> |
5565 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5566 | <fieldValue name='transparency' value='0'/> |
5567 | <fieldValue name='translation' value='-1.14409 -0.39523 -2.51480'/> |
5568 | <fieldValue name='textTranslation' value='-0.99409 -0.39523 -2.51480'/> |
5569 | <fieldValue name='textColor' value='0 0 0'/> |
5570 | </ProtoInstance> |
5571 | <ProtoInstance name='Vertex'> |
5572 | <fieldValue name='vertexText' value='"sustainment"'/> |
5573 | <fieldValue name='description' value='162: sustainment'/> |
5574 | <fieldValue name='url'/> |
5575 | <fieldValue name='radius' value='0.1500'/> |
5576 | <fieldValue name='displayMode'/> |
5577 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5578 | <fieldValue name='transparency' value='0'/> |
5579 | <fieldValue name='translation' value='2.63893 -0.31242 0.55387'/> |
5580 | <fieldValue name='textTranslation' value='2.78893 -0.31242 0.55387'/> |
5581 | <fieldValue name='textColor' value='0 0 0'/> |
5582 | </ProtoInstance> |
5583 | <ProtoInstance name='Vertex'> |
5584 | <fieldValue name='vertexText' value='"tax"'/> |
5585 | <fieldValue name='description' value='163: tax'/> |
5586 | <fieldValue name='url'/> |
5587 | <fieldValue name='radius' value='0.1500'/> |
5588 | <fieldValue name='displayMode'/> |
5589 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5590 | <fieldValue name='transparency' value='0'/> |
5591 | <fieldValue name='translation' value='-2.46009 1.21868 -0.24280'/> |
5592 | <fieldValue name='textTranslation' value='-2.31009 1.21868 -0.24280'/> |
5593 | <fieldValue name='textColor' value='0 0 0'/> |
5594 | </ProtoInstance> |
5595 | <ProtoInstance name='Vertex'> |
5596 | <fieldValue name='vertexText' value='"team"'/> |
5597 | <fieldValue name='description' value='164: team'/> |
5598 | <fieldValue name='url'/> |
5599 | <fieldValue name='radius' value='0.1500'/> |
5600 | <fieldValue name='displayMode'/> |
5601 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5602 | <fieldValue name='transparency' value='0'/> |
5603 | <fieldValue name='translation' value='-0.49017 1.03010 2.49145'/> |
5604 | <fieldValue name='textTranslation' value='-0.34017 1.03010 2.49145'/> |
5605 | <fieldValue name='textColor' value='0 0 0'/> |
5606 | </ProtoInstance> |
5607 | <ProtoInstance name='Vertex'> |
5608 | <fieldValue name='vertexText' value='"temporarily"'/> |
5609 | <fieldValue name='description' value='165: temporarily'/> |
5610 | <fieldValue name='url'/> |
5611 | <fieldValue name='radius' value='0.1500'/> |
5612 | <fieldValue name='displayMode'/> |
5613 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5614 | <fieldValue name='transparency' value='0'/> |
5615 | <fieldValue name='translation' value='0.74997 -1.97345 -2.06183'/> |
5616 | <fieldValue name='textTranslation' value='0.89997 -1.97345 -2.06183'/> |
5617 | <fieldValue name='textColor' value='0 0 0'/> |
5618 | </ProtoInstance> |
5619 | <ProtoInstance name='Vertex'> |
5620 | <fieldValue name='vertexText' value='"ten"'/> |
5621 | <fieldValue name='description' value='166: ten'/> |
5622 | <fieldValue name='url'/> |
5623 | <fieldValue name='radius' value='0.1500'/> |
5624 | <fieldValue name='displayMode'/> |
5625 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5626 | <fieldValue name='transparency' value='0'/> |
5627 | <fieldValue name='translation' value='-0.34858 0.38635 -2.62666'/> |
5628 | <fieldValue name='textTranslation' value='-0.19858 0.38635 -2.62666'/> |
5629 | <fieldValue name='textColor' value='0 0 0'/> |
5630 | </ProtoInstance> |
5631 | <ProtoInstance name='Vertex'> |
5632 | <fieldValue name='vertexText' value='"terms"'/> |
5633 | <fieldValue name='description' value='167: terms'/> |
5634 | <fieldValue name='url'/> |
5635 | <fieldValue name='radius' value='0.1500'/> |
5636 | <fieldValue name='displayMode'/> |
5637 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5638 | <fieldValue name='transparency' value='0'/> |
5639 | <fieldValue name='translation' value='-2.55707 -1.56451 -0.52317'/> |
5640 | <fieldValue name='textTranslation' value='-2.40707 -1.56451 -0.52317'/> |
5641 | <fieldValue name='textColor' value='0 0 0'/> |
5642 | </ProtoInstance> |
5643 | <ProtoInstance name='Vertex'> |
5644 | <fieldValue name='vertexText' value='"tip"'/> |
5645 | <fieldValue name='description' value='168: tip'/> |
5646 | <fieldValue name='url'/> |
5647 | <fieldValue name='radius' value='0.1500'/> |
5648 | <fieldValue name='displayMode'/> |
5649 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5650 | <fieldValue name='transparency' value='0'/> |
5651 | <fieldValue name='translation' value='-1.38635 -2.75175 1.04368'/> |
5652 | <fieldValue name='textTranslation' value='-1.23635 -2.75175 1.04368'/> |
5653 | <fieldValue name='textColor' value='0 0 0'/> |
5654 | </ProtoInstance> |
5655 | <ProtoInstance name='Vertex'> |
5656 | <fieldValue name='vertexText' value='"total"'/> |
5657 | <fieldValue name='description' value='169: total'/> |
5658 | <fieldValue name='url'/> |
5659 | <fieldValue name='radius' value='0.1500'/> |
5660 | <fieldValue name='displayMode'/> |
5661 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
5662 | <fieldValue name='transparency' value='0'/> |
5663 | <fieldValue name='translation' value='-0.45144 2.69822 -0.18628'/> |
5664 | <fieldValue name='textTranslation' value='-0.30144 2.69822 -0.18628'/> |
5665 | <fieldValue name='textColor' value='0 0 0'/> |
5666 | </ProtoInstance> |
5667 | <ProtoInstance name='Vertex'> |
5668 | <fieldValue name='vertexText' value='"treat"'/> |
5669 | <fieldValue name='description' value='170: treat'/> |
5670 | <fieldValue name='url'/> |
5671 | <fieldValue name='radius' value='0.1500'/> |
5672 | <fieldValue name='displayMode'/> |
5673 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5674 | <fieldValue name='transparency' value='0'/> |
5675 | <fieldValue name='translation' value='0.02340 0.71493 2.72182'/> |
5676 | <fieldValue name='textTranslation' value='0.17340 0.71493 2.72182'/> |
5677 | <fieldValue name='textColor' value='0 0 0'/> |
5678 | </ProtoInstance> |
5679 | <ProtoInstance name='Vertex'> |
5680 | <fieldValue name='vertexText' value='"treated"'/> |
5681 | <fieldValue name='description' value='171: treated'/> |
5682 | <fieldValue name='url'/> |
5683 | <fieldValue name='radius' value='0.1500'/> |
5684 | <fieldValue name='displayMode'/> |
5685 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5686 | <fieldValue name='transparency' value='0'/> |
5687 | <fieldValue name='translation' value='-0.01469 0.89234 2.55027'/> |
5688 | <fieldValue name='textTranslation' value='0.13531 0.89234 2.55027'/> |
5689 | <fieldValue name='textColor' value='0 0 0'/> |
5690 | </ProtoInstance> |
5691 | <ProtoInstance name='Vertex'> |
5692 | <fieldValue name='vertexText' value='"tweet"'/> |
5693 | <fieldValue name='description' value='172: tweet'/> |
5694 | <fieldValue name='url'/> |
5695 | <fieldValue name='radius' value='0.1500'/> |
5696 | <fieldValue name='displayMode'/> |
5697 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5698 | <fieldValue name='transparency' value='0'/> |
5699 | <fieldValue name='translation' value='0.21722 -2.29389 1.42717'/> |
5700 | <fieldValue name='textTranslation' value='0.36722 -2.29389 1.42717'/> |
5701 | <fieldValue name='textColor' value='0 0 0'/> |
5702 | </ProtoInstance> |
5703 | <ProtoInstance name='Vertex'> |
5704 | <fieldValue name='vertexText' value='"tweeted"'/> |
5705 | <fieldValue name='description' value='173: tweeted'/> |
5706 | <fieldValue name='url'/> |
5707 | <fieldValue name='radius' value='0.1500'/> |
5708 | <fieldValue name='displayMode'/> |
5709 | <fieldValue name='diffuseColor' value='0 0.6000 0'/> |
5710 | <fieldValue name='transparency' value='0'/> |
5711 | <fieldValue name='translation' value='-0.51715 -2.65282 1.48966'/> |
5712 | <fieldValue name='textTranslation' value='-0.36715 -2.65282 1.48966'/> |
5713 | <fieldValue name='textColor' value='0 0 0'/> |
5714 | </ProtoInstance> |
5715 | <ProtoInstance name='Vertex'> |
5716 | <fieldValue name='vertexText' value='"tweeting"'/> |
5717 | <fieldValue name='description' value='174: tweeting'/> |
5718 | <fieldValue name='url'/> |
5719 | <fieldValue name='radius' value='0.1500'/> |
5720 | <fieldValue name='displayMode'/> |
5721 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5722 | <fieldValue name='transparency' value='0'/> |
5723 | <fieldValue name='translation' value='0.44190 -2.67897 1.59691'/> |
5724 | <fieldValue name='textTranslation' value='0.59190 -2.67897 1.59691'/> |
5725 | <fieldValue name='textColor' value='0 0 0'/> |
5726 | </ProtoInstance> |
5727 | <ProtoInstance name='Vertex'> |
5728 | <fieldValue name='vertexText' value='"twitter"'/> |
5729 | <fieldValue name='description' value='175: twitter'/> |
5730 | <fieldValue name='url'/> |
5731 | <fieldValue name='radius' value='0.1500'/> |
5732 | <fieldValue name='displayMode'/> |
5733 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
5734 | <fieldValue name='transparency' value='0'/> |
5735 | <fieldValue name='translation' value='-2.69744 -1.29046 -0.31008'/> |
5736 | <fieldValue name='textTranslation' value='-2.54744 -1.29046 -0.31008'/> |
5737 | <fieldValue name='textColor' value='0 0 0'/> |
5738 | </ProtoInstance> |
5739 | <ProtoInstance name='Vertex'> |
5740 | <fieldValue name='vertexText' value='"underway"'/> |
5741 | <fieldValue name='description' value='176: underway'/> |
5742 | <fieldValue name='url'/> |
5743 | <fieldValue name='radius' value='0.1500'/> |
5744 | <fieldValue name='displayMode'/> |
5745 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5746 | <fieldValue name='transparency' value='0'/> |
5747 | <fieldValue name='translation' value='0.27960 -0.69845 -2.14998'/> |
5748 | <fieldValue name='textTranslation' value='0.42960 -0.69845 -2.14998'/> |
5749 | <fieldValue name='textColor' value='0 0 0'/> |
5750 | </ProtoInstance> |
5751 | <ProtoInstance name='Vertex'> |
5752 | <fieldValue name='vertexText' value='"unified"'/> |
5753 | <fieldValue name='description' value='177: unified'/> |
5754 | <fieldValue name='url'/> |
5755 | <fieldValue name='radius' value='0.1500'/> |
5756 | <fieldValue name='displayMode'/> |
5757 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
5758 | <fieldValue name='transparency' value='0'/> |
5759 | <fieldValue name='translation' value='1.23565 -1.47481 -1.95369'/> |
5760 | <fieldValue name='textTranslation' value='1.38565 -1.47481 -1.95369'/> |
5761 | <fieldValue name='textColor' value='0 0 0'/> |
5762 | </ProtoInstance> |
5763 | <ProtoInstance name='Vertex'> |
5764 | <fieldValue name='vertexText' value='"united"'/> |
5765 | <fieldValue name='description' value='178: united'/> |
5766 | <fieldValue name='url'/> |
5767 | <fieldValue name='radius' value='0.1500'/> |
5768 | <fieldValue name='displayMode'/> |
5769 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5770 | <fieldValue name='transparency' value='0'/> |
5771 | <fieldValue name='translation' value='1.01684 -0.35315 2.36726'/> |
5772 | <fieldValue name='textTranslation' value='1.16684 -0.35315 2.36726'/> |
5773 | <fieldValue name='textColor' value='0 0 0'/> |
5774 | </ProtoInstance> |
5775 | <ProtoInstance name='Vertex'> |
5776 | <fieldValue name='vertexText' value='"upcoming"'/> |
5777 | <fieldValue name='description' value='179: upcoming'/> |
5778 | <fieldValue name='url'/> |
5779 | <fieldValue name='radius' value='0.1500'/> |
5780 | <fieldValue name='displayMode'/> |
5781 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
5782 | <fieldValue name='transparency' value='0'/> |
5783 | <fieldValue name='translation' value='2.52121 -0.11531 -0.07919'/> |
5784 | <fieldValue name='textTranslation' value='2.67121 -0.11531 -0.07919'/> |
5785 | <fieldValue name='textColor' value='0 0 0'/> |
5786 | </ProtoInstance> |
5787 | <ProtoInstance name='Vertex'> |
5788 | <fieldValue name='vertexText' value='"uploaded"'/> |
5789 | <fieldValue name='description' value='180: uploaded'/> |
5790 | <fieldValue name='url'/> |
5791 | <fieldValue name='radius' value='0.1500'/> |
5792 | <fieldValue name='displayMode'/> |
5793 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5794 | <fieldValue name='transparency' value='0'/> |
5795 | <fieldValue name='translation' value='-0.70540 0.65118 2.61134'/> |
5796 | <fieldValue name='textTranslation' value='-0.55540 0.65118 2.61134'/> |
5797 | <fieldValue name='textColor' value='0 0 0'/> |
5798 | </ProtoInstance> |
5799 | <ProtoInstance name='Vertex'> |
5800 | <fieldValue name='vertexText' value='"visits"'/> |
5801 | <fieldValue name='description' value='181: visits'/> |
5802 | <fieldValue name='url'/> |
5803 | <fieldValue name='radius' value='0.1500'/> |
5804 | <fieldValue name='displayMode'/> |
5805 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5806 | <fieldValue name='transparency' value='0'/> |
5807 | <fieldValue name='translation' value='0.45450 0.07356 2.24750'/> |
5808 | <fieldValue name='textTranslation' value='0.60450 0.07356 2.24750'/> |
5809 | <fieldValue name='textColor' value='0 0 0'/> |
5810 | </ProtoInstance> |
5811 | <ProtoInstance name='Vertex'> |
5812 | <fieldValue name='vertexText' value='"wasteful"'/> |
5813 | <fieldValue name='description' value='182: wasteful'/> |
5814 | <fieldValue name='url'/> |
5815 | <fieldValue name='radius' value='0.1500'/> |
5816 | <fieldValue name='displayMode'/> |
5817 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5818 | <fieldValue name='transparency' value='0'/> |
5819 | <fieldValue name='translation' value='-2.22539 1.51832 0.66098'/> |
5820 | <fieldValue name='textTranslation' value='-2.07539 1.51832 0.66098'/> |
5821 | <fieldValue name='textColor' value='0 0 0'/> |
5822 | </ProtoInstance> |
5823 | <ProtoInstance name='Vertex'> |
5824 | <fieldValue name='vertexText' value='"ways"'/> |
5825 | <fieldValue name='description' value='183: ways'/> |
5826 | <fieldValue name='url'/> |
5827 | <fieldValue name='radius' value='0.1500'/> |
5828 | <fieldValue name='displayMode'/> |
5829 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5830 | <fieldValue name='transparency' value='0'/> |
5831 | <fieldValue name='translation' value='-0.78019 -0.15083 -2.65124'/> |
5832 | <fieldValue name='textTranslation' value='-0.63019 -0.15083 -2.65124'/> |
5833 | <fieldValue name='textColor' value='0 0 0'/> |
5834 | </ProtoInstance> |
5835 | <ProtoInstance name='Vertex'> |
5836 | <fieldValue name='vertexText' value='"wednesday"'/> |
5837 | <fieldValue name='description' value='184: wednesday'/> |
5838 | <fieldValue name='url'/> |
5839 | <fieldValue name='radius' value='0.1500'/> |
5840 | <fieldValue name='displayMode'/> |
5841 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
5842 | <fieldValue name='transparency' value='0'/> |
5843 | <fieldValue name='translation' value='-2.75539 0.48365 0.34243'/> |
5844 | <fieldValue name='textTranslation' value='-2.60539 0.48365 0.34243'/> |
5845 | <fieldValue name='textColor' value='0 0 0'/> |
5846 | </ProtoInstance> |
5847 | <ProtoInstance name='Vertex'> |
5848 | <fieldValue name='vertexText' value='"white"'/> |
5849 | <fieldValue name='description' value='185: white'/> |
5850 | <fieldValue name='url'/> |
5851 | <fieldValue name='radius' value='0.1500'/> |
5852 | <fieldValue name='displayMode'/> |
5853 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
5854 | <fieldValue name='transparency' value='0'/> |
5855 | <fieldValue name='translation' value='0.41150 -2.45587 1.90054'/> |
5856 | <fieldValue name='textTranslation' value='0.56150 -2.45587 1.90054'/> |
5857 | <fieldValue name='textColor' value='0 0 0'/> |
5858 | </ProtoInstance> |
5859 | <ProtoInstance name='Vertex'> |
5860 | <fieldValue name='vertexText' value='"wilson"'/> |
5861 | <fieldValue name='description' value='186: wilson'/> |
5862 | <fieldValue name='url'/> |
5863 | <fieldValue name='radius' value='0.1500'/> |
5864 | <fieldValue name='displayMode'/> |
5865 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
5866 | <fieldValue name='transparency' value='0'/> |
5867 | <fieldValue name='translation' value='0.29691 0.59349 2.57830'/> |
5868 | <fieldValue name='textTranslation' value='0.44691 0.59349 2.57830'/> |
5869 | <fieldValue name='textColor' value='0 0 0'/> |
5870 | </ProtoInstance> |
5871 | <ProtoInstance name='Vertex'> |
5872 | <fieldValue name='vertexText' value='"world"'/> |
5873 | <fieldValue name='description' value='187: world'/> |
5874 | <fieldValue name='url'/> |
5875 | <fieldValue name='radius' value='0.1500'/> |
5876 | <fieldValue name='displayMode'/> |
5877 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
5878 | <fieldValue name='transparency' value='0'/> |
5879 | <fieldValue name='translation' value='1.54389 -2.41119 0.01913'/> |
5880 | <fieldValue name='textTranslation' value='1.69389 -2.41119 0.01913'/> |
5881 | <fieldValue name='textColor' value='0 0 0'/> |
5882 | </ProtoInstance> |
5883 | <ProtoInstance name='Vertex'> |
5884 | <fieldValue name='vertexText' value='"york"'/> |
5885 | <fieldValue name='description' value='188: york'/> |
5886 | <fieldValue name='url'/> |
5887 | <fieldValue name='radius' value='0.1500'/> |
5888 | <fieldValue name='displayMode'/> |
5889 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5890 | <fieldValue name='transparency' value='0'/> |
5891 | <fieldValue name='translation' value='-0.77087 -0.06455 -2.66374'/> |
5892 | <fieldValue name='textTranslation' value='-0.62087 -0.06455 -2.66374'/> |
5893 | <fieldValue name='textColor' value='0 0 0'/> |
5894 | </ProtoInstance> |
5895 | <ProtoInstance name='Vertex'> |
5896 | <fieldValue name='vertexText' value='"young"'/> |
5897 | <fieldValue name='description' value='189: young'/> |
5898 | <fieldValue name='url'/> |
5899 | <fieldValue name='radius' value='0.1500'/> |
5900 | <fieldValue name='displayMode'/> |
5901 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
5902 | <fieldValue name='transparency' value='0'/> |
5903 | <fieldValue name='translation' value='0.69090 -1.13561 1.96025'/> |
5904 | <fieldValue name='textTranslation' value='0.84090 -1.13561 1.96025'/> |
5905 | <fieldValue name='textColor' value='0 0 0'/> |
5906 | </ProtoInstance> |
5907 | </Scene> |
5908 | </X3D> |
Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
line 53
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 64
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 75
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 86
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 97
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 108
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 119
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 130
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 141
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 152
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 163
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 174
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 185
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 196
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 207
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 218
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 229
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 240
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 251
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 262
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 273
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 284
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 295
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 306
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 317
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 328
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 339
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 350
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 361
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 372
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 383
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 394
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 405
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 416
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 427
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 438
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 449
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 460
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 471
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 482
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 493
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 504
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 515
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 526
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 537
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 548
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 559
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 570
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 581
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 592
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 603
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 614
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 625
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 636
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 647
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 658
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 669
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 680
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 691
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 702
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 713
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 724
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 735
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 746
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 757
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 768
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 779
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 790
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 801
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 812
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 823
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 834
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 845
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 856
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 867
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 878
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 889
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 900
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 911
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 922
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 933
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 944
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 955
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 966
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 977
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 988
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 999
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1010
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1021
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1032
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1043
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1054
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1065
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1076
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1087
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1098
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1109
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1120
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1131
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1142
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1153
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1164
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1175
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1186
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1197
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1208
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1219
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1230
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1241
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1252
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1263
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1274
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1285
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1296
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1307
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1318
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1329
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1340
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1351
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1362
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1373
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1384
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1395
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1406
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1417
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1428
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1439
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1450
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1461
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1472
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1483
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1494
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1505
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1516
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1527
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1538
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1549
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1560
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1571
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1582
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1593
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1604
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1615
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1626
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1637
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1648
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1659
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1670
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1681
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1692
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1703
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1714
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1725
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1736
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1747
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1758
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1769
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1780
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1791
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1802
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1813
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1824
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1835
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1846
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1857
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1868
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1879
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1890
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1901
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1912
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1923
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1934
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1945
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1956
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1967
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1978
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1989
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2000
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2011
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2022
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2033
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2044
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2055
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2066
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2077
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2088
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2099
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2110
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2121
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2132
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2143
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2154
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2165
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2176
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2187
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2198
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2209
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2220
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2231
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2242
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2253
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2264
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2275
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2286
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2297
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2308
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2319
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2330
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2341
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2352
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2363
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2374
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2385
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2396
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2407
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2418
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2429
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2440
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2451
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2462
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2473
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2484
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2495
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2506
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2517
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2528
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2539
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2550
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2561
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2572
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2583
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2594
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2605
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2616
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2627
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2638
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2649
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2660
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2671
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2682
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2693
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2704
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2715
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2726
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2737
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2748
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2759
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2770
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2781
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2792
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2803
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2814
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2825
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2836
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2847
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2858
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2869
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2880
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2891
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2902
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2913
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2924
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2935
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2946
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2957
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2968
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2979
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2990
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3001
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3012
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3023
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3034
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3045
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3056
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3067
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3078
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3089
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3100
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3111
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3122
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3133
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3144
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3155
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3166
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3177
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3188
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3199
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3210
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3221
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3232
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3243
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3254
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3265
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3276
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3287
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3298
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3309
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3320
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3331
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3342
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3353
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3364
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3375
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3386
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3397
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3408
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3419
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3430
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3441
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3452
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3463
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3474
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3485
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3496
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3507
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3518
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3529
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3540
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3551
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3562
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3573
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3584
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3595
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3606
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3617
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3628
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3639
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3651
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3663
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3675
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3687
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3699
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3711
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3723
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3735
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3747
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3759
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3771
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3783
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3795
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3807
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3819
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3831
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3843
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3855
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3867
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3879
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3891
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3903
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3915
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3927
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3939
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3951
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3963
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3975
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3987
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3999
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4011
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4023
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4035
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4047
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4059
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4071
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4083
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4095
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4107
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4119
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4131
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4143
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4155
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4167
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4179
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4191
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4203
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4215
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4227
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4239
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4251
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4263
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4275
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4287
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4299
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4311
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4323
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4335
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4347
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4359
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4371
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4383
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4395
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4407
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4419
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4431
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4443
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4455
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4467
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4479
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4491
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4503
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4515
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4527
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4539
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4551
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4563
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4575
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4587
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4599
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4611
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4623
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4635
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4647
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4659
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4671
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4683
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4695
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4707
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4719
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4731
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4743
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4755
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4767
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4779
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4791
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4803
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4815
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4827
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4839
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4851
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4863
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4875
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4887
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4899
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4911
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4923
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4935
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4947
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4959
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4971
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4983
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4995
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5007
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5019
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5031
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5043
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5055
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5067
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5079
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5091
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5103
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5115
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5127
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5139
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5151
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5163
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5175
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5187
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5199
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5211
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5223
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5235
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5247
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5259
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5271
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5283
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5295
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5307
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5319
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5331
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5343
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5355
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5367
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5379
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5391
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5403
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5415
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5427
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5439
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5451
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5463
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5475
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5487
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5499
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5511
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5523
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5535
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5547
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5559
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5571
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5583
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5595
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5607
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5619
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5631
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5643
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5655
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5667
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5679
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5691
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5703
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5715
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5727
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5739
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5751
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5763
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5775
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5787
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5799
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5811
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5823
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5835
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5847
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5859
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5871
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5883
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5895
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->