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.88617'/> |
55 | <fieldValue name='cylinderTranslation' value='1.65836 0.05540 -1.85461'/> |
56 | <fieldValue name='coneTranslation' value='1.59391 -0.20061 -1.95680'/> |
57 | <fieldValue name='rotation' value='-31.99170 0 20.17749 2.70062'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='1.25096'/> |
66 | <fieldValue name='cylinderTranslation' value='1.41793 -0.01521 -1.46531'/> |
67 | <fieldValue name='coneTranslation' value='1.16392 -0.36595 -1.29463'/> |
68 | <fieldValue name='rotation' value='45.86827 -0.00000 68.26458 2.42417'/> |
69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
70 | <fieldValue name='ballRadius' value='0.02'/> |
71 | <fieldValue name='traceEnabled' value='false'/> |
72 | <fieldValue name='displayMode'/> |
73 | <fieldValue name='transparency' value='0'/> |
74 | </ProtoInstance> |
75 | <ProtoInstance name='Arc'> |
76 | <fieldValue name='cylinderHeight' value='1.03310'/> |
77 | <fieldValue name='cylinderTranslation' value='1.85521 0.75623 -2.10396'/> |
78 | <fieldValue name='coneTranslation' value='1.92144 0.96341 -2.38648'/> |
79 | <fieldValue name='rotation' value='-81.86152 0 -19.19180 0.95078'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='1.12082'/> |
88 | <fieldValue name='cylinderTranslation' value='2.25480 0.71119 -1.63623'/> |
89 | <fieldValue name='coneTranslation' value='2.60887 0.89346 -1.59449'/> |
90 | <fieldValue name='rotation' value='11.68422 0 -99.11028 1.09820'/> |
91 | <fieldValue name='diffuseColor' value='0 0 0'/> |
92 | <fieldValue name='ballRadius' value='0.02'/> |
93 | <fieldValue name='traceEnabled' value='false'/> |
94 | <fieldValue name='displayMode'/> |
95 | <fieldValue name='transparency' value='0'/> |
96 | </ProtoInstance> |
97 | <ProtoInstance name='Arc'> |
98 | <fieldValue name='cylinderHeight' value='1.61536'/> |
99 | <fieldValue name='cylinderTranslation' value='0.97294 0.43782 -1.51098'/> |
100 | <fieldValue name='coneTranslation' value='0.34240 0.42316 -1.36371'/> |
101 | <fieldValue name='rotation' value='36.73256 -0.00000 157.26195 1.59343'/> |
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.91668'/> |
110 | <fieldValue name='cylinderTranslation' value='1.40495 0.62301 -1.93274'/> |
111 | <fieldValue name='coneTranslation' value='1.17434 0.73166 -2.08772'/> |
112 | <fieldValue name='rotation' value='-47.61830 0 70.85939 1.19805'/> |
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='1.09531'/> |
121 | <fieldValue name='cylinderTranslation' value='2.00808 0.90853 -1.87715'/> |
122 | <fieldValue name='coneTranslation' value='2.18422 1.22878 -2.00634'/> |
123 | <fieldValue name='rotation' value='-36.50128 0 -49.76687 0.59859'/> |
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.59396'/> |
132 | <fieldValue name='cylinderTranslation' value='1.82167 0.51340 -1.97928'/> |
133 | <fieldValue name='coneTranslation' value='1.85045 0.53984 -2.11056'/> |
134 | <fieldValue name='rotation' value='-56.92650 0 -12.48332 1.37660'/> |
135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
136 | <fieldValue name='ballRadius' value='0.02'/> |
137 | <fieldValue name='traceEnabled' value='false'/> |
138 | <fieldValue name='displayMode'/> |
139 | <fieldValue name='transparency' value='0'/> |
140 | </ProtoInstance> |
141 | <ProtoInstance name='Arc'> |
142 | <fieldValue name='cylinderHeight' value='1.26443'/> |
143 | <fieldValue name='cylinderTranslation' value='1.14327 0.46399 -1.55250'/> |
144 | <fieldValue name='coneTranslation' value='0.68319 0.46989 -1.44632'/> |
145 | <fieldValue name='rotation' value='28.43013 -0.00000 123.19516 1.55831'/> |
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.60058'/> |
154 | <fieldValue name='cylinderTranslation' value='1.91020 0.69498 -1.79622'/> |
155 | <fieldValue name='coneTranslation' value='1.98072 0.80659 -1.84368'/> |
156 | <fieldValue name='rotation' value='-20.31536 0 -30.19035 0.65090'/> |
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.59659'/> |
165 | <fieldValue name='cylinderTranslation' value='1.94895 0.67483 -1.76639'/> |
166 | <fieldValue name='coneTranslation' value='2.03690 0.77624 -1.79966'/> |
167 | <fieldValue name='rotation' value='-14.34922 0 -37.94061 0.74765'/> |
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.58857'/> |
176 | <fieldValue name='cylinderTranslation' value='2.00057 0.61824 -1.74019'/> |
177 | <fieldValue name='coneTranslation' value='2.11069 0.69223 -1.76097'/> |
178 | <fieldValue name='rotation' value='-9.10817 0 -48.26414 0.98723'/> |
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.54246'/> |
187 | <fieldValue name='cylinderTranslation' value='2.01817 0.51835 -1.74611'/> |
188 | <fieldValue name='coneTranslation' value='2.12436 0.54388 -1.76722'/> |
189 | <fieldValue name='rotation' value='-10.29285 0 -51.78511 1.33921'/> |
190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
191 | <fieldValue name='ballRadius' value='0.02'/> |
192 | <fieldValue name='traceEnabled' value='false'/> |
193 | <fieldValue name='displayMode'/> |
194 | <fieldValue name='transparency' value='0'/> |
195 | </ProtoInstance> |
196 | <ProtoInstance name='Arc'> |
197 | <fieldValue name='cylinderHeight' value='1.22920'/> |
198 | <fieldValue name='cylinderTranslation' value='1.73165 -0.07623 -1.38870'/> |
199 | <fieldValue name='coneTranslation' value='1.71123 -0.46998 -1.16241'/> |
200 | <fieldValue name='rotation' value='61.18863 -0.00000 5.52036 2.61821'/> |
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.94142'/> |
209 | <fieldValue name='cylinderTranslation' value='2.05514 0.09772 -1.61992'/> |
210 | <fieldValue name='coneTranslation' value='2.25045 -0.13884 -1.57059'/> |
211 | <fieldValue name='rotation' value='14.94556 0 -59.17780 2.43619'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='1.09530'/> |
220 | <fieldValue name='cylinderTranslation' value='2.00808 0.90853 -1.87716'/> |
221 | <fieldValue name='coneTranslation' value='2.18421 1.22878 -2.00635'/> |
222 | <fieldValue name='rotation' value='-36.50301 0 -49.76559 0.59859'/> |
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.91168'/> |
231 | <fieldValue name='cylinderTranslation' value='2.14178 0.33325 -1.90999'/> |
232 | <fieldValue name='coneTranslation' value='2.39005 0.25353 -2.04974'/> |
233 | <fieldValue name='rotation' value='-43.06770 0 -76.50663 1.84365'/> |
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.92690'/> |
242 | <fieldValue name='cylinderTranslation' value='2.20842 0.38890 -1.78691'/> |
243 | <fieldValue name='coneTranslation' value='2.50253 0.34491 -1.84732'/> |
244 | <fieldValue name='rotation' value='-18.45261 0 -89.83487 1.71629'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='1.12082'/> |
253 | <fieldValue name='cylinderTranslation' value='2.25480 0.71119 -1.63623'/> |
254 | <fieldValue name='coneTranslation' value='2.60887 0.89346 -1.59449'/> |
255 | <fieldValue name='rotation' value='11.68422 0 -99.11028 1.09820'/> |
256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
257 | <fieldValue name='ballRadius' value='0.02'/> |
258 | <fieldValue name='traceEnabled' value='false'/> |
259 | <fieldValue name='displayMode'/> |
260 | <fieldValue name='transparency' value='0'/> |
261 | </ProtoInstance> |
262 | <ProtoInstance name='Arc'> |
263 | <fieldValue name='cylinderHeight' value='1.07536'/> |
264 | <fieldValue name='cylinderTranslation' value='1.82941 0.52835 -2.22281'/> |
265 | <fieldValue name='coneTranslation' value='1.87869 0.57910 -2.59381'/> |
266 | <fieldValue name='rotation' value='-105.63317 0 -14.03162 1.43601'/> |
267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
268 | <fieldValue name='ballRadius' value='0.02'/> |
269 | <fieldValue name='traceEnabled' value='false'/> |
270 | <fieldValue name='displayMode'/> |
271 | <fieldValue name='transparency' value='0'/> |
272 | </ProtoInstance> |
273 | <ProtoInstance name='Arc'> |
274 | <fieldValue name='cylinderHeight' value='1.06901'/> |
275 | <fieldValue name='cylinderTranslation' value='2.20156 0.64502 -1.92780'/> |
276 | <fieldValue name='coneTranslation' value='2.51147 0.77739 -2.09117'/> |
277 | <fieldValue name='rotation' value='-46.63118 0 -88.46286 1.20953'/> |
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.06901'/> |
286 | <fieldValue name='cylinderTranslation' value='2.20154 0.64502 -1.92783'/> |
287 | <fieldValue name='coneTranslation' value='2.51144 0.77740 -2.09122'/> |
288 | <fieldValue name='rotation' value='-46.63718 0 -88.45890 1.20952'/> |
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.40918'/> |
297 | <fieldValue name='cylinderTranslation' value='1.84788 0.47940 -1.87757'/> |
298 | <fieldValue name='coneTranslation' value='1.86720 0.48448 -1.91743'/> |
299 | <fieldValue name='rotation' value='-36.58370 0 -17.72600 1.45662'/> |
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.62520'/> |
308 | <fieldValue name='cylinderTranslation' value='1.82339 0.61378 -1.95683'/> |
309 | <fieldValue name='coneTranslation' value='1.85470 0.69075 -2.08482'/> |
310 | <fieldValue name='rotation' value='-52.43673 0 -12.82742 1.04207'/> |
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.96860'/> |
319 | <fieldValue name='cylinderTranslation' value='1.96000 0.44153 -2.13514'/> |
320 | <fieldValue name='coneTranslation' value='2.09442 0.43178 -2.43010'/> |
321 | <fieldValue name='rotation' value='-88.09845 0 -40.14914 1.60087'/> |
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.20457'/> |
330 | <fieldValue name='cylinderTranslation' value='1.83863 0.39426 -1.71303'/> |
331 | <fieldValue name='coneTranslation' value='1.79383 0.42915 -1.70266'/> |
332 | <fieldValue name='rotation' value='-3.67688 0 -15.87533 2.21995'/> |
333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
334 | <fieldValue name='ballRadius' value='0.02'/> |
335 | <fieldValue name='traceEnabled' value='false'/> |
336 | <fieldValue name='displayMode'/> |
337 | <fieldValue name='transparency' value='0'/> |
338 | </ProtoInstance> |
339 | <ProtoInstance name='Arc'> |
340 | <fieldValue name='cylinderHeight' value='1.07536'/> |
341 | <fieldValue name='cylinderTranslation' value='1.82941 0.52833 -2.22282'/> |
342 | <fieldValue name='coneTranslation' value='1.87869 0.57908 -2.59381'/> |
343 | <fieldValue name='rotation' value='-105.63347 0 -14.03192 1.43603'/> |
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.90551'/> |
352 | <fieldValue name='cylinderTranslation' value='2.07957 0.30687 -1.97769'/> |
353 | <fieldValue name='coneTranslation' value='2.28669 0.21038 -2.16070'/> |
354 | <fieldValue name='rotation' value='-56.60764 0 -64.06440 1.90667'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='1.77105'/> |
363 | <fieldValue name='cylinderTranslation' value='1.31012 0.85605 -1.04467'/> |
364 | <fieldValue name='coneTranslation' value='0.94215 1.18374 -0.51213'/> |
365 | <fieldValue name='rotation' value='129.99555 -0.00000 89.82543 1.10217'/> |
366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
367 | <fieldValue name='ballRadius' value='0.02'/> |
368 | <fieldValue name='traceEnabled' value='false'/> |
369 | <fieldValue name='displayMode'/> |
370 | <fieldValue name='transparency' value='0'/> |
371 | </ProtoInstance> |
372 | <ProtoInstance name='Arc'> |
373 | <fieldValue name='cylinderHeight' value='1.09879'/> |
374 | <fieldValue name='cylinderTranslation' value='1.71050 0.88602 -1.35609'/> |
375 | <fieldValue name='coneTranslation' value='1.67595 1.19075 -1.11614'/> |
376 | <fieldValue name='rotation' value='67.71063 -0.00000 9.74915 0.67204'/> |
377 | <fieldValue name='diffuseColor' value='0 0 0'/> |
378 | <fieldValue name='ballRadius' value='0.02'/> |
379 | <fieldValue name='traceEnabled' value='false'/> |
380 | <fieldValue name='displayMode'/> |
381 | <fieldValue name='transparency' value='0'/> |
382 | </ProtoInstance> |
383 | <ProtoInstance name='Arc'> |
384 | <fieldValue name='cylinderHeight' value='1.21554'/> |
385 | <fieldValue name='cylinderTranslation' value='1.55406 -1.87512 0.16941'/> |
386 | <fieldValue name='coneTranslation' value='1.64594 -2.02859 0.57990'/> |
387 | <fieldValue name='rotation' value='111.43398 0 -24.94144 1.92063'/> |
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.20557'/> |
396 | <fieldValue name='cylinderTranslation' value='1.08359 -2.14363 -0.25956'/> |
397 | <fieldValue name='coneTranslation' value='0.82960 -2.49388 -0.16539'/> |
398 | <fieldValue name='rotation' value='25.64018 -0.00000 69.15361 2.48329'/> |
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.49565'/> |
407 | <fieldValue name='cylinderTranslation' value='1.25298 -1.07666 -0.81186'/> |
408 | <fieldValue name='coneTranslation' value='1.11434 -0.61277 -1.14523'/> |
409 | <fieldValue name='rotation' value='-84.82031 0 35.27501 0.66137'/> |
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.63915'/> |
418 | <fieldValue name='cylinderTranslation' value='1.39016 -1.55139 -0.68318'/> |
419 | <fieldValue name='coneTranslation' value='1.37059 -1.49376 -0.83069'/> |
420 | <fieldValue name='rotation' value='-59.08370 0 7.83834 1.20130'/> |
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='1.15714'/> |
429 | <fieldValue name='cylinderTranslation' value='1.30777 -2.05321 0.02534'/> |
430 | <fieldValue name='coneTranslation' value='1.21980 -2.33276 0.32420'/> |
431 | <fieldValue name='rotation' value='82.61983 -0.00000 24.31755 2.30213'/> |
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='1.20557'/> |
440 | <fieldValue name='cylinderTranslation' value='1.08359 -2.14363 -0.25956'/> |
441 | <fieldValue name='coneTranslation' value='0.82960 -2.49388 -0.16539'/> |
442 | <fieldValue name='rotation' value='25.64019 -0.00000 69.15361 2.48329'/> |
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.52653'/> |
451 | <fieldValue name='cylinderTranslation' value='1.21767 -1.57252 -0.26283'/> |
452 | <fieldValue name='coneTranslation' value='1.13464 -1.53553 -0.21383'/> |
453 | <fieldValue name='rotation' value='24.98609 -0.00000 42.33689 1.20451'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='1.21976'/> |
462 | <fieldValue name='cylinderTranslation' value='1.82223 -1.75967 0.06938'/> |
463 | <fieldValue name='coneTranslation' value='2.11203 -1.82818 0.40660'/> |
464 | <fieldValue name='rotation' value='91.42895 0 -78.57461 1.72366'/> |
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='1.15711'/> |
473 | <fieldValue name='cylinderTranslation' value='1.46634 -2.13581 -0.72451'/> |
474 | <fieldValue name='coneTranslation' value='1.49309 -2.47510 -0.96813'/> |
475 | <fieldValue name='rotation' value='-67.34982 0 -7.39687 2.51603'/> |
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.62330'/> |
484 | <fieldValue name='cylinderTranslation' value='1.38943 -1.66659 -0.07868'/> |
485 | <fieldValue name='coneTranslation' value='1.37000 -1.66648 0.07172'/> |
486 | <fieldValue name='rotation' value='61.81594 -0.00000 7.98467 1.57009'/> |
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.51762'/> |
495 | <fieldValue name='cylinderTranslation' value='1.68813 -1.66606 -0.38392'/> |
496 | <fieldValue name='coneTranslation' value='1.78693 -1.66577 -0.38246'/> |
497 | <fieldValue name='rotation' value='0.76803 0 -51.75602 1.56791'/> |
498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
499 | <fieldValue name='ballRadius' value='0.02'/> |
500 | <fieldValue name='traceEnabled' value='false'/> |
501 | <fieldValue name='displayMode'/> |
502 | <fieldValue name='transparency' value='0'/> |
503 | </ProtoInstance> |
504 | <ProtoInstance name='Arc'> |
505 | <fieldValue name='cylinderHeight' value='1.01402'/> |
506 | <fieldValue name='cylinderTranslation' value='1.93536 -1.69860 -0.38508'/> |
507 | <fieldValue name='coneTranslation' value='2.28168 -1.72036 -0.38324'/> |
508 | <fieldValue name='rotation' value='0.53694 0 -101.20104 1.63354'/> |
509 | <fieldValue name='diffuseColor' value='0 0 0'/> |
510 | <fieldValue name='ballRadius' value='0.02'/> |
511 | <fieldValue name='traceEnabled' value='false'/> |
512 | <fieldValue name='displayMode'/> |
513 | <fieldValue name='transparency' value='0'/> |
514 | </ProtoInstance> |
515 | <ProtoInstance name='Arc'> |
516 | <fieldValue name='cylinderHeight' value='1.18080'/> |
517 | <fieldValue name='cylinderTranslation' value='1.12057 -1.93889 0.03555'/> |
518 | <fieldValue name='coneTranslation' value='0.89546 -2.13723 0.34414'/> |
519 | <fieldValue name='rotation' value='84.66226 -0.00000 61.75760 2.04974'/> |
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.57224'/> |
528 | <fieldValue name='cylinderTranslation' value='1.14642 -1.64435 -0.35157'/> |
529 | <fieldValue name='coneTranslation' value='1.02170 -1.63445 -0.33561'/> |
530 | <fieldValue name='rotation' value='7.23911 -0.00000 56.58671 1.49223'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='1.10616'/> |
539 | <fieldValue name='cylinderTranslation' value='1.71059 -2.06023 -0.11939'/> |
540 | <fieldValue name='coneTranslation' value='1.91047 -2.33984 0.07134'/> |
541 | <fieldValue name='rotation' value='53.67403 0 -56.24765 2.36218'/> |
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.65237'/> |
550 | <fieldValue name='cylinderTranslation' value='1.42770 -1.79946 -0.68575'/> |
551 | <fieldValue name='coneTranslation' value='1.42685 -1.86704 -0.83757'/> |
552 | <fieldValue name='rotation' value='-59.59782 0 0.33163 1.98960'/> |
553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
554 | <fieldValue name='ballRadius' value='0.02'/> |
555 | <fieldValue name='traceEnabled' value='false'/> |
556 | <fieldValue name='displayMode'/> |
557 | <fieldValue name='transparency' value='0'/> |
558 | </ProtoInstance> |
559 | <ProtoInstance name='Arc'> |
560 | <fieldValue name='cylinderHeight' value='1.21976'/> |
561 | <fieldValue name='cylinderTranslation' value='1.82223 -1.75967 0.06938'/> |
562 | <fieldValue name='coneTranslation' value='2.11203 -1.82818 0.40660'/> |
563 | <fieldValue name='rotation' value='91.42883 0 -78.57470 1.72366'/> |
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.70841'/> |
572 | <fieldValue name='cylinderTranslation' value='1.71563 -1.75911 -0.57482'/> |
573 | <fieldValue name='coneTranslation' value='1.87258 -1.80972 -0.67738'/> |
574 | <fieldValue name='rotation' value='-37.41176 0 -57.25436 1.83443'/> |
575 | <fieldValue name='diffuseColor' value='0 0 0'/> |
576 | <fieldValue name='ballRadius' value='0.02'/> |
577 | <fieldValue name='traceEnabled' value='false'/> |
578 | <fieldValue name='displayMode'/> |
579 | <fieldValue name='transparency' value='0'/> |
580 | </ProtoInstance> |
581 | <ProtoInstance name='Arc'> |
582 | <fieldValue name='cylinderHeight' value='1.29552'/> |
583 | <fieldValue name='cylinderTranslation' value='1.56670 -1.13768 -0.73526'/> |
584 | <fieldValue name='coneTranslation' value='1.67012 -0.73925 -0.99693'/> |
585 | <fieldValue name='rotation' value='-69.49995 0 -27.46921 0.61486'/> |
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='1.17532'/> |
594 | <fieldValue name='cylinderTranslation' value='1.95262 -1.90614 -0.26838'/> |
595 | <fieldValue name='coneTranslation' value='2.33342 -2.08031 -0.18149'/> |
596 | <fieldValue name='rotation' value='23.87729 0 -104.65324 1.99026'/> |
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.61356'/> |
605 | <fieldValue name='cylinderTranslation' value='1.55692 -1.91626 -0.26281'/> |
606 | <fieldValue name='coneTranslation' value='1.61795 -2.03561 -0.20302'/> |
607 | <fieldValue name='rotation' value='24.99103 0 -25.51300 2.52032'/> |
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.60912'/> |
616 | <fieldValue name='cylinderTranslation' value='1.46563 -1.96112 -0.31832'/> |
617 | <fieldValue name='coneTranslation' value='1.48284 -2.10082 -0.28536'/> |
618 | <fieldValue name='rotation' value='13.88769 0 -7.25446 2.88144'/> |
619 | <fieldValue name='diffuseColor' value='0 0 0'/> |
620 | <fieldValue name='ballRadius' value='0.02'/> |
621 | <fieldValue name='traceEnabled' value='false'/> |
622 | <fieldValue name='displayMode'/> |
623 | <fieldValue name='transparency' value='0'/> |
624 | </ProtoInstance> |
625 | <ProtoInstance name='Arc'> |
626 | <fieldValue name='cylinderHeight' value='1.09747'/> |
627 | <fieldValue name='cylinderTranslation' value='1.76307 -2.07747 -0.53303'/> |
628 | <fieldValue name='coneTranslation' value='1.99948 -2.36839 -0.63594'/> |
629 | <fieldValue name='rotation' value='-29.05300 0 -66.74262 2.41641'/> |
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.71491'/> |
638 | <fieldValue name='cylinderTranslation' value='1.69753 -1.68674 -0.15227'/> |
639 | <fieldValue name='coneTranslation' value='1.84567 -1.69776 -0.02218'/> |
640 | <fieldValue name='rotation' value='47.09935 0 -53.63535 1.62660'/> |
641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
642 | <fieldValue name='ballRadius' value='0.02'/> |
643 | <fieldValue name='traceEnabled' value='false'/> |
644 | <fieldValue name='displayMode'/> |
645 | <fieldValue name='transparency' value='0'/> |
646 | </ProtoInstance> |
647 | <ProtoInstance name='Arc'> |
648 | <fieldValue name='cylinderHeight' value='1.17189'/> |
649 | <fieldValue name='cylinderTranslation' value='1.91797 -1.72561 -0.06976'/> |
650 | <fieldValue name='coneTranslation' value='2.27317 -1.76836 0.16141'/> |
651 | <fieldValue name='rotation' value='63.60034 0 -97.72395 1.67132'/> |
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='1.04492'/> |
660 | <fieldValue name='cylinderTranslation' value='0.92945 -1.67506 -0.53939'/> |
661 | <fieldValue name='coneTranslation' value='0.58264 -1.68078 -0.64458'/> |
662 | <fieldValue name='rotation' value='-30.32561 0 99.98069 1.58659'/> |
663 | <fieldValue name='diffuseColor' value='0 0 0'/> |
664 | <fieldValue name='ballRadius' value='0.02'/> |
665 | <fieldValue name='traceEnabled' value='false'/> |
666 | <fieldValue name='displayMode'/> |
667 | <fieldValue name='transparency' value='0'/> |
668 | </ProtoInstance> |
669 | <ProtoInstance name='Arc'> |
670 | <fieldValue name='cylinderHeight' value='1.21554'/> |
671 | <fieldValue name='cylinderTranslation' value='1.55406 -1.87513 0.16940'/> |
672 | <fieldValue name='coneTranslation' value='1.64594 -2.02860 0.57989'/> |
673 | <fieldValue name='rotation' value='111.43299 0 -24.94199 1.92065'/> |
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.70784'/> |
682 | <fieldValue name='cylinderTranslation' value='1.64701 -1.92725 -0.48803'/> |
683 | <fieldValue name='coneTranslation' value='1.76627 -2.06995 -0.54296'/> |
684 | <fieldValue name='rotation' value='-20.05300 0 -43.53122 2.39777'/> |
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.51762'/> |
693 | <fieldValue name='cylinderTranslation' value='1.68813 -1.66606 -0.38392'/> |
694 | <fieldValue name='coneTranslation' value='1.78693 -1.66577 -0.38246'/> |
695 | <fieldValue name='rotation' value='0.76803 0 -51.75602 1.56791'/> |
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='1.15576'/> |
704 | <fieldValue name='cylinderTranslation' value='1.31622 -2.05485 0.02524'/> |
705 | <fieldValue name='coneTranslation' value='1.23441 -2.33546 0.32389'/> |
706 | <fieldValue name='rotation' value='82.59975 -0.00000 22.62708 2.30702'/> |
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.18412'/> |
715 | <fieldValue name='cylinderTranslation' value='1.50409 -1.62688 -0.42376'/> |
716 | <fieldValue name='coneTranslation' value='1.44893 -1.65635 -0.39719'/> |
717 | <fieldValue name='rotation' value='-7.19865 0 -14.94730 1.12223'/> |
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.67318'/> |
726 | <fieldValue name='cylinderTranslation' value='1.61266 -1.89554 -0.22232'/> |
727 | <fieldValue name='coneTranslation' value='1.70882 -2.01555 -0.13552'/> |
728 | <fieldValue name='rotation' value='33.08839 0 -36.66045 2.31798'/> |
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.68317'/> |
737 | <fieldValue name='cylinderTranslation' value='1.19994 -1.80951 -0.17875'/> |
738 | <fieldValue name='coneTranslation' value='1.07799 -1.88537 -0.06764'/> |
739 | <fieldValue name='rotation' value='41.80264 -0.00000 45.88227 2.00179'/> |
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.66695'/> |
748 | <fieldValue name='cylinderTranslation' value='1.55933 -1.67603 -0.08080'/> |
749 | <fieldValue name='coneTranslation' value='1.62694 -1.68082 0.07889'/> |
750 | <fieldValue name='rotation' value='61.39319 0 -25.99454 1.59845'/> |
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.72322'/> |
759 | <fieldValue name='cylinderTranslation' value='1.34846 -1.89890 -0.12252'/> |
760 | <fieldValue name='coneTranslation' value='1.30336 -2.02830 0.02536'/> |
761 | <fieldValue name='rotation' value='53.04770 -0.00000 16.17918 2.26768'/> |
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='1.12358'/> |
770 | <fieldValue name='cylinderTranslation' value='1.87497 -1.90037 -0.63773'/> |
771 | <fieldValue name='coneTranslation' value='2.19367 -2.06742 -0.81651'/> |
772 | <fieldValue name='rotation' value='-49.99362 0 -89.12290 1.99957'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='1.13461'/> |
781 | <fieldValue name='cylinderTranslation' value='1.07602 -1.25085 -0.54257'/> |
782 | <fieldValue name='coneTranslation' value='0.82233 -0.95220 -0.65371'/> |
783 | <fieldValue name='rotation' value='-30.96112 0 70.66722 0.74775'/> |
784 | <fieldValue name='diffuseColor' value='0 0 0'/> |
785 | <fieldValue name='ballRadius' value='0.02'/> |
786 | <fieldValue name='traceEnabled' value='false'/> |
787 | <fieldValue name='displayMode'/> |
788 | <fieldValue name='transparency' value='0'/> |
789 | </ProtoInstance> |
790 | <ProtoInstance name='Arc'> |
791 | <fieldValue name='cylinderHeight' value='1.16164'/> |
792 | <fieldValue name='cylinderTranslation' value='1.10296 -2.13396 -0.49995'/> |
793 | <fieldValue name='coneTranslation' value='0.86648 -2.47242 -0.58124'/> |
794 | <fieldValue name='rotation' value='-22.43809 0 65.27833 2.50529'/> |
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='1.09203'/> |
803 | <fieldValue name='cylinderTranslation' value='1.74767 -2.10049 -0.48117'/> |
804 | <fieldValue name='coneTranslation' value='1.97271 -2.40709 -0.54721'/> |
805 | <fieldValue name='rotation' value='-18.68192 0 -63.66379 2.48860'/> |
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='1.14444'/> |
814 | <fieldValue name='cylinderTranslation' value='1.23778 -2.13033 -0.66323'/> |
815 | <fieldValue name='coneTranslation' value='1.09978 -2.46425 -0.86168'/> |
816 | <fieldValue name='rotation' value='-55.09400 0 38.31374 2.51502'/> |
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.66393'/> |
825 | <fieldValue name='cylinderTranslation' value='1.66201 -1.54573 -0.59126'/> |
826 | <fieldValue name='coneTranslation' value='1.78254 -1.48302 -0.69668'/> |
827 | <fieldValue name='rotation' value='-40.69960 0 -46.53186 1.19747'/> |
828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
829 | <fieldValue name='ballRadius' value='0.02'/> |
830 | <fieldValue name='traceEnabled' value='false'/> |
831 | <fieldValue name='displayMode'/> |
832 | <fieldValue name='transparency' value='0'/> |
833 | </ProtoInstance> |
834 | <ProtoInstance name='Arc'> |
835 | <fieldValue name='cylinderHeight' value='1.15711'/> |
836 | <fieldValue name='cylinderTranslation' value='1.46634 -2.13581 -0.72451'/> |
837 | <fieldValue name='coneTranslation' value='1.49309 -2.47510 -0.96813'/> |
838 | <fieldValue name='rotation' value='-67.34978 0 -7.39680 2.51603'/> |
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.70876'/> |
847 | <fieldValue name='cylinderTranslation' value='1.33213 -1.94463 -0.58510'/> |
848 | <fieldValue name='coneTranslation' value='1.27881 -2.09703 -0.69335'/> |
849 | <fieldValue name='rotation' value='-39.46832 0 19.44425 2.47186'/> |
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.66660'/> |
858 | <fieldValue name='cylinderTranslation' value='1.40207 -1.99660 -0.34804'/> |
859 | <fieldValue name='coneTranslation' value='1.38788 -2.16808 -0.32739'/> |
860 | <fieldValue name='rotation' value='7.94379 -0.00000 5.45721 2.99650'/> |
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.71318'/> |
869 | <fieldValue name='cylinderTranslation' value='1.22345 -1.94908 -0.45908'/> |
870 | <fieldValue name='coneTranslation' value='1.10994 -2.10469 -0.49840'/> |
871 | <fieldValue name='rotation' value='-14.26372 0 41.18044 2.48418'/> |
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='1.96286'/> |
880 | <fieldValue name='cylinderTranslation' value='1.23165 -0.77913 -0.01877'/> |
881 | <fieldValue name='coneTranslation' value='1.06617 -0.03617 0.29006'/> |
882 | <fieldValue name='rotation' value='73.79816 -0.00000 39.54121 0.44066'/> |
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.67177'/> |
891 | <fieldValue name='cylinderTranslation' value='1.40606 -1.89712 -0.63114'/> |
892 | <fieldValue name='coneTranslation' value='1.39386 -2.01772 -0.75858'/> |
893 | <fieldValue name='rotation' value='-48.67465 0 4.65940 2.32636'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='1.10031'/> |
902 | <fieldValue name='cylinderTranslation' value='1.39793 -2.21028 -0.30825'/> |
903 | <fieldValue name='coneTranslation' value='1.37564 -2.59569 -0.25186'/> |
904 | <fieldValue name='rotation' value='15.90274 -0.00000 6.28522 2.98555'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='1.11287'/> |
913 | <fieldValue name='cylinderTranslation' value='-0.39272 0.23663 -1.44718'/> |
914 | <fieldValue name='coneTranslation' value='-0.71277 0.13904 -1.65979'/> |
915 | <fieldValue name='rotation' value='-59.68485 0 89.84419 1.81952'/> |
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.66622'/> |
924 | <fieldValue name='cylinderTranslation' value='-0.00675 0.04894 -1.10941'/> |
925 | <fieldValue name='coneTranslation' value='-0.03962 -0.11979 -1.08896'/> |
926 | <fieldValue name='rotation' value='7.86999 -0.00000 12.65026 2.91606'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='1.33717'/> |
935 | <fieldValue name='cylinderTranslation' value='0.56655 -0.05645 -1.19236'/> |
936 | <fieldValue name='coneTranslation' value='0.95454 -0.38359 -1.22553'/> |
937 | <fieldValue name='rotation' value='-8.72095 0 -102.01035 2.26952'/> |
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.64331'/> |
946 | <fieldValue name='cylinderTranslation' value='-0.18837 0.48546 -1.32481'/> |
947 | <fieldValue name='coneTranslation' value='-0.31143 0.54167 -1.41329'/> |
948 | <fieldValue name='rotation' value='-35.21066 0 48.97305 1.21566'/> |
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='1.05397'/> |
957 | <fieldValue name='cylinderTranslation' value='-0.14220 0.81338 -1.36051'/> |
958 | <fieldValue name='coneTranslation' value='-0.28057 1.11962 -1.50797'/> |
959 | <fieldValue name='rotation' value='-42.35108 0 39.73947 0.58359'/> |
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.71894'/> |
968 | <fieldValue name='cylinderTranslation' value='-0.29143 0.36774 -1.23892'/> |
969 | <fieldValue name='coneTranslation' value='-0.48450 0.36449 -1.28896'/> |
970 | <fieldValue name='rotation' value='-18.03361 0 69.58608 1.58712'/> |
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.22568'/> |
979 | <fieldValue name='cylinderTranslation' value='0.12156 0.39657 -1.23804'/> |
980 | <fieldValue name='coneTranslation' value='0.09437 0.38698 -1.20072'/> |
981 | <fieldValue name='rotation' value='-17.85666 0 -13.01298 1.36584'/> |
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.97444'/> |
990 | <fieldValue name='cylinderTranslation' value='0.08465 0.55191 -1.60131'/> |
991 | <fieldValue name='coneTranslation' value='0.10355 0.67166 -1.90524'/> |
992 | <fieldValue name='rotation' value='-90.51005 0 -5.62985 1.19614'/> |
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.53342'/> |
1001 | <fieldValue name='cylinderTranslation' value='0.18015 0.17388 -1.27506'/> |
1002 | <fieldValue name='coneTranslation' value='0.22962 0.09397 -1.32559'/> |
1003 | <fieldValue name='rotation' value='-25.26031 0 -24.72947 2.41716'/> |
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.95617'/> |
1012 | <fieldValue name='cylinderTranslation' value='-0.09462 0.36947 -1.60231'/> |
1013 | <fieldValue name='coneTranslation' value='-0.19516 0.36672 -1.90408'/> |
1014 | <fieldValue name='rotation' value='-90.71124 0 30.22321 1.57945'/> |
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.56143'/> |
1023 | <fieldValue name='cylinderTranslation' value='0.00017 0.50033 -1.39283'/> |
1024 | <fieldValue name='coneTranslation' value='-0.02405 0.55482 -1.49778'/> |
1025 | <fieldValue name='rotation' value='-48.81406 0 11.26577 1.10245'/> |
1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1027 | <fieldValue name='ballRadius' value='0.02'/> |
1028 | <fieldValue name='traceEnabled' value='false'/> |
1029 | <fieldValue name='displayMode'/> |
1030 | <fieldValue name='transparency' value='0'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='Arc'> |
1033 | <fieldValue name='cylinderHeight' value='1.04788'/> |
1034 | <fieldValue name='cylinderTranslation' value='-0.03881 -0.13258 -1.05282'/> |
1035 | <fieldValue name='coneTranslation' value='-0.10501 -0.48418 -0.98618'/> |
1036 | <fieldValue name='rotation' value='19.18711 -0.00000 19.06116 2.88054'/> |
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.53640'/> |
1045 | <fieldValue name='cylinderTranslation' value='-0.16504 0.32556 -1.29207'/> |
1046 | <fieldValue name='coneTranslation' value='-0.25442 0.30618 -1.34989'/> |
1047 | <fieldValue name='rotation' value='-28.66377 0 44.30872 1.75091'/> |
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.59377'/> |
1056 | <fieldValue name='cylinderTranslation' value='-0.08899 0.54583 -0.95560'/> |
1057 | <fieldValue name='coneTranslation' value='-0.15608 0.62524 -0.86654'/> |
1058 | <fieldValue name='rotation' value='38.63185 -0.00000 29.09865 0.95194'/> |
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.54748'/> |
1067 | <fieldValue name='cylinderTranslation' value='0.29190 0.42275 -1.27955'/> |
1068 | <fieldValue name='coneTranslation' value='0.38971 0.44316 -1.33390'/> |
1069 | <fieldValue name='rotation' value='-26.15909 0 -47.07976 1.39032'/> |
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.58691'/> |
1078 | <fieldValue name='cylinderTranslation' value='-0.09982 0.32915 -1.39310'/> |
1079 | <fieldValue name='coneTranslation' value='-0.17091 0.30893 -1.50422'/> |
1080 | <fieldValue name='rotation' value='-48.86830 0 31.26404 1.72289'/> |
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.66341'/> |
1089 | <fieldValue name='cylinderTranslation' value='-0.03055 0.68967 -1.09820'/> |
1090 | <fieldValue name='coneTranslation' value='-0.07562 0.85327 -1.07203'/> |
1091 | <fieldValue name='rotation' value='10.11176 -0.00000 17.41073 0.30836'/> |
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='1.06369'/> |
1100 | <fieldValue name='cylinderTranslation' value='-0.22919 0.71255 -0.85488'/> |
1101 | <fieldValue name='coneTranslation' value='-0.42893 0.94953 -0.64942'/> |
1102 | <fieldValue name='rotation' value='58.77421 -0.00000 57.13728 0.87981'/> |
1103 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1104 | <fieldValue name='ballRadius' value='0.02'/> |
1105 | <fieldValue name='traceEnabled' value='false'/> |
1106 | <fieldValue name='displayMode'/> |
1107 | <fieldValue name='transparency' value='0'/> |
1108 | </ProtoInstance> |
1109 | <ProtoInstance name='Arc'> |
1110 | <fieldValue name='cylinderHeight' value='1.10044'/> |
1111 | <fieldValue name='cylinderTranslation' value='0.23007 0.88940 -1.06766'/> |
1112 | <fieldValue name='coneTranslation' value='0.35317 1.25519 -1.01014'/> |
1113 | <fieldValue name='rotation' value='16.21957 0 -34.71410 0.35564'/> |
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='1.11645'/> |
1122 | <fieldValue name='cylinderTranslation' value='-0.45525 0.58648 -1.08226'/> |
1123 | <fieldValue name='coneTranslation' value='-0.82031 0.73833 -1.03483'/> |
1124 | <fieldValue name='rotation' value='13.29883 -0.00000 102.34906 1.17957'/> |
1125 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1126 | <fieldValue name='ballRadius' value='0.02'/> |
1127 | <fieldValue name='traceEnabled' value='false'/> |
1128 | <fieldValue name='displayMode'/> |
1129 | <fieldValue name='transparency' value='0'/> |
1130 | </ProtoInstance> |
1131 | <ProtoInstance name='Arc'> |
1132 | <fieldValue name='cylinderHeight' value='1.45190'/> |
1133 | <fieldValue name='cylinderTranslation' value='0.38959 -0.23064 -0.92306'/> |
1134 | <fieldValue name='coneTranslation' value='0.64927 -0.70171 -0.74712'/> |
1135 | <fieldValue name='rotation' value='45.13824 0 -66.61814 2.55414'/> |
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.65770'/> |
1144 | <fieldValue name='cylinderTranslation' value='-0.17076 0.27953 -1.36703'/> |
1145 | <fieldValue name='coneTranslation' value='-0.28744 0.23122 -1.47911'/> |
1146 | <fieldValue name='rotation' value='-43.65528 0 45.45146 1.86094'/> |
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='1.20621'/> |
1155 | <fieldValue name='cylinderTranslation' value='0.12214 0.77766 -0.70585'/> |
1156 | <fieldValue name='coneTranslation' value='0.17037 1.07451 -0.38044'/> |
1157 | <fieldValue name='rotation' value='88.58197 0 -13.12821 0.83666'/> |
1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1159 | <fieldValue name='ballRadius' value='0.02'/> |
1160 | <fieldValue name='traceEnabled' value='false'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='transparency' value='0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Arc'> |
1165 | <fieldValue name='cylinderHeight' value='0.97411'/> |
1166 | <fieldValue name='cylinderTranslation' value='0.08370 0.54343 -1.60443'/> |
1167 | <fieldValue name='coneTranslation' value='0.10197 0.65747 -1.91042'/> |
1168 | <fieldValue name='rotation' value='-91.13532 0 -5.44062 1.21464'/> |
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.58162'/> |
1177 | <fieldValue name='cylinderTranslation' value='-0.23031 0.36729 -1.10108'/> |
1178 | <fieldValue name='coneTranslation' value='-0.35932 0.36445 -1.07963'/> |
1179 | <fieldValue name='rotation' value='9.53535 -0.00000 57.36127 1.59252'/> |
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.92884'/> |
1188 | <fieldValue name='cylinderTranslation' value='-0.37808 0.52902 -1.20045'/> |
1189 | <fieldValue name='coneTranslation' value='-0.66294 0.63089 -1.23434'/> |
1190 | <fieldValue name='rotation' value='-10.33943 0 86.91624 1.22958'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='1.41225'/> |
1199 | <fieldValue name='cylinderTranslation' value='0.45875 0.81481 -0.77172'/> |
1200 | <fieldValue name='coneTranslation' value='0.76985 1.15604 -0.48012'/> |
1201 | <fieldValue name='rotation' value='75.40634 0 -80.44949 0.89590'/> |
1202 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1203 | <fieldValue name='ballRadius' value='0.02'/> |
1204 | <fieldValue name='traceEnabled' value='false'/> |
1205 | <fieldValue name='displayMode'/> |
1206 | <fieldValue name='transparency' value='0'/> |
1207 | </ProtoInstance> |
1208 | <ProtoInstance name='Arc'> |
1209 | <fieldValue name='cylinderHeight' value='1.09016'/> |
1210 | <fieldValue name='cylinderTranslation' value='-0.30998 -0.01386 -1.26134'/> |
1211 | <fieldValue name='coneTranslation' value='-0.56888 -0.28759 -1.34088'/> |
1212 | <fieldValue name='rotation' value='-22.51706 0 73.29523 2.36150'/> |
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.65955'/> |
1221 | <fieldValue name='cylinderTranslation' value='-1.50017 0.89324 -1.26344'/> |
1222 | <fieldValue name='coneTranslation' value='-1.56859 0.85215 -1.41329'/> |
1223 | <fieldValue name='rotation' value='-58.21280 0 26.58107 1.81524'/> |
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.94255'/> |
1232 | <fieldValue name='cylinderTranslation' value='-1.76430 1.22690 -0.96807'/> |
1233 | <fieldValue name='coneTranslation' value='-2.02654 1.39457 -0.96522'/> |
1234 | <fieldValue name='rotation' value='0.86190 -0.00000 79.40796 1.00196'/> |
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.39511'/> |
1243 | <fieldValue name='cylinderTranslation' value='-1.55049 1.02862 -1.02101'/> |
1244 | <fieldValue name='coneTranslation' value='-1.58532 1.03919 -1.03026'/> |
1245 | <fieldValue name='rotation' value='-9.72663 0 36.64638 1.28565'/> |
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.23195'/> |
1254 | <fieldValue name='cylinderTranslation' value='-1.37511 1.04232 -0.87970'/> |
1255 | <fieldValue name='coneTranslation' value='-1.37213 1.01602 -0.91488'/> |
1256 | <fieldValue name='rotation' value='18.53642 -0.00000 1.56905 0.93068'/> |
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.35797'/> |
1265 | <fieldValue name='cylinderTranslation' value='-1.54415 0.99948 -0.97909'/> |
1266 | <fieldValue name='coneTranslation' value='-1.56292 1.00228 -0.97980'/> |
1267 | <fieldValue name='rotation' value='-1.34145 0 35.37881 1.42260'/> |
1268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1269 | <fieldValue name='ballRadius' value='0.02'/> |
1270 | <fieldValue name='traceEnabled' value='false'/> |
1271 | <fieldValue name='displayMode'/> |
1272 | <fieldValue name='transparency' value='0'/> |
1273 | </ProtoInstance> |
1274 | <ProtoInstance name='Arc'> |
1275 | <fieldValue name='cylinderHeight' value='0.94971'/> |
1276 | <fieldValue name='cylinderTranslation' value='-0.94107 1.01227 -0.76670'/> |
1277 | <fieldValue name='coneTranslation' value='-0.65848 1.03828 -0.63032'/> |
1278 | <fieldValue name='rotation' value='41.13660 0 -85.23882 1.48810'/> |
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.43849'/> |
1287 | <fieldValue name='cylinderTranslation' value='-1.16713 0.88620 -0.99407'/> |
1288 | <fieldValue name='coneTranslation' value='-1.11304 0.86273 -0.99994'/> |
1289 | <fieldValue name='rotation' value='-4.33877 0 -40.02704 1.97812'/> |
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.65955'/> |
1298 | <fieldValue name='cylinderTranslation' value='-1.50017 0.89322 -1.26343'/> |
1299 | <fieldValue name='coneTranslation' value='-1.56860 0.85212 -1.41328'/> |
1300 | <fieldValue name='rotation' value='-58.21104 0 26.58280 1.81531'/> |
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.68495'/> |
1309 | <fieldValue name='cylinderTranslation' value='-1.08996 0.82874 -1.11226'/> |
1310 | <fieldValue name='coneTranslation' value='-0.94221 0.75185 -1.18680'/> |
1311 | <fieldValue name='rotation' value='-27.97704 0 -55.45986 2.00576'/> |
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.86844'/> |
1320 | <fieldValue name='cylinderTranslation' value='-1.76271 1.11822 -1.07773'/> |
1321 | <fieldValue name='coneTranslation' value='-2.01244 1.20989 -1.14427'/> |
1322 | <fieldValue name='rotation' value='-21.07057 0 79.08890 1.22992'/> |
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.97486'/> |
1331 | <fieldValue name='cylinderTranslation' value='-1.85094 0.91502 -0.98896'/> |
1332 | <fieldValue name='coneTranslation' value='-2.17585 0.87604 -1.00009'/> |
1333 | <fieldValue name='rotation' value='-3.31536 0 96.73619 1.69013'/> |
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.97276'/> |
1342 | <fieldValue name='cylinderTranslation' value='-1.81686 1.07519 -0.81747'/> |
1343 | <fieldValue name='coneTranslation' value='-2.11855 1.14373 -0.71352'/> |
1344 | <fieldValue name='rotation' value='30.98150 -0.00000 89.91937 1.35922'/> |
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.54285'/> |
1353 | <fieldValue name='cylinderTranslation' value='-1.62537 1.05616 -0.96034'/> |
1354 | <fieldValue name='coneTranslation' value='-1.73133 1.09028 -0.95540'/> |
1355 | <fieldValue name='rotation' value='2.40742 -0.00000 51.62177 1.25959'/> |
1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1357 | <fieldValue name='ballRadius' value='0.02'/> |
1358 | <fieldValue name='traceEnabled' value='false'/> |
1359 | <fieldValue name='displayMode'/> |
1360 | <fieldValue name='transparency' value='0'/> |
1361 | </ProtoInstance> |
1362 | <ProtoInstance name='Arc'> |
1363 | <fieldValue name='cylinderHeight' value='0.98291'/> |
1364 | <fieldValue name='cylinderTranslation' value='-1.84812 0.94148 -0.87594'/> |
1365 | <fieldValue name='coneTranslation' value='-2.17244 0.92018 -0.81091'/> |
1366 | <fieldValue name='rotation' value='19.28701 -0.00000 96.17279 1.63509'/> |
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.52631'/> |
1375 | <fieldValue name='cylinderTranslation' value='-1.58670 -1.18636 2.34607'/> |
1376 | <fieldValue name='coneTranslation' value='-1.66809 -1.19319 2.28306'/> |
1377 | <fieldValue name='rotation' value='-32.14935 0 41.52406 1.63708'/> |
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.45378'/> |
1386 | <fieldValue name='cylinderTranslation' value='-1.36643 -0.95580 2.58359'/> |
1387 | <fieldValue name='coneTranslation' value='-1.36270 -0.89296 2.60622'/> |
1388 | <fieldValue name='rotation' value='15.35289 0 -2.52956 0.35000'/> |
1389 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1390 | <fieldValue name='ballRadius' value='0.02'/> |
1391 | <fieldValue name='traceEnabled' value='false'/> |
1392 | <fieldValue name='displayMode'/> |
1393 | <fieldValue name='transparency' value='0'/> |
1394 | </ProtoInstance> |
1395 | <ProtoInstance name='Arc'> |
1396 | <fieldValue name='cylinderHeight' value='0.52912'/> |
1397 | <fieldValue name='cylinderTranslation' value='-1.14687 -1.20308 2.62890'/> |
1398 | <fieldValue name='coneTranslation' value='-1.05509 -1.21658 2.67715'/> |
1399 | <fieldValue name='rotation' value='24.41607 0 -46.44267 1.70024'/> |
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.52895'/> |
1408 | <fieldValue name='cylinderTranslation' value='-1.14693 -1.20389 2.62860'/> |
1409 | <fieldValue name='coneTranslation' value='-1.05522 -1.21769 2.67670'/> |
1410 | <fieldValue name='rotation' value='24.35530 0 -46.43072 1.70335'/> |
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.53249'/> |
1419 | <fieldValue name='cylinderTranslation' value='-1.39810 -1.40665 2.38844'/> |
1420 | <fieldValue name='coneTranslation' value='-1.40569 -1.50151 2.34120'/> |
1421 | <fieldValue name='rotation' value='-23.67679 0 3.80345 2.67444'/> |
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.19747'/> |
1430 | <fieldValue name='cylinderTranslation' value='-1.38119 -1.07712 2.54310'/> |
1431 | <fieldValue name='coneTranslation' value='-1.37988 -1.13409 2.52059'/> |
1432 | <fieldValue name='rotation' value='7.25493 -0.00000 0.42131 0.37687'/> |
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.52641'/> |
1441 | <fieldValue name='cylinderTranslation' value='-1.58648 -1.18741 2.34582'/> |
1442 | <fieldValue name='coneTranslation' value='-1.66780 -1.19465 2.28270'/> |
1443 | <fieldValue name='rotation' value='-32.19956 0 41.47979 1.64106'/> |
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.68861'/> |
1452 | <fieldValue name='cylinderTranslation' value='0.66864 1.42655 0.67583'/> |
1453 | <fieldValue name='coneTranslation' value='0.74769 1.27133 0.73607'/> |
1454 | <fieldValue name='rotation' value='22.50925 0 -29.53346 2.57205'/> |
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.57559'/> |
1463 | <fieldValue name='cylinderTranslation' value='0.43772 1.91769 0.75148'/> |
1464 | <fieldValue name='coneTranslation' value='0.40075 2.00702 0.83505'/> |
1465 | <fieldValue name='rotation' value='37.64026 -0.00000 16.65067 0.79672'/> |
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='1.07046'/> |
1474 | <fieldValue name='cylinderTranslation' value='0.24777 2.13078 0.76379'/> |
1475 | <fieldValue name='coneTranslation' value='0.05623 2.42121 0.90435'/> |
1476 | <fieldValue name='rotation' value='40.10131 -0.00000 54.64124 0.68563'/> |
1477 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1478 | <fieldValue name='ballRadius' value='0.02'/> |
1479 | <fieldValue name='traceEnabled' value='false'/> |
1480 | <fieldValue name='displayMode'/> |
1481 | <fieldValue name='transparency' value='0'/> |
1482 | </ProtoInstance> |
1483 | <ProtoInstance name='Arc'> |
1484 | <fieldValue name='cylinderHeight' value='1.07797'/> |
1485 | <fieldValue name='cylinderTranslation' value='0.87505 1.90955 0.92087'/> |
1486 | <fieldValue name='coneTranslation' value='1.12401 2.04528 1.17231'/> |
1487 | <fieldValue name='rotation' value='71.51879 0 -70.81462 1.20450'/> |
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.09350'/> |
1496 | <fieldValue name='cylinderTranslation' value='0.46153 1.94409 1.05684'/> |
1497 | <fieldValue name='coneTranslation' value='0.41949 2.10508 1.40597'/> |
1498 | <fieldValue name='rotation' value='98.71282 -0.00000 11.88757 1.14147'/> |
1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1500 | <fieldValue name='ballRadius' value='0.02'/> |
1501 | <fieldValue name='traceEnabled' value='false'/> |
1502 | <fieldValue name='displayMode'/> |
1503 | <fieldValue name='transparency' value='0'/> |
1504 | </ProtoInstance> |
1505 | <ProtoInstance name='Arc'> |
1506 | <fieldValue name='cylinderHeight' value='1.05878'/> |
1507 | <fieldValue name='cylinderTranslation' value='0.43073 2.23513 0.61931'/> |
1508 | <fieldValue name='coneTranslation' value='0.36776 2.59700 0.65841'/> |
1509 | <fieldValue name='rotation' value='11.20629 -0.00000 18.04923 0.20203'/> |
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='1.02444'/> |
1518 | <fieldValue name='cylinderTranslation' value='0.04275 1.69759 0.38075'/> |
1519 | <fieldValue name='coneTranslation' value='-0.28609 1.68458 0.25524'/> |
1520 | <fieldValue name='rotation' value='-36.50532 0 95.64415 1.60773'/> |
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.39351'/> |
1529 | <fieldValue name='cylinderTranslation' value='0.37696 1.79148 0.45214'/> |
1530 | <fieldValue name='coneTranslation' value='0.35006 1.80549 0.43137'/> |
1531 | <fieldValue name='rotation' value='-22.22853 0 28.80170 1.17984'/> |
1532 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1533 | <fieldValue name='ballRadius' value='0.02'/> |
1534 | <fieldValue name='traceEnabled' value='false'/> |
1535 | <fieldValue name='displayMode'/> |
1536 | <fieldValue name='transparency' value='0'/> |
1537 | </ProtoInstance> |
1538 | <ProtoInstance name='Arc'> |
1539 | <fieldValue name='cylinderHeight' value='1.05583'/> |
1540 | <fieldValue name='cylinderTranslation' value='0.50248 2.16841 0.83556'/> |
1541 | <fieldValue name='coneTranslation' value='0.48959 2.48335 1.02531'/> |
1542 | <fieldValue name='rotation' value='54.45507 -0.00000 3.69871 0.54328'/> |
1543 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1544 | <fieldValue name='ballRadius' value='0.02'/> |
1545 | <fieldValue name='traceEnabled' value='false'/> |
1546 | <fieldValue name='displayMode'/> |
1547 | <fieldValue name='transparency' value='0'/> |
1548 | </ProtoInstance> |
1549 | <ProtoInstance name='Arc'> |
1550 | <fieldValue name='cylinderHeight' value='1.08696'/> |
1551 | <fieldValue name='cylinderTranslation' value='0.84974 2.11387 0.73470'/> |
1552 | <fieldValue name='coneTranslation' value='1.08171 2.39425 0.85565'/> |
1553 | <fieldValue name='rotation' value='34.28334 0 -65.75301 0.75079'/> |
1554 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1555 | <fieldValue name='ballRadius' value='0.02'/> |
1556 | <fieldValue name='traceEnabled' value='false'/> |
1557 | <fieldValue name='displayMode'/> |
1558 | <fieldValue name='transparency' value='0'/> |
1559 | </ProtoInstance> |
1560 | <ProtoInstance name='Arc'> |
1561 | <fieldValue name='cylinderHeight' value='1.13414'/> |
1562 | <fieldValue name='cylinderTranslation' value='0.67439 1.76322 1.10720'/> |
1563 | <fieldValue name='coneTranslation' value='0.78452 1.79676 1.49765'/> |
1564 | <fieldValue name='rotation' value='108.78419 0 -30.68340 1.48832'/> |
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.59081'/> |
1573 | <fieldValue name='cylinderTranslation' value='0.63324 1.98576 0.60976'/> |
1574 | <fieldValue name='coneTranslation' value='0.68470 2.10918 0.63106'/> |
1575 | <fieldValue name='rotation' value='9.29565 0 -22.45352 0.42391'/> |
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.57570'/> |
1584 | <fieldValue name='cylinderTranslation' value='0.47474 1.87145 0.80142'/> |
1585 | <fieldValue name='coneTranslation' value='0.45420 1.94027 0.90719'/> |
1586 | <fieldValue name='rotation' value='47.62804 -0.00000 9.24703 1.00238'/> |
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.63219'/> |
1595 | <fieldValue name='cylinderTranslation' value='0.61778 2.01569 0.59541'/> |
1596 | <fieldValue name='coneTranslation' value='0.66558 2.16343 0.61128'/> |
1597 | <fieldValue name='rotation' value='6.42609 0 -19.36073 0.32856'/> |
1598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1599 | <fieldValue name='ballRadius' value='0.02'/> |
1600 | <fieldValue name='traceEnabled' value='false'/> |
1601 | <fieldValue name='displayMode'/> |
1602 | <fieldValue name='transparency' value='0'/> |
1603 | </ProtoInstance> |
1604 | <ProtoInstance name='Arc'> |
1605 | <fieldValue name='cylinderHeight' value='1.02134'/> |
1606 | <fieldValue name='cylinderTranslation' value='0.65580 2.20763 0.60065'/> |
1607 | <fieldValue name='coneTranslation' value='0.74839 2.54489 0.62631'/> |
1608 | <fieldValue name='rotation' value='7.47419 0 -26.96627 0.27753'/> |
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.77055'/> |
1617 | <fieldValue name='cylinderTranslation' value='0.27277 1.85935 0.30554'/> |
1618 | <fieldValue name='coneTranslation' value='0.12765 1.94287 0.15484'/> |
1619 | <fieldValue name='rotation' value='-51.54767 0 49.63950 1.19097'/> |
1620 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1621 | <fieldValue name='ballRadius' value='0.02'/> |
1622 | <fieldValue name='traceEnabled' value='false'/> |
1623 | <fieldValue name='displayMode'/> |
1624 | <fieldValue name='transparency' value='0'/> |
1625 | </ProtoInstance> |
1626 | <ProtoInstance name='Arc'> |
1627 | <fieldValue name='cylinderHeight' value='1.07795'/> |
1628 | <fieldValue name='cylinderTranslation' value='0.87513 1.90973 0.92068'/> |
1629 | <fieldValue name='coneTranslation' value='1.12414 2.04559 1.17198'/> |
1630 | <fieldValue name='rotation' value='71.48003 0 -70.83065 1.20413'/> |
1631 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1632 | <fieldValue name='ballRadius' value='0.02'/> |
1633 | <fieldValue name='traceEnabled' value='false'/> |
1634 | <fieldValue name='displayMode'/> |
1635 | <fieldValue name='transparency' value='0'/> |
1636 | </ProtoInstance> |
1637 | <ProtoInstance name='Arc'> |
1638 | <fieldValue name='cylinderHeight' value='1.08696'/> |
1639 | <fieldValue name='cylinderTranslation' value='0.84974 2.11387 0.73470'/> |
1640 | <fieldValue name='coneTranslation' value='1.08171 2.39425 0.85565'/> |
1641 | <fieldValue name='rotation' value='34.28337 0 -65.75297 0.75079'/> |
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.60959'/> |
1650 | <fieldValue name='cylinderTranslation' value='0.57015 1.76894 0.85947'/> |
1651 | <fieldValue name='coneTranslation' value='0.59351 1.79385 1.00018'/> |
1652 | <fieldValue name='rotation' value='59.23898 0 -9.83540 1.39790'/> |
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='1.66711'/> |
1661 | <fieldValue name='cylinderTranslation' value='0.00305 1.38400 0.00113'/> |
1662 | <fieldValue name='coneTranslation' value='-0.41546 1.11532 -0.45311'/> |
1663 | <fieldValue name='rotation' value='-112.42934 0 103.58447 1.98111'/> |
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.69191'/> |
1672 | <fieldValue name='cylinderTranslation' value='0.75190 1.84449 0.78683'/> |
1673 | <fieldValue name='coneTranslation' value='0.87603 1.91329 0.90699'/> |
1674 | <fieldValue name='rotation' value='44.70931 0 -46.18622 1.19182'/> |
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.61956'/> |
1683 | <fieldValue name='cylinderTranslation' value='0.35099 1.81399 0.80321'/> |
1684 | <fieldValue name='coneTranslation' value='0.26881 1.86113 0.91922'/> |
1685 | <fieldValue name='rotation' value='47.98610 -0.00000 33.99602 1.25065'/> |
1686 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1687 | <fieldValue name='ballRadius' value='0.02'/> |
1688 | <fieldValue name='traceEnabled' value='false'/> |
1689 | <fieldValue name='displayMode'/> |
1690 | <fieldValue name='transparency' value='0'/> |
1691 | </ProtoInstance> |
1692 | <ProtoInstance name='Arc'> |
1693 | <fieldValue name='cylinderHeight' value='0.59395'/> |
1694 | <fieldValue name='cylinderTranslation' value='0.53254 1.80401 0.84683'/> |
1695 | <fieldValue name='coneTranslation' value='0.53787 1.84437 0.97762'/> |
1696 | <fieldValue name='rotation' value='56.71084 0 -2.31292 1.27169'/> |
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='1.13415'/> |
1705 | <fieldValue name='cylinderTranslation' value='0.37916 1.73720 1.11195'/> |
1706 | <fieldValue name='coneTranslation' value='0.27736 1.75206 1.50581'/> |
1707 | <fieldValue name='rotation' value='109.73321 -0.00000 28.36283 1.53429'/> |
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='1.13414'/> |
1716 | <fieldValue name='cylinderTranslation' value='0.67439 1.76322 1.10720'/> |
1717 | <fieldValue name='coneTranslation' value='0.78452 1.79676 1.49765'/> |
1718 | <fieldValue name='rotation' value='108.78419 0 -30.68340 1.48832'/> |
1719 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1720 | <fieldValue name='ballRadius' value='0.02'/> |
1721 | <fieldValue name='traceEnabled' value='false'/> |
1722 | <fieldValue name='displayMode'/> |
1723 | <fieldValue name='transparency' value='0'/> |
1724 | </ProtoInstance> |
1725 | <ProtoInstance name='Arc'> |
1726 | <fieldValue name='cylinderHeight' value='1.03906'/> |
1727 | <fieldValue name='cylinderTranslation' value='0.35438 1.44910 0.15017'/> |
1728 | <fieldValue name='coneTranslation' value='0.23909 1.26406 -0.13571'/> |
1729 | <fieldValue name='rotation' value='-82.62158 0 33.31898 2.11144'/> |
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.55659'/> |
1738 | <fieldValue name='cylinderTranslation' value='0.39163 1.96241 0.57907'/> |
1739 | <fieldValue name='coneTranslation' value='0.33665 2.06693 0.58579'/> |
1740 | <fieldValue name='rotation' value='3.15893 -0.00000 25.86813 0.48727'/> |
1741 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1742 | <fieldValue name='ballRadius' value='0.02'/> |
1743 | <fieldValue name='traceEnabled' value='false'/> |
1744 | <fieldValue name='displayMode'/> |
1745 | <fieldValue name='transparency' value='0'/> |
1746 | </ProtoInstance> |
1747 | <ProtoInstance name='Arc'> |
1748 | <fieldValue name='cylinderHeight' value='1.11896'/> |
1749 | <fieldValue name='cylinderTranslation' value='0.22709 1.83770 1.02367'/> |
1750 | <fieldValue name='coneTranslation' value='0.01725 1.92424 1.35240'/> |
1751 | <fieldValue name='rotation' value='92.07853 -0.00000 58.77700 1.35243'/> |
1752 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1753 | <fieldValue name='ballRadius' value='0.02'/> |
1754 | <fieldValue name='traceEnabled' value='false'/> |
1755 | <fieldValue name='displayMode'/> |
1756 | <fieldValue name='transparency' value='0'/> |
1757 | </ProtoInstance> |
1758 | <ProtoInstance name='Arc'> |
1759 | <fieldValue name='cylinderHeight' value='1.11597'/> |
1760 | <fieldValue name='cylinderTranslation' value='0.69098 1.48626 0.08429'/> |
1761 | <fieldValue name='coneTranslation' value='0.81224 1.32203 -0.25734'/> |
1762 | <fieldValue name='rotation' value='-95.79721 0 -34.00230 1.99615'/> |
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.70120'/> |
1771 | <fieldValue name='cylinderTranslation' value='0.77746 0.91252 0.45675'/> |
1772 | <fieldValue name='coneTranslation' value='0.98570 0.25977 0.37026'/> |
1773 | <fieldValue name='rotation' value='-21.30603 0 -51.29695 2.80898'/> |
1774 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1775 | <fieldValue name='ballRadius' value='0.02'/> |
1776 | <fieldValue name='traceEnabled' value='false'/> |
1777 | <fieldValue name='displayMode'/> |
1778 | <fieldValue name='transparency' value='0'/> |
1779 | </ProtoInstance> |
1780 | <ProtoInstance name='Arc'> |
1781 | <fieldValue name='cylinderHeight' value='1.09433'/> |
1782 | <fieldValue name='cylinderTranslation' value='0.18686 1.98734 0.90152'/> |
1783 | <fieldValue name='coneTranslation' value='-0.04956 2.17898 1.14085'/> |
1784 | <fieldValue name='rotation' value='67.64746 -0.00000 66.82307 1.05298'/> |
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.00002'/> |
1793 | <fieldValue name='cylinderTranslation' value='1.67877 -2.08344 0.72657'/> |
1794 | <fieldValue name='coneTranslation' value='1.63798 -1.94750 0.80043'/> |
1795 | <fieldValue name='rotation' value='-0.00100 0 -0.00055 2.58612'/> |
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.53224'/> |
1804 | <fieldValue name='cylinderTranslation' value='-0.74065 0.23077 -1.53735'/> |
1805 | <fieldValue name='coneTranslation' value='-0.70026 0.28305 -1.45430'/> |
1806 | <fieldValue name='rotation' value='41.65124 0 -20.25811 1.05564'/> |
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='1.13852'/> |
1815 | <fieldValue name='cylinderTranslation' value='0.92512 0.62257 0.56930'/> |
1816 | <fieldValue name='coneTranslation' value='1.00336 0.25302 0.41179'/> |
1817 | <fieldValue name='rotation' value='-43.81527 0 -21.76349 2.69743'/> |
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='1.03918'/> |
1826 | <fieldValue name='cylinderTranslation' value='0.32634 -0.55531 -0.88371'/> |
1827 | <fieldValue name='coneTranslation' value='0.60063 -0.74880 -0.75475'/> |
1828 | <fieldValue name='rotation' value='37.26824 0 -79.26840 2.13894'/> |
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.68985'/> |
1837 | <fieldValue name='cylinderTranslation' value='-0.37323 -0.33853 -1.22199'/> |
1838 | <fieldValue name='coneTranslation' value='-0.53580 -0.37220 -1.30345'/> |
1839 | <fieldValue name='rotation' value='-30.38705 0 60.64496 1.75388'/> |
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.88382'/> |
1848 | <fieldValue name='cylinderTranslation' value='-1.22287 0.74893 -1.40333'/> |
1849 | <fieldValue name='coneTranslation' value='-0.96118 0.70778 -1.30689'/> |
1850 | <fieldValue name='rotation' value='30.23576 0 -82.04093 1.71728'/> |
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.15495'/> |
1859 | <fieldValue name='cylinderTranslation' value='0.39148 2.07264 0.98962'/> |
1860 | <fieldValue name='coneTranslation' value='0.35205 2.12189 0.93643'/> |
1861 | <fieldValue name='rotation' value='9.98778 0 -7.40364 2.21034'/> |
1862 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1863 | <fieldValue name='ballRadius' value='0.02'/> |
1864 | <fieldValue name='traceEnabled' value='false'/> |
1865 | <fieldValue name='displayMode'/> |
1866 | <fieldValue name='transparency' value='0'/> |
1867 | </ProtoInstance> |
1868 | <ProtoInstance name='Arc'> |
1869 | <fieldValue name='cylinderHeight' value='0.92596'/> |
1870 | <fieldValue name='cylinderTranslation' value='1.31704 -0.41591 -1.62526'/> |
1871 | <fieldValue name='coneTranslation' value='1.15970 -0.46211 -1.37050'/> |
1872 | <fieldValue name='rotation' value='77.85997 -0.00000 48.08709 1.72389'/> |
1873 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1874 | <fieldValue name='ballRadius' value='0.02'/> |
1875 | <fieldValue name='traceEnabled' value='false'/> |
1876 | <fieldValue name='displayMode'/> |
1877 | <fieldValue name='transparency' value='0'/> |
1878 | </ProtoInstance> |
1879 | <ProtoInstance name='Arc'> |
1880 | <fieldValue name='cylinderHeight' value='1.02128'/> |
1881 | <fieldValue name='cylinderTranslation' value='1.21379 -0.96124 -1.10728'/> |
1882 | <fieldValue name='coneTranslation' value='1.30799 -1.28723 -1.01892'/> |
1883 | <fieldValue name='rotation' value='25.73661 0 -27.43667 2.76436'/> |
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.91476'/> |
1892 | <fieldValue name='cylinderTranslation' value='0.69020 -0.25618 -1.31866'/> |
1893 | <fieldValue name='coneTranslation' value='0.43897 -0.10643 -1.37243'/> |
1894 | <fieldValue name='rotation' value='-16.53937 0 77.28087 1.04306'/> |
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.50180'/> |
1903 | <fieldValue name='cylinderTranslation' value='1.38850 -1.68404 -0.98117'/> |
1904 | <fieldValue name='coneTranslation' value='1.40210 -1.77391 -0.98210'/> |
1905 | <fieldValue name='rotation' value='-0.51412 0 -7.50672 2.99108'/> |
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.40196'/> |
1914 | <fieldValue name='cylinderTranslation' value='-0.24469 0.61217 -1.56888'/> |
1915 | <fieldValue name='coneTranslation' value='-0.20625 0.61521 -1.58275'/> |
1916 | <fieldValue name='rotation' value='-13.60340 0 -37.70728 1.49674'/> |
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.46197'/> |
1925 | <fieldValue name='cylinderTranslation' value='-0.62295 0.64087 -1.37651'/> |
1926 | <fieldValue name='coneTranslation' value='-0.68125 0.65425 -1.33829'/> |
1927 | <fieldValue name='rotation' value='24.87123 -0.00000 37.94319 1.38106'/> |
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.43511'/> |
1936 | <fieldValue name='cylinderTranslation' value='1.22687 -2.28530 0.29058'/> |
1937 | <fieldValue name='coneTranslation' value='1.23764 -2.24448 0.25146'/> |
1938 | <fieldValue name='rotation' value='-29.57213 0 -8.13837 0.78230'/> |
1939 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1940 | <fieldValue name='ballRadius' value='0.02'/> |
1941 | <fieldValue name='traceEnabled' value='false'/> |
1942 | <fieldValue name='displayMode'/> |
1943 | <fieldValue name='transparency' value='0'/> |
1944 | </ProtoInstance> |
1945 | <ProtoInstance name='Arc'> |
1946 | <fieldValue name='cylinderHeight' value='0.38660'/> |
1947 | <fieldValue name='cylinderTranslation' value='1.10598 2.03754 1.14442'/> |
1948 | <fieldValue name='coneTranslation' value='1.08476 2.02633 1.12133'/> |
1949 | <fieldValue name='rotation' value='-26.80948 0 24.62840 1.91403'/> |
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.62154'/> |
1958 | <fieldValue name='cylinderTranslation' value='-0.22925 1.12943 -1.30995'/> |
1959 | <fieldValue name='coneTranslation' value='-0.17509 1.06942 -1.18269'/> |
1960 | <fieldValue name='rotation' value='52.46284 0 -22.32874 1.98021'/> |
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.81971'/> |
1969 | <fieldValue name='cylinderTranslation' value='-1.35036 0.94177 -1.04271'/> |
1970 | <fieldValue name='coneTranslation' value='-1.11665 0.85494 -1.02628'/> |
1971 | <fieldValue name='rotation' value='5.38786 0 -76.67342 1.92570'/> |
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.47446'/> |
1980 | <fieldValue name='cylinderTranslation' value='-1.94594 1.17379 -1.12637'/> |
1981 | <fieldValue name='coneTranslation' value='-2.01502 1.20296 -1.14483'/> |
1982 | <fieldValue name='rotation' value='-11.34394 0 42.44252 1.18353'/> |
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.41450'/> |
1991 | <fieldValue name='cylinderTranslation' value='1.91935 0.91392 -2.36614'/> |
1992 | <fieldValue name='coneTranslation' value='1.91209 0.88144 -2.33260'/> |
1993 | <fieldValue name='rotation' value='29.42479 -0.00000 6.36438 2.32865'/> |
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.98798'/> |
2002 | <fieldValue name='cylinderTranslation' value='-0.47517 1.36509 -0.18139'/> |
2003 | <fieldValue name='coneTranslation' value='-0.50201 1.15306 -0.43806'/> |
2004 | <fieldValue name='rotation' value='-75.92402 0 7.94032 2.25856'/> |
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.89903'/> |
2013 | <fieldValue name='cylinderTranslation' value='-0.94891 1.08154 -0.67401'/> |
2014 | <fieldValue name='coneTranslation' value='-0.66936 1.06219 -0.60124'/> |
2015 | <fieldValue name='rotation' value='22.60018 0 -86.80787 1.63769'/> |
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.56820'/> |
2024 | <fieldValue name='cylinderTranslation' value='-1.17497 0.95547 -0.90139'/> |
2025 | <fieldValue name='coneTranslation' value='-1.08412 0.88727 -0.95135'/> |
2026 | <fieldValue name='rotation' value='-22.87520 0 -41.59609 2.15261'/> |
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.53763'/> |
2035 | <fieldValue name='cylinderTranslation' value='1.17775 -1.57230 0.04625'/> |
2036 | <fieldValue name='coneTranslation' value='1.24727 -1.61038 0.12079'/> |
2037 | <fieldValue name='rotation' value='36.82986 0 -34.35223 1.92830'/> |
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.89842'/> |
2046 | <fieldValue name='cylinderTranslation' value='0.86433 -1.15656 -0.41764'/> |
2047 | <fieldValue name='coneTranslation' value='0.77314 -0.94946 -0.59774'/> |
2048 | <fieldValue name='rotation' value='-55.94721 0 28.33033 0.77263'/> |
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.00000'/> |
2057 | <fieldValue name='cylinderTranslation' value='2.21510 -1.85254 0.52653'/> |
2058 | <fieldValue name='coneTranslation' value='2.14391 -1.74716 0.62361'/> |
2059 | <fieldValue name='rotation' value='-0.00012 0 -0.00009 2.28983'/> |
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.91414'/> |
2068 | <fieldValue name='cylinderTranslation' value='0.21037 1.52408 0.03903'/> |
2069 | <fieldValue name='coneTranslation' value='0.19569 1.30156 -0.15723'/> |
2070 | <fieldValue name='rotation' value='-60.39305 0 4.51728 2.41744'/> |
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.42682'/> |
2079 | <fieldValue name='cylinderTranslation' value='0.24762 2.03738 0.46793'/> |
2080 | <fieldValue name='coneTranslation' value='0.25129 2.08016 0.49970'/> |
2081 | <fieldValue name='rotation' value='25.38746 0 -2.93357 0.64195'/> |
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.62999'/> |
2090 | <fieldValue name='cylinderTranslation' value='-0.80318 0.58061 -1.17243'/> |
2091 | <fieldValue name='coneTranslation' value='-0.88378 0.68824 -1.09534'/> |
2092 | <fieldValue name='rotation' value='31.33244 -0.00000 32.76298 0.80321'/> |
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.46646'/> |
2101 | <fieldValue name='cylinderTranslation' value='0.24521 0.19684 -1.36434'/> |
2102 | <fieldValue name='coneTranslation' value='0.26361 0.12692 -1.37596'/> |
2103 | <fieldValue name='rotation' value='-7.40366 0 -11.71650 2.83991'/> |
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.84891'/> |
2112 | <fieldValue name='cylinderTranslation' value='-0.02955 0.39244 -1.69160'/> |
2113 | <fieldValue name='coneTranslation' value='-0.16424 0.37555 -1.91855'/> |
2114 | <fieldValue name='rotation' value='-72.85459 0 43.23619 1.63469'/> |
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.60036'/> |
2123 | <fieldValue name='cylinderTranslation' value='-0.09998 0.34853 -1.38136'/> |
2124 | <fieldValue name='coneTranslation' value='-0.23382 0.31537 -1.40659'/> |
2125 | <fieldValue name='rotation' value='-10.80711 0 57.32169 1.80962'/> |
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.35452'/> |
2134 | <fieldValue name='cylinderTranslation' value='0.35696 0.44571 -1.36883'/> |
2135 | <fieldValue name='coneTranslation' value='0.37355 0.44826 -1.37288'/> |
2136 | <fieldValue name='rotation' value='-8.30244 0 -34.06678 1.42261'/> |
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.55714'/> |
2145 | <fieldValue name='cylinderTranslation' value='-0.03476 0.35211 -1.48238'/> |
2146 | <fieldValue name='coneTranslation' value='-0.12898 0.32341 -1.54838'/> |
2147 | <fieldValue name='rotation' value='-31.01165 0 44.27701 1.81527'/> |
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='1.03653'/> |
2156 | <fieldValue name='cylinderTranslation' value='-0.31302 0.55198 -1.28974'/> |
2157 | <fieldValue name='coneTranslation' value='-0.65841 0.64354 -1.26375'/> |
2158 | <fieldValue name='rotation' value='7.51722 -0.00000 99.92922 1.31238'/> |
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.97642'/> |
2167 | <fieldValue name='cylinderTranslation' value='0.78898 0.63090 -1.79059'/> |
2168 | <fieldValue name='coneTranslation' value='0.61306 0.52400 -1.53496'/> |
2169 | <fieldValue name='rotation' value='76.04843 -0.00000 52.33577 1.90257'/> |
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.80787'/> |
2178 | <fieldValue name='cylinderTranslation' value='0.32005 0.60105 -1.73210'/> |
2179 | <fieldValue name='coneTranslation' value='0.44520 0.52305 -1.53780'/> |
2180 | <fieldValue name='rotation' value='64.35096 0 -41.44991 1.89628'/> |
2181 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2182 | <fieldValue name='ballRadius' value='0.02'/> |
2183 | <fieldValue name='traceEnabled' value='false'/> |
2184 | <fieldValue name='displayMode'/> |
2185 | <fieldValue name='transparency' value='0'/> |
2186 | </ProtoInstance> |
2187 | <ProtoInstance name='Arc'> |
2188 | <fieldValue name='cylinderHeight' value='0.00220'/> |
2189 | <fieldValue name='cylinderTranslation' value='-1.79410 -1.20484 2.18508'/> |
2190 | <fieldValue name='coneTranslation' value='-1.82609 -1.05348 2.22137'/> |
2191 | <fieldValue name='rotation' value='-0.05021 0 -0.04427 2.83223'/> |
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.64484'/> |
2200 | <fieldValue name='cylinderTranslation' value='0.23557 0.54946 -1.52362'/> |
2201 | <fieldValue name='coneTranslation' value='0.38253 0.51038 -1.46656'/> |
2202 | <fieldValue name='rotation' value='22.65497 0 -58.34553 1.81380'/> |
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.91646'/> |
2211 | <fieldValue name='cylinderTranslation' value='0.29428 -0.73683 -0.82713'/> |
2212 | <fieldValue name='coneTranslation' value='0.57310 -0.80065 -0.74268'/> |
2213 | <fieldValue name='rotation' value='25.95113 0 -85.67929 1.78647'/> |
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.00002'/> |
2222 | <fieldValue name='cylinderTranslation' value='2.25691 1.36096 -2.05967'/> |
2223 | <fieldValue name='coneTranslation' value='2.35204 1.36612 -1.93114'/> |
2224 | <fieldValue name='rotation' value='-0.00173 0 0.00128 1.60304'/> |
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.41221'/> |
2233 | <fieldValue name='cylinderTranslation' value='-0.45185 0.31925 -1.24440'/> |
2234 | <fieldValue name='coneTranslation' value='-0.46645 0.32858 -1.20167'/> |
2235 | <fieldValue name='rotation' value='38.19912 -0.00000 13.05255 1.36694'/> |
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.07324'/> |
2244 | <fieldValue name='cylinderTranslation' value='0.73004 2.28495 0.64189'/> |
2245 | <fieldValue name='coneTranslation' value='0.78215 2.18409 0.69023'/> |
2246 | <fieldValue name='rotation' value='-2.86956 0 3.09279 0.61393'/> |
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.80174'/> |
2255 | <fieldValue name='cylinderTranslation' value='-0.02335 0.94988 -0.51269'/> |
2256 | <fieldValue name='coneTranslation' value='0.10351 1.08918 -0.36262'/> |
2257 | <fieldValue name='rotation' value='49.95011 0 -42.22686 0.95414'/> |
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.54041'/> |
2266 | <fieldValue name='cylinderTranslation' value='-0.37580 0.53951 -0.90792'/> |
2267 | <fieldValue name='coneTranslation' value='-0.43344 0.46669 -0.96726'/> |
2268 | <fieldValue name='rotation' value='-29.09650 0 28.26262 2.29263'/> |
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.19951'/> |
2277 | <fieldValue name='cylinderTranslation' value='0.48630 1.95896 1.08497'/> |
2278 | <fieldValue name='coneTranslation' value='0.45139 1.99969 1.05755'/> |
2279 | <fieldValue name='rotation' value='9.08280 0 -11.55995 2.31317'/> |
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.78793'/> |
2288 | <fieldValue name='cylinderTranslation' value='-1.34402 0.91262 -1.00078'/> |
2289 | <fieldValue name='coneTranslation' value='-1.12011 0.84535 -1.00968'/> |
2290 | <fieldValue name='rotation' value='-2.99732 0 -75.40585 1.86246'/> |
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.20160'/> |
2299 | <fieldValue name='cylinderTranslation' value='-1.80226 1.08259 -0.96705'/> |
2300 | <fieldValue name='coneTranslation' value='-1.75456 1.04930 -0.97806'/> |
2301 | <fieldValue name='rotation' value='3.74888 -0.00000 16.24297 0.97356'/> |
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.34034'/> |
2310 | <fieldValue name='cylinderTranslation' value='1.51940 -1.67581 0.22828'/> |
2311 | <fieldValue name='coneTranslation' value='1.52956 -1.67637 0.22816'/> |
2312 | <fieldValue name='rotation' value='-0.42275 0 -33.97921 1.62630'/> |
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.39149'/> |
2321 | <fieldValue name='cylinderTranslation' value='0.75261 2.50682 0.63278'/> |
2322 | <fieldValue name='coneTranslation' value='0.75955 2.54187 0.63374'/> |
2323 | <fieldValue name='rotation' value='1.04811 0 -7.60555 0.19739'/> |
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.38467'/> |
2332 | <fieldValue name='cylinderTranslation' value='1.76287 -1.62613 -0.41992'/> |
2333 | <fieldValue name='coneTranslation' value='1.73193 -1.61955 -0.42661'/> |
2334 | <fieldValue name='rotation' value='-7.96668 0 36.80872 1.36568'/> |
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.87780'/> |
2343 | <fieldValue name='cylinderTranslation' value='2.01010 -1.65868 -0.42107'/> |
2344 | <fieldValue name='coneTranslation' value='1.73605 -1.61310 -0.44565'/> |
2345 | <fieldValue name='rotation' value='-7.73559 0 86.25374 1.40666'/> |
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.52521'/> |
2354 | <fieldValue name='cylinderTranslation' value='0.89115 -2.08159 0.24456'/> |
2355 | <fieldValue name='coneTranslation' value='0.92217 -2.03104 0.16083'/> |
2356 | <fieldValue name='rotation' value='-42.85962 0 -15.87534 1.05566'/> |
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.80860'/> |
2365 | <fieldValue name='cylinderTranslation' value='0.31910 0.59257 -1.73523'/> |
2366 | <fieldValue name='coneTranslation' value='0.19330 0.66550 -1.93154'/> |
2367 | <fieldValue name='rotation' value='-64.97623 0 41.63914 1.26767'/> |
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.18081'/> |
2376 | <fieldValue name='cylinderTranslation' value='-0.32708 0.23507 -1.61137'/> |
2377 | <fieldValue name='coneTranslation' value='-0.27247 0.27326 -1.63144'/> |
2378 | <fieldValue name='rotation' value='5.21303 -0.00000 14.18742 2.15177'/> |
2379 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2380 | <fieldValue name='ballRadius' value='0.02'/> |
2381 | <fieldValue name='traceEnabled' value='false'/> |
2382 | <fieldValue name='displayMode'/> |
2383 | <fieldValue name='transparency' value='0'/> |
2384 | </ProtoInstance> |
2385 | <ProtoInstance name='Arc'> |
2386 | <fieldValue name='cylinderHeight' value='0.10579'/> |
2387 | <fieldValue name='cylinderTranslation' value='2.09990 0.91372 -1.86797'/> |
2388 | <fieldValue name='coneTranslation' value='2.02143 0.95453 -1.92838'/> |
2389 | <fieldValue name='rotation' value='5.96614 0 -7.75026 1.96167'/> |
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.48993'/> |
2398 | <fieldValue name='cylinderTranslation' value='0.91701 -1.78705 -0.14255'/> |
2399 | <fieldValue name='coneTranslation' value='0.93557 -1.84434 -0.08261'/> |
2400 | <fieldValue name='rotation' value='34.56353 0 -10.70444 2.31070'/> |
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.88607'/> |
2409 | <fieldValue name='cylinderTranslation' value='0.79308 -1.22839 -0.50637'/> |
2410 | <fieldValue name='coneTranslation' value='0.74811 -0.97700 -0.62839'/> |
2411 | <fieldValue name='rotation' value='-38.20024 0 14.08051 0.47740'/> |
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.89241'/> |
2420 | <fieldValue name='cylinderTranslation' value='0.10618 1.59195 -0.10757'/> |
2421 | <fieldValue name='coneTranslation' value='0.15852 1.32881 -0.20722'/> |
2422 | <fieldValue name='rotation' value='-31.07391 0 -16.32052 2.73737'/> |
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.16191'/> |
2431 | <fieldValue name='cylinderTranslation' value='2.19027 0.83698 -1.81193'/> |
2432 | <fieldValue name='coneTranslation' value='2.13987 0.89224 -1.83752'/> |
2433 | <fieldValue name='rotation' value='5.24104 0 -10.32353 2.34484'/> |
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.20322'/> |
2442 | <fieldValue name='cylinderTranslation' value='2.25950 0.68050 -1.79165'/> |
2443 | <fieldValue name='coneTranslation' value='2.24938 0.73790 -1.78825'/> |
2444 | <fieldValue name='rotation' value='-1.18468 0 -3.52097 2.95776'/> |
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.43500'/> |
2453 | <fieldValue name='cylinderTranslation' value='1.89389 -2.28897 0.04605'/> |
2454 | <fieldValue name='coneTranslation' value='1.86800 -2.24543 0.01884'/> |
2455 | <fieldValue name='rotation' value='-20.58564 0 19.58720 0.71183'/> |
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.44149'/> |
2464 | <fieldValue name='cylinderTranslation' value='2.09755 0.45651 -1.76450'/> |
2465 | <fieldValue name='coneTranslation' value='2.04814 0.42237 -1.75539'/> |
2466 | <fieldValue name='rotation' value='6.61597 -0.00000 35.90978 2.16773'/> |
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.22794'/> |
2475 | <fieldValue name='cylinderTranslation' value='1.40440 -2.02977 -0.92912'/> |
2476 | <fieldValue name='coneTranslation' value='1.41314 -1.99033 -0.95118'/> |
2477 | <fieldValue name='rotation' value='10.92317 -0.00000 4.32778 2.60006'/> |
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.86023'/> |
2486 | <fieldValue name='cylinderTranslation' value='0.03509 1.09372 -0.65529'/> |
2487 | <fieldValue name='coneTranslation' value='0.13098 1.14897 -0.40889'/> |
2488 | <fieldValue name='rotation' value='78.47021 0 -30.53894 1.36476'/> |
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.44408'/> |
2497 | <fieldValue name='cylinderTranslation' value='2.16124 -1.99268 -0.82479'/> |
2498 | <fieldValue name='coneTranslation' value='2.20576 -2.03215 -0.84237'/> |
2499 | <fieldValue name='rotation' value='-12.58186 0 -31.86855 2.26035'/> |
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.44125'/> |
2508 | <fieldValue name='cylinderTranslation' value='1.94828 -1.63804 -0.77832'/> |
2509 | <fieldValue name='coneTranslation' value='1.93355 -1.57941 -0.78284'/> |
2510 | <fieldValue name='rotation' value='-3.28784 0 10.72250 0.25699'/> |
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.86802'/> |
2519 | <fieldValue name='cylinderTranslation' value='2.02754 -0.43461 -1.31398'/> |
2520 | <fieldValue name='coneTranslation' value='2.23177 -0.32479 -1.45995'/> |
2521 | <fieldValue name='rotation' value='-46.24307 0 -64.69816 1.15841'/> |
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='1.16666'/> |
2530 | <fieldValue name='cylinderTranslation' value='1.64144 -1.09776 -0.77125'/> |
2531 | <fieldValue name='coneTranslation' value='1.59600 -1.45278 -0.54519'/> |
2532 | <fieldValue name='rotation' value='62.30130 -0.00000 12.52191 2.56557'/> |
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='1.16275'/> |
2541 | <fieldValue name='cylinderTranslation' value='1.81102 -0.13806 -1.40709'/> |
2542 | <fieldValue name='coneTranslation' value='1.88856 0.20295 -1.64216'/> |
2543 | <fieldValue name='rotation' value='-64.86551 0 -21.39569 0.62787'/> |
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.88618'/> |
2552 | <fieldValue name='cylinderTranslation' value='1.79936 -1.01661 -0.93876'/> |
2553 | <fieldValue name='coneTranslation' value='1.86025 -1.27731 -0.84676'/> |
2554 | <fieldValue name='rotation' value='28.80035 0 -19.06265 2.74125'/> |
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.25750'/> |
2563 | <fieldValue name='cylinderTranslation' value='-1.36854 -0.86399 2.61986'/> |
2564 | <fieldValue name='coneTranslation' value='-1.36496 -0.83454 2.62969'/> |
2565 | <fieldValue name='rotation' value='-8.09796 0 2.95087 2.80030'/> |
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.38655'/> |
2574 | <fieldValue name='cylinderTranslation' value='1.10606 2.03772 1.14423'/> |
2575 | <fieldValue name='coneTranslation' value='1.08484 2.02649 1.12118'/> |
2576 | <fieldValue name='rotation' value='-26.77071 0 24.64443 1.91506'/> |
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.00172'/> |
2585 | <fieldValue name='cylinderTranslation' value='-0.91471 -1.23804 2.75068'/> |
2586 | <fieldValue name='coneTranslation' value='-0.90369 -1.08951 2.80675'/> |
2587 | <fieldValue name='rotation' value='-0.06078 0 0.01195 2.77429'/> |
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.10592'/> |
2596 | <fieldValue name='cylinderTranslation' value='0.58171 1.85645 1.14303'/> |
2597 | <fieldValue name='coneTranslation' value='0.65774 1.78556 1.16858'/> |
2598 | <fieldValue name='rotation' value='-2.52814 0 7.52248 0.84694'/> |
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.23176'/> |
2607 | <fieldValue name='cylinderTranslation' value='1.59319 -2.21057 -0.19337'/> |
2608 | <fieldValue name='coneTranslation' value='1.62795 -2.19349 -0.17223'/> |
2609 | <fieldValue name='rotation' value='-11.10333 0 18.25854 1.96829'/> |
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.14387'/> |
2618 | <fieldValue name='cylinderTranslation' value='1.74022 -2.14500 -0.09736'/> |
2619 | <fieldValue name='coneTranslation' value='1.67199 -2.17036 -0.14693'/> |
2620 | <fieldValue name='rotation' value='8.09736 0 -11.14745 1.27868'/> |
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.15725'/> |
2629 | <fieldValue name='cylinderTranslation' value='1.43834 -2.29091 -0.27860'/> |
2630 | <fieldValue name='coneTranslation' value='1.50412 -2.25419 -0.24785'/> |
2631 | <fieldValue name='rotation' value='-5.94391 0 12.71168 2.03901'/> |
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.39017'/> |
2640 | <fieldValue name='cylinderTranslation' value='1.98072 -2.33791 -0.63329'/> |
2641 | <fieldValue name='coneTranslation' value='1.95985 -2.31090 -0.62520'/> |
2642 | <fieldValue name='rotation' value='9.00001 -0.00000 23.21140 0.69197'/> |
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.73326'/> |
2651 | <fieldValue name='cylinderTranslation' value='2.22116 0.27142 -1.92837'/> |
2652 | <fieldValue name='coneTranslation' value='2.05030 0.30581 -1.81737'/> |
2653 | <fieldValue name='rotation' value='39.39082 -0.00000 60.63130 1.40361'/> |
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.75429'/> |
2662 | <fieldValue name='cylinderTranslation' value='2.28780 0.32707 -1.80530'/> |
2663 | <fieldValue name='coneTranslation' value='2.07489 0.33016 -1.76276'/> |
2664 | <fieldValue name='rotation' value='14.77573 -0.00000 73.95954 1.55658'/> |
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.47713'/> |
2673 | <fieldValue name='cylinderTranslation' value='2.18615 -1.74555 0.16574'/> |
2674 | <fieldValue name='coneTranslation' value='2.25875 -1.75835 0.19291'/> |
2675 | <fieldValue name='rotation' value='16.50100 0 -44.08861 1.73444'/> |
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.31192'/> |
2684 | <fieldValue name='cylinderTranslation' value='1.82750 -1.69597 0.15470'/> |
2685 | <fieldValue name='coneTranslation' value='1.83108 -1.69624 0.15285'/> |
2686 | <fieldValue name='rotation' value='14.29384 -0.00000 27.64081 1.50202'/> |
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.89765'/> |
2695 | <fieldValue name='cylinderTranslation' value='0.57611 -1.25910 -0.69420'/> |
2696 | <fieldValue name='coneTranslation' value='0.67043 -0.98611 -0.69624'/> |
2697 | <fieldValue name='rotation' value='-0.63552 0 -29.31347 0.33274'/> |
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.68905'/> |
2706 | <fieldValue name='cylinderTranslation' value='-0.74093 0.92542 -0.78839'/> |
2707 | <fieldValue name='coneTranslation' value='-0.86201 0.85789 -0.91017'/> |
2708 | <fieldValue name='rotation' value='-45.47537 0 45.21178 1.94544'/> |
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.40095'/> |
2717 | <fieldValue name='cylinderTranslation' value='1.96533 -2.36093 -0.58144'/> |
2718 | <fieldValue name='coneTranslation' value='1.98565 -2.39591 -0.58005'/> |
2719 | <fieldValue name='rotation' value='1.37108 0 -20.13258 2.61420'/> |
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.38467'/> |
2728 | <fieldValue name='cylinderTranslation' value='1.76287 -1.62613 -0.41992'/> |
2729 | <fieldValue name='coneTranslation' value='1.73193 -1.61955 -0.42661'/> |
2730 | <fieldValue name='rotation' value='-7.96668 0 36.80872 1.36568'/> |
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.43448'/> |
2739 | <fieldValue name='cylinderTranslation' value='1.23532 -2.28694 0.29048'/> |
2740 | <fieldValue name='coneTranslation' value='1.24382 -2.24585 0.25154'/> |
2741 | <fieldValue name='rotation' value='-29.55205 0 -6.44789 0.77005'/> |
2742 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2743 | <fieldValue name='ballRadius' value='0.02'/> |
2744 | <fieldValue name='traceEnabled' value='false'/> |
2745 | <fieldValue name='displayMode'/> |
2746 | <fieldValue name='transparency' value='0'/> |
2747 | </ProtoInstance> |
2748 | <ProtoInstance name='Arc'> |
2749 | <fieldValue name='cylinderHeight' value='0.00003'/> |
2750 | <fieldValue name='cylinderTranslation' value='1.89957 0.60059 -2.75098'/> |
2751 | <fieldValue name='coneTranslation' value='1.88069 0.75834 -2.73215'/> |
2752 | <fieldValue name='rotation' value='-0.00030 0 -0.00030 2.97417'/> |
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.00007'/> |
2761 | <fieldValue name='cylinderTranslation' value='2.64386 0.83395 -2.16099'/> |
2762 | <fieldValue name='coneTranslation' value='2.73137 0.81538 -2.02838'/> |
2763 | <fieldValue name='rotation' value='-0.00600 0 0.00396 1.45446'/> |
2764 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2765 | <fieldValue name='ballRadius' value='0.02'/> |
2766 | <fieldValue name='traceEnabled' value='false'/> |
2767 | <fieldValue name='displayMode'/> |
2768 | <fieldValue name='transparency' value='0'/> |
2769 | </ProtoInstance> |
2770 | <ProtoInstance name='Arc'> |
2771 | <fieldValue name='cylinderHeight' value='0.76271'/> |
2772 | <fieldValue name='cylinderTranslation' value='0.63232 1.33060 -0.69063'/> |
2773 | <fieldValue name='coneTranslation' value='0.76505 1.28730 -0.51885'/> |
2774 | <fieldValue name='rotation' value='59.18677 0 -45.73539 1.76765'/> |
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.44887'/> |
2783 | <fieldValue name='cylinderTranslation' value='0.89706 -2.41623 -0.57127'/> |
2784 | <fieldValue name='coneTranslation' value='0.93165 -2.36315 -0.55954'/> |
2785 | <fieldValue name='rotation' value='8.17437 0 -24.09789 0.60275'/> |
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.31585'/> |
2794 | <fieldValue name='cylinderTranslation' value='1.91202 0.63709 -2.13975'/> |
2795 | <fieldValue name='coneTranslation' value='1.91234 0.63532 -2.13871'/> |
2796 | <fieldValue name='rotation' value='-15.85303 0 4.89859 0.55311'/> |
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.56692'/> |
2805 | <fieldValue name='cylinderTranslation' value='2.04863 0.46484 -2.31806'/> |
2806 | <fieldValue name='coneTranslation' value='2.09746 0.44834 -2.43024'/> |
2807 | <fieldValue name='rotation' value='-51.51475 0 -22.42314 1.70481'/> |
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.37098'/> |
2816 | <fieldValue name='cylinderTranslation' value='1.92726 0.41757 -1.89595'/> |
2817 | <fieldValue name='coneTranslation' value='1.92598 0.40587 -1.87334'/> |
2818 | <fieldValue name='rotation' value='32.90681 -0.00000 1.85067 2.04767'/> |
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.88382'/> |
2827 | <fieldValue name='cylinderTranslation' value='-1.22288 0.74891 -1.40332'/> |
2828 | <fieldValue name='coneTranslation' value='-0.96119 0.70777 -1.30688'/> |
2829 | <fieldValue name='rotation' value='30.23400 0 -82.04265 1.71722'/> |
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.73684'/> |
2838 | <fieldValue name='cylinderTranslation' value='2.15895 0.24504 -1.99607'/> |
2839 | <fieldValue name='coneTranslation' value='2.29525 0.19560 -2.14579'/> |
2840 | <fieldValue name='rotation' value='-52.93076 0 -48.18907 1.81029'/> |
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.44492'/> |
2849 | <fieldValue name='cylinderTranslation' value='1.14056 -2.40816 -0.86057'/> |
2850 | <fieldValue name='coneTranslation' value='1.16705 -2.35602 -0.83864'/> |
2851 | <fieldValue name='rotation' value='15.62568 0 -18.86949 0.58314'/> |
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.19841'/> |
2860 | <fieldValue name='cylinderTranslation' value='1.30884 -2.17495 -0.82848'/> |
2861 | <fieldValue name='coneTranslation' value='1.26353 -2.20407 -0.80027'/> |
2862 | <fieldValue name='rotation' value='-9.20633 0 -14.78484 1.07133'/> |
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.43478'/> |
2871 | <fieldValue name='cylinderTranslation' value='1.37064 -2.54007 -0.26853'/> |
2872 | <fieldValue name='coneTranslation' value='1.36955 -2.59648 -0.25802'/> |
2873 | <fieldValue name='rotation' value='7.95895 -0.00000 0.82801 2.95649'/> |
2874 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2875 | <fieldValue name='ballRadius' value='0.02'/> |
2876 | <fieldValue name='traceEnabled' value='false'/> |
2877 | <fieldValue name='displayMode'/> |
2878 | <fieldValue name='transparency' value='0'/> |
2879 | </ProtoInstance> |
2880 | <ProtoInstance name='Arc'> |
2881 | <fieldValue name='cylinderHeight' value='1.01625'/> |
2882 | <fieldValue name='cylinderTranslation' value='1.26138 1.28598 -0.70612'/> |
2883 | <fieldValue name='coneTranslation' value='1.53568 1.30652 -0.91948'/> |
2884 | <fieldValue name='rotation' value='-62.28492 0 -80.07628 1.51178'/> |
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='Vertex'> |
2892 | <fieldValue name='vertexText' value='"2010-02-16-COASTGUARD.DODLIVE.MIL"'/> |
2893 | <fieldValue name='description' value='1: 2010-02-16-COASTGUARD.DODLIVE.MIL'/> |
2894 | <fieldValue name='url'/> |
2895 | <fieldValue name='radius' value='0.1500'/> |
2896 | <fieldValue name='displayMode'/> |
2897 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2898 | <fieldValue name='transparency' value='0'/> |
2899 | <fieldValue name='translation' value='1.75925 0.45609 -1.69465'/> |
2900 | <fieldValue name='textTranslation' value='1.90925 0.45609 -1.69465'/> |
2901 | <fieldValue name='textColor' value='0 0 0'/> |
2902 | </ProtoInstance> |
2903 | <ProtoInstance name='Vertex'> |
2904 | <fieldValue name='vertexText' value='"2010-02-16-FACEBOOK.COM-PAGES"'/> |
2905 | <fieldValue name='description' value='2: 2010-02-16-FACEBOOK.COM-PAGES'/> |
2906 | <fieldValue name='url'/> |
2907 | <fieldValue name='radius' value='0.1500'/> |
2908 | <fieldValue name='displayMode'/> |
2909 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2910 | <fieldValue name='transparency' value='0'/> |
2911 | <fieldValue name='translation' value='1.42935 -1.66681 -0.38776'/> |
2912 | <fieldValue name='textTranslation' value='1.57935 -1.66681 -0.38776'/> |
2913 | <fieldValue name='textColor' value='0 0 0'/> |
2914 | </ProtoInstance> |
2915 | <ProtoInstance name='Vertex'> |
2916 | <fieldValue name='vertexText' value='"2010-02-16-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS"'/> |
2917 | <fieldValue name='description' value='3: 2010-02-16-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS'/> |
2918 | <fieldValue name='url'/> |
2919 | <fieldValue name='radius' value='0.1500'/> |
2920 | <fieldValue name='displayMode'/> |
2921 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
2922 | <fieldValue name='transparency' value='0'/> |
2923 | <fieldValue name='translation' value='0.05650 0.37361 -1.14876'/> |
2924 | <fieldValue name='textTranslation' value='0.20650 0.37361 -1.14876'/> |
2925 | <fieldValue name='textColor' value='0 0 0'/> |
2926 | </ProtoInstance> |
2927 | <ProtoInstance name='Vertex'> |
2928 | <fieldValue name='vertexText' value='"2010-02-16-FPC.STATE.GOV"'/> |
2929 | <fieldValue name='description' value='4: 2010-02-16-FPC.STATE.GOV'/> |
2930 | <fieldValue name='url'/> |
2931 | <fieldValue name='radius' value='0.1500'/> |
2932 | <fieldValue name='displayMode'/> |
2933 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
2934 | <fieldValue name='transparency' value='0'/> |
2935 | <fieldValue name='translation' value='-1.36726 0.97305 -0.97238'/> |
2936 | <fieldValue name='textTranslation' value='-1.21726 0.97305 -0.97238'/> |
2937 | <fieldValue name='textColor' value='0 0 0'/> |
2938 | </ProtoInstance> |
2939 | <ProtoInstance name='Vertex'> |
2940 | <fieldValue name='vertexText' value='"2010-02-16-TWITTER.COM-HAITI_INRELIEF"'/> |
2941 | <fieldValue name='description' value='5: 2010-02-16-TWITTER.COM-HAITI_INRELIEF'/> |
2942 | <fieldValue name='url'/> |
2943 | <fieldValue name='radius' value='0.1500'/> |
2944 | <fieldValue name='displayMode'/> |
2945 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
2946 | <fieldValue name='transparency' value='0'/> |
2947 | <fieldValue name='translation' value='-1.37908 -1.16893 2.50682'/> |
2948 | <fieldValue name='textTranslation' value='-1.22908 -1.16893 2.50682'/> |
2949 | <fieldValue name='textColor' value='0 0 0'/> |
2950 | </ProtoInstance> |
2951 | <ProtoInstance name='Vertex'> |
2952 | <fieldValue name='vertexText' value='"2010-02-16-WWW2.NBC13.COM-VTM"'/> |
2953 | <fieldValue name='description' value='6: 2010-02-16-WWW2.NBC13.COM-VTM'/> |
2954 | <fieldValue name='url'/> |
2955 | <fieldValue name='radius' value='0.1500'/> |
2956 | <fieldValue name='displayMode'/> |
2957 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
2958 | <fieldValue name='transparency' value='0'/> |
2959 | <fieldValue name='translation' value='0.52097 1.71650 0.56328'/> |
2960 | <fieldValue name='textTranslation' value='0.67097 1.71650 0.56328'/> |
2961 | <fieldValue name='textColor' value='0 0 0'/> |
2962 | </ProtoInstance> |
2963 | <ProtoInstance name='Vertex'> |
2964 | <fieldValue name='vertexText' value=' "Haiti/2010-02-16/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-16.simple" '/> |
2965 | <fieldValue name='description' value='7: Haiti/2010-02-16/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-16.simple'/> |
2966 | <fieldValue name='url'/> |
2967 | <fieldValue name='radius' value='0.1500'/> |
2968 | <fieldValue name='displayMode'/> |
2969 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
2970 | <fieldValue name='transparency' value='0'/> |
2971 | <fieldValue name='translation' value='-2.75035 -0.69524 1.10181'/> |
2972 | <fieldValue name='textTranslation' value='-2.60035 -0.69524 1.10181'/> |
2973 | <fieldValue name='textColor' value='0 0 0'/> |
2974 | </ProtoInstance> |
2975 | <ProtoInstance name='Vertex'> |
2976 | <fieldValue name='vertexText' value='"accordance"'/> |
2977 | <fieldValue name='description' value='8: accordance'/> |
2978 | <fieldValue name='url'/> |
2979 | <fieldValue name='radius' value='0.1500'/> |
2980 | <fieldValue name='displayMode'/> |
2981 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2982 | <fieldValue name='transparency' value='0'/> |
2983 | <fieldValue name='translation' value='1.67877 -2.08343 0.72658'/> |
2984 | <fieldValue name='textTranslation' value='1.82877 -2.08343 0.72658'/> |
2985 | <fieldValue name='textColor' value='0 0 0'/> |
2986 | </ProtoInstance> |
2987 | <ProtoInstance name='Vertex'> |
2988 | <fieldValue name='vertexText' value='"action"'/> |
2989 | <fieldValue name='description' value='9: action'/> |
2990 | <fieldValue name='url'/> |
2991 | <fieldValue name='radius' value='0.1500'/> |
2992 | <fieldValue name='displayMode'/> |
2993 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
2994 | <fieldValue name='transparency' value='0'/> |
2995 | <fieldValue name='translation' value='0.73782 -2.62045 -0.13136'/> |
2996 | <fieldValue name='textTranslation' value='0.88782 -2.62045 -0.13136'/> |
2997 | <fieldValue name='textColor' value='0 0 0'/> |
2998 | </ProtoInstance> |
2999 | <ProtoInstance name='Vertex'> |
3000 | <fieldValue name='vertexText' value='"addressed"'/> |
3001 | <fieldValue name='description' value='10: addressed'/> |
3002 | <fieldValue name='url'/> |
3003 | <fieldValue name='radius' value='0.1500'/> |
3004 | <fieldValue name='displayMode'/> |
3005 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3006 | <fieldValue name='transparency' value='0'/> |
3007 | <fieldValue name='translation' value='-0.84194 0.09966 -1.74560'/> |
3008 | <fieldValue name='textTranslation' value='-0.69194 0.09966 -1.74560'/> |
3009 | <fieldValue name='textColor' value='0 0 0'/> |
3010 | </ProtoInstance> |
3011 | <ProtoInstance name='Vertex'> |
3012 | <fieldValue name='vertexText' value='"advertisement"'/> |
3013 | <fieldValue name='description' value='11: advertisement'/> |
3014 | <fieldValue name='url'/> |
3015 | <fieldValue name='radius' value='0.1500'/> |
3016 | <fieldValue name='displayMode'/> |
3017 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3018 | <fieldValue name='transparency' value='0'/> |
3019 | <fieldValue name='translation' value='0.81631 1.13659 0.78837'/> |
3020 | <fieldValue name='textTranslation' value='0.96631 1.13659 0.78837'/> |
3021 | <fieldValue name='textColor' value='0 0 0'/> |
3022 | </ProtoInstance> |
3023 | <ProtoInstance name='Vertex'> |
3024 | <fieldValue name='vertexText' value='"affairs"'/> |
3025 | <fieldValue name='description' value='12: affairs'/> |
3026 | <fieldValue name='url'/> |
3027 | <fieldValue name='radius' value='0.1500'/> |
3028 | <fieldValue name='displayMode'/> |
3029 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3030 | <fieldValue name='transparency' value='0'/> |
3031 | <fieldValue name='translation' value='-0.07000 -0.27574 -1.07006'/> |
3032 | <fieldValue name='textTranslation' value='0.08000 -0.27574 -1.07006'/> |
3033 | <fieldValue name='textColor' value='0 0 0'/> |
3034 | </ProtoInstance> |
3035 | <ProtoInstance name='Vertex'> |
3036 | <fieldValue name='vertexText' value='"african"'/> |
3037 | <fieldValue name='description' value='13: african'/> |
3038 | <fieldValue name='url'/> |
3039 | <fieldValue name='radius' value='0.1500'/> |
3040 | <fieldValue name='displayMode'/> |
3041 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3042 | <fieldValue name='transparency' value='0'/> |
3043 | <fieldValue name='translation' value='-1.63307 0.81343 -1.55451'/> |
3044 | <fieldValue name='textTranslation' value='-1.48307 0.81343 -1.55451'/> |
3045 | <fieldValue name='textColor' value='0 0 0'/> |
3046 | </ProtoInstance> |
3047 | <ProtoInstance name='Vertex'> |
3048 | <fieldValue name='vertexText' value='"air"'/> |
3049 | <fieldValue name='description' value='14: air'/> |
3050 | <fieldValue name='url'/> |
3051 | <fieldValue name='radius' value='0.1500'/> |
3052 | <fieldValue name='displayMode'/> |
3053 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3054 | <fieldValue name='transparency' value='0'/> |
3055 | <fieldValue name='translation' value='0.35447 2.11887 0.93968'/> |
3056 | <fieldValue name='textTranslation' value='0.50447 2.11887 0.93968'/> |
3057 | <fieldValue name='textColor' value='0 0 0'/> |
3058 | </ProtoInstance> |
3059 | <ProtoInstance name='Vertex'> |
3060 | <fieldValue name='vertexText' value='"alaska"'/> |
3061 | <fieldValue name='description' value='15: alaska'/> |
3062 | <fieldValue name='url'/> |
3063 | <fieldValue name='radius' value='0.1500'/> |
3064 | <fieldValue name='displayMode'/> |
3065 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3066 | <fieldValue name='transparency' value='0'/> |
3067 | <fieldValue name='translation' value='1.55747 -0.34530 -2.01456'/> |
3068 | <fieldValue name='textTranslation' value='1.70747 -0.34530 -2.01456'/> |
3069 | <fieldValue name='textColor' value='0 0 0'/> |
3070 | </ProtoInstance> |
3071 | <ProtoInstance name='Vertex'> |
3072 | <fieldValue name='vertexText' value='"allen"'/> |
3073 | <fieldValue name='description' value='16: allen'/> |
3074 | <fieldValue name='url'/> |
3075 | <fieldValue name='radius' value='0.1500'/> |
3076 | <fieldValue name='displayMode'/> |
3077 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3078 | <fieldValue name='transparency' value='0'/> |
3079 | <fieldValue name='translation' value='1.07660 -0.48651 -1.23596'/> |
3080 | <fieldValue name='textTranslation' value='1.22660 -0.48651 -1.23596'/> |
3081 | <fieldValue name='textColor' value='0 0 0'/> |
3082 | </ProtoInstance> |
3083 | <ProtoInstance name='Vertex'> |
3084 | <fieldValue name='vertexText' value='"american"'/> |
3085 | <fieldValue name='description' value='17: american'/> |
3086 | <fieldValue name='url'/> |
3087 | <fieldValue name='radius' value='0.1500'/> |
3088 | <fieldValue name='displayMode'/> |
3089 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3090 | <fieldValue name='transparency' value='0'/> |
3091 | <fieldValue name='translation' value='1.35097 -1.43598 -0.97860'/> |
3092 | <fieldValue name='textTranslation' value='1.50097 -1.43598 -0.97860'/> |
3093 | <fieldValue name='textColor' value='0 0 0'/> |
3094 | </ProtoInstance> |
3095 | <ProtoInstance name='Vertex'> |
3096 | <fieldValue name='vertexText' value='"annual"'/> |
3097 | <fieldValue name='description' value='18: annual'/> |
3098 | <fieldValue name='url'/> |
3099 | <fieldValue name='radius' value='0.1500'/> |
3100 | <fieldValue name='displayMode'/> |
3101 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3102 | <fieldValue name='transparency' value='0'/> |
3103 | <fieldValue name='translation' value='-0.43323 0.59730 -1.50086'/> |
3104 | <fieldValue name='textTranslation' value='-0.28323 0.59730 -1.50086'/> |
3105 | <fieldValue name='textColor' value='0 0 0'/> |
3106 | </ProtoInstance> |
3107 | <ProtoInstance name='Vertex'> |
3108 | <fieldValue name='vertexText' value='"assignment"'/> |
3109 | <fieldValue name='description' value='19: assignment'/> |
3110 | <fieldValue name='url'/> |
3111 | <fieldValue name='radius' value='0.1500'/> |
3112 | <fieldValue name='displayMode'/> |
3113 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3114 | <fieldValue name='transparency' value='0'/> |
3115 | <fieldValue name='translation' value='-0.02544 2.54505 0.96429'/> |
3116 | <fieldValue name='textTranslation' value='0.12456 2.54505 0.96429'/> |
3117 | <fieldValue name='textColor' value='0 0 0'/> |
3118 | </ProtoInstance> |
3119 | <ProtoInstance name='Vertex'> |
3120 | <fieldValue name='vertexText' value='"behalf"'/> |
3121 | <fieldValue name='description' value='20: behalf'/> |
3122 | <fieldValue name='url'/> |
3123 | <fieldValue name='radius' value='0.1500'/> |
3124 | <fieldValue name='displayMode'/> |
3125 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3126 | <fieldValue name='transparency' value='0'/> |
3127 | <fieldValue name='translation' value='1.18618 -2.43962 0.43844'/> |
3128 | <fieldValue name='textTranslation' value='1.33618 -2.43962 0.43844'/> |
3129 | <fieldValue name='textColor' value='0 0 0'/> |
3130 | </ProtoInstance> |
3131 | <ProtoInstance name='Vertex'> |
3132 | <fieldValue name='vertexText' value='"birmingham"'/> |
3133 | <fieldValue name='description' value='21: birmingham'/> |
3134 | <fieldValue name='url'/> |
3135 | <fieldValue name='radius' value='0.1500'/> |
3136 | <fieldValue name='displayMode'/> |
3137 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3138 | <fieldValue name='transparency' value='0'/> |
3139 | <fieldValue name='translation' value='1.22912 2.10259 1.27847'/> |
3140 | <fieldValue name='textTranslation' value='1.37912 2.10259 1.27847'/> |
3141 | <fieldValue name='textColor' value='0 0 0'/> |
3142 | </ProtoInstance> |
3143 | <ProtoInstance name='Vertex'> |
3144 | <fieldValue name='vertexText' value='"briefs"'/> |
3145 | <fieldValue name='description' value='22: briefs'/> |
3146 | <fieldValue name='url'/> |
3147 | <fieldValue name='radius' value='0.1500'/> |
3148 | <fieldValue name='displayMode'/> |
3149 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3150 | <fieldValue name='transparency' value='0'/> |
3151 | <fieldValue name='translation' value='-2.16134 1.48075 -0.96376'/> |
3152 | <fieldValue name='textTranslation' value='-2.01134 1.48075 -0.96376'/> |
3153 | <fieldValue name='textColor' value='0 0 0'/> |
3154 | </ProtoInstance> |
3155 | <ProtoInstance name='Vertex'> |
3156 | <fieldValue name='vertexText' value='"budget"'/> |
3157 | <fieldValue name='description' value='23: budget'/> |
3158 | <fieldValue name='url'/> |
3159 | <fieldValue name='radius' value='0.1500'/> |
3160 | <fieldValue name='displayMode'/> |
3161 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3162 | <fieldValue name='transparency' value='0'/> |
3163 | <fieldValue name='translation' value='-0.34089 1.25314 -1.57227'/> |
3164 | <fieldValue name='textTranslation' value='-0.19089 1.25314 -1.57227'/> |
3165 | <fieldValue name='textColor' value='0 0 0'/> |
3166 | </ProtoInstance> |
3167 | <ProtoInstance name='Vertex'> |
3168 | <fieldValue name='vertexText' value='"building"'/> |
3169 | <fieldValue name='description' value='24: building'/> |
3170 | <fieldValue name='url'/> |
3171 | <fieldValue name='radius' value='0.1500'/> |
3172 | <fieldValue name='displayMode'/> |
3173 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3174 | <fieldValue name='transparency' value='0'/> |
3175 | <fieldValue name='translation' value='-1.73372 1.08420 -1.06965'/> |
3176 | <fieldValue name='textTranslation' value='-1.58372 1.08420 -1.06965'/> |
3177 | <fieldValue name='textColor' value='0 0 0'/> |
3178 | </ProtoInstance> |
3179 | <ProtoInstance name='Vertex'> |
3180 | <fieldValue name='vertexText' value='"buried"'/> |
3181 | <fieldValue name='description' value='25: buried'/> |
3182 | <fieldValue name='url'/> |
3183 | <fieldValue name='radius' value='0.1500'/> |
3184 | <fieldValue name='displayMode'/> |
3185 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3186 | <fieldValue name='transparency' value='0'/> |
3187 | <fieldValue name='translation' value='0.40210 2.17168 1.55041'/> |
3188 | <fieldValue name='textTranslation' value='0.55210 2.17168 1.55041'/> |
3189 | <fieldValue name='textColor' value='0 0 0'/> |
3190 | </ProtoInstance> |
3191 | <ProtoInstance name='Vertex'> |
3192 | <fieldValue name='vertexText' value='"california"'/> |
3193 | <fieldValue name='description' value='26: california'/> |
3194 | <fieldValue name='url'/> |
3195 | <fieldValue name='radius' value='0.1500'/> |
3196 | <fieldValue name='displayMode'/> |
3197 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3198 | <fieldValue name='transparency' value='0'/> |
3199 | <fieldValue name='translation' value='1.95117 1.05637 -2.51326'/> |
3200 | <fieldValue name='textTranslation' value='2.10117 1.05637 -2.51326'/> |
3201 | <fieldValue name='textColor' value='0 0 0'/> |
3202 | </ProtoInstance> |
3203 | <ProtoInstance name='Vertex'> |
3204 | <fieldValue name='vertexText' value='"carolina"'/> |
3205 | <fieldValue name='description' value='27: carolina'/> |
3206 | <fieldValue name='url'/> |
3207 | <fieldValue name='radius' value='0.1500'/> |
3208 | <fieldValue name='displayMode'/> |
3209 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3210 | <fieldValue name='transparency' value='0'/> |
3211 | <fieldValue name='translation' value='2.75035 0.96629 -1.57781'/> |
3212 | <fieldValue name='textTranslation' value='2.90035 0.96629 -1.57781'/> |
3213 | <fieldValue name='textColor' value='0 0 0'/> |
3214 | </ProtoInstance> |
3215 | <ProtoInstance name='Vertex'> |
3216 | <fieldValue name='vertexText' value='"carried"'/> |
3217 | <fieldValue name='description' value='28: carried'/> |
3218 | <fieldValue name='url'/> |
3219 | <fieldValue name='radius' value='0.1500'/> |
3220 | <fieldValue name='displayMode'/> |
3221 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3222 | <fieldValue name='transparency' value='0'/> |
3223 | <fieldValue name='translation' value='0.73782 -2.62045 -0.13136'/> |
3224 | <fieldValue name='textTranslation' value='0.88782 -2.62045 -0.13136'/> |
3225 | <fieldValue name='textColor' value='0 0 0'/> |
3226 | </ProtoInstance> |
3227 | <ProtoInstance name='Vertex'> |
3228 | <fieldValue name='vertexText' value='"celebration"'/> |
3229 | <fieldValue name='description' value='29: celebration'/> |
3230 | <fieldValue name='url'/> |
3231 | <fieldValue name='radius' value='0.1500'/> |
3232 | <fieldValue name='displayMode'/> |
3233 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3234 | <fieldValue name='transparency' value='0'/> |
3235 | <fieldValue name='translation' value='0.34048 2.75375 0.67534'/> |
3236 | <fieldValue name='textTranslation' value='0.49048 2.75375 0.67534'/> |
3237 | <fieldValue name='textColor' value='0 0 0'/> |
3238 | </ProtoInstance> |
3239 | <ProtoInstance name='Vertex'> |
3240 | <fieldValue name='vertexText' value='"cemetery"'/> |
3241 | <fieldValue name='description' value='30: cemetery'/> |
3242 | <fieldValue name='url'/> |
3243 | <fieldValue name='radius' value='0.1500'/> |
3244 | <fieldValue name='displayMode'/> |
3245 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3246 | <fieldValue name='transparency' value='0'/> |
3247 | <fieldValue name='translation' value='-0.43547 1.67868 0.19823'/> |
3248 | <fieldValue name='textTranslation' value='-0.28547 1.67868 0.19823'/> |
3249 | <fieldValue name='textColor' value='0 0 0'/> |
3250 | </ProtoInstance> |
3251 | <ProtoInstance name='Vertex'> |
3252 | <fieldValue name='vertexText' value='"center"'/> |
3253 | <fieldValue name='description' value='31: center'/> |
3254 | <fieldValue name='url'/> |
3255 | <fieldValue name='radius' value='0.1500'/> |
3256 | <fieldValue name='displayMode'/> |
3257 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3258 | <fieldValue name='transparency' value='0'/> |
3259 | <fieldValue name='translation' value='-1.38295 1.11159 -0.78702'/> |
3260 | <fieldValue name='textTranslation' value='-1.23295 1.11159 -0.78702'/> |
3261 | <fieldValue name='textColor' value='0 0 0'/> |
3262 | </ProtoInstance> |
3263 | <ProtoInstance name='Vertex'> |
3264 | <fieldValue name='vertexText' value='"charge"'/> |
3265 | <fieldValue name='description' value='32: charge'/> |
3266 | <fieldValue name='url'/> |
3267 | <fieldValue name='radius' value='0.1500'/> |
3268 | <fieldValue name='displayMode'/> |
3269 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3270 | <fieldValue name='transparency' value='0'/> |
3271 | <fieldValue name='translation' value='1.00598 -1.47823 -0.13790'/> |
3272 | <fieldValue name='textTranslation' value='1.15598 -1.47823 -0.13790'/> |
3273 | <fieldValue name='textColor' value='0 0 0'/> |
3274 | </ProtoInstance> |
3275 | <ProtoInstance name='Vertex'> |
3276 | <fieldValue name='vertexText' value='"children"'/> |
3277 | <fieldValue name='description' value='33: children'/> |
3278 | <fieldValue name='url'/> |
3279 | <fieldValue name='radius' value='0.1500'/> |
3280 | <fieldValue name='displayMode'/> |
3281 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3282 | <fieldValue name='transparency' value='0'/> |
3283 | <fieldValue name='translation' value='2.21510 -1.85254 0.52653'/> |
3284 | <fieldValue name='textTranslation' value='2.36510 -1.85254 0.52653'/> |
3285 | <fieldValue name='textColor' value='0 0 0'/> |
3286 | </ProtoInstance> |
3287 | <ProtoInstance name='Vertex'> |
3288 | <fieldValue name='vertexText' value='"church"'/> |
3289 | <fieldValue name='description' value='34: church'/> |
3290 | <fieldValue name='url'/> |
3291 | <fieldValue name='radius' value='0.1500'/> |
3292 | <fieldValue name='displayMode'/> |
3293 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3294 | <fieldValue name='transparency' value='0'/> |
3295 | <fieldValue name='translation' value='0.23296 1.86646 0.34099'/> |
3296 | <fieldValue name='textTranslation' value='0.38296 1.86646 0.34099'/> |
3297 | <fieldValue name='textColor' value='0 0 0'/> |
3298 | </ProtoInstance> |
3299 | <ProtoInstance name='Vertex'> |
3300 | <fieldValue name='vertexText' value='"club"'/> |
3301 | <fieldValue name='description' value='35: club'/> |
3302 | <fieldValue name='url'/> |
3303 | <fieldValue name='radius' value='0.1500'/> |
3304 | <fieldValue name='displayMode'/> |
3305 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3306 | <fieldValue name='transparency' value='0'/> |
3307 | <fieldValue name='translation' value='-0.63936 0.36188 -1.32909'/> |
3308 | <fieldValue name='textTranslation' value='-0.48936 0.36188 -1.32909'/> |
3309 | <fieldValue name='textColor' value='0 0 0'/> |
3310 | </ProtoInstance> |
3311 | <ProtoInstance name='Vertex'> |
3312 | <fieldValue name='vertexText' value='"coast"'/> |
3313 | <fieldValue name='description' value='36: coast'/> |
3314 | <fieldValue name='url'/> |
3315 | <fieldValue name='radius' value='0.1500'/> |
3316 | <fieldValue name='displayMode'/> |
3317 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3318 | <fieldValue name='transparency' value='0'/> |
3319 | <fieldValue name='translation' value='0.18663 0.41954 -1.32732'/> |
3320 | <fieldValue name='textTranslation' value='0.33663 0.41954 -1.32732'/> |
3321 | <fieldValue name='textColor' value='0 0 0'/> |
3322 | </ProtoInstance> |
3323 | <ProtoInstance name='Vertex'> |
3324 | <fieldValue name='vertexText' value='"collision"'/> |
3325 | <fieldValue name='description' value='37: collision'/> |
3326 | <fieldValue name='url'/> |
3327 | <fieldValue name='radius' value='0.1500'/> |
3328 | <fieldValue name='displayMode'/> |
3329 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3330 | <fieldValue name='transparency' value='0'/> |
3331 | <fieldValue name='translation' value='1.05066 0.78992 -2.17083'/> |
3332 | <fieldValue name='textTranslation' value='1.20066 0.78992 -2.17083'/> |
3333 | <fieldValue name='textColor' value='0 0 0'/> |
3334 | </ProtoInstance> |
3335 | <ProtoInstance name='Vertex'> |
3336 | <fieldValue name='vertexText' value='"comma"'/> |
3337 | <fieldValue name='description' value='38: comma'/> |
3338 | <fieldValue name='url'/> |
3339 | <fieldValue name='radius' value='0.1500'/> |
3340 | <fieldValue name='displayMode'/> |
3341 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3342 | <fieldValue name='transparency' value='0'/> |
3343 | <fieldValue name='translation' value='0.11280 0.73021 -2.05386'/> |
3344 | <fieldValue name='textTranslation' value='0.26280 0.73021 -2.05386'/> |
3345 | <fieldValue name='textColor' value='0 0 0'/> |
3346 | </ProtoInstance> |
3347 | <ProtoInstance name='Vertex'> |
3348 | <fieldValue name='vertexText' value='"command"'/> |
3349 | <fieldValue name='description' value='39: command'/> |
3350 | <fieldValue name='url'/> |
3351 | <fieldValue name='radius' value='0.1500'/> |
3352 | <fieldValue name='displayMode'/> |
3353 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3354 | <fieldValue name='transparency' value='0'/> |
3355 | <fieldValue name='translation' value='1.50332 -2.60480 -1.06126'/> |
3356 | <fieldValue name='textTranslation' value='1.65332 -2.60480 -1.06126'/> |
3357 | <fieldValue name='textColor' value='0 0 0'/> |
3358 | </ProtoInstance> |
3359 | <ProtoInstance name='Vertex'> |
3360 | <fieldValue name='vertexText' value='"commandant"'/> |
3361 | <fieldValue name='description' value='40: commandant'/> |
3362 | <fieldValue name='url'/> |
3363 | <fieldValue name='radius' value='0.1500'/> |
3364 | <fieldValue name='displayMode'/> |
3365 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3366 | <fieldValue name='transparency' value='0'/> |
3367 | <fieldValue name='translation' value='0.30379 -0.02585 -1.40136'/> |
3368 | <fieldValue name='textTranslation' value='0.45379 -0.02585 -1.40136'/> |
3369 | <fieldValue name='textColor' value='0 0 0'/> |
3370 | </ProtoInstance> |
3371 | <ProtoInstance name='Vertex'> |
3372 | <fieldValue name='vertexText' value='"contact"'/> |
3373 | <fieldValue name='description' value='41: contact'/> |
3374 | <fieldValue name='url'/> |
3375 | <fieldValue name='radius' value='0.1500'/> |
3376 | <fieldValue name='displayMode'/> |
3377 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3378 | <fieldValue name='transparency' value='0'/> |
3379 | <fieldValue name='translation' value='-1.79432 -1.20379 2.18533'/> |
3380 | <fieldValue name='textTranslation' value='-1.64432 -1.20379 2.18533'/> |
3381 | <fieldValue name='textColor' value='0 0 0'/> |
3382 | </ProtoInstance> |
3383 | <ProtoInstance name='Vertex'> |
3384 | <fieldValue name='vertexText' value='"country"'/> |
3385 | <fieldValue name='description' value='42: country'/> |
3386 | <fieldValue name='url'/> |
3387 | <fieldValue name='radius' value='0.1500'/> |
3388 | <fieldValue name='displayMode'/> |
3389 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3390 | <fieldValue name='transparency' value='0'/> |
3391 | <fieldValue name='translation' value='0.48398 2.62031 1.10783'/> |
3392 | <fieldValue name='textTranslation' value='0.63398 2.62031 1.10783'/> |
3393 | <fieldValue name='textColor' value='0 0 0'/> |
3394 | </ProtoInstance> |
3395 | <ProtoInstance name='Vertex'> |
3396 | <fieldValue name='vertexText' value='"david"'/> |
3397 | <fieldValue name='description' value='43: david'/> |
3398 | <fieldValue name='url'/> |
3399 | <fieldValue name='radius' value='0.1500'/> |
3400 | <fieldValue name='displayMode'/> |
3401 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3402 | <fieldValue name='transparency' value='0'/> |
3403 | <fieldValue name='translation' value='-0.24573 0.36534 -2.05587'/> |
3404 | <fieldValue name='textTranslation' value='-0.09573 0.36534 -2.05587'/> |
3405 | <fieldValue name='textColor' value='0 0 0'/> |
3406 | </ProtoInstance> |
3407 | <ProtoInstance name='Vertex'> |
3408 | <fieldValue name='vertexText' value='"deliver"'/> |
3409 | <fieldValue name='description' value='44: deliver'/> |
3410 | <fieldValue name='url'/> |
3411 | <fieldValue name='radius' value='0.1500'/> |
3412 | <fieldValue name='displayMode'/> |
3413 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3414 | <fieldValue name='transparency' value='0'/> |
3415 | <fieldValue name='translation' value='-0.05616 0.62705 -1.63690'/> |
3416 | <fieldValue name='textTranslation' value='0.09384 0.62705 -1.63690'/> |
3417 | <fieldValue name='textColor' value='0 0 0'/> |
3418 | </ProtoInstance> |
3419 | <ProtoInstance name='Vertex'> |
3420 | <fieldValue name='vertexText' value='"district"'/> |
3421 | <fieldValue name='description' value='45: district'/> |
3422 | <fieldValue name='url'/> |
3423 | <fieldValue name='radius' value='0.1500'/> |
3424 | <fieldValue name='displayMode'/> |
3425 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3426 | <fieldValue name='transparency' value='0'/> |
3427 | <fieldValue name='translation' value='-0.13411 -0.63876 -0.95688'/> |
3428 | <fieldValue name='textTranslation' value='0.01589 -0.63876 -0.95688'/> |
3429 | <fieldValue name='textColor' value='0 0 0'/> |
3430 | </ProtoInstance> |
3431 | <ProtoInstance name='Vertex'> |
3432 | <fieldValue name='vertexText' value='"early"'/> |
3433 | <fieldValue name='description' value='46: early'/> |
3434 | <fieldValue name='url'/> |
3435 | <fieldValue name='radius' value='0.1500'/> |
3436 | <fieldValue name='displayMode'/> |
3437 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3438 | <fieldValue name='transparency' value='0'/> |
3439 | <fieldValue name='translation' value='1.17850 2.51123 0.90611'/> |
3440 | <fieldValue name='textTranslation' value='1.32850 2.51123 0.90611'/> |
3441 | <fieldValue name='textColor' value='0 0 0'/> |
3442 | </ProtoInstance> |
3443 | <ProtoInstance name='Vertex'> |
3444 | <fieldValue name='vertexText' value='"enforcement"'/> |
3445 | <fieldValue name='description' value='47: enforcement'/> |
3446 | <fieldValue name='url'/> |
3447 | <fieldValue name='radius' value='0.1500'/> |
3448 | <fieldValue name='displayMode'/> |
3449 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3450 | <fieldValue name='transparency' value='0'/> |
3451 | <fieldValue name='translation' value='2.25692 1.36096 -2.05966'/> |
3452 | <fieldValue name='textTranslation' value='2.40692 1.36096 -2.05966'/> |
3453 | <fieldValue name='textColor' value='0 0 0'/> |
3454 | </ProtoInstance> |
3455 | <ProtoInstance name='Vertex'> |
3456 | <fieldValue name='vertexText' value='"expressed"'/> |
3457 | <fieldValue name='description' value='48: expressed'/> |
3458 | <fieldValue name='url'/> |
3459 | <fieldValue name='radius' value='0.1500'/> |
3460 | <fieldValue name='displayMode'/> |
3461 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3462 | <fieldValue name='transparency' value='0'/> |
3463 | <fieldValue name='translation' value='0.82781 1.80994 1.65112'/> |
3464 | <fieldValue name='textTranslation' value='0.97781 1.80994 1.65112'/> |
3465 | <fieldValue name='textColor' value='0 0 0'/> |
3466 | </ProtoInstance> |
3467 | <ProtoInstance name='Vertex'> |
3468 | <fieldValue name='vertexText' value='"facilities"'/> |
3469 | <fieldValue name='description' value='49: facilities'/> |
3470 | <fieldValue name='url'/> |
3471 | <fieldValue name='radius' value='0.1500'/> |
3472 | <fieldValue name='displayMode'/> |
3473 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3474 | <fieldValue name='transparency' value='0'/> |
3475 | <fieldValue name='translation' value='-0.38659 0.27752 -1.43539'/> |
3476 | <fieldValue name='textTranslation' value='-0.23659 0.27752 -1.43539'/> |
3477 | <fieldValue name='textColor' value='0 0 0'/> |
3478 | </ProtoInstance> |
3479 | <ProtoInstance name='Vertex'> |
3480 | <fieldValue name='vertexText' value='"family"'/> |
3481 | <fieldValue name='description' value='50: family'/> |
3482 | <fieldValue name='url'/> |
3483 | <fieldValue name='radius' value='0.1500'/> |
3484 | <fieldValue name='displayMode'/> |
3485 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3486 | <fieldValue name='transparency' value='0'/> |
3487 | <fieldValue name='translation' value='0.74551 2.25501 0.65624'/> |
3488 | <fieldValue name='textTranslation' value='0.89551 2.25501 0.65624'/> |
3489 | <fieldValue name='textColor' value='0 0 0'/> |
3490 | </ProtoInstance> |
3491 | <ProtoInstance name='Vertex'> |
3492 | <fieldValue name='vertexText' value='"fleet"'/> |
3493 | <fieldValue name='description' value='51: fleet'/> |
3494 | <fieldValue name='url'/> |
3495 | <fieldValue name='radius' value='0.1500'/> |
3496 | <fieldValue name='displayMode'/> |
3497 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3498 | <fieldValue name='transparency' value='0'/> |
3499 | <fieldValue name='translation' value='-0.23449 0.71806 -0.76244'/> |
3500 | <fieldValue name='textTranslation' value='-0.08449 0.71806 -0.76244'/> |
3501 | <fieldValue name='textColor' value='0 0 0'/> |
3502 | </ProtoInstance> |
3503 | <ProtoInstance name='Vertex'> |
3504 | <fieldValue name='vertexText' value='"florida"'/> |
3505 | <fieldValue name='description' value='52: florida'/> |
3506 | <fieldValue name='url'/> |
3507 | <fieldValue name='radius' value='0.1500'/> |
3508 | <fieldValue name='displayMode'/> |
3509 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3510 | <fieldValue name='transparency' value='0'/> |
3511 | <fieldValue name='translation' value='1.88408 0.57071 -2.26391'/> |
3512 | <fieldValue name='textTranslation' value='2.03408 0.57071 -2.26391'/> |
3513 | <fieldValue name='textColor' value='0 0 0'/> |
3514 | </ProtoInstance> |
3515 | <ProtoInstance name='Vertex'> |
3516 | <fieldValue name='vertexText' value='"force"'/> |
3517 | <fieldValue name='description' value='53: force'/> |
3518 | <fieldValue name='url'/> |
3519 | <fieldValue name='radius' value='0.1500'/> |
3520 | <fieldValue name='displayMode'/> |
3521 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3522 | <fieldValue name='transparency' value='0'/> |
3523 | <fieldValue name='translation' value='0.42850 2.02640 1.03956'/> |
3524 | <fieldValue name='textTranslation' value='0.57850 2.02640 1.03956'/> |
3525 | <fieldValue name='textColor' value='0 0 0'/> |
3526 | </ProtoInstance> |
3527 | <ProtoInstance name='Vertex'> |
3528 | <fieldValue name='vertexText' value='"foreign"'/> |
3529 | <fieldValue name='description' value='54: foreign'/> |
3530 | <fieldValue name='url'/> |
3531 | <fieldValue name='radius' value='0.1500'/> |
3532 | <fieldValue name='displayMode'/> |
3533 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3534 | <fieldValue name='transparency' value='0'/> |
3535 | <fieldValue name='translation' value='-1.72105 1.02591 -0.98579'/> |
3536 | <fieldValue name='textTranslation' value='-1.57105 1.02591 -0.98579'/> |
3537 | <fieldValue name='textColor' value='0 0 0'/> |
3538 | </ProtoInstance> |
3539 | <ProtoInstance name='Vertex'> |
3540 | <fieldValue name='vertexText' value='"free"'/> |
3541 | <fieldValue name='description' value='55: free'/> |
3542 | <fieldValue name='url'/> |
3543 | <fieldValue name='radius' value='0.1500'/> |
3544 | <fieldValue name='displayMode'/> |
3545 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3546 | <fieldValue name='transparency' value='0'/> |
3547 | <fieldValue name='translation' value='1.34951 -1.66637 0.23040'/> |
3548 | <fieldValue name='textTranslation' value='1.49951 -1.66637 0.23040'/> |
3549 | <fieldValue name='textColor' value='0 0 0'/> |
3550 | </ProtoInstance> |
3551 | <ProtoInstance name='Vertex'> |
3552 | <fieldValue name='vertexText' value='"friends"'/> |
3553 | <fieldValue name='description' value='56: friends'/> |
3554 | <fieldValue name='url'/> |
3555 | <fieldValue name='radius' value='0.1500'/> |
3556 | <fieldValue name='displayMode'/> |
3557 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3558 | <fieldValue name='transparency' value='0'/> |
3559 | <fieldValue name='translation' value='0.71458 2.31488 0.62754'/> |
3560 | <fieldValue name='textTranslation' value='0.86458 2.31488 0.62754'/> |
3561 | <fieldValue name='textColor' value='0 0 0'/> |
3562 | </ProtoInstance> |
3563 | <ProtoInstance name='Vertex'> |
3564 | <fieldValue name='vertexText' value='"goodbye"'/> |
3565 | <fieldValue name='description' value='57: goodbye'/> |
3566 | <fieldValue name='url'/> |
3567 | <fieldValue name='radius' value='0.1500'/> |
3568 | <fieldValue name='displayMode'/> |
3569 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3570 | <fieldValue name='transparency' value='0'/> |
3571 | <fieldValue name='translation' value='0.79063 2.69876 0.63802'/> |
3572 | <fieldValue name='textTranslation' value='0.94063 2.69876 0.63802'/> |
3573 | <fieldValue name='textColor' value='0 0 0'/> |
3574 | </ProtoInstance> |
3575 | <ProtoInstance name='Vertex'> |
3576 | <fieldValue name='vertexText' value='"government"'/> |
3577 | <fieldValue name='description' value='58: government'/> |
3578 | <fieldValue name='url'/> |
3579 | <fieldValue name='radius' value='0.1500'/> |
3580 | <fieldValue name='displayMode'/> |
3581 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3582 | <fieldValue name='transparency' value='0'/> |
3583 | <fieldValue name='translation' value='1.94691 -1.66531 -0.38008'/> |
3584 | <fieldValue name='textTranslation' value='2.09691 -1.66531 -0.38008'/> |
3585 | <fieldValue name='textColor' value='0 0 0'/> |
3586 | </ProtoInstance> |
3587 | <ProtoInstance name='Vertex'> |
3588 | <fieldValue name='vertexText' value='"groups"'/> |
3589 | <fieldValue name='description' value='59: groups'/> |
3590 | <fieldValue name='url'/> |
3591 | <fieldValue name='radius' value='0.1500'/> |
3592 | <fieldValue name='displayMode'/> |
3593 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3594 | <fieldValue name='transparency' value='0'/> |
3595 | <fieldValue name='translation' value='2.44136 -1.73039 -0.38239'/> |
3596 | <fieldValue name='textTranslation' value='2.59136 -1.73039 -0.38239'/> |
3597 | <fieldValue name='textColor' value='0 0 0'/> |
3598 | </ProtoInstance> |
3599 | <ProtoInstance name='Vertex'> |
3600 | <fieldValue name='vertexText' value='"guaranteed"'/> |
3601 | <fieldValue name='description' value='60: guaranteed'/> |
3602 | <fieldValue name='url'/> |
3603 | <fieldValue name='radius' value='0.1500'/> |
3604 | <fieldValue name='displayMode'/> |
3605 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3606 | <fieldValue name='transparency' value='0'/> |
3607 | <fieldValue name='translation' value='0.81178 -2.21096 0.45886'/> |
3608 | <fieldValue name='textTranslation' value='0.96178 -2.21096 0.45886'/> |
3609 | <fieldValue name='textColor' value='0 0 0'/> |
3610 | </ProtoInstance> |
3611 | <ProtoInstance name='Vertex'> |
3612 | <fieldValue name='vertexText' value='"guard"'/> |
3613 | <fieldValue name='description' value='61: guard'/> |
3614 | <fieldValue name='url'/> |
3615 | <fieldValue name='radius' value='0.1500'/> |
3616 | <fieldValue name='displayMode'/> |
3617 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3618 | <fieldValue name='transparency' value='0'/> |
3619 | <fieldValue name='translation' value='0.52730 0.47188 -1.41035'/> |
3620 | <fieldValue name='textTranslation' value='0.67730 0.47188 -1.41035'/> |
3621 | <fieldValue name='textColor' value='0 0 0'/> |
3622 | </ProtoInstance> |
3623 | <ProtoInstance name='Vertex'> |
3624 | <fieldValue name='vertexText' value='"guards"'/> |
3625 | <fieldValue name='description' value='62: guards'/> |
3626 | <fieldValue name='url'/> |
3627 | <fieldValue name='radius' value='0.1500'/> |
3628 | <fieldValue name='displayMode'/> |
3629 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3630 | <fieldValue name='transparency' value='0'/> |
3631 | <fieldValue name='translation' value='-0.25614 0.28469 -1.63744'/> |
3632 | <fieldValue name='textTranslation' value='-0.10614 0.28469 -1.63744'/> |
3633 | <fieldValue name='textColor' value='0 0 0'/> |
3634 | </ProtoInstance> |
3635 | <ProtoInstance name='Vertex'> |
3636 | <fieldValue name='vertexText' value='"hawaii"'/> |
3637 | <fieldValue name='description' value='63: hawaii'/> |
3638 | <fieldValue name='url'/> |
3639 | <fieldValue name='radius' value='0.1500'/> |
3640 | <fieldValue name='displayMode'/> |
3641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3642 | <fieldValue name='transparency' value='0'/> |
3643 | <fieldValue name='translation' value='2.06115 0.93387 -1.89780'/> |
3644 | <fieldValue name='textTranslation' value='2.21115 0.93387 -1.89780'/> |
3645 | <fieldValue name='textColor' value='0 0 0'/> |
3646 | </ProtoInstance> |
3647 | <ProtoInstance name='Vertex'> |
3648 | <fieldValue name='vertexText' value='"health"'/> |
3649 | <fieldValue name='description' value='64: health'/> |
3650 | <fieldValue name='url'/> |
3651 | <fieldValue name='radius' value='0.1500'/> |
3652 | <fieldValue name='displayMode'/> |
3653 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3654 | <fieldValue name='transparency' value='0'/> |
3655 | <fieldValue name='translation' value='0.86349 -1.62189 -0.31537'/> |
3656 | <fieldValue name='textTranslation' value='1.01349 -1.62189 -0.31537'/> |
3657 | <fieldValue name='textColor' value='0 0 0'/> |
3658 | </ProtoInstance> |
3659 | <ProtoInstance name='Vertex'> |
3660 | <fieldValue name='vertexText' value='"held"'/> |
3661 | <fieldValue name='description' value='65: held'/> |
3662 | <fieldValue name='url'/> |
3663 | <fieldValue name='radius' value='0.1500'/> |
3664 | <fieldValue name='displayMode'/> |
3665 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3666 | <fieldValue name='transparency' value='0'/> |
3667 | <fieldValue name='translation' value='0.02458 2.00219 0.04780'/> |
3668 | <fieldValue name='textTranslation' value='0.17458 2.00219 0.04780'/> |
3669 | <fieldValue name='textColor' value='0 0 0'/> |
3670 | </ProtoInstance> |
3671 | <ProtoInstance name='Vertex'> |
3672 | <fieldValue name='vertexText' value='"helicopter"'/> |
3673 | <fieldValue name='description' value='66: helicopter'/> |
3674 | <fieldValue name='url'/> |
3675 | <fieldValue name='radius' value='0.1500'/> |
3676 | <fieldValue name='displayMode'/> |
3677 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3678 | <fieldValue name='transparency' value='0'/> |
3679 | <fieldValue name='translation' value='2.13866 0.89357 -1.83814'/> |
3680 | <fieldValue name='textTranslation' value='2.28866 0.89357 -1.83814'/> |
3681 | <fieldValue name='textColor' value='0 0 0'/> |
3682 | </ProtoInstance> |
3683 | <ProtoInstance name='Vertex'> |
3684 | <fieldValue name='vertexText' value='"history"'/> |
3685 | <fieldValue name='description' value='67: history'/> |
3686 | <fieldValue name='url'/> |
3687 | <fieldValue name='radius' value='0.1500'/> |
3688 | <fieldValue name='displayMode'/> |
3689 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3690 | <fieldValue name='transparency' value='0'/> |
3691 | <fieldValue name='translation' value='2.24189 0.78039 -1.78573'/> |
3692 | <fieldValue name='textTranslation' value='2.39189 0.78039 -1.78573'/> |
3693 | <fieldValue name='textColor' value='0 0 0'/> |
3694 | </ProtoInstance> |
3695 | <ProtoInstance name='Vertex'> |
3696 | <fieldValue name='vertexText' value='"home"'/> |
3697 | <fieldValue name='description' value='68: home'/> |
3698 | <fieldValue name='url'/> |
3699 | <fieldValue name='radius' value='0.1500'/> |
3700 | <fieldValue name='displayMode'/> |
3701 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3702 | <fieldValue name='transparency' value='0'/> |
3703 | <fieldValue name='translation' value='1.99183 -2.45365 0.14898'/> |
3704 | <fieldValue name='textTranslation' value='2.14183 -2.45365 0.14898'/> |
3705 | <fieldValue name='textColor' value='0 0 0'/> |
3706 | </ProtoInstance> |
3707 | <ProtoInstance name='Vertex'> |
3708 | <fieldValue name='vertexText' value='"homeland"'/> |
3709 | <fieldValue name='description' value='69: homeland'/> |
3710 | <fieldValue name='url'/> |
3711 | <fieldValue name='radius' value='0.1500'/> |
3712 | <fieldValue name='displayMode'/> |
3713 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3714 | <fieldValue name='transparency' value='0'/> |
3715 | <fieldValue name='translation' value='2.27710 0.58060 -1.79758'/> |
3716 | <fieldValue name='textTranslation' value='2.42710 0.58060 -1.79758'/> |
3717 | <fieldValue name='textColor' value='0 0 0'/> |
3718 | </ProtoInstance> |
3719 | <ProtoInstance name='Vertex'> |
3720 | <fieldValue name='vertexText' value='"idol"'/> |
3721 | <fieldValue name='description' value='70: idol'/> |
3722 | <fieldValue name='url'/> |
3723 | <fieldValue name='radius' value='0.1500'/> |
3724 | <fieldValue name='displayMode'/> |
3725 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3726 | <fieldValue name='transparency' value='0'/> |
3727 | <fieldValue name='translation' value='1.42604 -1.93211 -0.98374'/> |
3728 | <fieldValue name='textTranslation' value='1.57604 -1.93211 -0.98374'/> |
3729 | <fieldValue name='textColor' value='0 0 0'/> |
3730 | </ProtoInstance> |
3731 | <ProtoInstance name='Vertex'> |
3732 | <fieldValue name='vertexText' value='"impact"'/> |
3733 | <fieldValue name='description' value='71: impact'/> |
3734 | <fieldValue name='url'/> |
3735 | <fieldValue name='radius' value='0.1500'/> |
3736 | <fieldValue name='displayMode'/> |
3737 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
3738 | <fieldValue name='transparency' value='0'/> |
3739 | <fieldValue name='translation' value='-0.11761 1.00572 -1.04764'/> |
3740 | <fieldValue name='textTranslation' value='0.03239 1.00572 -1.04764'/> |
3741 | <fieldValue name='textColor' value='0 0 0'/> |
3742 | </ProtoInstance> |
3743 | <ProtoInstance name='Vertex'> |
3744 | <fieldValue name='vertexText' value='"infants"'/> |
3745 | <fieldValue name='description' value='72: infants'/> |
3746 | <fieldValue name='url'/> |
3747 | <fieldValue name='radius' value='0.1500'/> |
3748 | <fieldValue name='displayMode'/> |
3749 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3750 | <fieldValue name='transparency' value='0'/> |
3751 | <fieldValue name='translation' value='2.21510 -1.85254 0.52653'/> |
3752 | <fieldValue name='textTranslation' value='2.36510 -1.85254 0.52653'/> |
3753 | <fieldValue name='textColor' value='0 0 0'/> |
3754 | </ProtoInstance> |
3755 | <ProtoInstance name='Vertex'> |
3756 | <fieldValue name='vertexText' value='"information"'/> |
3757 | <fieldValue name='description' value='73: information'/> |
3758 | <fieldValue name='url'/> |
3759 | <fieldValue name='radius' value='0.1500'/> |
3760 | <fieldValue name='displayMode'/> |
3761 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3762 | <fieldValue name='transparency' value='0'/> |
3763 | <fieldValue name='translation' value='2.00190 -1.85141 -0.76188'/> |
3764 | <fieldValue name='textTranslation' value='2.15190 -1.85141 -0.76188'/> |
3765 | <fieldValue name='textColor' value='0 0 0'/> |
3766 | </ProtoInstance> |
3767 | <ProtoInstance name='Vertex'> |
3768 | <fieldValue name='vertexText' value='"international"'/> |
3769 | <fieldValue name='description' value='74: international'/> |
3770 | <fieldValue name='url'/> |
3771 | <fieldValue name='radius' value='0.1500'/> |
3772 | <fieldValue name='displayMode'/> |
3773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3774 | <fieldValue name='transparency' value='0'/> |
3775 | <fieldValue name='translation' value='1.70405 -0.60856 -1.08276'/> |
3776 | <fieldValue name='textTranslation' value='1.85405 -0.60856 -1.08276'/> |
3777 | <fieldValue name='textColor' value='0 0 0'/> |
3778 | </ProtoInstance> |
3779 | <ProtoInstance name='Vertex'> |
3780 | <fieldValue name='vertexText' value='"investigation"'/> |
3781 | <fieldValue name='description' value='75: investigation'/> |
3782 | <fieldValue name='url'/> |
3783 | <fieldValue name='radius' value='0.1500'/> |
3784 | <fieldValue name='displayMode'/> |
3785 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3786 | <fieldValue name='transparency' value='0'/> |
3787 | <fieldValue name='translation' value='2.35103 -0.26066 -1.54519'/> |
3788 | <fieldValue name='textTranslation' value='2.50103 -0.26066 -1.54519'/> |
3789 | <fieldValue name='textColor' value='0 0 0'/> |
3790 | </ProtoInstance> |
3791 | <ProtoInstance name='Vertex'> |
3792 | <fieldValue name='vertexText' value='"jobs"'/> |
3793 | <fieldValue name='description' value='76: jobs'/> |
3794 | <fieldValue name='url'/> |
3795 | <fieldValue name='radius' value='0.1500'/> |
3796 | <fieldValue name='displayMode'/> |
3797 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3798 | <fieldValue name='transparency' value='0'/> |
3799 | <fieldValue name='translation' value='-1.35378 -0.74266 2.66035'/> |
3800 | <fieldValue name='textTranslation' value='-1.20378 -0.74266 2.66035'/> |
3801 | <fieldValue name='textColor' value='0 0 0'/> |
3802 | </ProtoInstance> |
3803 | <ProtoInstance name='Vertex'> |
3804 | <fieldValue name='vertexText' value='"killed"'/> |
3805 | <fieldValue name='description' value='77: killed'/> |
3806 | <fieldValue name='url'/> |
3807 | <fieldValue name='radius' value='0.1500'/> |
3808 | <fieldValue name='displayMode'/> |
3809 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3810 | <fieldValue name='transparency' value='0'/> |
3811 | <fieldValue name='translation' value='1.22928 2.10295 1.27808'/> |
3812 | <fieldValue name='textTranslation' value='1.37928 2.10295 1.27808'/> |
3813 | <fieldValue name='textColor' value='0 0 0'/> |
3814 | </ProtoInstance> |
3815 | <ProtoInstance name='Vertex'> |
3816 | <fieldValue name='vertexText' value='"kinds"'/> |
3817 | <fieldValue name='description' value='78: kinds'/> |
3818 | <fieldValue name='url'/> |
3819 | <fieldValue name='radius' value='0.1500'/> |
3820 | <fieldValue name='displayMode'/> |
3821 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
3822 | <fieldValue name='transparency' value='0'/> |
3823 | <fieldValue name='translation' value='-0.91465 -1.23723 2.75098'/> |
3824 | <fieldValue name='textTranslation' value='-0.76465 -1.23723 2.75098'/> |
3825 | <fieldValue name='textColor' value='0 0 0'/> |
3826 | </ProtoInstance> |
3827 | <ProtoInstance name='Vertex'> |
3828 | <fieldValue name='vertexText' value='"law"'/> |
3829 | <fieldValue name='description' value='79: law'/> |
3830 | <fieldValue name='url'/> |
3831 | <fieldValue name='radius' value='0.1500'/> |
3832 | <fieldValue name='displayMode'/> |
3833 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3834 | <fieldValue name='transparency' value='0'/> |
3835 | <fieldValue name='translation' value='2.25691 1.36096 -2.05968'/> |
3836 | <fieldValue name='textTranslation' value='2.40691 1.36096 -2.05968'/> |
3837 | <fieldValue name='textColor' value='0 0 0'/> |
3838 | </ProtoInstance> |
3839 | <ProtoInstance name='Vertex'> |
3840 | <fieldValue name='vertexText' value='"lessen"'/> |
3841 | <fieldValue name='description' value='80: lessen'/> |
3842 | <fieldValue name='url'/> |
3843 | <fieldValue name='radius' value='0.1500'/> |
3844 | <fieldValue name='displayMode'/> |
3845 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3846 | <fieldValue name='transparency' value='0'/> |
3847 | <fieldValue name='translation' value='2.47589 -2.14548 -0.14899'/> |
3848 | <fieldValue name='textTranslation' value='2.62589 -2.14548 -0.14899'/> |
3849 | <fieldValue name='textColor' value='0 0 0'/> |
3850 | </ProtoInstance> |
3851 | <ProtoInstance name='Vertex'> |
3852 | <fieldValue name='vertexText' value='"life"'/> |
3853 | <fieldValue name='description' value='81: life'/> |
3854 | <fieldValue name='url'/> |
3855 | <fieldValue name='radius' value='0.1500'/> |
3856 | <fieldValue name='displayMode'/> |
3857 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3858 | <fieldValue name='transparency' value='0'/> |
3859 | <fieldValue name='translation' value='1.17850 2.51123 0.90611'/> |
3860 | <fieldValue name='textTranslation' value='1.32850 2.51123 0.90611'/> |
3861 | <fieldValue name='textColor' value='0 0 0'/> |
3862 | </ProtoInstance> |
3863 | <ProtoInstance name='Vertex'> |
3864 | <fieldValue name='vertexText' value='"lined"'/> |
3865 | <fieldValue name='description' value='82: lined'/> |
3866 | <fieldValue name='url'/> |
3867 | <fieldValue name='radius' value='0.1500'/> |
3868 | <fieldValue name='displayMode'/> |
3869 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
3870 | <fieldValue name='transparency' value='0'/> |
3871 | <fieldValue name='translation' value='0.61933 1.82137 1.15567'/> |
3872 | <fieldValue name='textTranslation' value='0.76933 1.82137 1.15567'/> |
3873 | <fieldValue name='textColor' value='0 0 0'/> |
3874 | </ProtoInstance> |
3875 | <ProtoInstance name='Vertex'> |
3876 | <fieldValue name='vertexText' value='"living"'/> |
3877 | <fieldValue name='description' value='83: living'/> |
3878 | <fieldValue name='url'/> |
3879 | <fieldValue name='radius' value='0.1500'/> |
3880 | <fieldValue name='displayMode'/> |
3881 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3882 | <fieldValue name='transparency' value='0'/> |
3883 | <fieldValue name='translation' value='1.68448 -2.16571 -0.13785'/> |
3884 | <fieldValue name='textTranslation' value='1.83448 -2.16571 -0.13785'/> |
3885 | <fieldValue name='textColor' value='0 0 0'/> |
3886 | </ProtoInstance> |
3887 | <ProtoInstance name='Vertex'> |
3888 | <fieldValue name='vertexText' value='"makeshift"'/> |
3889 | <fieldValue name='description' value='84: makeshift'/> |
3890 | <fieldValue name='url'/> |
3891 | <fieldValue name='radius' value='0.1500'/> |
3892 | <fieldValue name='displayMode'/> |
3893 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3894 | <fieldValue name='transparency' value='0'/> |
3895 | <fieldValue name='translation' value='1.50190 -2.25543 -0.24888'/> |
3896 | <fieldValue name='textTranslation' value='1.65190 -2.25543 -0.24888'/> |
3897 | <fieldValue name='textColor' value='0 0 0'/> |
3898 | </ProtoInstance> |
3899 | <ProtoInstance name='Vertex'> |
3900 | <fieldValue name='vertexText' value='"manmade"'/> |
3901 | <fieldValue name='description' value='85: manmade'/> |
3902 | <fieldValue name='url'/> |
3903 | <fieldValue name='radius' value='0.1500'/> |
3904 | <fieldValue name='displayMode'/> |
3905 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3906 | <fieldValue name='transparency' value='0'/> |
3907 | <fieldValue name='translation' value='2.09678 -2.48813 -0.67829'/> |
3908 | <fieldValue name='textTranslation' value='2.24678 -2.48813 -0.67829'/> |
3909 | <fieldValue name='textColor' value='0 0 0'/> |
3910 | </ProtoInstance> |
3911 | <ProtoInstance name='Vertex'> |
3912 | <fieldValue name='vertexText' value='"maritime"'/> |
3913 | <fieldValue name='description' value='86: maritime'/> |
3914 | <fieldValue name='url'/> |
3915 | <fieldValue name='radius' value='0.1500'/> |
3916 | <fieldValue name='displayMode'/> |
3917 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3918 | <fieldValue name='transparency' value='0'/> |
3919 | <fieldValue name='translation' value='2.52432 0.21041 -2.12532'/> |
3920 | <fieldValue name='textTranslation' value='2.67432 0.21041 -2.12532'/> |
3921 | <fieldValue name='textColor' value='0 0 0'/> |
3922 | </ProtoInstance> |
3923 | <ProtoInstance name='Vertex'> |
3924 | <fieldValue name='vertexText' value='"medevac"'/> |
3925 | <fieldValue name='description' value='87: medevac'/> |
3926 | <fieldValue name='url'/> |
3927 | <fieldValue name='radius' value='0.1500'/> |
3928 | <fieldValue name='displayMode'/> |
3929 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3930 | <fieldValue name='transparency' value='0'/> |
3931 | <fieldValue name='translation' value='2.65760 0.32171 -1.87917'/> |
3932 | <fieldValue name='textTranslation' value='2.80760 0.32171 -1.87917'/> |
3933 | <fieldValue name='textColor' value='0 0 0'/> |
3934 | </ProtoInstance> |
3935 | <ProtoInstance name='Vertex'> |
3936 | <fieldValue name='vertexText' value='"medical"'/> |
3937 | <fieldValue name='description' value='88: medical'/> |
3938 | <fieldValue name='url'/> |
3939 | <fieldValue name='radius' value='0.1500'/> |
3940 | <fieldValue name='displayMode'/> |
3941 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3942 | <fieldValue name='transparency' value='0'/> |
3943 | <fieldValue name='translation' value='1.96571 -1.70668 0.08323'/> |
3944 | <fieldValue name='textTranslation' value='2.11571 -1.70668 0.08323'/> |
3945 | <fieldValue name='textColor' value='0 0 0'/> |
3946 | </ProtoInstance> |
3947 | <ProtoInstance name='Vertex'> |
3948 | <fieldValue name='vertexText' value='"medicines"'/> |
3949 | <fieldValue name='description' value='89: medicines'/> |
3950 | <fieldValue name='url'/> |
3951 | <fieldValue name='radius' value='0.1500'/> |
3952 | <fieldValue name='displayMode'/> |
3953 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3954 | <fieldValue name='transparency' value='0'/> |
3955 | <fieldValue name='translation' value='2.40659 -1.78441 0.24824'/> |
3956 | <fieldValue name='textTranslation' value='2.55659 -1.78441 0.24824'/> |
3957 | <fieldValue name='textColor' value='0 0 0'/> |
3958 | </ProtoInstance> |
3959 | <ProtoInstance name='Vertex'> |
3960 | <fieldValue name='vertexText' value='"ministry"'/> |
3961 | <fieldValue name='description' value='90: ministry'/> |
3962 | <fieldValue name='url'/> |
3963 | <fieldValue name='radius' value='0.1500'/> |
3964 | <fieldValue name='displayMode'/> |
3965 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3966 | <fieldValue name='transparency' value='0'/> |
3967 | <fieldValue name='translation' value='0.42955 -1.68330 -0.69102'/> |
3968 | <fieldValue name='textTranslation' value='0.57955 -1.68330 -0.69102'/> |
3969 | <fieldValue name='textColor' value='0 0 0'/> |
3970 | </ProtoInstance> |
3971 | <ProtoInstance name='Vertex'> |
3972 | <fieldValue name='vertexText' value='"mission"'/> |
3973 | <fieldValue name='description' value='91: mission'/> |
3974 | <fieldValue name='url'/> |
3975 | <fieldValue name='radius' value='0.1500'/> |
3976 | <fieldValue name='displayMode'/> |
3977 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
3978 | <fieldValue name='transparency' value='0'/> |
3979 | <fieldValue name='translation' value='1.67877 -2.08345 0.72657'/> |
3980 | <fieldValue name='textTranslation' value='1.82877 -2.08345 0.72657'/> |
3981 | <fieldValue name='textColor' value='0 0 0'/> |
3982 | </ProtoInstance> |
3983 | <ProtoInstance name='Vertex'> |
3984 | <fieldValue name='vertexText' value='"national"'/> |
3985 | <fieldValue name='description' value='92: national'/> |
3986 | <fieldValue name='url'/> |
3987 | <fieldValue name='radius' value='0.1500'/> |
3988 | <fieldValue name='displayMode'/> |
3989 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
3990 | <fieldValue name='transparency' value='0'/> |
3991 | <fieldValue name='translation' value='-0.51487 1.05149 -0.56101'/> |
3992 | <fieldValue name='textTranslation' value='-0.36487 1.05149 -0.56101'/> |
3993 | <fieldValue name='textColor' value='0 0 0'/> |
3994 | </ProtoInstance> |
3995 | <ProtoInstance name='Vertex'> |
3996 | <fieldValue name='vertexText' value='"native"'/> |
3997 | <fieldValue name='description' value='93: native'/> |
3998 | <fieldValue name='url'/> |
3999 | <fieldValue name='radius' value='0.1500'/> |
4000 | <fieldValue name='displayMode'/> |
4001 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4002 | <fieldValue name='transparency' value='0'/> |
4003 | <fieldValue name='translation' value='0.98283 1.97249 1.01037'/> |
4004 | <fieldValue name='textTranslation' value='1.13283 1.97249 1.01037'/> |
4005 | <fieldValue name='textColor' value='0 0 0'/> |
4006 | </ProtoInstance> |
4007 | <ProtoInstance name='Vertex'> |
4008 | <fieldValue name='vertexText' value='"natural"'/> |
4009 | <fieldValue name='description' value='94: natural'/> |
4010 | <fieldValue name='url'/> |
4011 | <fieldValue name='radius' value='0.1500'/> |
4012 | <fieldValue name='displayMode'/> |
4013 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4014 | <fieldValue name='transparency' value='0'/> |
4015 | <fieldValue name='translation' value='1.86467 -2.18770 -0.58829'/> |
4016 | <fieldValue name='textTranslation' value='2.01467 -2.18770 -0.58829'/> |
4017 | <fieldValue name='textColor' value='0 0 0'/> |
4018 | </ProtoInstance> |
4019 | <ProtoInstance name='Vertex'> |
4020 | <fieldValue name='vertexText' value='"nongovernmental"'/> |
4021 | <fieldValue name='description' value='95: nongovernmental'/> |
4022 | <fieldValue name='url'/> |
4023 | <fieldValue name='radius' value='0.1500'/> |
4024 | <fieldValue name='displayMode'/> |
4025 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4026 | <fieldValue name='transparency' value='0'/> |
4027 | <fieldValue name='translation' value='1.94691 -1.66531 -0.38008'/> |
4028 | <fieldValue name='textTranslation' value='2.09691 -1.66531 -0.38008'/> |
4029 | <fieldValue name='textColor' value='0 0 0'/> |
4030 | </ProtoInstance> |
4031 | <ProtoInstance name='Vertex'> |
4032 | <fieldValue name='vertexText' value='"north"'/> |
4033 | <fieldValue name='description' value='96: north'/> |
4034 | <fieldValue name='url'/> |
4035 | <fieldValue name='radius' value='0.1500'/> |
4036 | <fieldValue name='displayMode'/> |
4037 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4038 | <fieldValue name='transparency' value='0'/> |
4039 | <fieldValue name='translation' value='2.75035 0.96629 -1.57781'/> |
4040 | <fieldValue name='textTranslation' value='2.90035 0.96629 -1.57781'/> |
4041 | <fieldValue name='textColor' value='0 0 0'/> |
4042 | </ProtoInstance> |
4043 | <ProtoInstance name='Vertex'> |
4044 | <fieldValue name='vertexText' value='"nutrition"'/> |
4045 | <fieldValue name='description' value='97: nutrition'/> |
4046 | <fieldValue name='url'/> |
4047 | <fieldValue name='radius' value='0.1500'/> |
4048 | <fieldValue name='displayMode'/> |
4049 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4050 | <fieldValue name='transparency' value='0'/> |
4051 | <fieldValue name='translation' value='1.20308 -2.44290 0.43824'/> |
4052 | <fieldValue name='textTranslation' value='1.35308 -2.44290 0.43824'/> |
4053 | <fieldValue name='textColor' value='0 0 0'/> |
4054 | </ProtoInstance> |
4055 | <ProtoInstance name='Vertex'> |
4056 | <fieldValue name='vertexText' value='"oil"'/> |
4057 | <fieldValue name='description' value='98: oil'/> |
4058 | <fieldValue name='url'/> |
4059 | <fieldValue name='radius' value='0.1500'/> |
4060 | <fieldValue name='displayMode'/> |
4061 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4062 | <fieldValue name='transparency' value='0'/> |
4063 | <fieldValue name='translation' value='1.89957 0.60060 -2.75098'/> |
4064 | <fieldValue name='textTranslation' value='2.04957 0.60060 -2.75098'/> |
4065 | <fieldValue name='textColor' value='0 0 0'/> |
4066 | </ProtoInstance> |
4067 | <ProtoInstance name='Vertex'> |
4068 | <fieldValue name='vertexText' value='"oregon"'/> |
4069 | <fieldValue name='description' value='99: oregon'/> |
4070 | <fieldValue name='url'/> |
4071 | <fieldValue name='radius' value='0.1500'/> |
4072 | <fieldValue name='displayMode'/> |
4073 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4074 | <fieldValue name='transparency' value='0'/> |
4075 | <fieldValue name='translation' value='2.64388 0.83395 -2.16096'/> |
4076 | <fieldValue name='textTranslation' value='2.79388 0.83395 -2.16096'/> |
4077 | <fieldValue name='textColor' value='0 0 0'/> |
4078 | </ProtoInstance> |
4079 | <ProtoInstance name='Vertex'> |
4080 | <fieldValue name='vertexText' value='"organizations"'/> |
4081 | <fieldValue name='description' value='100: organizations'/> |
4082 | <fieldValue name='url'/> |
4083 | <fieldValue name='radius' value='0.1500'/> |
4084 | <fieldValue name='displayMode'/> |
4085 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4086 | <fieldValue name='transparency' value='0'/> |
4087 | <fieldValue name='translation' value='1.57883 -1.58696 -0.45975'/> |
4088 | <fieldValue name='textTranslation' value='1.72883 -1.58696 -0.45975'/> |
4089 | <fieldValue name='textColor' value='0 0 0'/> |
4090 | </ProtoInstance> |
4091 | <ProtoInstance name='Vertex'> |
4092 | <fieldValue name='vertexText' value='"people"'/> |
4093 | <fieldValue name='description' value='101: people'/> |
4094 | <fieldValue name='url'/> |
4095 | <fieldValue name='radius' value='0.1500'/> |
4096 | <fieldValue name='displayMode'/> |
4097 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4098 | <fieldValue name='transparency' value='0'/> |
4099 | <fieldValue name='translation' value='1.79596 -2.12428 -0.05688'/> |
4100 | <fieldValue name='textTranslation' value='1.94596 -2.12428 -0.05688'/> |
4101 | <fieldValue name='textColor' value='0 0 0'/> |
4102 | </ProtoInstance> |
4103 | <ProtoInstance name='Vertex'> |
4104 | <fieldValue name='vertexText' value='"player"'/> |
4105 | <fieldValue name='description' value='102: player'/> |
4106 | <fieldValue name='url'/> |
4107 | <fieldValue name='radius' value='0.1500'/> |
4108 | <fieldValue name='displayMode'/> |
4109 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4110 | <fieldValue name='transparency' value='0'/> |
4111 | <fieldValue name='translation' value='0.40364 1.40518 -0.98656'/> |
4112 | <fieldValue name='textTranslation' value='0.55364 1.40518 -0.98656'/> |
4113 | <fieldValue name='textColor' value='0 0 0'/> |
4114 | </ProtoInstance> |
4115 | <ProtoInstance name='Vertex'> |
4116 | <fieldValue name='vertexText' value='"pollution"'/> |
4117 | <fieldValue name='description' value='103: pollution'/> |
4118 | <fieldValue name='url'/> |
4119 | <fieldValue name='radius' value='0.1500'/> |
4120 | <fieldValue name='displayMode'/> |
4121 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4122 | <fieldValue name='transparency' value='0'/> |
4123 | <fieldValue name='translation' value='2.64384 0.83396 -2.16102'/> |
4124 | <fieldValue name='textTranslation' value='2.79384 0.83396 -2.16102'/> |
4125 | <fieldValue name='textColor' value='0 0 0'/> |
4126 | </ProtoInstance> |
4127 | <ProtoInstance name='Vertex'> |
4128 | <fieldValue name='vertexText' value='"population"'/> |
4129 | <fieldValue name='description' value='104: population'/> |
4130 | <fieldValue name='url'/> |
4131 | <fieldValue name='radius' value='0.1500'/> |
4132 | <fieldValue name='displayMode'/> |
4133 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4134 | <fieldValue name='transparency' value='0'/> |
4135 | <fieldValue name='translation' value='0.97053 -1.95222 0.03026'/> |
4136 | <fieldValue name='textTranslation' value='1.12053 -1.95222 0.03026'/> |
4137 | <fieldValue name='textColor' value='0 0 0'/> |
4138 | </ProtoInstance> |
4139 | <ProtoInstance name='Vertex'> |
4140 | <fieldValue name='vertexText' value='"post"'/> |
4141 | <fieldValue name='description' value='105: post'/> |
4142 | <fieldValue name='url'/> |
4143 | <fieldValue name='radius' value='0.1500'/> |
4144 | <fieldValue name='displayMode'/> |
4145 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4146 | <fieldValue name='transparency' value='0'/> |
4147 | <fieldValue name='translation' value='0.18101 1.91148 1.04314'/> |
4148 | <fieldValue name='textTranslation' value='0.33101 1.91148 1.04314'/> |
4149 | <fieldValue name='textColor' value='0 0 0'/> |
4150 | </ProtoInstance> |
4151 | <ProtoInstance name='Vertex'> |
4152 | <fieldValue name='vertexText' value='"press"'/> |
4153 | <fieldValue name='description' value='106: press'/> |
4154 | <fieldValue name='url'/> |
4155 | <fieldValue name='radius' value='0.1500'/> |
4156 | <fieldValue name='displayMode'/> |
4157 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4158 | <fieldValue name='transparency' value='0'/> |
4159 | <fieldValue name='translation' value='-0.96699 0.79934 -1.01577'/> |
4160 | <fieldValue name='textTranslation' value='-0.81699 0.79934 -1.01577'/> |
4161 | <fieldValue name='textColor' value='0 0 0'/> |
4162 | </ProtoInstance> |
4163 | <ProtoInstance name='Vertex'> |
4164 | <fieldValue name='vertexText' value='"products"'/> |
4165 | <fieldValue name='description' value='107: products'/> |
4166 | <fieldValue name='url'/> |
4167 | <fieldValue name='radius' value='0.1500'/> |
4168 | <fieldValue name='displayMode'/> |
4169 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4170 | <fieldValue name='transparency' value='0'/> |
4171 | <fieldValue name='translation' value='1.68930 -1.68525 0.22617'/> |
4172 | <fieldValue name='textTranslation' value='1.83930 -1.68525 0.22617'/> |
4173 | <fieldValue name='textColor' value='0 0 0'/> |
4174 | </ProtoInstance> |
4175 | <ProtoInstance name='Vertex'> |
4176 | <fieldValue name='vertexText' value='"programme"'/> |
4177 | <fieldValue name='description' value='108: programme'/> |
4178 | <fieldValue name='url'/> |
4179 | <fieldValue name='radius' value='0.1500'/> |
4180 | <fieldValue name='displayMode'/> |
4181 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4182 | <fieldValue name='transparency' value='0'/> |
4183 | <fieldValue name='translation' value='1.26756 -2.13099 0.14272'/> |
4184 | <fieldValue name='textTranslation' value='1.41756 -2.13099 0.14272'/> |
4185 | <fieldValue name='textColor' value='0 0 0'/> |
4186 | </ProtoInstance> |
4187 | <ProtoInstance name='Vertex'> |
4188 | <fieldValue name='vertexText' value='"promote"'/> |
4189 | <fieldValue name='description' value='109: promote'/> |
4190 | <fieldValue name='url'/> |
4191 | <fieldValue name='radius' value='0.1500'/> |
4192 | <fieldValue name='displayMode'/> |
4193 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4194 | <fieldValue name='transparency' value='0'/> |
4195 | <fieldValue name='translation' value='2.32058 -2.13394 -0.88770'/> |
4196 | <fieldValue name='textTranslation' value='2.47058 -2.13394 -0.88770'/> |
4197 | <fieldValue name='textColor' value='0 0 0'/> |
4198 | </ProtoInstance> |
4199 | <ProtoInstance name='Vertex'> |
4200 | <fieldValue name='vertexText' value='"public"'/> |
4201 | <fieldValue name='description' value='110: public'/> |
4202 | <fieldValue name='url'/> |
4203 | <fieldValue name='radius' value='0.1500'/> |
4204 | <fieldValue name='displayMode'/> |
4205 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4206 | <fieldValue name='transparency' value='0'/> |
4207 | <fieldValue name='translation' value='0.72268 -0.83489 -0.69737'/> |
4208 | <fieldValue name='textTranslation' value='0.87268 -0.83489 -0.69737'/> |
4209 | <fieldValue name='textColor' value='0 0 0'/> |
4210 | </ProtoInstance> |
4211 | <ProtoInstance name='Vertex'> |
4212 | <fieldValue name='vertexText' value='"reconcile"'/> |
4213 | <fieldValue name='description' value='111: reconcile'/> |
4214 | <fieldValue name='url'/> |
4215 | <fieldValue name='radius' value='0.1500'/> |
4216 | <fieldValue name='displayMode'/> |
4217 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4218 | <fieldValue name='transparency' value='0'/> |
4219 | <fieldValue name='translation' value='-0.91477 -1.23884 2.75037'/> |
4220 | <fieldValue name='textTranslation' value='-0.76477 -1.23884 2.75037'/> |
4221 | <fieldValue name='textColor' value='0 0 0'/> |
4222 | </ProtoInstance> |
4223 | <ProtoInstance name='Vertex'> |
4224 | <fieldValue name='vertexText' value='"released"'/> |
4225 | <fieldValue name='description' value='112: released'/> |
4226 | <fieldValue name='url'/> |
4227 | <fieldValue name='radius' value='0.1500'/> |
4228 | <fieldValue name='displayMode'/> |
4229 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4230 | <fieldValue name='transparency' value='0'/> |
4231 | <fieldValue name='translation' value='0.77657 -2.60111 -0.61214'/> |
4232 | <fieldValue name='textTranslation' value='0.92657 -2.60111 -0.61214'/> |
4233 | <fieldValue name='textColor' value='0 0 0'/> |
4234 | </ProtoInstance> |
4235 | <ProtoInstance name='Vertex'> |
4236 | <fieldValue name='vertexText' value='"rescue"'/> |
4237 | <fieldValue name='description' value='113: rescue'/> |
4238 | <fieldValue name='url'/> |
4239 | <fieldValue name='radius' value='0.1500'/> |
4240 | <fieldValue name='displayMode'/> |
4241 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4242 | <fieldValue name='transparency' value='0'/> |
4243 | <fieldValue name='translation' value='1.93651 0.50271 -2.06048'/> |
4244 | <fieldValue name='textTranslation' value='2.08651 0.50271 -2.06048'/> |
4245 | <fieldValue name='textColor' value='0 0 0'/> |
4246 | </ProtoInstance> |
4247 | <ProtoInstance name='Vertex'> |
4248 | <fieldValue name='vertexText' value='"residents"'/> |
4249 | <fieldValue name='description' value='114: residents'/> |
4250 | <fieldValue name='url'/> |
4251 | <fieldValue name='radius' value='0.1500'/> |
4252 | <fieldValue name='displayMode'/> |
4253 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4254 | <fieldValue name='transparency' value='0'/> |
4255 | <fieldValue name='translation' value='0.54410 1.89152 1.13039'/> |
4256 | <fieldValue name='textTranslation' value='0.69410 1.89152 1.13039'/> |
4257 | <fieldValue name='textColor' value='0 0 0'/> |
4258 | </ProtoInstance> |
4259 | <ProtoInstance name='Vertex'> |
4260 | <fieldValue name='vertexText' value='"responding"'/> |
4261 | <fieldValue name='description' value='115: responding'/> |
4262 | <fieldValue name='url'/> |
4263 | <fieldValue name='radius' value='0.1500'/> |
4264 | <fieldValue name='displayMode'/> |
4265 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4266 | <fieldValue name='transparency' value='0'/> |
4267 | <fieldValue name='translation' value='2.06599 -2.53417 -0.57458'/> |
4268 | <fieldValue name='textTranslation' value='2.21599 -2.53417 -0.57458'/> |
4269 | <fieldValue name='textColor' value='0 0 0'/> |
4270 | </ProtoInstance> |
4271 | <ProtoInstance name='Vertex'> |
4272 | <fieldValue name='vertexText' value='"response"'/> |
4273 | <fieldValue name='description' value='116: response'/> |
4274 | <fieldValue name='url'/> |
4275 | <fieldValue name='radius' value='0.1500'/> |
4276 | <fieldValue name='displayMode'/> |
4277 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4278 | <fieldValue name='transparency' value='0'/> |
4279 | <fieldValue name='translation' value='-0.39801 0.18545 -1.58531'/> |
4280 | <fieldValue name='textTranslation' value='-0.24801 0.18545 -1.58531'/> |
4281 | <fieldValue name='textColor' value='0 0 0'/> |
4282 | </ProtoInstance> |
4283 | <ProtoInstance name='Vertex'> |
4284 | <fieldValue name='vertexText' value='"sad"'/> |
4285 | <fieldValue name='description' value='117: sad'/> |
4286 | <fieldValue name='url'/> |
4287 | <fieldValue name='radius' value='0.1500'/> |
4288 | <fieldValue name='displayMode'/> |
4289 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4290 | <fieldValue name='transparency' value='0'/> |
4291 | <fieldValue name='translation' value='0.23734 1.75789 1.66061'/> |
4292 | <fieldValue name='textTranslation' value='0.38734 1.75789 1.66061'/> |
4293 | <fieldValue name='textColor' value='0 0 0'/> |
4294 | </ProtoInstance> |
4295 | <ProtoInstance name='Vertex'> |
4296 | <fieldValue name='vertexText' value='"safety"'/> |
4297 | <fieldValue name='description' value='118: safety'/> |
4298 | <fieldValue name='url'/> |
4299 | <fieldValue name='radius' value='0.1500'/> |
4300 | <fieldValue name='displayMode'/> |
4301 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4302 | <fieldValue name='transparency' value='0'/> |
4303 | <fieldValue name='translation' value='1.88752 0.77146 -2.21901'/> |
4304 | <fieldValue name='textTranslation' value='2.03752 0.77146 -2.21901'/> |
4305 | <fieldValue name='textColor' value='0 0 0'/> |
4306 | </ProtoInstance> |
4307 | <ProtoInstance name='Vertex'> |
4308 | <fieldValue name='vertexText' value='"search"'/> |
4309 | <fieldValue name='description' value='119: search'/> |
4310 | <fieldValue name='url'/> |
4311 | <fieldValue name='radius' value='0.1500'/> |
4312 | <fieldValue name='displayMode'/> |
4313 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4314 | <fieldValue name='transparency' value='0'/> |
4315 | <fieldValue name='translation' value='2.16074 0.42697 -2.57563'/> |
4316 | <fieldValue name='textTranslation' value='2.31074 0.42697 -2.57563'/> |
4317 | <fieldValue name='textColor' value='0 0 0'/> |
4318 | </ProtoInstance> |
4319 | <ProtoInstance name='Vertex'> |
4320 | <fieldValue name='vertexText' value='"secretary"'/> |
4321 | <fieldValue name='description' value='120: secretary'/> |
4322 | <fieldValue name='url'/> |
4323 | <fieldValue name='radius' value='0.1500'/> |
4324 | <fieldValue name='displayMode'/> |
4325 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4326 | <fieldValue name='transparency' value='0'/> |
4327 | <fieldValue name='translation' value='-1.63309 0.81338 -1.55449'/> |
4328 | <fieldValue name='textTranslation' value='-1.48309 0.81338 -1.55449'/> |
4329 | <fieldValue name='textColor' value='0 0 0'/> |
4330 | </ProtoInstance> |
4331 | <ProtoInstance name='Vertex'> |
4332 | <fieldValue name='vertexText' value='"security"'/> |
4333 | <fieldValue name='description' value='121: security'/> |
4334 | <fieldValue name='url'/> |
4335 | <fieldValue name='radius' value='0.1500'/> |
4336 | <fieldValue name='displayMode'/> |
4337 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4338 | <fieldValue name='transparency' value='0'/> |
4339 | <fieldValue name='translation' value='1.91800 0.33243 -1.73142'/> |
4340 | <fieldValue name='textTranslation' value='2.06800 0.33243 -1.73142'/> |
4341 | <fieldValue name='textColor' value='0 0 0'/> |
4342 | </ProtoInstance> |
4343 | <ProtoInstance name='Vertex'> |
4344 | <fieldValue name='vertexText' value='"serve"'/> |
4345 | <fieldValue name='description' value='122: serve'/> |
4346 | <fieldValue name='url'/> |
4347 | <fieldValue name='radius' value='0.1500'/> |
4348 | <fieldValue name='displayMode'/> |
4349 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4350 | <fieldValue name='transparency' value='0'/> |
4351 | <fieldValue name='translation' value='0.82781 1.80994 1.65112'/> |
4352 | <fieldValue name='textTranslation' value='0.97781 1.80994 1.65112'/> |
4353 | <fieldValue name='textColor' value='0 0 0'/> |
4354 | </ProtoInstance> |
4355 | <ProtoInstance name='Vertex'> |
4356 | <fieldValue name='vertexText' value='"services"'/> |
4357 | <fieldValue name='description' value='123: services'/> |
4358 | <fieldValue name='url'/> |
4359 | <fieldValue name='radius' value='0.1500'/> |
4360 | <fieldValue name='displayMode'/> |
4361 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4362 | <fieldValue name='transparency' value='0'/> |
4363 | <fieldValue name='translation' value='0.18778 1.18171 -0.26294'/> |
4364 | <fieldValue name='textTranslation' value='0.33778 1.18171 -0.26294'/> |
4365 | <fieldValue name='textColor' value='0 0 0'/> |
4366 | </ProtoInstance> |
4367 | <ProtoInstance name='Vertex'> |
4368 | <fieldValue name='vertexText' value='"settlement"'/> |
4369 | <fieldValue name='description' value='124: settlement'/> |
4370 | <fieldValue name='url'/> |
4371 | <fieldValue name='radius' value='0.1500'/> |
4372 | <fieldValue name='displayMode'/> |
4373 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4374 | <fieldValue name='transparency' value='0'/> |
4375 | <fieldValue name='translation' value='1.04622 -2.59386 -0.93870'/> |
4376 | <fieldValue name='textTranslation' value='1.19622 -2.59386 -0.93870'/> |
4377 | <fieldValue name='textColor' value='0 0 0'/> |
4378 | </ProtoInstance> |
4379 | <ProtoInstance name='Vertex'> |
4380 | <fieldValue name='vertexText' value='"seventh"'/> |
4381 | <fieldValue name='description' value='125: seventh'/> |
4382 | <fieldValue name='url'/> |
4383 | <fieldValue name='radius' value='0.1500'/> |
4384 | <fieldValue name='displayMode'/> |
4385 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4386 | <fieldValue name='transparency' value='0'/> |
4387 | <fieldValue name='translation' value='0.11091 0.71326 -2.06011'/> |
4388 | <fieldValue name='textTranslation' value='0.26091 0.71326 -2.06011'/> |
4389 | <fieldValue name='textColor' value='0 0 0'/> |
4390 | </ProtoInstance> |
4391 | <ProtoInstance name='Vertex'> |
4392 | <fieldValue name='vertexText' value='"sharing"'/> |
4393 | <fieldValue name='description' value='126: sharing'/> |
4394 | <fieldValue name='url'/> |
4395 | <fieldValue name='radius' value='0.1500'/> |
4396 | <fieldValue name='displayMode'/> |
4397 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4398 | <fieldValue name='transparency' value='0'/> |
4399 | <fieldValue name='translation' value='1.89467 -1.42466 -0.79476'/> |
4400 | <fieldValue name='textTranslation' value='2.04467 -1.42466 -0.79476'/> |
4401 | <fieldValue name='textColor' value='0 0 0'/> |
4402 | </ProtoInstance> |
4403 | <ProtoInstance name='Vertex'> |
4404 | <fieldValue name='vertexText' value='"shore"'/> |
4405 | <fieldValue name='description' value='127: shore'/> |
4406 | <fieldValue name='url'/> |
4407 | <fieldValue name='radius' value='0.1500'/> |
4408 | <fieldValue name='displayMode'/> |
4409 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4410 | <fieldValue name='transparency' value='0'/> |
4411 | <fieldValue name='translation' value='-0.51711 0.36097 -1.05340'/> |
4412 | <fieldValue name='textTranslation' value='-0.36711 0.36097 -1.05340'/> |
4413 | <fieldValue name='textColor' value='0 0 0'/> |
4414 | </ProtoInstance> |
4415 | <ProtoInstance name='Vertex'> |
4416 | <fieldValue name='vertexText' value='"southern"'/> |
4417 | <fieldValue name='description' value='128: southern'/> |
4418 | <fieldValue name='url'/> |
4419 | <fieldValue name='radius' value='0.1500'/> |
4420 | <fieldValue name='displayMode'/> |
4421 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4422 | <fieldValue name='transparency' value='0'/> |
4423 | <fieldValue name='translation' value='1.50332 -2.60480 -1.06126'/> |
4424 | <fieldValue name='textTranslation' value='1.65332 -2.60480 -1.06126'/> |
4425 | <fieldValue name='textColor' value='0 0 0'/> |
4426 | </ProtoInstance> |
4427 | <ProtoInstance name='Vertex'> |
4428 | <fieldValue name='vertexText' value='"spill"'/> |
4429 | <fieldValue name='description' value='129: spill'/> |
4430 | <fieldValue name='url'/> |
4431 | <fieldValue name='radius' value='0.1500'/> |
4432 | <fieldValue name='displayMode'/> |
4433 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4434 | <fieldValue name='transparency' value='0'/> |
4435 | <fieldValue name='translation' value='1.89957 0.60057 -2.75098'/> |
4436 | <fieldValue name='textTranslation' value='2.04957 0.60057 -2.75098'/> |
4437 | <fieldValue name='textColor' value='0 0 0'/> |
4438 | </ProtoInstance> |
4439 | <ProtoInstance name='Vertex'> |
4440 | <fieldValue name='vertexText' value='"state"'/> |
4441 | <fieldValue name='description' value='130: state'/> |
4442 | <fieldValue name='url'/> |
4443 | <fieldValue name='radius' value='0.1500'/> |
4444 | <fieldValue name='displayMode'/> |
4445 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4446 | <fieldValue name='transparency' value='0'/> |
4447 | <fieldValue name='translation' value='-0.81266 0.68443 -1.25215'/> |
4448 | <fieldValue name='textTranslation' value='-0.66266 0.68443 -1.25215'/> |
4449 | <fieldValue name='textColor' value='0 0 0'/> |
4450 | </ProtoInstance> |
4451 | <ProtoInstance name='Vertex'> |
4452 | <fieldValue name='vertexText' value='"status"'/> |
4453 | <fieldValue name='description' value='131: status'/> |
4454 | <fieldValue name='url'/> |
4455 | <fieldValue name='radius' value='0.1500'/> |
4456 | <fieldValue name='displayMode'/> |
4457 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4458 | <fieldValue name='transparency' value='0'/> |
4459 | <fieldValue name='translation' value='-1.41711 -1.64436 2.27005'/> |
4460 | <fieldValue name='textTranslation' value='-1.26711 -1.64436 2.27005'/> |
4461 | <fieldValue name='textColor' value='0 0 0'/> |
4462 | </ProtoInstance> |
4463 | <ProtoInstance name='Vertex'> |
4464 | <fieldValue name='vertexText' value='"struck"'/> |
4465 | <fieldValue name='description' value='132: struck'/> |
4466 | <fieldValue name='url'/> |
4467 | <fieldValue name='radius' value='0.1500'/> |
4468 | <fieldValue name='displayMode'/> |
4469 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4470 | <fieldValue name='transparency' value='0'/> |
4471 | <fieldValue name='translation' value='0.26229 2.20831 0.59487'/> |
4472 | <fieldValue name='textTranslation' value='0.41229 2.20831 0.59487'/> |
4473 | <fieldValue name='textColor' value='0 0 0'/> |
4474 | </ProtoInstance> |
4475 | <ProtoInstance name='Vertex'> |
4476 | <fieldValue name='vertexText' value='"suite"'/> |
4477 | <fieldValue name='description' value='133: suite'/> |
4478 | <fieldValue name='url'/> |
4479 | <fieldValue name='radius' value='0.1500'/> |
4480 | <fieldValue name='displayMode'/> |
4481 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4482 | <fieldValue name='transparency' value='0'/> |
4483 | <fieldValue name='translation' value='-2.15815 1.26338 -1.18309'/> |
4484 | <fieldValue name='textTranslation' value='-2.00815 1.26338 -1.18309'/> |
4485 | <fieldValue name='textColor' value='0 0 0'/> |
4486 | </ProtoInstance> |
4487 | <ProtoInstance name='Vertex'> |
4488 | <fieldValue name='vertexText' value='"temporary"'/> |
4489 | <fieldValue name='description' value='134: temporary'/> |
4490 | <fieldValue name='url'/> |
4491 | <fieldValue name='radius' value='0.1500'/> |
4492 | <fieldValue name='displayMode'/> |
4493 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4494 | <fieldValue name='transparency' value='0'/> |
4495 | <fieldValue name='translation' value='1.23491 -2.22246 -0.78245'/> |
4496 | <fieldValue name='textTranslation' value='1.38491 -2.22246 -0.78245'/> |
4497 | <fieldValue name='textColor' value='0 0 0'/> |
4498 | </ProtoInstance> |
4499 | <ProtoInstance name='Vertex'> |
4500 | <fieldValue name='vertexText' value='"tents"'/> |
4501 | <fieldValue name='description' value='135: tents'/> |
4502 | <fieldValue name='url'/> |
4503 | <fieldValue name='radius' value='0.1500'/> |
4504 | <fieldValue name='displayMode'/> |
4505 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4506 | <fieldValue name='transparency' value='0'/> |
4507 | <fieldValue name='translation' value='1.37478 -2.32640 -0.30832'/> |
4508 | <fieldValue name='textTranslation' value='1.52478 -2.32640 -0.30832'/> |
4509 | <fieldValue name='textColor' value='0 0 0'/> |
4510 | </ProtoInstance> |
4511 | <ProtoInstance name='Vertex'> |
4512 | <fieldValue name='vertexText' value='"terms"'/> |
4513 | <fieldValue name='description' value='136: terms'/> |
4514 | <fieldValue name='url'/> |
4515 | <fieldValue name='radius' value='0.1500'/> |
4516 | <fieldValue name='displayMode'/> |
4517 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4518 | <fieldValue name='transparency' value='0'/> |
4519 | <fieldValue name='translation' value='-1.38329 -0.98532 2.57937'/> |
4520 | <fieldValue name='textTranslation' value='-1.23329 -0.98532 2.57937'/> |
4521 | <fieldValue name='textColor' value='0 0 0'/> |
4522 | </ProtoInstance> |
4523 | <ProtoInstance name='Vertex'> |
4524 | <fieldValue name='vertexText' value='"tour"'/> |
4525 | <fieldValue name='description' value='137: tour'/> |
4526 | <fieldValue name='url'/> |
4527 | <fieldValue name='radius' value='0.1500'/> |
4528 | <fieldValue name='displayMode'/> |
4529 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4530 | <fieldValue name='transparency' value='0'/> |
4531 | <fieldValue name='translation' value='-2.33462 0.85699 -1.00553'/> |
4532 | <fieldValue name='textTranslation' value='-2.18462 0.85699 -1.00553'/> |
4533 | <fieldValue name='textColor' value='0 0 0'/> |
4534 | </ProtoInstance> |
4535 | <ProtoInstance name='Vertex'> |
4536 | <fieldValue name='vertexText' value='"training"'/> |
4537 | <fieldValue name='description' value='138: training'/> |
4538 | <fieldValue name='url'/> |
4539 | <fieldValue name='radius' value='0.1500'/> |
4540 | <fieldValue name='displayMode'/> |
4541 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4542 | <fieldValue name='transparency' value='0'/> |
4543 | <fieldValue name='translation' value='2.39989 0.15764 -2.26072'/> |
4544 | <fieldValue name='textTranslation' value='2.54989 0.15764 -2.26072'/> |
4545 | <fieldValue name='textColor' value='0 0 0'/> |
4546 | </ProtoInstance> |
4547 | <ProtoInstance name='Vertex'> |
4548 | <fieldValue name='vertexText' value='"transcript"'/> |
4549 | <fieldValue name='description' value='139: transcript'/> |
4550 | <fieldValue name='url'/> |
4551 | <fieldValue name='radius' value='0.1500'/> |
4552 | <fieldValue name='displayMode'/> |
4553 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4554 | <fieldValue name='transparency' value='0'/> |
4555 | <fieldValue name='translation' value='-2.26645 1.17733 -0.66256'/> |
4556 | <fieldValue name='textTranslation' value='-2.11645 1.17733 -0.66256'/> |
4557 | <fieldValue name='textColor' value='0 0 0'/> |
4558 | </ProtoInstance> |
4559 | <ProtoInstance name='Vertex'> |
4560 | <fieldValue name='vertexText' value='"twitter"'/> |
4561 | <fieldValue name='description' value='140: twitter'/> |
4562 | <fieldValue name='url'/> |
4563 | <fieldValue name='radius' value='0.1500'/> |
4564 | <fieldValue name='displayMode'/> |
4565 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
4566 | <fieldValue name='transparency' value='0'/> |
4567 | <fieldValue name='translation' value='-1.79388 -1.20589 2.18483'/> |
4568 | <fieldValue name='textTranslation' value='-1.64388 -1.20589 2.18483'/> |
4569 | <fieldValue name='textColor' value='0 0 0'/> |
4570 | </ProtoInstance> |
4571 | <ProtoInstance name='Vertex'> |
4572 | <fieldValue name='vertexText' value='"updated"'/> |
4573 | <fieldValue name='description' value='141: updated'/> |
4574 | <fieldValue name='url'/> |
4575 | <fieldValue name='radius' value='0.1500'/> |
4576 | <fieldValue name='displayMode'/> |
4577 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4578 | <fieldValue name='transparency' value='0'/> |
4579 | <fieldValue name='translation' value='-0.06680 1.95891 1.48407'/> |
4580 | <fieldValue name='textTranslation' value='0.08320 1.95891 1.48407'/> |
4581 | <fieldValue name='textColor' value='0 0 0'/> |
4582 | </ProtoInstance> |
4583 | <ProtoInstance name='Vertex'> |
4584 | <fieldValue name='vertexText' value='"updates"'/> |
4585 | <fieldValue name='description' value='142: updates'/> |
4586 | <fieldValue name='url'/> |
4587 | <fieldValue name='radius' value='0.1500'/> |
4588 | <fieldValue name='displayMode'/> |
4589 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4590 | <fieldValue name='transparency' value='0'/> |
4591 | <fieldValue name='translation' value='1.01755 -2.23134 -0.53040'/> |
4592 | <fieldValue name='textTranslation' value='1.16755 -2.23134 -0.53040'/> |
4593 | <fieldValue name='textColor' value='0 0 0'/> |
4594 | </ProtoInstance> |
4595 | <ProtoInstance name='Vertex'> |
4596 | <fieldValue name='vertexText' value='"video"'/> |
4597 | <fieldValue name='description' value='143: video'/> |
4598 | <fieldValue name='url'/> |
4599 | <fieldValue name='radius' value='0.1500'/> |
4600 | <fieldValue name='displayMode'/> |
4601 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4602 | <fieldValue name='transparency' value='0'/> |
4603 | <fieldValue name='translation' value='0.86100 1.25601 -0.39469'/> |
4604 | <fieldValue name='textTranslation' value='1.01100 1.25601 -0.39469'/> |
4605 | <fieldValue name='textColor' value='0 0 0'/> |
4606 | </ProtoInstance> |
4607 | <ProtoInstance name='Vertex'> |
4608 | <fieldValue name='vertexText' value='"videos"'/> |
4609 | <fieldValue name='description' value='144: videos'/> |
4610 | <fieldValue name='url'/> |
4611 | <fieldValue name='radius' value='0.1500'/> |
4612 | <fieldValue name='displayMode'/> |
4613 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4614 | <fieldValue name='transparency' value='0'/> |
4615 | <fieldValue name='translation' value='1.03394 0.10854 0.35022'/> |
4616 | <fieldValue name='textTranslation' value='1.18394 0.10854 0.35022'/> |
4617 | <fieldValue name='textColor' value='0 0 0'/> |
4618 | </ProtoInstance> |
4619 | <ProtoInstance name='Vertex'> |
4620 | <fieldValue name='vertexText' value='"visited"'/> |
4621 | <fieldValue name='description' value='145: visited'/> |
4622 | <fieldValue name='url'/> |
4623 | <fieldValue name='radius' value='0.1500'/> |
4624 | <fieldValue name='displayMode'/> |
4625 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4626 | <fieldValue name='transparency' value='0'/> |
4627 | <fieldValue name='translation' value='1.38276 -2.12744 -0.87451'/> |
4628 | <fieldValue name='textTranslation' value='1.53276 -2.12744 -0.87451'/> |
4629 | <fieldValue name='textColor' value='0 0 0'/> |
4630 | </ProtoInstance> |
4631 | <ProtoInstance name='Vertex'> |
4632 | <fieldValue name='vertexText' value='"wanted"'/> |
4633 | <fieldValue name='description' value='146: wanted'/> |
4634 | <fieldValue name='url'/> |
4635 | <fieldValue name='radius' value='0.1500'/> |
4636 | <fieldValue name='displayMode'/> |
4637 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4638 | <fieldValue name='transparency' value='0'/> |
4639 | <fieldValue name='translation' value='-0.14726 2.25818 1.23975'/> |
4640 | <fieldValue name='textTranslation' value='0.00274 2.25818 1.23975'/> |
4641 | <fieldValue name='textColor' value='0 0 0'/> |
4642 | </ProtoInstance> |
4643 | <ProtoInstance name='Vertex'> |
4644 | <fieldValue name='vertexText' value='"washing"'/> |
4645 | <fieldValue name='description' value='147: washing'/> |
4646 | <fieldValue name='url'/> |
4647 | <fieldValue name='radius' value='0.1500'/> |
4648 | <fieldValue name='displayMode'/> |
4649 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
4650 | <fieldValue name='transparency' value='0'/> |
4651 | <fieldValue name='translation' value='1.66176 1.31595 -1.01754'/> |
4652 | <fieldValue name='textTranslation' value='1.81176 1.31595 -1.01754'/> |
4653 | <fieldValue name='textColor' value='0 0 0'/> |
4654 | </ProtoInstance> |
4655 | <ProtoInstance name='Vertex'> |
4656 | <fieldValue name='vertexText' value='"washington"'/> |
4657 | <fieldValue name='description' value='148: washington'/> |
4658 | <fieldValue name='url'/> |
4659 | <fieldValue name='radius' value='0.1500'/> |
4660 | <fieldValue name='displayMode'/> |
4661 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4662 | <fieldValue name='transparency' value='0'/> |
4663 | <fieldValue name='translation' value='-1.88348 1.13928 -0.94831'/> |
4664 | <fieldValue name='textTranslation' value='-1.73348 1.13928 -0.94831'/> |
4665 | <fieldValue name='textColor' value='0 0 0'/> |
4666 | </ProtoInstance> |
4667 | <ProtoInstance name='Vertex'> |
4668 | <fieldValue name='vertexText' value='"watch"'/> |
4669 | <fieldValue name='description' value='149: watch'/> |
4670 | <fieldValue name='url'/> |
4671 | <fieldValue name='radius' value='0.1500'/> |
4672 | <fieldValue name='displayMode'/> |
4673 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
4674 | <fieldValue name='transparency' value='0'/> |
4675 | <fieldValue name='translation' value='-0.67645 -0.40133 -1.37393'/> |
4676 | <fieldValue name='textTranslation' value='-0.52645 -0.40133 -1.37393'/> |
4677 | <fieldValue name='textColor' value='0 0 0'/> |
4678 | </ProtoInstance> |
4679 | <ProtoInstance name='Vertex'> |
4680 | <fieldValue name='vertexText' value='"wednesday"'/> |
4681 | <fieldValue name='description' value='150: wednesday'/> |
4682 | <fieldValue name='url'/> |
4683 | <fieldValue name='radius' value='0.1500'/> |
4684 | <fieldValue name='displayMode'/> |
4685 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
4686 | <fieldValue name='transparency' value='0'/> |
4687 | <fieldValue name='translation' value='-2.32899 0.90990 -0.77951'/> |
4688 | <fieldValue name='textTranslation' value='-2.17899 0.90990 -0.77951'/> |
4689 | <fieldValue name='textColor' value='0 0 0'/> |
4690 | </ProtoInstance> |
4691 | <ProtoInstance name='Vertex'> |
4692 | <fieldValue name='vertexText' value='"witnessed"'/> |
4693 | <fieldValue name='description' value='151: witnessed'/> |
4694 | <fieldValue name='url'/> |
4695 | <fieldValue name='radius' value='0.1500'/> |
4696 | <fieldValue name='displayMode'/> |
4697 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
4698 | <fieldValue name='transparency' value='0'/> |
4699 | <fieldValue name='translation' value='1.36650 -2.75375 -0.22873'/> |
4700 | <fieldValue name='textTranslation' value='1.51650 -2.75375 -0.22873'/> |
4701 | <fieldValue name='textColor' value='0 0 0'/> |
4702 | </ProtoInstance> |
4703 | </Scene> |
4704 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2903
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2915
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2927
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2939
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2951
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2963
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2975
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2987
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2999
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3011
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3035
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3047
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3059
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3071
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3083
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3095
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3107
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3119
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3131
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3143
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3167
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3179
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3191
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3203
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3215
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3227
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3239
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3251
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3263
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3275
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3299
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3311
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3323
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3335
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3347
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3359
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3371
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3383
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3395
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3407
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3431
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3443
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3455
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3467
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3479
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3491
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3503
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3515
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3527
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3539
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this 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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3563
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3575
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3587
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3599
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3611
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3623
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3635
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3647
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3659
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3671
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3683
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3695
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3707
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3719
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3731
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3743
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3755
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3767
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3779
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3791
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3803
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3815
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3827
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3839
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3851
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3863
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3875
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3887
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3899
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3911
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3923
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3935
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3947
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3959
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3971
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3983
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3995
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4007
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4019
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4031
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4043
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4055
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4067
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4079
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4091
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4103
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4115
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4127
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4139
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4151
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4163
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4175
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4187
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4199
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4211
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4223
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4235
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4247
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4259
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4271
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4283
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4295
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4307
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4319
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4331
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4343
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4355
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4367
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4379
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4391
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4403
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4415
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4427
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4439
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4451
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4463
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4475
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4487
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4499
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4511
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4523
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4535
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4547
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4559
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4571
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4583
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4595
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4607
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4619
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4631
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4643
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4655
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4667
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4679
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4691
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->