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=' NewmanOutput15JAN2010.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/NewmanOutput15JAN2010.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='NewmanOutput15JAN2010.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='1.19413'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.64874 -0.42896 -0.66276'/> |
56 | <fieldValue name='coneTranslation' value='-1.06026 -0.55134 -0.74457'/> |
57 | <fieldValue name='rotation' value='-22.35120 0 112.43585 1.85460'/> |
58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
59 | <fieldValue name='ballRadius' value='0.02'/> |
60 | <fieldValue name='traceEnabled' value='false'/> |
61 | <fieldValue name='displayMode'/> |
62 | <fieldValue name='transparency' value='0'/> |
63 | </ProtoInstance> |
64 | <ProtoInstance name='Arc'> |
65 | <fieldValue name='cylinderHeight' value='0.64770'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.35062 -0.44066 -0.60713'/> |
67 | <fieldValue name='coneTranslation' value='-0.48422 -0.53116 -0.63552'/> |
68 | <fieldValue name='rotation' value='-11.22472 0 52.81325 2.15598'/> |
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.28361'/> |
77 | <fieldValue name='cylinderTranslation' value='-0.12911 0.32068 -0.81718'/> |
78 | <fieldValue name='coneTranslation' value='-0.16106 0.75793 -1.01700'/> |
79 | <fieldValue name='rotation' value='-53.23500 0 8.51149 0.43344'/> |
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.12537'/> |
88 | <fieldValue name='cylinderTranslation' value='-0.35500 -0.38541 -1.02982'/> |
89 | <fieldValue name='coneTranslation' value='-0.54712 -0.47389 -1.37249'/> |
90 | <fieldValue name='rotation' value='-95.76386 0 53.68924 1.79233'/> |
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.10519'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.53681 -0.46966 -0.30725'/> |
100 | <fieldValue name='coneTranslation' value='-0.85670 -0.61735 -0.13407'/> |
101 | <fieldValue name='rotation' value='48.75144 -0.00000 90.05128 1.95648'/> |
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.66794'/> |
110 | <fieldValue name='cylinderTranslation' value='-0.25846 -0.33496 -0.82783'/> |
111 | <fieldValue name='coneTranslation' value='-0.34800 -0.37309 -0.97203'/> |
112 | <fieldValue name='rotation' value='-55.36428 0 34.38022 1.79172'/> |
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.19705'/> |
121 | <fieldValue name='cylinderTranslation' value='-0.62784 -0.36968 -0.78252'/> |
122 | <fieldValue name='coneTranslation' value='-1.02443 -0.44875 -0.95215'/> |
123 | <fieldValue name='rotation' value='-46.30303 0 108.25743 1.75207'/> |
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.68512'/> |
132 | <fieldValue name='cylinderTranslation' value='-0.30971 -0.26490 -0.29112'/> |
133 | <fieldValue name='coneTranslation' value='-0.42864 -0.26656 -0.15262'/> |
134 | <fieldValue name='rotation' value='51.97689 -0.00000 44.63085 1.57991'/> |
135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
136 | <fieldValue name='ballRadius' value='0.02'/> |
137 | <fieldValue name='traceEnabled' value='false'/> |
138 | <fieldValue name='displayMode'/> |
139 | <fieldValue name='transparency' value='0'/> |
140 | </ProtoInstance> |
141 | <ProtoInstance name='Arc'> |
142 | <fieldValue name='cylinderHeight' value='0.76252'/> |
143 | <fieldValue name='cylinderTranslation' value='0.27260 -0.38957 -0.54512'/> |
144 | <fieldValue name='coneTranslation' value='0.48103 -0.46374 -0.54171'/> |
145 | <fieldValue name='rotation' value='1.17675 0 -71.83137 1.91260'/> |
146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
147 | <fieldValue name='ballRadius' value='0.02'/> |
148 | <fieldValue name='traceEnabled' value='false'/> |
149 | <fieldValue name='displayMode'/> |
150 | <fieldValue name='transparency' value='0'/> |
151 | </ProtoInstance> |
152 | <ProtoInstance name='Arc'> |
153 | <fieldValue name='cylinderHeight' value='1.43241'/> |
154 | <fieldValue name='cylinderTranslation' value='0.37044 -0.57105 -1.00757'/> |
155 | <fieldValue name='coneTranslation' value='0.72535 -0.81124 -1.36214'/> |
156 | <fieldValue name='rotation' value='-91.31316 0 -91.39963 2.01731'/> |
157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
158 | <fieldValue name='ballRadius' value='0.02'/> |
159 | <fieldValue name='traceEnabled' value='false'/> |
160 | <fieldValue name='displayMode'/> |
161 | <fieldValue name='transparency' value='0'/> |
162 | </ProtoInstance> |
163 | <ProtoInstance name='Arc'> |
164 | <fieldValue name='cylinderHeight' value='1.19846'/> |
165 | <fieldValue name='cylinderTranslation' value='-0.54740 -0.32472 -0.92881'/> |
166 | <fieldValue name='coneTranslation' value='-0.88520 -0.37086 -1.20573'/> |
167 | <fieldValue name='rotation' value='-75.56031 0 92.16901 1.67603'/> |
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='1.26892'/> |
176 | <fieldValue name='cylinderTranslation' value='0.35954 0.15075 -0.36835'/> |
177 | <fieldValue name='coneTranslation' value='0.69314 0.45925 -0.23176'/> |
178 | <fieldValue name='rotation' value='36.53063 0 -89.21894 0.86295'/> |
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.30640'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.23118 -0.24600 -0.59901'/> |
188 | <fieldValue name='coneTranslation' value='-0.22477 -0.24670 -0.59688'/> |
189 | <fieldValue name='rotation' value='-9.60126 0 28.92563 1.46760'/> |
190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
191 | <fieldValue name='ballRadius' value='0.02'/> |
192 | <fieldValue name='traceEnabled' value='false'/> |
193 | <fieldValue name='displayMode'/> |
194 | <fieldValue name='transparency' value='0'/> |
195 | </ProtoInstance> |
196 | <ProtoInstance name='Arc'> |
197 | <fieldValue name='cylinderHeight' value='0.60391'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.32163 -0.07318 -0.56960'/> |
199 | <fieldValue name='coneTranslation' value='-0.43215 0.01549 -0.57834'/> |
200 | <fieldValue name='rotation' value='-3.71922 0 47.01569 0.89619'/> |
201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
202 | <fieldValue name='ballRadius' value='0.02'/> |
203 | <fieldValue name='traceEnabled' value='false'/> |
204 | <fieldValue name='displayMode'/> |
205 | <fieldValue name='transparency' value='0'/> |
206 | </ProtoInstance> |
207 | <ProtoInstance name='Arc'> |
208 | <fieldValue name='cylinderHeight' value='1.18625'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.35804 -0.37209 -1.06668'/> |
210 | <fieldValue name='coneTranslation' value='-0.55629 -0.45265 -1.44325'/> |
211 | <fieldValue name='rotation' value='-103.13551 0 54.29686 1.75787'/> |
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.19721'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.61197 -0.35711 -0.82152'/> |
221 | <fieldValue name='coneTranslation' value='-0.99696 -0.42696 -1.01972'/> |
222 | <fieldValue name='rotation' value='-54.10207 0 105.08376 1.73073'/> |
223 | <fieldValue name='diffuseColor' value='0 0 0'/> |
224 | <fieldValue name='ballRadius' value='0.02'/> |
225 | <fieldValue name='traceEnabled' value='false'/> |
226 | <fieldValue name='displayMode'/> |
227 | <fieldValue name='transparency' value='0'/> |
228 | </ProtoInstance> |
229 | <ProtoInstance name='Arc'> |
230 | <fieldValue name='cylinderHeight' value='1.19846'/> |
231 | <fieldValue name='cylinderTranslation' value='-0.54740 -0.32472 -0.92881'/> |
232 | <fieldValue name='coneTranslation' value='-0.88520 -0.37086 -1.20573'/> |
233 | <fieldValue name='rotation' value='-75.56031 0 92.16901 1.67603'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='1.06218'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.33193 -0.61974 -0.85714'/> |
243 | <fieldValue name='coneTranslation' value='-0.50337 -0.86986 -1.07104'/> |
244 | <fieldValue name='rotation' value='-61.22588 0 49.07388 2.31042'/> |
245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
246 | <fieldValue name='ballRadius' value='0.02'/> |
247 | <fieldValue name='traceEnabled' value='false'/> |
248 | <fieldValue name='displayMode'/> |
249 | <fieldValue name='transparency' value='0'/> |
250 | </ProtoInstance> |
251 | <ProtoInstance name='Arc'> |
252 | <fieldValue name='cylinderHeight' value='0.56267'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.27316 -0.45501 -0.63461'/> |
254 | <fieldValue name='coneTranslation' value='-0.35365 -0.53835 -0.67067'/> |
255 | <fieldValue name='rotation' value='-16.72079 0 37.32166 2.32792'/> |
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.10292'/> |
264 | <fieldValue name='cylinderTranslation' value='-0.54487 -0.55833 -0.62921'/> |
265 | <fieldValue name='coneTranslation' value='-0.87020 -0.76884 -0.68472'/> |
266 | <fieldValue name='rotation' value='-15.64003 0 91.66205 2.13858'/> |
267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
268 | <fieldValue name='ballRadius' value='0.02'/> |
269 | <fieldValue name='traceEnabled' value='false'/> |
270 | <fieldValue name='displayMode'/> |
271 | <fieldValue name='transparency' value='0'/> |
272 | </ProtoInstance> |
273 | <ProtoInstance name='Arc'> |
274 | <fieldValue name='cylinderHeight' value='0.61312'/> |
275 | <fieldValue name='cylinderTranslation' value='-0.23004 -0.47070 -0.72347'/> |
276 | <fieldValue name='coneTranslation' value='-0.29863 -0.57058 -0.80592'/> |
277 | <fieldValue name='rotation' value='-34.49226 0 28.69624 2.32062'/> |
278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
279 | <fieldValue name='ballRadius' value='0.02'/> |
280 | <fieldValue name='traceEnabled' value='false'/> |
281 | <fieldValue name='displayMode'/> |
282 | <fieldValue name='transparency' value='0'/> |
283 | </ProtoInstance> |
284 | <ProtoInstance name='Arc'> |
285 | <fieldValue name='cylinderHeight' value='0.64692'/> |
286 | <fieldValue name='cylinderTranslation' value='-0.17784 -0.10694 -0.81993'/> |
287 | <fieldValue name='coneTranslation' value='-0.22397 -0.02869 -0.95582'/> |
288 | <fieldValue name='rotation' value='-53.78421 0 18.25664 1.07163'/> |
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.24254'/> |
297 | <fieldValue name='cylinderTranslation' value='-0.16835 -0.17269 -0.54213'/> |
298 | <fieldValue name='coneTranslation' value='-0.14223 -0.20114 -0.54496'/> |
299 | <fieldValue name='rotation' value='1.77559 -0.00000 16.35923 0.74567'/> |
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.67196'/> |
308 | <fieldValue name='cylinderTranslation' value='-0.28445 -0.31572 -0.81711'/> |
309 | <fieldValue name='coneTranslation' value='-0.38810 -0.34398 -0.95649'/> |
310 | <fieldValue name='rotation' value='-53.22121 0 39.57865 1.73205'/> |
311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
312 | <fieldValue name='ballRadius' value='0.02'/> |
313 | <fieldValue name='traceEnabled' value='false'/> |
314 | <fieldValue name='displayMode'/> |
315 | <fieldValue name='transparency' value='0'/> |
316 | </ProtoInstance> |
317 | <ProtoInstance name='Arc'> |
318 | <fieldValue name='cylinderHeight' value='1.12555'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.35556 -0.38461 -1.02982'/> |
320 | <fieldValue name='coneTranslation' value='-0.54809 -0.47252 -1.37250'/> |
321 | <fieldValue name='rotation' value='-95.76259 0 53.80093 1.79083'/> |
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.65305'/> |
330 | <fieldValue name='cylinderTranslation' value='-0.33311 -0.47438 -0.52590'/> |
331 | <fieldValue name='coneTranslation' value='-0.45885 -0.58280 -0.51310'/> |
332 | <fieldValue name='rotation' value='5.02016 -0.00000 49.31128 2.27982'/> |
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.12946'/> |
341 | <fieldValue name='cylinderTranslation' value='-0.43513 -0.63755 -0.78810'/> |
342 | <fieldValue name='coneTranslation' value='-0.68494 -0.90686 -0.95802'/> |
343 | <fieldValue name='rotation' value='-47.41887 0 69.71455 2.29882'/> |
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='1.10013'/> |
352 | <fieldValue name='cylinderTranslation' value='-0.49486 -0.62570 -0.49256'/> |
353 | <fieldValue name='coneTranslation' value='-0.78440 -0.88377 -0.45111'/> |
354 | <fieldValue name='rotation' value='11.68971 -0.00000 81.66135 2.29375'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='0.76135'/> |
363 | <fieldValue name='cylinderTranslation' value='0.23961 -0.45734 -0.56790'/> |
364 | <fieldValue name='coneTranslation' value='0.42869 -0.57071 -0.57769'/> |
365 | <fieldValue name='rotation' value='-3.37791 0 -65.23328 2.11032'/> |
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.14886'/> |
374 | <fieldValue name='cylinderTranslation' value='-0.35788 -0.53591 -0.97669'/> |
375 | <fieldValue name='coneTranslation' value='-0.55364 -0.73368 -1.28380'/> |
376 | <fieldValue name='rotation' value='-85.13596 0 54.26538 2.06828'/> |
377 | <fieldValue name='diffuseColor' value='0 0 0'/> |
378 | <fieldValue name='ballRadius' value='0.02'/> |
379 | <fieldValue name='traceEnabled' value='false'/> |
380 | <fieldValue name='displayMode'/> |
381 | <fieldValue name='transparency' value='0'/> |
382 | </ProtoInstance> |
383 | <ProtoInstance name='Arc'> |
384 | <fieldValue name='cylinderHeight' value='0.28090'/> |
385 | <fieldValue name='cylinderTranslation' value='-0.08189 -0.40027 -0.57393'/> |
386 | <fieldValue name='coneTranslation' value='-0.08254 -0.38099 -0.57074'/> |
387 | <fieldValue name='rotation' value='-4.58522 0 -0.93369 2.97423'/> |
388 | <fieldValue name='diffuseColor' value='0 0 0'/> |
389 | <fieldValue name='ballRadius' value='0.02'/> |
390 | <fieldValue name='traceEnabled' value='false'/> |
391 | <fieldValue name='displayMode'/> |
392 | <fieldValue name='transparency' value='0'/> |
393 | </ProtoInstance> |
394 | <ProtoInstance name='Arc'> |
395 | <fieldValue name='cylinderHeight' value='0.66788'/> |
396 | <fieldValue name='cylinderTranslation' value='-0.25827 -0.33522 -0.82784'/> |
397 | <fieldValue name='coneTranslation' value='-0.34771 -0.37347 -0.97204'/> |
398 | <fieldValue name='rotation' value='-55.36728 0 34.34280 1.79253'/> |
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.12946'/> |
407 | <fieldValue name='cylinderTranslation' value='-0.43513 -0.63755 -0.78810'/> |
408 | <fieldValue name='coneTranslation' value='-0.68494 -0.90686 -0.95802'/> |
409 | <fieldValue name='rotation' value='-47.41887 0 69.71455 2.29882'/> |
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.65170'/> |
418 | <fieldValue name='cylinderTranslation' value='-0.29978 -0.50442 -0.50813'/> |
419 | <fieldValue name='coneTranslation' value='-0.40830 -0.62792 -0.48631'/> |
420 | <fieldValue name='rotation' value='8.57484 -0.00000 42.64387 2.41082'/> |
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.24316'/> |
429 | <fieldValue name='cylinderTranslation' value='-0.23947 0.31134 -0.36521'/> |
430 | <fieldValue name='coneTranslation' value='-0.35303 0.73693 -0.22724'/> |
431 | <fieldValue name='rotation' value='37.15959 -0.00000 30.58324 0.39752'/> |
432 | <fieldValue name='diffuseColor' value='0 0 0'/> |
433 | <fieldValue name='ballRadius' value='0.02'/> |
434 | <fieldValue name='traceEnabled' value='false'/> |
435 | <fieldValue name='displayMode'/> |
436 | <fieldValue name='transparency' value='0'/> |
437 | </ProtoInstance> |
438 | <ProtoInstance name='Arc'> |
439 | <fieldValue name='cylinderHeight' value='0.60762'/> |
440 | <fieldValue name='cylinderTranslation' value='-0.32218 -0.45349 -0.54545'/> |
441 | <fieldValue name='coneTranslation' value='-0.43371 -0.54424 -0.54283'/> |
442 | <fieldValue name='rotation' value='1.11047 -0.00000 47.12438 2.25366'/> |
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.49369'/> |
451 | <fieldValue name='cylinderTranslation' value='-0.06262 -0.33566 -0.78532'/> |
452 | <fieldValue name='coneTranslation' value='-0.05419 -0.36166 -0.86775'/> |
453 | <fieldValue name='rotation' value='-46.86208 0 -4.78796 1.87477'/> |
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.14460'/> |
462 | <fieldValue name='cylinderTranslation' value='-0.46338 -0.68528 -0.47243'/> |
463 | <fieldValue name='coneTranslation' value='-0.73485 -0.99039 -0.41582'/> |
464 | <fieldValue name='rotation' value='15.71587 -0.00000 75.36439 2.40388'/> |
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.02205'/> |
473 | <fieldValue name='cylinderTranslation' value='-0.24962 -0.73125 -0.66998'/> |
474 | <fieldValue name='coneTranslation' value='-0.36163 -1.05373 -0.75170'/> |
475 | <fieldValue name='rotation' value='-23.79479 0 32.61293 2.73553'/> |
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.76473'/> |
484 | <fieldValue name='cylinderTranslation' value='0.12765 0.00152 -0.72706'/> |
485 | <fieldValue name='coneTranslation' value='0.25223 0.15464 -0.82944'/> |
486 | <fieldValue name='rotation' value='-35.21076 0 -42.84178 0.81125'/> |
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.64514'/> |
495 | <fieldValue name='cylinderTranslation' value='0.21084 -0.38672 -0.55073'/> |
496 | <fieldValue name='coneTranslation' value='0.36072 -0.44969 -0.55058'/> |
497 | <fieldValue name='rotation' value='0.05599 0 -59.47822 1.96853'/> |
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.19413'/> |
506 | <fieldValue name='cylinderTranslation' value='-0.64874 -0.42896 -0.66276'/> |
507 | <fieldValue name='coneTranslation' value='-1.06026 -0.55134 -0.74457'/> |
508 | <fieldValue name='rotation' value='-22.35120 0 112.43585 1.85460'/> |
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.18650'/> |
517 | <fieldValue name='cylinderTranslation' value='-0.62504 -0.51072 -0.55323'/> |
518 | <fieldValue name='coneTranslation' value='-1.01829 -0.69253 -0.55486'/> |
519 | <fieldValue name='rotation' value='-0.44547 0 107.69674 2.00383'/> |
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.55949'/> |
528 | <fieldValue name='cylinderTranslation' value='-0.09687 -0.53282 -0.61945'/> |
529 | <fieldValue name='coneTranslation' value='-0.10128 -0.64884 -0.64875'/> |
530 | <fieldValue name='rotation' value='-13.68936 0 2.06197 2.89156'/> |
531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
532 | <fieldValue name='ballRadius' value='0.02'/> |
533 | <fieldValue name='traceEnabled' value='false'/> |
534 | <fieldValue name='displayMode'/> |
535 | <fieldValue name='transparency' value='0'/> |
536 | </ProtoInstance> |
537 | <ProtoInstance name='Arc'> |
538 | <fieldValue name='cylinderHeight' value='0.70285'/> |
539 | <fieldValue name='cylinderTranslation' value='0.22630 -0.41123 -0.49371'/> |
540 | <fieldValue name='coneTranslation' value='0.39672 -0.49264 -0.46250'/> |
541 | <fieldValue name='rotation' value='11.45881 0 -62.57151 2.01007'/> |
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='1.16535'/> |
550 | <fieldValue name='cylinderTranslation' value='0.26051 0.12015 -0.28047'/> |
551 | <fieldValue name='coneTranslation' value='0.51227 0.39719 -0.08422'/> |
552 | <fieldValue name='rotation' value='54.10689 0 -69.41298 0.85600'/> |
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.13386'/> |
561 | <fieldValue name='cylinderTranslation' value='-0.40681 -0.34369 -1.01159'/> |
562 | <fieldValue name='coneTranslation' value='-0.63668 -0.40248 -1.34219'/> |
563 | <fieldValue name='rotation' value='-92.11702 0 64.05055 1.71578'/> |
564 | <fieldValue name='diffuseColor' value='0 0 0'/> |
565 | <fieldValue name='ballRadius' value='0.02'/> |
566 | <fieldValue name='traceEnabled' value='false'/> |
567 | <fieldValue name='displayMode'/> |
568 | <fieldValue name='transparency' value='0'/> |
569 | </ProtoInstance> |
570 | <ProtoInstance name='Arc'> |
571 | <fieldValue name='cylinderHeight' value='1.08792'/> |
572 | <fieldValue name='cylinderTranslation' value='-0.42924 -0.67633 -0.46974'/> |
573 | <fieldValue name='coneTranslation' value='-0.67112 -0.96895 -0.41237'/> |
574 | <fieldValue name='rotation' value='16.25369 -0.00000 68.53602 2.43736'/> |
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.44438'/> |
583 | <fieldValue name='cylinderTranslation' value='-0.09857 0.20079 0.00347'/> |
584 | <fieldValue name='coneTranslation' value='-0.10792 0.56088 0.43510'/> |
585 | <fieldValue name='rotation' value='110.89521 -0.00000 2.40308 0.87563'/> |
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.42827'/> |
594 | <fieldValue name='cylinderTranslation' value='-0.18743 0.09766 0.05777'/> |
595 | <fieldValue name='coneTranslation' value='-0.26571 0.37657 0.53016'/> |
596 | <fieldValue name='rotation' value='121.75596 -0.00000 20.17553 1.04335'/> |
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.30423'/> |
605 | <fieldValue name='cylinderTranslation' value='-0.11455 -0.39481 -0.61926'/> |
606 | <fieldValue name='coneTranslation' value='-0.11310 -0.38791 -0.61572'/> |
607 | <fieldValue name='rotation' value='-13.65093 0 5.59944 2.63525'/> |
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.99863'/> |
616 | <fieldValue name='cylinderTranslation' value='0.27546 -0.47659 -0.81955'/> |
617 | <fieldValue name='coneTranslation' value='0.52146 -0.62257 -1.00204'/> |
618 | <fieldValue name='rotation' value='-53.70898 0 -72.40231 2.01553'/> |
619 | <fieldValue name='diffuseColor' value='0 0 0'/> |
620 | <fieldValue name='ballRadius' value='0.02'/> |
621 | <fieldValue name='traceEnabled' value='false'/> |
622 | <fieldValue name='displayMode'/> |
623 | <fieldValue name='transparency' value='0'/> |
624 | </ProtoInstance> |
625 | <ProtoInstance name='Arc'> |
626 | <fieldValue name='cylinderHeight' value='0.86983'/> |
627 | <fieldValue name='cylinderTranslation' value='0.17162 0.01245 -0.33354'/> |
628 | <fieldValue name='coneTranslation' value='0.33482 0.18580 -0.19607'/> |
629 | <fieldValue name='rotation' value='43.49354 0 -51.63599 0.88855'/> |
630 | <fieldValue name='diffuseColor' value='0 0 0'/> |
631 | <fieldValue name='ballRadius' value='0.02'/> |
632 | <fieldValue name='traceEnabled' value='false'/> |
633 | <fieldValue name='displayMode'/> |
634 | <fieldValue name='transparency' value='0'/> |
635 | </ProtoInstance> |
636 | <ProtoInstance name='Arc'> |
637 | <fieldValue name='cylinderHeight' value='1.14460'/> |
638 | <fieldValue name='cylinderTranslation' value='-0.46338 -0.68528 -0.47243'/> |
639 | <fieldValue name='coneTranslation' value='-0.73485 -0.99039 -0.41582'/> |
640 | <fieldValue name='rotation' value='15.71587 -0.00000 75.36439 2.40388'/> |
641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
642 | <fieldValue name='ballRadius' value='0.02'/> |
643 | <fieldValue name='traceEnabled' value='false'/> |
644 | <fieldValue name='displayMode'/> |
645 | <fieldValue name='transparency' value='0'/> |
646 | </ProtoInstance> |
647 | <ProtoInstance name='Arc'> |
648 | <fieldValue name='cylinderHeight' value='0.63853'/> |
649 | <fieldValue name='cylinderTranslation' value='1.49678 1.25805 0.90402'/> |
650 | <fieldValue name='coneTranslation' value='1.60230 1.28847 1.01937'/> |
651 | <fieldValue name='rotation' value='46.24633 0 -42.30430 1.37860'/> |
652 | <fieldValue name='diffuseColor' value='0 0 0'/> |
653 | <fieldValue name='ballRadius' value='0.02'/> |
654 | <fieldValue name='traceEnabled' value='false'/> |
655 | <fieldValue name='displayMode'/> |
656 | <fieldValue name='transparency' value='0'/> |
657 | </ProtoInstance> |
658 | <ProtoInstance name='Arc'> |
659 | <fieldValue name='cylinderHeight' value='0.65710'/> |
660 | <fieldValue name='cylinderTranslation' value='1.47073 1.17406 0.94301'/> |
661 | <fieldValue name='coneTranslation' value='1.56588 1.16226 1.08163'/> |
662 | <fieldValue name='rotation' value='54.04323 0 -37.09407 1.64088'/> |
663 | <fieldValue name='diffuseColor' value='0 0 0'/> |
664 | <fieldValue name='ballRadius' value='0.02'/> |
665 | <fieldValue name='traceEnabled' value='false'/> |
666 | <fieldValue name='displayMode'/> |
667 | <fieldValue name='transparency' value='0'/> |
668 | </ProtoInstance> |
669 | <ProtoInstance name='Arc'> |
670 | <fieldValue name='cylinderHeight' value='0.98586'/> |
671 | <fieldValue name='cylinderTranslation' value='1.40650 1.16297 0.19622'/> |
672 | <fieldValue name='coneTranslation' value='1.48839 1.13995 -0.12566'/> |
673 | <fieldValue name='rotation' value='-95.31359 0 -24.24878 1.64001'/> |
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='1.13052'/> |
682 | <fieldValue name='cylinderTranslation' value='1.64926 1.58249 0.86893'/> |
683 | <fieldValue name='coneTranslation' value='1.91022 1.85882 1.00955'/> |
684 | <fieldValue name='rotation' value='39.22838 0 -72.79958 0.82050'/> |
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.19196'/> |
693 | <fieldValue name='cylinderTranslation' value='1.36439 1.24255 0.70248'/> |
694 | <fieldValue name='coneTranslation' value='1.31161 1.21221 0.68268'/> |
695 | <fieldValue name='rotation' value='5.93816 0 -15.82672 1.07713'/> |
696 | <fieldValue name='diffuseColor' value='0 0 0'/> |
697 | <fieldValue name='ballRadius' value='0.02'/> |
698 | <fieldValue name='traceEnabled' value='false'/> |
699 | <fieldValue name='displayMode'/> |
700 | <fieldValue name='transparency' value='0'/> |
701 | </ProtoInstance> |
702 | <ProtoInstance name='Arc'> |
703 | <fieldValue name='cylinderHeight' value='0.59027'/> |
704 | <fieldValue name='cylinderTranslation' value='1.55675 1.29848 0.72858'/> |
705 | <fieldValue name='coneTranslation' value='1.68106 1.34491 0.75413'/> |
706 | <fieldValue name='rotation' value='11.15813 0 -54.29821 1.22004'/> |
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.64826'/> |
715 | <fieldValue name='cylinderTranslation' value='1.48173 1.22995 0.92848'/> |
716 | <fieldValue name='coneTranslation' value='1.58122 1.24660 1.05795'/> |
717 | <fieldValue name='rotation' value='51.13774 0 -39.29418 1.46917'/> |
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.42548'/> |
726 | <fieldValue name='cylinderTranslation' value='1.31270 1.14806 0.46760'/> |
727 | <fieldValue name='coneTranslation' value='1.31950 1.13591 0.41673'/> |
728 | <fieldValue name='rotation' value='-41.03858 0 -5.48726 1.80323'/> |
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.63680'/> |
737 | <fieldValue name='cylinderTranslation' value='1.11640 1.20711 0.94254'/> |
738 | <fieldValue name='coneTranslation' value='1.03240 1.21210 1.07674'/> |
739 | <fieldValue name='rotation' value='53.95007 -0.00000 33.77096 1.53925'/> |
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.57218'/> |
748 | <fieldValue name='cylinderTranslation' value='1.33749 1.42996 0.83053'/> |
749 | <fieldValue name='coneTranslation' value='1.36050 1.53260 0.90006'/> |
750 | <fieldValue name='rotation' value='31.54877 0 -10.44537 0.61972'/> |
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='1.16993'/> |
759 | <fieldValue name='cylinderTranslation' value='1.04545 0.88017 0.24355'/> |
760 | <fieldValue name='coneTranslation' value='0.87123 0.64996 -0.06829'/> |
761 | <fieldValue name='rotation' value='-85.84895 0 47.96261 2.14329'/> |
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.16165'/> |
770 | <fieldValue name='cylinderTranslation' value='1.61631 1.20957 1.14987'/> |
771 | <fieldValue name='coneTranslation' value='1.85617 1.21863 1.49553'/> |
772 | <fieldValue name='rotation' value='95.41586 0 -66.21081 1.54926'/> |
773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
774 | <fieldValue name='ballRadius' value='0.02'/> |
775 | <fieldValue name='traceEnabled' value='false'/> |
776 | <fieldValue name='displayMode'/> |
777 | <fieldValue name='transparency' value='0'/> |
778 | </ProtoInstance> |
779 | <ProtoInstance name='Arc'> |
780 | <fieldValue name='cylinderHeight' value='0.96672'/> |
781 | <fieldValue name='cylinderTranslation' value='0.91512 1.45848 0.50458'/> |
782 | <fieldValue name='coneTranslation' value='0.66750 1.63337 0.39205'/> |
783 | <fieldValue name='rotation' value='-33.64254 0 74.02792 0.99937'/> |
784 | <fieldValue name='diffuseColor' value='0 0 0'/> |
785 | <fieldValue name='ballRadius' value='0.02'/> |
786 | <fieldValue name='traceEnabled' value='false'/> |
787 | <fieldValue name='displayMode'/> |
788 | <fieldValue name='transparency' value='0'/> |
789 | </ProtoInstance> |
790 | <ProtoInstance name='Arc'> |
791 | <fieldValue name='cylinderHeight' value='0.65710'/> |
792 | <fieldValue name='cylinderTranslation' value='1.47073 1.17406 0.94301'/> |
793 | <fieldValue name='coneTranslation' value='1.56588 1.16226 1.08163'/> |
794 | <fieldValue name='rotation' value='54.04323 0 -37.09407 1.64088'/> |
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.11730'/> |
803 | <fieldValue name='cylinderTranslation' value='1.68218 1.57857 0.57790'/> |
804 | <fieldValue name='coneTranslation' value='1.96541 1.85080 0.51018'/> |
805 | <fieldValue name='rotation' value='-18.97866 0 -79.38313 0.81908'/> |
806 | <fieldValue name='diffuseColor' value='0 0 0'/> |
807 | <fieldValue name='ballRadius' value='0.02'/> |
808 | <fieldValue name='traceEnabled' value='false'/> |
809 | <fieldValue name='displayMode'/> |
810 | <fieldValue name='transparency' value='0'/> |
811 | </ProtoInstance> |
812 | <ProtoInstance name='Arc'> |
813 | <fieldValue name='cylinderHeight' value='0.47024'/> |
814 | <fieldValue name='cylinderTranslation' value='1.29083 1.29503 0.45912'/> |
815 | <fieldValue name='coneTranslation' value='1.29261 1.32632 0.39085'/> |
816 | <fieldValue name='rotation' value='-42.73375 0 -1.11397 1.14105'/> |
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.88108'/> |
825 | <fieldValue name='cylinderTranslation' value='0.91692 1.23933 0.91074'/> |
826 | <fieldValue name='coneTranslation' value='0.68236 1.26624 1.06226'/> |
827 | <fieldValue name='rotation' value='47.58907 -0.00000 73.66708 1.47472'/> |
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.11957'/> |
836 | <fieldValue name='cylinderTranslation' value='0.91457 0.87571 0.94238'/> |
837 | <fieldValue name='coneTranslation' value='0.64983 0.64620 1.13492'/> |
838 | <fieldValue name='rotation' value='53.91809 -0.00000 74.13807 2.18227'/> |
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.59209'/> |
847 | <fieldValue name='cylinderTranslation' value='1.50636 1.27935 0.85164'/> |
848 | <fieldValue name='coneTranslation' value='1.60796 1.31717 0.93383'/> |
849 | <fieldValue name='rotation' value='35.76979 0 -44.21929 1.28913'/> |
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.63840'/> |
858 | <fieldValue name='cylinderTranslation' value='1.46506 1.46061 0.66255'/> |
859 | <fieldValue name='coneTranslation' value='1.55473 1.59205 0.65744'/> |
860 | <fieldValue name='rotation' value='-2.04871 0 -35.95992 0.59946'/> |
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='1.12598'/> |
869 | <fieldValue name='cylinderTranslation' value='1.73696 1.51890 0.57615'/> |
870 | <fieldValue name='coneTranslation' value='2.06029 1.74927 0.50697'/> |
871 | <fieldValue name='rotation' value='-19.32824 0 -90.34078 0.96227'/> |
872 | <fieldValue name='diffuseColor' value='0 0 0'/> |
873 | <fieldValue name='ballRadius' value='0.02'/> |
874 | <fieldValue name='traceEnabled' value='false'/> |
875 | <fieldValue name='displayMode'/> |
876 | <fieldValue name='transparency' value='0'/> |
877 | </ProtoInstance> |
878 | <ProtoInstance name='Arc'> |
879 | <fieldValue name='cylinderHeight' value='0.68333'/> |
880 | <fieldValue name='cylinderTranslation' value='1.55830 1.39342 0.61253'/> |
881 | <fieldValue name='coneTranslation' value='1.70347 1.49782 0.58049'/> |
882 | <fieldValue name='rotation' value='-12.05155 0 -54.60721 0.95856'/> |
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.40478'/> |
891 | <fieldValue name='cylinderTranslation' value='1.19311 1.34308 0.56719'/> |
892 | <fieldValue name='coneTranslation' value='1.17381 1.37366 0.54507'/> |
893 | <fieldValue name='rotation' value='-21.11987 0 18.42947 0.76493'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='ballRadius' value='0.02'/> |
896 | <fieldValue name='traceEnabled' value='false'/> |
897 | <fieldValue name='displayMode'/> |
898 | <fieldValue name='transparency' value='0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Arc'> |
901 | <fieldValue name='cylinderHeight' value='0.43801'/> |
902 | <fieldValue name='cylinderTranslation' value='1.21557 1.40425 0.65927'/> |
903 | <fieldValue name='coneTranslation' value='1.19680 1.46006 0.65563'/> |
904 | <fieldValue name='rotation' value='-2.70307 0 13.93730 0.33009'/> |
905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
906 | <fieldValue name='ballRadius' value='0.02'/> |
907 | <fieldValue name='traceEnabled' value='false'/> |
908 | <fieldValue name='displayMode'/> |
909 | <fieldValue name='transparency' value='0'/> |
910 | </ProtoInstance> |
911 | <ProtoInstance name='Arc'> |
912 | <fieldValue name='cylinderHeight' value='0.95963'/> |
913 | <fieldValue name='cylinderTranslation' value='0.94448 1.37371 0.96069'/> |
914 | <fieldValue name='coneTranslation' value='0.71734 1.49145 1.15259'/> |
915 | <fieldValue name='rotation' value='57.58049 -0.00000 68.15616 1.19378'/> |
916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
917 | <fieldValue name='ballRadius' value='0.02'/> |
918 | <fieldValue name='traceEnabled' value='false'/> |
919 | <fieldValue name='displayMode'/> |
920 | <fieldValue name='transparency' value='0'/> |
921 | </ProtoInstance> |
922 | <ProtoInstance name='Arc'> |
923 | <fieldValue name='cylinderHeight' value='1.16471'/> |
924 | <fieldValue name='cylinderTranslation' value='1.79859 1.47119 0.69478'/> |
925 | <fieldValue name='coneTranslation' value='2.17088 1.67000 0.71074'/> |
926 | <fieldValue name='rotation' value='4.39881 0 -102.66580 1.08069'/> |
927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
928 | <fieldValue name='ballRadius' value='0.02'/> |
929 | <fieldValue name='traceEnabled' value='false'/> |
930 | <fieldValue name='displayMode'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | </ProtoInstance> |
933 | <ProtoInstance name='Arc'> |
934 | <fieldValue name='cylinderHeight' value='0.60050'/> |
935 | <fieldValue name='cylinderTranslation' value='1.52853 1.02279 0.64834'/> |
936 | <fieldValue name='coneTranslation' value='1.64216 0.94139 0.63692'/> |
937 | <fieldValue name='rotation' value='-4.89032 0 -48.65419 2.19005'/> |
938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
939 | <fieldValue name='ballRadius' value='0.02'/> |
940 | <fieldValue name='traceEnabled' value='false'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='transparency' value='0'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Arc'> |
945 | <fieldValue name='cylinderHeight' value='1.43247'/> |
946 | <fieldValue name='cylinderTranslation' value='1.44890 0.58954 0.33056'/> |
947 | <fieldValue name='coneTranslation' value='1.57599 0.11772 0.06479'/> |
948 | <fieldValue name='rotation' value='-68.44504 0 -32.72901 2.58343'/> |
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.26823'/> |
957 | <fieldValue name='cylinderTranslation' value='0.69089 1.09406 0.86826'/> |
958 | <fieldValue name='coneTranslation' value='0.24648 1.01705 1.01441'/> |
959 | <fieldValue name='rotation' value='39.09448 -0.00000 118.87490 1.73395'/> |
960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
961 | <fieldValue name='ballRadius' value='0.02'/> |
962 | <fieldValue name='traceEnabled' value='false'/> |
963 | <fieldValue name='displayMode'/> |
964 | <fieldValue name='transparency' value='0'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='Arc'> |
967 | <fieldValue name='cylinderHeight' value='1.17335'/> |
968 | <fieldValue name='cylinderTranslation' value='1.78586 1.33971 0.94341'/> |
969 | <fieldValue name='coneTranslation' value='2.14994 1.44345 1.14023'/> |
970 | <fieldValue name='rotation' value='54.12481 0 -100.12081 1.32520'/> |
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.64276'/> |
979 | <fieldValue name='cylinderTranslation' value='1.49736 1.43530 0.63349'/> |
980 | <fieldValue name='coneTranslation' value='1.60386 1.55492 0.61376'/> |
981 | <fieldValue name='rotation' value='-7.85962 0 -42.41972 0.73582'/> |
982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
983 | <fieldValue name='ballRadius' value='0.02'/> |
984 | <fieldValue name='traceEnabled' value='false'/> |
985 | <fieldValue name='displayMode'/> |
986 | <fieldValue name='transparency' value='0'/> |
987 | </ProtoInstance> |
988 | <ProtoInstance name='Arc'> |
989 | <fieldValue name='cylinderHeight' value='1.13052'/> |
990 | <fieldValue name='cylinderTranslation' value='1.64926 1.58249 0.86893'/> |
991 | <fieldValue name='coneTranslation' value='1.91022 1.85882 1.00955'/> |
992 | <fieldValue name='rotation' value='39.22838 0 -72.79958 0.82050'/> |
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.80006'/> |
1001 | <fieldValue name='cylinderTranslation' value='1.30285 0.89728 0.40852'/> |
1002 | <fieldValue name='coneTranslation' value='1.31341 0.71739 0.24995'/> |
1003 | <fieldValue name='rotation' value='-52.85388 0 -3.51842 2.41799'/> |
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.66001'/> |
1012 | <fieldValue name='cylinderTranslation' value='1.54151 0.99492 0.62407'/> |
1013 | <fieldValue name='coneTranslation' value='1.67353 0.89079 0.59898'/> |
1014 | <fieldValue name='rotation' value='-9.74344 0 -51.25106 2.23008'/> |
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.64110'/> |
1023 | <fieldValue name='cylinderTranslation' value='1.48778 1.44400 0.64519'/> |
1024 | <fieldValue name='coneTranslation' value='1.58922 1.56767 0.63136'/> |
1025 | <fieldValue name='rotation' value='-5.52087 0 -40.50488 0.69144'/> |
1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1027 | <fieldValue name='ballRadius' value='0.02'/> |
1028 | <fieldValue name='traceEnabled' value='false'/> |
1029 | <fieldValue name='displayMode'/> |
1030 | <fieldValue name='transparency' value='0'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='Arc'> |
1033 | <fieldValue name='cylinderHeight' value='0.65710'/> |
1034 | <fieldValue name='cylinderTranslation' value='1.47073 1.17406 0.94301'/> |
1035 | <fieldValue name='coneTranslation' value='1.56588 1.16226 1.08163'/> |
1036 | <fieldValue name='rotation' value='54.04325 0 -37.09405 1.64088'/> |
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.60055'/> |
1045 | <fieldValue name='cylinderTranslation' value='1.54019 1.35381 0.64818'/> |
1046 | <fieldValue name='coneTranslation' value='1.65928 1.42703 0.63668'/> |
1047 | <fieldValue name='rotation' value='-4.92270 0 -50.98639 1.02160'/> |
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.65499'/> |
1056 | <fieldValue name='cylinderTranslation' value='1.47040 1.19877 0.94293'/> |
1057 | <fieldValue name='coneTranslation' value='1.56508 1.19964 1.08108'/> |
1058 | <fieldValue name='rotation' value='54.02721 0 -37.02758 1.56560'/> |
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='1.21609'/> |
1067 | <fieldValue name='cylinderTranslation' value='0.70887 1.35558 0.56157'/> |
1068 | <fieldValue name='coneTranslation' value='0.28416 1.47239 0.47961'/> |
1069 | <fieldValue name='rotation' value='-22.24485 0 115.27706 1.30705'/> |
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.61834'/> |
1078 | <fieldValue name='cylinderTranslation' value='1.40585 1.48175 0.67186'/> |
1079 | <fieldValue name='coneTranslation' value='1.46404 1.61910 0.67141'/> |
1080 | <fieldValue name='rotation' value='-0.18582 0 -24.11888 0.40071'/> |
1081 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1082 | <fieldValue name='ballRadius' value='0.02'/> |
1083 | <fieldValue name='traceEnabled' value='false'/> |
1084 | <fieldValue name='displayMode'/> |
1085 | <fieldValue name='transparency' value='0'/> |
1086 | </ProtoInstance> |
1087 | <ProtoInstance name='Arc'> |
1088 | <fieldValue name='cylinderHeight' value='1.10237'/> |
1089 | <fieldValue name='cylinderTranslation' value='1.81867 1.09523 0.76715'/> |
1090 | <fieldValue name='coneTranslation' value='2.19725 1.02296 0.83412'/> |
1091 | <fieldValue name='rotation' value='18.87163 0 -106.68303 1.75662'/> |
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.13805'/> |
1100 | <fieldValue name='cylinderTranslation' value='1.47446 0.72052 0.42601'/> |
1101 | <fieldValue name='coneTranslation' value='1.61046 0.37798 0.24861'/> |
1102 | <fieldValue name='rotation' value='-49.35679 0 -37.83979 2.56343'/> |
1103 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1104 | <fieldValue name='ballRadius' value='0.02'/> |
1105 | <fieldValue name='traceEnabled' value='false'/> |
1106 | <fieldValue name='displayMode'/> |
1107 | <fieldValue name='transparency' value='0'/> |
1108 | </ProtoInstance> |
1109 | <ProtoInstance name='Arc'> |
1110 | <fieldValue name='cylinderHeight' value='0.70186'/> |
1111 | <fieldValue name='cylinderTranslation' value='1.47687 1.20289 0.96674'/> |
1112 | <fieldValue name='coneTranslation' value='1.58112 1.20606 1.12666'/> |
1113 | <fieldValue name='rotation' value='58.78937 0 -38.32173 1.55420'/> |
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.19886'/> |
1122 | <fieldValue name='cylinderTranslation' value='1.65321 1.24405 1.14366'/> |
1123 | <fieldValue name='coneTranslation' value='1.92295 1.27849 1.48885'/> |
1124 | <fieldValue name='rotation' value='94.17435 0 -73.59026 1.49234'/> |
1125 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1126 | <fieldValue name='ballRadius' value='0.02'/> |
1127 | <fieldValue name='traceEnabled' value='false'/> |
1128 | <fieldValue name='displayMode'/> |
1129 | <fieldValue name='transparency' value='0'/> |
1130 | </ProtoInstance> |
1131 | <ProtoInstance name='Arc'> |
1132 | <fieldValue name='cylinderHeight' value='0.75142'/> |
1133 | <fieldValue name='cylinderTranslation' value='1.03728 1.34259 0.91463'/> |
1134 | <fieldValue name='coneTranslation' value='0.89491 1.42615 1.05348'/> |
1135 | <fieldValue name='rotation' value='48.36781 -0.00000 49.59586 1.17305'/> |
1136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1137 | <fieldValue name='ballRadius' value='0.02'/> |
1138 | <fieldValue name='traceEnabled' value='false'/> |
1139 | <fieldValue name='displayMode'/> |
1140 | <fieldValue name='transparency' value='0'/> |
1141 | </ProtoInstance> |
1142 | <ProtoInstance name='Arc'> |
1143 | <fieldValue name='cylinderHeight' value='1.06860'/> |
1144 | <fieldValue name='cylinderTranslation' value='1.74432 0.92630 0.63506'/> |
1145 | <fieldValue name='coneTranslation' value='2.06591 0.73661 0.60863'/> |
1146 | <fieldValue name='rotation' value='-7.54615 0 -91.81236 2.10223'/> |
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.05484'/> |
1155 | <fieldValue name='cylinderTranslation' value='1.31459 1.58306 1.03101'/> |
1156 | <fieldValue name='coneTranslation' value='1.33502 1.85195 1.28056'/> |
1157 | <fieldValue name='rotation' value='71.64423 0 -5.86594 0.74977'/> |
1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1159 | <fieldValue name='ballRadius' value='0.02'/> |
1160 | <fieldValue name='traceEnabled' value='false'/> |
1161 | <fieldValue name='displayMode'/> |
1162 | <fieldValue name='transparency' value='0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Arc'> |
1165 | <fieldValue name='cylinderHeight' value='1.16979'/> |
1166 | <fieldValue name='cylinderTranslation' value='0.76528 1.27362 0.41616'/> |
1167 | <fieldValue name='coneTranslation' value='0.38754 1.32924 0.22974'/> |
1168 | <fieldValue name='rotation' value='-51.32564 0 103.99643 1.43953'/> |
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.51428'/> |
1177 | <fieldValue name='cylinderTranslation' value='1.44237 1.04156 0.54143'/> |
1178 | <fieldValue name='coneTranslation' value='1.50172 0.98282 0.49180'/> |
1179 | <fieldValue name='rotation' value='-26.27301 0 -31.42144 2.22023'/> |
1180 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1181 | <fieldValue name='ballRadius' value='0.02'/> |
1182 | <fieldValue name='traceEnabled' value='false'/> |
1183 | <fieldValue name='displayMode'/> |
1184 | <fieldValue name='transparency' value='0'/> |
1185 | </ProtoInstance> |
1186 | <ProtoInstance name='Arc'> |
1187 | <fieldValue name='cylinderHeight' value='1.16471'/> |
1188 | <fieldValue name='cylinderTranslation' value='1.79859 1.47119 0.69478'/> |
1189 | <fieldValue name='coneTranslation' value='2.17088 1.67000 0.71074'/> |
1190 | <fieldValue name='rotation' value='4.39881 0 -102.66580 1.08069'/> |
1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1192 | <fieldValue name='ballRadius' value='0.02'/> |
1193 | <fieldValue name='traceEnabled' value='false'/> |
1194 | <fieldValue name='displayMode'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | </ProtoInstance> |
1197 | <ProtoInstance name='Arc'> |
1198 | <fieldValue name='cylinderHeight' value='0.59027'/> |
1199 | <fieldValue name='cylinderTranslation' value='1.55675 1.29848 0.72858'/> |
1200 | <fieldValue name='coneTranslation' value='1.68106 1.34491 0.75413'/> |
1201 | <fieldValue name='rotation' value='11.15813 0 -54.29821 1.22004'/> |
1202 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1203 | <fieldValue name='ballRadius' value='0.02'/> |
1204 | <fieldValue name='traceEnabled' value='false'/> |
1205 | <fieldValue name='displayMode'/> |
1206 | <fieldValue name='transparency' value='0'/> |
1207 | </ProtoInstance> |
1208 | <ProtoInstance name='Arc'> |
1209 | <fieldValue name='cylinderHeight' value='0.80665'/> |
1210 | <fieldValue name='cylinderTranslation' value='1.03606 1.42827 0.88986'/> |
1211 | <fieldValue name='coneTranslation' value='0.88572 1.56775 1.02082'/> |
1212 | <fieldValue name='rotation' value='43.41372 -0.00000 49.83963 0.96035'/> |
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='1.18676'/> |
1221 | <fieldValue name='cylinderTranslation' value='0.94642 0.84957 0.33143'/> |
1222 | <fieldValue name='coneTranslation' value='0.69894 0.59577 0.08211'/> |
1223 | <fieldValue name='rotation' value='-68.27268 0 67.76858 2.19645'/> |
1224 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1225 | <fieldValue name='ballRadius' value='0.02'/> |
1226 | <fieldValue name='traceEnabled' value='false'/> |
1227 | <fieldValue name='displayMode'/> |
1228 | <fieldValue name='transparency' value='0'/> |
1229 | </ProtoInstance> |
1230 | <ProtoInstance name='Arc'> |
1231 | <fieldValue name='cylinderHeight' value='1.17335'/> |
1232 | <fieldValue name='cylinderTranslation' value='1.78586 1.33971 0.94341'/> |
1233 | <fieldValue name='coneTranslation' value='2.14994 1.44345 1.14023'/> |
1234 | <fieldValue name='rotation' value='54.12481 0 -100.12081 1.32520'/> |
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='1.18366'/> |
1243 | <fieldValue name='cylinderTranslation' value='1.63609 1.33162 1.13004'/> |
1244 | <fieldValue name='coneTranslation' value='1.89208 1.42980 1.46367'/> |
1245 | <fieldValue name='rotation' value='91.44907 0 -70.16629 1.34144'/> |
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='1.15595'/> |
1254 | <fieldValue name='cylinderTranslation' value='1.63486 1.45462 1.05424'/> |
1255 | <fieldValue name='coneTranslation' value='1.88767 1.64087 1.33010'/> |
1256 | <fieldValue name='rotation' value='76.29040 0 -69.91923 1.10894'/> |
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.68323'/> |
1265 | <fieldValue name='cylinderTranslation' value='1.15155 1.36765 0.93685'/> |
1266 | <fieldValue name='coneTranslation' value='1.08047 1.45834 1.07723'/> |
1267 | <fieldValue name='rotation' value='52.81147 -0.00000 26.74114 1.04796'/> |
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.52738'/> |
1276 | <fieldValue name='cylinderTranslation' value='1.45773 1.38035 0.59409'/> |
1277 | <fieldValue name='coneTranslation' value='1.52554 1.45242 0.56314'/> |
1278 | <fieldValue name='rotation' value='-15.74023 0 -34.49310 0.80226'/> |
1279 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1280 | <fieldValue name='ballRadius' value='0.02'/> |
1281 | <fieldValue name='traceEnabled' value='false'/> |
1282 | <fieldValue name='displayMode'/> |
1283 | <fieldValue name='transparency' value='0'/> |
1284 | </ProtoInstance> |
1285 | <ProtoInstance name='Arc'> |
1286 | <fieldValue name='cylinderHeight' value='1.73888'/> |
1287 | <fieldValue name='cylinderTranslation' value='0.49847 0.82709 0.66967'/> |
1288 | <fieldValue name='coneTranslation' value='-0.14352 0.52519 0.66713'/> |
1289 | <fieldValue name='rotation' value='-0.62361 0 157.35709 2.01035'/> |
1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1291 | <fieldValue name='ballRadius' value='0.02'/> |
1292 | <fieldValue name='traceEnabled' value='false'/> |
1293 | <fieldValue name='displayMode'/> |
1294 | <fieldValue name='transparency' value='0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Arc'> |
1297 | <fieldValue name='cylinderHeight' value='1.01180'/> |
1298 | <fieldValue name='cylinderTranslation' value='1.42535 1.68317 0.67613'/> |
1299 | <fieldValue name='coneTranslation' value='1.52114 2.01553 0.67841'/> |
1300 | <fieldValue name='rotation' value='0.66724 0 -28.01831 0.28067'/> |
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.65304'/> |
1309 | <fieldValue name='cylinderTranslation' value='1.47356 1.20888 0.93928'/> |
1310 | <fieldValue name='coneTranslation' value='1.56959 1.21491 1.07519'/> |
1311 | <fieldValue name='rotation' value='53.29854 0 -37.66036 1.53459'/> |
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.68884'/> |
1320 | <fieldValue name='cylinderTranslation' value='1.52417 1.43595 0.60588'/> |
1321 | <fieldValue name='coneTranslation' value='1.65210 1.56387 0.57006'/> |
1322 | <fieldValue name='rotation' value='-13.38176 0 -47.78299 0.80433'/> |
1323 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1324 | <fieldValue name='ballRadius' value='0.02'/> |
1325 | <fieldValue name='traceEnabled' value='false'/> |
1326 | <fieldValue name='displayMode'/> |
1327 | <fieldValue name='transparency' value='0'/> |
1328 | </ProtoInstance> |
1329 | <ProtoInstance name='Arc'> |
1330 | <fieldValue name='cylinderHeight' value='1.47746'/> |
1331 | <fieldValue name='cylinderTranslation' value='0.85753 0.74188 0.27836'/> |
1332 | <fieldValue name='coneTranslation' value='0.52244 0.38527 -0.03064'/> |
1333 | <fieldValue name='rotation' value='-78.88604 0 85.54557 2.23468'/> |
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.59026'/> |
1342 | <fieldValue name='cylinderTranslation' value='1.55674 1.29841 0.72872'/> |
1343 | <fieldValue name='coneTranslation' value='1.68105 1.34481 0.75433'/> |
1344 | <fieldValue name='rotation' value='11.18573 0 -54.29694 1.22027'/> |
1345 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1346 | <fieldValue name='ballRadius' value='0.02'/> |
1347 | <fieldValue name='traceEnabled' value='false'/> |
1348 | <fieldValue name='displayMode'/> |
1349 | <fieldValue name='transparency' value='0'/> |
1350 | </ProtoInstance> |
1351 | <ProtoInstance name='Arc'> |
1352 | <fieldValue name='cylinderHeight' value='1.45849'/> |
1353 | <fieldValue name='cylinderTranslation' value='0.70161 1.40352 0.28740'/> |
1354 | <fieldValue name='coneTranslation' value='0.24601 1.56468 -0.01343'/> |
1355 | <fieldValue name='rotation' value='-77.07768 0 116.73040 1.28377'/> |
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.28331'/> |
1364 | <fieldValue name='cylinderTranslation' value='-0.04918 2.10375 -1.12251'/> |
1365 | <fieldValue name='coneTranslation' value='-0.05139 2.08843 -1.13235'/> |
1366 | <fieldValue name='rotation' value='15.19767 0 -3.40916 0.58208'/> |
1367 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1368 | <fieldValue name='ballRadius' value='0.02'/> |
1369 | <fieldValue name='traceEnabled' value='false'/> |
1370 | <fieldValue name='displayMode'/> |
1371 | <fieldValue name='transparency' value='0'/> |
1372 | </ProtoInstance> |
1373 | <ProtoInstance name='Arc'> |
1374 | <fieldValue name='cylinderHeight' value='1.05039'/> |
1375 | <fieldValue name='cylinderTranslation' value='-0.17285 2.16683 -1.67969'/> |
1376 | <fieldValue name='coneTranslation' value='-0.24698 2.29297 -2.01430'/> |
1377 | <fieldValue name='rotation' value='-96.23992 0 21.32385 1.21812'/> |
1378 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1379 | <fieldValue name='ballRadius' value='0.02'/> |
1380 | <fieldValue name='traceEnabled' value='false'/> |
1381 | <fieldValue name='displayMode'/> |
1382 | <fieldValue name='transparency' value='0'/> |
1383 | </ProtoInstance> |
1384 | <ProtoInstance name='Arc'> |
1385 | <fieldValue name='cylinderHeight' value='1.02254'/> |
1386 | <fieldValue name='cylinderTranslation' value='-0.33723 2.26040 -1.53367'/> |
1387 | <fieldValue name='coneTranslation' value='-0.52342 2.44932 -1.76395'/> |
1388 | <fieldValue name='rotation' value='-67.03518 0 54.20032 1.00293'/> |
1389 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1390 | <fieldValue name='ballRadius' value='0.02'/> |
1391 | <fieldValue name='traceEnabled' value='false'/> |
1392 | <fieldValue name='displayMode'/> |
1393 | <fieldValue name='transparency' value='0'/> |
1394 | </ProtoInstance> |
1395 | <ProtoInstance name='Arc'> |
1396 | <fieldValue name='cylinderHeight' value='1.04077'/> |
1397 | <fieldValue name='cylinderTranslation' value='-0.32384 2.20077 -1.59606'/> |
1398 | <fieldValue name='coneTranslation' value='-0.50224 2.34991 -1.87140'/> |
1399 | <fieldValue name='rotation' value='-79.51418 0 51.52237 1.14414'/> |
1400 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1401 | <fieldValue name='ballRadius' value='0.02'/> |
1402 | <fieldValue name='traceEnabled' value='false'/> |
1403 | <fieldValue name='displayMode'/> |
1404 | <fieldValue name='transparency' value='0'/> |
1405 | </ProtoInstance> |
1406 | <ProtoInstance name='Arc'> |
1407 | <fieldValue name='cylinderHeight' value='1.05039'/> |
1408 | <fieldValue name='cylinderTranslation' value='-0.17285 2.16683 -1.67969'/> |
1409 | <fieldValue name='coneTranslation' value='-0.24698 2.29297 -2.01430'/> |
1410 | <fieldValue name='rotation' value='-96.23992 0 21.32385 1.21812'/> |
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='1.09349'/> |
1419 | <fieldValue name='cylinderTranslation' value='-0.11895 1.44428 -1.14092'/> |
1420 | <fieldValue name='coneTranslation' value='-0.15624 1.06149 -1.10020'/> |
1421 | <fieldValue name='rotation' value='11.51379 -0.00000 10.54445 2.99833'/> |
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.96436'/> |
1430 | <fieldValue name='cylinderTranslation' value='-0.24170 2.28375 -1.53421'/> |
1431 | <fieldValue name='coneTranslation' value='-0.35895 2.48308 -1.75854'/> |
1432 | <fieldValue name='rotation' value='-67.14422 0 35.09463 0.90370'/> |
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.55347'/> |
1441 | <fieldValue name='cylinderTranslation' value='-0.09918 2.20284 -1.36650'/> |
1442 | <fieldValue name='coneTranslation' value='-0.11308 2.29456 -1.43737'/> |
1443 | <fieldValue name='rotation' value='-33.60072 0 6.59098 0.66704'/> |
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.52237'/> |
1452 | <fieldValue name='cylinderTranslation' value='-0.15495 1.84578 -1.40060'/> |
1453 | <fieldValue name='coneTranslation' value='-0.18932 1.79168 -1.47890'/> |
1454 | <fieldValue name='rotation' value='-40.42120 0 17.74465 2.13488'/> |
1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1456 | <fieldValue name='ballRadius' value='0.02'/> |
1457 | <fieldValue name='traceEnabled' value='false'/> |
1458 | <fieldValue name='displayMode'/> |
1459 | <fieldValue name='transparency' value='0'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Arc'> |
1462 | <fieldValue name='cylinderHeight' value='1.03160'/> |
1463 | <fieldValue name='cylinderTranslation' value='-0.02819 2.23854 -1.64630'/> |
1464 | <fieldValue name='coneTranslation' value='-0.00196 2.41315 -1.95520'/> |
1465 | <fieldValue name='rotation' value='-89.56123 0 -7.60692 1.05786'/> |
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.02316'/> |
1474 | <fieldValue name='cylinderTranslation' value='-0.01329 2.26650 -1.62265'/> |
1475 | <fieldValue name='coneTranslation' value='0.02308 2.45967 -1.91415'/> |
1476 | <fieldValue name='rotation' value='-84.83101 0 -10.58657 0.98911'/> |
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.02316'/> |
1485 | <fieldValue name='cylinderTranslation' value='-0.01329 2.26650 -1.62265'/> |
1486 | <fieldValue name='coneTranslation' value='0.02308 2.45967 -1.91415'/> |
1487 | <fieldValue name='rotation' value='-84.83101 0 -10.58657 0.98911'/> |
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.67328'/> |
1496 | <fieldValue name='cylinderTranslation' value='0.23938 1.85266 -0.43106'/> |
1497 | <fieldValue name='coneTranslation' value='0.48654 1.74529 0.18960'/> |
1498 | <fieldValue name='rotation' value='153.48582 0 -61.12069 1.73015'/> |
1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1500 | <fieldValue name='ballRadius' value='0.02'/> |
1501 | <fieldValue name='traceEnabled' value='false'/> |
1502 | <fieldValue name='displayMode'/> |
1503 | <fieldValue name='transparency' value='0'/> |
1504 | </ProtoInstance> |
1505 | <ProtoInstance name='Arc'> |
1506 | <fieldValue name='cylinderHeight' value='0.61707'/> |
1507 | <fieldValue name='cylinderTranslation' value='-0.10585 2.16503 -1.44621'/> |
1508 | <fieldValue name='coneTranslation' value='-0.12492 2.25150 -1.56546'/> |
1509 | <fieldValue name='rotation' value='-49.54296 0 7.92412 0.94943'/> |
1510 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1511 | <fieldValue name='ballRadius' value='0.02'/> |
1512 | <fieldValue name='traceEnabled' value='false'/> |
1513 | <fieldValue name='displayMode'/> |
1514 | <fieldValue name='transparency' value='0'/> |
1515 | </ProtoInstance> |
1516 | <ProtoInstance name='Arc'> |
1517 | <fieldValue name='cylinderHeight' value='0.35391'/> |
1518 | <fieldValue name='cylinderTranslation' value='-0.04692 2.13963 -1.11388'/> |
1519 | <fieldValue name='coneTranslation' value='-0.04507 2.15441 -1.10577'/> |
1520 | <fieldValue name='rotation' value='16.92255 0 -3.86192 0.51261'/> |
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.84142'/> |
1529 | <fieldValue name='cylinderTranslation' value='-0.22110 1.73723 -1.50084'/> |
1530 | <fieldValue name='coneTranslation' value='-0.31707 1.58342 -1.68820'/> |
1531 | <fieldValue name='rotation' value='-60.46858 0 30.97389 2.20178'/> |
1532 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1533 | <fieldValue name='ballRadius' value='0.02'/> |
1534 | <fieldValue name='traceEnabled' value='false'/> |
1535 | <fieldValue name='displayMode'/> |
1536 | <fieldValue name='transparency' value='0'/> |
1537 | </ProtoInstance> |
1538 | <ProtoInstance name='Arc'> |
1539 | <fieldValue name='cylinderHeight' value='0.96436'/> |
1540 | <fieldValue name='cylinderTranslation' value='-0.24170 2.28375 -1.53422'/> |
1541 | <fieldValue name='coneTranslation' value='-0.35895 2.48308 -1.75854'/> |
1542 | <fieldValue name='rotation' value='-67.14441 0 35.09471 0.90371'/> |
1543 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1544 | <fieldValue name='ballRadius' value='0.02'/> |
1545 | <fieldValue name='traceEnabled' value='false'/> |
1546 | <fieldValue name='displayMode'/> |
1547 | <fieldValue name='transparency' value='0'/> |
1548 | </ProtoInstance> |
1549 | <ProtoInstance name='Arc'> |
1550 | <fieldValue name='cylinderHeight' value='0.80740'/> |
1551 | <fieldValue name='cylinderTranslation' value='-0.08285 2.36798 -1.32635'/> |
1552 | <fieldValue name='coneTranslation' value='-0.09288 2.59891 -1.40353'/> |
1553 | <fieldValue name='rotation' value='-25.57098 0 3.32464 0.32507'/> |
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.04077'/> |
1562 | <fieldValue name='cylinderTranslation' value='-0.32384 2.20077 -1.59606'/> |
1563 | <fieldValue name='coneTranslation' value='-0.50224 2.34991 -1.87140'/> |
1564 | <fieldValue name='rotation' value='-79.51418 0 51.52237 1.14414'/> |
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.63862'/> |
1573 | <fieldValue name='cylinderTranslation' value='-0.16994 2.17542 -1.43323'/> |
1574 | <fieldValue name='coneTranslation' value='-0.22169 2.27021 -1.55035'/> |
1575 | <fieldValue name='rotation' value='-46.94752 0 20.74368 0.93350'/> |
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.86049'/> |
1584 | <fieldValue name='cylinderTranslation' value='0.16161 2.18032 -0.88992'/> |
1585 | <fieldValue name='coneTranslation' value='0.30472 2.30274 -0.69610'/> |
1586 | <fieldValue name='rotation' value='61.71396 0 -45.56792 1.10067'/> |
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.96198'/> |
1595 | <fieldValue name='cylinderTranslation' value='-0.10253 2.27818 -1.57840'/> |
1596 | <fieldValue name='coneTranslation' value='-0.12675 2.47355 -1.83193'/> |
1597 | <fieldValue name='rotation' value='-75.98101 0 7.26001 0.91643'/> |
1598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1599 | <fieldValue name='ballRadius' value='0.02'/> |
1600 | <fieldValue name='traceEnabled' value='false'/> |
1601 | <fieldValue name='displayMode'/> |
1602 | <fieldValue name='transparency' value='0'/> |
1603 | </ProtoInstance> |
1604 | <ProtoInstance name='Arc'> |
1605 | <fieldValue name='cylinderHeight' value='0.93062'/> |
1606 | <fieldValue name='cylinderTranslation' value='-0.11464 2.34688 -1.48749'/> |
1607 | <fieldValue name='coneTranslation' value='-0.14641 2.58404 -1.67712'/> |
1608 | <fieldValue name='rotation' value='-57.79978 0 9.68324 0.68122'/> |
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='1.17729'/> |
1617 | <fieldValue name='cylinderTranslation' value='0.02586 1.79770 -0.64824'/> |
1618 | <fieldValue name='coneTranslation' value='0.09292 1.66100 -0.24755'/> |
1619 | <fieldValue name='rotation' value='110.05069 0 -18.41820 1.89538'/> |
1620 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1621 | <fieldValue name='ballRadius' value='0.02'/> |
1622 | <fieldValue name='traceEnabled' value='false'/> |
1623 | <fieldValue name='displayMode'/> |
1624 | <fieldValue name='transparency' value='0'/> |
1625 | </ProtoInstance> |
1626 | <ProtoInstance name='Arc'> |
1627 | <fieldValue name='cylinderHeight' value='0.80154'/> |
1628 | <fieldValue name='cylinderTranslation' value='1.97547 -2.36693 1.21817'/> |
1629 | <fieldValue name='coneTranslation' value='2.05579 -2.47239 1.41917'/> |
1630 | <fieldValue name='rotation' value='66.91133 0 -26.73889 2.02417'/> |
1631 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1632 | <fieldValue name='ballRadius' value='0.02'/> |
1633 | <fieldValue name='traceEnabled' value='false'/> |
1634 | <fieldValue name='displayMode'/> |
1635 | <fieldValue name='transparency' value='0'/> |
1636 | </ProtoInstance> |
1637 | <ProtoInstance name='Arc'> |
1638 | <fieldValue name='cylinderHeight' value='0.42126'/> |
1639 | <fieldValue name='cylinderTranslation' value='1.90466 -2.35306 1.00309'/> |
1640 | <fieldValue name='coneTranslation' value='1.91978 -2.39192 1.03180'/> |
1641 | <fieldValue name='rotation' value='23.89356 0 -12.57809 2.44581'/> |
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.87043'/> |
1650 | <fieldValue name='cylinderTranslation' value='1.64325 -1.90861 0.61897'/> |
1651 | <fieldValue name='coneTranslation' value='1.51770 -1.72980 0.45162'/> |
1652 | <fieldValue name='rotation' value='-52.92869 0 39.70544 0.86355'/> |
1653 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1654 | <fieldValue name='ballRadius' value='0.02'/> |
1655 | <fieldValue name='traceEnabled' value='false'/> |
1656 | <fieldValue name='displayMode'/> |
1657 | <fieldValue name='transparency' value='0'/> |
1658 | </ProtoInstance> |
1659 | <ProtoInstance name='Arc'> |
1660 | <fieldValue name='cylinderHeight' value='0.22279'/> |
1661 | <fieldValue name='cylinderTranslation' value='1.74883 -2.25256 0.87832'/> |
1662 | <fieldValue name='coneTranslation' value='1.78938 -2.22587 0.88063'/> |
1663 | <fieldValue name='rotation' value='-1.05918 0 18.58910 2.15211'/> |
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.80154'/> |
1672 | <fieldValue name='cylinderTranslation' value='1.97547 -2.36693 1.21817'/> |
1673 | <fieldValue name='coneTranslation' value='2.05579 -2.47239 1.41917'/> |
1674 | <fieldValue name='rotation' value='66.91133 0 -26.73889 2.02417'/> |
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.79385'/> |
1683 | <fieldValue name='cylinderTranslation' value='2.04380 -2.36384 1.17856'/> |
1684 | <fieldValue name='coneTranslation' value='2.16440 -2.46678 1.35461'/> |
1685 | <fieldValue name='rotation' value='58.98886 0 -40.40635 2.02025'/> |
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.62929'/> |
1694 | <fieldValue name='cylinderTranslation' value='1.76724 -2.47096 1.00726'/> |
1695 | <fieldValue name='coneTranslation' value='1.73062 -2.60837 1.06802'/> |
1696 | <fieldValue name='rotation' value='24.72764 -0.00000 14.90550 2.66493'/> |
1697 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1698 | <fieldValue name='ballRadius' value='0.02'/> |
1699 | <fieldValue name='traceEnabled' value='false'/> |
1700 | <fieldValue name='displayMode'/> |
1701 | <fieldValue name='transparency' value='0'/> |
1702 | </ProtoInstance> |
1703 | <ProtoInstance name='Arc'> |
1704 | <fieldValue name='cylinderHeight' value='0.79126'/> |
1705 | <fieldValue name='cylinderTranslation' value='1.81512 -2.42509 1.20173'/> |
1706 | <fieldValue name='coneTranslation' value='1.79924 -2.56428 1.39120'/> |
1707 | <fieldValue name='rotation' value='63.62313 -0.00000 5.33130 2.20272'/> |
1708 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1709 | <fieldValue name='ballRadius' value='0.02'/> |
1710 | <fieldValue name='traceEnabled' value='false'/> |
1711 | <fieldValue name='displayMode'/> |
1712 | <fieldValue name='transparency' value='0'/> |
1713 | </ProtoInstance> |
1714 | <ProtoInstance name='Arc'> |
1715 | <fieldValue name='cylinderHeight' value='0.69593'/> |
1716 | <fieldValue name='cylinderTranslation' value='1.94907 -2.44699 1.09393'/> |
1717 | <fieldValue name='coneTranslation' value='2.00704 -2.58506 1.20754'/> |
1718 | <fieldValue name='rotation' value='42.06347 0 -21.46030 2.39581'/> |
1719 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1720 | <fieldValue name='ballRadius' value='0.02'/> |
1721 | <fieldValue name='traceEnabled' value='false'/> |
1722 | <fieldValue name='displayMode'/> |
1723 | <fieldValue name='transparency' value='0'/> |
1724 | </ProtoInstance> |
1725 | <ProtoInstance name='Arc'> |
1726 | <fieldValue name='cylinderHeight' value='0.42133'/> |
1727 | <fieldValue name='cylinderTranslation' value='1.90547 -2.35280 1.00307'/> |
1728 | <fieldValue name='coneTranslation' value='1.92079 -2.39162 1.03180'/> |
1729 | <fieldValue name='rotation' value='23.89004 0 -12.74018 2.44370'/> |
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.90525'/> |
1738 | <fieldValue name='cylinderTranslation' value='1.84510 -1.87379 0.56115'/> |
1739 | <fieldValue name='coneTranslation' value='1.84725 -1.66846 0.35267'/> |
1740 | <fieldValue name='rotation' value='-64.49416 0 -0.66513 0.79303'/> |
1741 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1742 | <fieldValue name='ballRadius' value='0.02'/> |
1743 | <fieldValue name='traceEnabled' value='false'/> |
1744 | <fieldValue name='displayMode'/> |
1745 | <fieldValue name='transparency' value='0'/> |
1746 | </ProtoInstance> |
1747 | <ProtoInstance name='Arc'> |
1748 | <fieldValue name='cylinderHeight' value='0.79126'/> |
1749 | <fieldValue name='cylinderTranslation' value='1.81512 -2.42509 1.20173'/> |
1750 | <fieldValue name='coneTranslation' value='1.79924 -2.56428 1.39120'/> |
1751 | <fieldValue name='rotation' value='63.62313 -0.00000 5.33130 2.20272'/> |
1752 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1753 | <fieldValue name='ballRadius' value='0.02'/> |
1754 | <fieldValue name='traceEnabled' value='false'/> |
1755 | <fieldValue name='displayMode'/> |
1756 | <fieldValue name='transparency' value='0'/> |
1757 | </ProtoInstance> |
1758 | <ProtoInstance name='Arc'> |
1759 | <fieldValue name='cylinderHeight' value='0.40082'/> |
1760 | <fieldValue name='cylinderTranslation' value='2.00855 -2.19190 0.77250'/> |
1761 | <fieldValue name='coneTranslation' value='2.04218 -2.19201 0.75009'/> |
1762 | <fieldValue name='rotation' value='-22.22437 0 -33.35614 1.57336'/> |
1763 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1764 | <fieldValue name='ballRadius' value='0.02'/> |
1765 | <fieldValue name='traceEnabled' value='false'/> |
1766 | <fieldValue name='displayMode'/> |
1767 | <fieldValue name='transparency' value='0'/> |
1768 | </ProtoInstance> |
1769 | <ProtoInstance name='Arc'> |
1770 | <fieldValue name='cylinderHeight' value='0.69571'/> |
1771 | <fieldValue name='cylinderTranslation' value='1.94636 -2.44787 1.09406'/> |
1772 | <fieldValue name='coneTranslation' value='2.00285 -2.58637 1.20770'/> |
1773 | <fieldValue name='rotation' value='42.08815 0 -20.91804 2.39986'/> |
1774 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1775 | <fieldValue name='ballRadius' value='0.02'/> |
1776 | <fieldValue name='traceEnabled' value='false'/> |
1777 | <fieldValue name='displayMode'/> |
1778 | <fieldValue name='transparency' value='0'/> |
1779 | </ProtoInstance> |
1780 | <ProtoInstance name='Arc'> |
1781 | <fieldValue name='cylinderHeight' value='0.04544'/> |
1782 | <fieldValue name='cylinderTranslation' value='-0.46897 1.57433 0.09014'/> |
1783 | <fieldValue name='coneTranslation' value='-0.35446 1.63935 0.12896'/> |
1784 | <fieldValue name='rotation' value='-1.28472 0 3.79002 2.06420'/> |
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.27884'/> |
1793 | <fieldValue name='cylinderTranslation' value='-0.56325 1.66325 0.07404'/> |
1794 | <fieldValue name='coneTranslation' value='-0.54654 1.65171 0.07736'/> |
1795 | <fieldValue name='rotation' value='-4.50632 0 22.64699 0.97572'/> |
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.57440'/> |
1804 | <fieldValue name='cylinderTranslation' value='-0.68112 1.75141 0.05892'/> |
1805 | <fieldValue name='coneTranslation' value='-0.78347 1.82507 0.04225'/> |
1806 | <fieldValue name='rotation' value='-7.52926 0 46.22008 0.95319'/> |
1807 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1808 | <fieldValue name='ballRadius' value='0.02'/> |
1809 | <fieldValue name='traceEnabled' value='false'/> |
1810 | <fieldValue name='displayMode'/> |
1811 | <fieldValue name='transparency' value='0'/> |
1812 | </ProtoInstance> |
1813 | <ProtoInstance name='Arc'> |
1814 | <fieldValue name='cylinderHeight' value='0.42107'/> |
1815 | <fieldValue name='cylinderTranslation' value='-0.48598 1.45603 0.25897'/> |
1816 | <fieldValue name='coneTranslation' value='-0.49462 1.42505 0.29795'/> |
1817 | <fieldValue name='rotation' value='32.48062 -0.00000 7.19355 2.23067'/> |
1818 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1819 | <fieldValue name='ballRadius' value='0.02'/> |
1820 | <fieldValue name='traceEnabled' value='false'/> |
1821 | <fieldValue name='displayMode'/> |
1822 | <fieldValue name='transparency' value='0'/> |
1823 | </ProtoInstance> |
1824 | <ProtoInstance name='Arc'> |
1825 | <fieldValue name='cylinderHeight' value='0.04483'/> |
1826 | <fieldValue name='cylinderTranslation' value='-0.46373 1.56871 0.08980'/> |
1827 | <fieldValue name='coneTranslation' value='-0.37954 1.66929 0.13134'/> |
1828 | <fieldValue name='rotation' value='-1.35327 0 2.74300 2.39062'/> |
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.62375'/> |
1837 | <fieldValue name='cylinderTranslation' value='-0.70244 1.76443 0.05934'/> |
1838 | <fieldValue name='coneTranslation' value='-0.82537 1.85176 0.04122'/> |
1839 | <fieldValue name='rotation' value='-7.44464 0 50.48497 0.95816'/> |
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.60623'/> |
1848 | <fieldValue name='cylinderTranslation' value='-0.69420 1.76039 0.05752'/> |
1849 | <fieldValue name='coneTranslation' value='-0.80948 1.84316 0.03909'/> |
1850 | <fieldValue name='rotation' value='-7.80893 0 48.83572 0.95411'/> |
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.14844'/> |
1859 | <fieldValue name='cylinderTranslation' value='-0.45473 1.65896 0.09115'/> |
1860 | <fieldValue name='coneTranslation' value='-0.44928 1.57358 0.09741'/> |
1861 | <fieldValue name='rotation' value='-1.08431 0 0.94270 0.09695'/> |
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.25374'/> |
1870 | <fieldValue name='cylinderTranslation' value='-0.55281 1.65615 0.07466'/> |
1871 | <fieldValue name='coneTranslation' value='-0.52596 1.63760 0.08038'/> |
1872 | <fieldValue name='rotation' value='-4.38197 0 20.55798 0.97626'/> |
1873 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1874 | <fieldValue name='ballRadius' value='0.02'/> |
1875 | <fieldValue name='traceEnabled' value='false'/> |
1876 | <fieldValue name='displayMode'/> |
1877 | <fieldValue name='transparency' value='0'/> |
1878 | </ProtoInstance> |
1879 | <ProtoInstance name='Arc'> |
1880 | <fieldValue name='cylinderHeight' value='0.26387'/> |
1881 | <fieldValue name='cylinderTranslation' value='-0.55754 1.65852 0.07526'/> |
1882 | <fieldValue name='coneTranslation' value='-0.53467 1.64290 0.07979'/> |
1883 | <fieldValue name='rotation' value='-4.26089 0 21.50432 0.98054'/> |
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.57653'/> |
1892 | <fieldValue name='cylinderTranslation' value='-0.68188 1.75233 0.05959'/> |
1893 | <fieldValue name='coneTranslation' value='-0.78505 1.82674 0.04313'/> |
1894 | <fieldValue name='rotation' value='-7.39610 0 46.37258 0.95188'/> |
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.26411'/> |
1903 | <fieldValue name='cylinderTranslation' value='-0.55689 1.65930 0.07400'/> |
1904 | <fieldValue name='coneTranslation' value='-0.53427 1.64360 0.07878'/> |
1905 | <fieldValue name='rotation' value='-4.51306 0 21.37465 0.97401'/> |
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.57440'/> |
1914 | <fieldValue name='cylinderTranslation' value='-0.68112 1.75141 0.05892'/> |
1915 | <fieldValue name='coneTranslation' value='-0.78347 1.82507 0.04225'/> |
1916 | <fieldValue name='rotation' value='-7.52926 0 46.22008 0.95319'/> |
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.68521'/> |
1925 | <fieldValue name='cylinderTranslation' value='-0.15876 1.54960 0.27345'/> |
1926 | <fieldValue name='coneTranslation' value='-0.00353 1.53068 0.36773'/> |
1927 | <fieldValue name='rotation' value='35.37748 0 -58.25059 1.67458'/> |
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.75524'/> |
1936 | <fieldValue name='cylinderTranslation' value='-0.42120 1.23477 -0.04142'/> |
1937 | <fieldValue name='coneTranslation' value='-0.40460 1.03288 -0.12094'/> |
1938 | <fieldValue name='rotation' value='-27.59766 0 -5.76286 2.75903'/> |
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.88764'/> |
1947 | <fieldValue name='cylinderTranslation' value='-0.81587 1.83386 0.06133'/> |
1948 | <fieldValue name='coneTranslation' value='-1.04983 1.99295 0.03880'/> |
1949 | <fieldValue name='rotation' value='-7.04741 0 73.17034 0.97578'/> |
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.24495'/> |
1958 | <fieldValue name='cylinderTranslation' value='-0.55771 1.64332 0.09314'/> |
1959 | <fieldValue name='coneTranslation' value='-0.52471 1.62548 0.09419'/> |
1960 | <fieldValue name='rotation' value='-0.68515 0 21.53838 1.07535'/> |
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.22670'/> |
1969 | <fieldValue name='cylinderTranslation' value='-0.55144 1.59138 0.04635'/> |
1970 | <fieldValue name='coneTranslation' value='-0.50970 1.58879 0.06702'/> |
1971 | <fieldValue name='rotation' value='-10.04436 0 20.28411 1.51531'/> |
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.57653'/> |
1980 | <fieldValue name='cylinderTranslation' value='-0.68188 1.75233 0.05959'/> |
1981 | <fieldValue name='coneTranslation' value='-0.78505 1.82674 0.04313'/> |
1982 | <fieldValue name='rotation' value='-7.39610 0 46.37258 0.95188'/> |
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.73662'/> |
1991 | <fieldValue name='cylinderTranslation' value='-0.10236 1.46764 0.12805'/> |
1992 | <fieldValue name='coneTranslation' value='0.09427 1.40120 0.14586'/> |
1993 | <fieldValue name='rotation' value='6.29669 0 -69.53122 1.89537'/> |
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.57653'/> |
2002 | <fieldValue name='cylinderTranslation' value='-0.68188 1.75233 0.05959'/> |
2003 | <fieldValue name='coneTranslation' value='-0.78505 1.82674 0.04313'/> |
2004 | <fieldValue name='rotation' value='-7.39610 0 46.37258 0.95188'/> |
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.60089'/> |
2013 | <fieldValue name='cylinderTranslation' value='-0.16603 1.59753 -0.00071'/> |
2014 | <fieldValue name='coneTranslation' value='-0.03328 1.60335 -0.04618'/> |
2015 | <fieldValue name='rotation' value='-19.45536 0 -56.79725 1.52938'/> |
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.04544'/> |
2024 | <fieldValue name='cylinderTranslation' value='-0.46897 1.57433 0.09014'/> |
2025 | <fieldValue name='coneTranslation' value='-0.35446 1.63935 0.12896'/> |
2026 | <fieldValue name='rotation' value='-1.28472 0 3.79002 2.06420'/> |
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.27884'/> |
2035 | <fieldValue name='cylinderTranslation' value='-0.56325 1.66325 0.07404'/> |
2036 | <fieldValue name='coneTranslation' value='-0.54654 1.65171 0.07736'/> |
2037 | <fieldValue name='rotation' value='-4.50632 0 22.64699 0.97572'/> |
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.57440'/> |
2046 | <fieldValue name='cylinderTranslation' value='-0.68112 1.75141 0.05892'/> |
2047 | <fieldValue name='coneTranslation' value='-0.78347 1.82507 0.04225'/> |
2048 | <fieldValue name='rotation' value='-7.52926 0 46.22008 0.95319'/> |
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.42107'/> |
2057 | <fieldValue name='cylinderTranslation' value='-0.48598 1.45603 0.25897'/> |
2058 | <fieldValue name='coneTranslation' value='-0.49462 1.42505 0.29795'/> |
2059 | <fieldValue name='rotation' value='32.48062 -0.00000 7.19355 2.23067'/> |
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.04483'/> |
2068 | <fieldValue name='cylinderTranslation' value='-0.46373 1.56871 0.08980'/> |
2069 | <fieldValue name='coneTranslation' value='-0.37954 1.66929 0.13134'/> |
2070 | <fieldValue name='rotation' value='-1.35327 0 2.74300 2.39062'/> |
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.62375'/> |
2079 | <fieldValue name='cylinderTranslation' value='-0.70244 1.76443 0.05934'/> |
2080 | <fieldValue name='coneTranslation' value='-0.82537 1.85176 0.04122'/> |
2081 | <fieldValue name='rotation' value='-7.44464 0 50.48497 0.95816'/> |
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.60623'/> |
2090 | <fieldValue name='cylinderTranslation' value='-0.69420 1.76039 0.05752'/> |
2091 | <fieldValue name='coneTranslation' value='-0.80948 1.84316 0.03909'/> |
2092 | <fieldValue name='rotation' value='-7.80893 0 48.83572 0.95411'/> |
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.14844'/> |
2101 | <fieldValue name='cylinderTranslation' value='-0.45473 1.65896 0.09115'/> |
2102 | <fieldValue name='coneTranslation' value='-0.44928 1.57358 0.09741'/> |
2103 | <fieldValue name='rotation' value='-1.08431 0 0.94270 0.09695'/> |
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.25374'/> |
2112 | <fieldValue name='cylinderTranslation' value='-0.55281 1.65615 0.07466'/> |
2113 | <fieldValue name='coneTranslation' value='-0.52596 1.63760 0.08038'/> |
2114 | <fieldValue name='rotation' value='-4.38197 0 20.55798 0.97626'/> |
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.26387'/> |
2123 | <fieldValue name='cylinderTranslation' value='-0.55754 1.65852 0.07526'/> |
2124 | <fieldValue name='coneTranslation' value='-0.53467 1.64290 0.07979'/> |
2125 | <fieldValue name='rotation' value='-4.26089 0 21.50432 0.98054'/> |
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.57653'/> |
2134 | <fieldValue name='cylinderTranslation' value='-0.68188 1.75233 0.05959'/> |
2135 | <fieldValue name='coneTranslation' value='-0.78505 1.82674 0.04313'/> |
2136 | <fieldValue name='rotation' value='-7.39610 0 46.37258 0.95188'/> |
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.26411'/> |
2145 | <fieldValue name='cylinderTranslation' value='-0.55689 1.65930 0.07400'/> |
2146 | <fieldValue name='coneTranslation' value='-0.53427 1.64360 0.07878'/> |
2147 | <fieldValue name='rotation' value='-4.51306 0 21.37465 0.97401'/> |
2148 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2149 | <fieldValue name='ballRadius' value='0.02'/> |
2150 | <fieldValue name='traceEnabled' value='false'/> |
2151 | <fieldValue name='displayMode'/> |
2152 | <fieldValue name='transparency' value='0'/> |
2153 | </ProtoInstance> |
2154 | <ProtoInstance name='Arc'> |
2155 | <fieldValue name='cylinderHeight' value='0.57440'/> |
2156 | <fieldValue name='cylinderTranslation' value='-0.68112 1.75141 0.05892'/> |
2157 | <fieldValue name='coneTranslation' value='-0.78347 1.82507 0.04225'/> |
2158 | <fieldValue name='rotation' value='-7.52926 0 46.22008 0.95319'/> |
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.68521'/> |
2167 | <fieldValue name='cylinderTranslation' value='-0.15876 1.54960 0.27345'/> |
2168 | <fieldValue name='coneTranslation' value='-0.00353 1.53068 0.36773'/> |
2169 | <fieldValue name='rotation' value='35.37748 0 -58.25059 1.67458'/> |
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.75524'/> |
2178 | <fieldValue name='cylinderTranslation' value='-0.42120 1.23477 -0.04142'/> |
2179 | <fieldValue name='coneTranslation' value='-0.40460 1.03288 -0.12094'/> |
2180 | <fieldValue name='rotation' value='-27.59766 0 -5.76286 2.75903'/> |
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.88764'/> |
2189 | <fieldValue name='cylinderTranslation' value='-0.81587 1.83386 0.06133'/> |
2190 | <fieldValue name='coneTranslation' value='-1.04983 1.99295 0.03880'/> |
2191 | <fieldValue name='rotation' value='-7.04741 0 73.17034 0.97578'/> |
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.24495'/> |
2200 | <fieldValue name='cylinderTranslation' value='-0.55771 1.64332 0.09314'/> |
2201 | <fieldValue name='coneTranslation' value='-0.52471 1.62548 0.09419'/> |
2202 | <fieldValue name='rotation' value='-0.68515 0 21.53838 1.07535'/> |
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.22670'/> |
2211 | <fieldValue name='cylinderTranslation' value='-0.55144 1.59138 0.04635'/> |
2212 | <fieldValue name='coneTranslation' value='-0.50970 1.58879 0.06702'/> |
2213 | <fieldValue name='rotation' value='-10.04436 0 20.28411 1.51531'/> |
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.57653'/> |
2222 | <fieldValue name='cylinderTranslation' value='-0.68188 1.75233 0.05959'/> |
2223 | <fieldValue name='coneTranslation' value='-0.78505 1.82674 0.04313'/> |
2224 | <fieldValue name='rotation' value='-7.39610 0 46.37258 0.95188'/> |
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.73662'/> |
2233 | <fieldValue name='cylinderTranslation' value='-0.10236 1.46764 0.12805'/> |
2234 | <fieldValue name='coneTranslation' value='0.09427 1.40120 0.14586'/> |
2235 | <fieldValue name='rotation' value='6.29669 0 -69.53122 1.89537'/> |
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.57653'/> |
2244 | <fieldValue name='cylinderTranslation' value='-0.68188 1.75233 0.05959'/> |
2245 | <fieldValue name='coneTranslation' value='-0.78505 1.82674 0.04313'/> |
2246 | <fieldValue name='rotation' value='-7.39610 0 46.37258 0.95188'/> |
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.60089'/> |
2255 | <fieldValue name='cylinderTranslation' value='-0.16603 1.59753 -0.00071'/> |
2256 | <fieldValue name='coneTranslation' value='-0.03328 1.60335 -0.04618'/> |
2257 | <fieldValue name='rotation' value='-19.45536 0 -56.79725 1.52938'/> |
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.05221'/> |
2266 | <fieldValue name='cylinderTranslation' value='-0.46365 1.57040 0.09051'/> |
2267 | <fieldValue name='coneTranslation' value='-0.33921 1.60542 0.12537'/> |
2268 | <fieldValue name='rotation' value='-1.35899 0 4.85251 1.83543'/> |
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.29200'/> |
2277 | <fieldValue name='cylinderTranslation' value='-0.55794 1.65931 0.07441'/> |
2278 | <fieldValue name='coneTranslation' value='-0.54657 1.65144 0.07660'/> |
2279 | <fieldValue name='rotation' value='-4.58059 0 23.70949 0.97371'/> |
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.58761'/> |
2288 | <fieldValue name='cylinderTranslation' value='-0.67580 1.74747 0.05929'/> |
2289 | <fieldValue name='coneTranslation' value='-0.78347 1.82501 0.04198'/> |
2290 | <fieldValue name='rotation' value='-7.60352 0 47.28258 0.95273'/> |
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.41769'/> |
2299 | <fieldValue name='cylinderTranslation' value='-0.48067 1.45210 0.25934'/> |
2300 | <fieldValue name='coneTranslation' value='-0.49033 1.42283 0.29724'/> |
2301 | <fieldValue name='rotation' value='32.40635 -0.00000 8.25605 2.21324'/> |
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.04767'/> |
2310 | <fieldValue name='cylinderTranslation' value='-0.45842 1.56477 0.09017'/> |
2311 | <fieldValue name='coneTranslation' value='-0.34971 1.63592 0.13095'/> |
2312 | <fieldValue name='rotation' value='-1.42753 0 3.80550 2.12052'/> |
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.63696'/> |
2321 | <fieldValue name='cylinderTranslation' value='-0.69713 1.76049 0.05971'/> |
2322 | <fieldValue name='coneTranslation' value='-0.82538 1.85169 0.04101'/> |
2323 | <fieldValue name='rotation' value='-7.51891 0 51.54746 0.95765'/> |
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.61943'/> |
2332 | <fieldValue name='cylinderTranslation' value='-0.68888 1.75646 0.05789'/> |
2333 | <fieldValue name='coneTranslation' value='-0.80949 1.84310 0.03884'/> |
2334 | <fieldValue name='rotation' value='-7.88319 0 49.89821 0.95366'/> |
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.15732'/> |
2343 | <fieldValue name='cylinderTranslation' value='-0.44942 1.65503 0.09152'/> |
2344 | <fieldValue name='coneTranslation' value='-0.43905 1.57457 0.09751'/> |
2345 | <fieldValue name='rotation' value='-1.15857 0 2.00519 0.14775'/> |
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.26688'/> |
2354 | <fieldValue name='cylinderTranslation' value='-0.54749 1.65222 0.07503'/> |
2355 | <fieldValue name='coneTranslation' value='-0.52598 1.63730 0.07946'/> |
2356 | <fieldValue name='rotation' value='-4.45623 0 21.62048 0.97399'/> |
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.27703'/> |
2365 | <fieldValue name='cylinderTranslation' value='-0.55223 1.65459 0.07563'/> |
2366 | <fieldValue name='coneTranslation' value='-0.53473 1.64259 0.07900'/> |
2367 | <fieldValue name='rotation' value='-4.33515 0 22.56681 0.97819'/> |
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.58973'/> |
2376 | <fieldValue name='cylinderTranslation' value='-0.67657 1.74840 0.05996'/> |
2377 | <fieldValue name='coneTranslation' value='-0.78505 1.82669 0.04287'/> |
2378 | <fieldValue name='rotation' value='-7.47036 0 47.43507 0.95145'/> |
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.27726'/> |
2387 | <fieldValue name='cylinderTranslation' value='-0.55158 1.65537 0.07437'/> |
2388 | <fieldValue name='coneTranslation' value='-0.53428 1.64333 0.07791'/> |
2389 | <fieldValue name='rotation' value='-4.58732 0 22.43715 0.97194'/> |
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.58761'/> |
2398 | <fieldValue name='cylinderTranslation' value='-0.67580 1.74747 0.05929'/> |
2399 | <fieldValue name='coneTranslation' value='-0.78347 1.82501 0.04198'/> |
2400 | <fieldValue name='rotation' value='-7.60352 0 47.28258 0.95273'/> |
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.67503'/> |
2409 | <fieldValue name='cylinderTranslation' value='-0.15345 1.54567 0.27383'/> |
2410 | <fieldValue name='coneTranslation' value='-0.00306 1.52907 0.36666'/> |
2411 | <fieldValue name='rotation' value='35.30321 0 -57.18810 1.66445'/> |
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.74748'/> |
2420 | <fieldValue name='cylinderTranslation' value='-0.41589 1.23084 -0.04105'/> |
2421 | <fieldValue name='coneTranslation' value='-0.40245 1.03274 -0.12018'/> |
2422 | <fieldValue name='rotation' value='-27.67192 0 -4.70036 2.75665'/> |
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.25805'/> |
2431 | <fieldValue name='cylinderTranslation' value='-0.55240 1.63939 0.09351'/> |
2432 | <fieldValue name='coneTranslation' value='-0.52527 1.62446 0.09442'/> |
2433 | <fieldValue name='rotation' value='-0.75941 0 22.60087 1.06815'/> |
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.23712'/> |
2442 | <fieldValue name='cylinderTranslation' value='-0.54612 1.58744 0.04672'/> |
2443 | <fieldValue name='coneTranslation' value='-0.50882 1.58387 0.06440'/> |
2444 | <fieldValue name='rotation' value='-10.11862 0 21.34660 1.48450'/> |
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.58973'/> |
2453 | <fieldValue name='cylinderTranslation' value='-0.67657 1.74840 0.05996'/> |
2454 | <fieldValue name='coneTranslation' value='-0.78505 1.82669 0.04287'/> |
2455 | <fieldValue name='rotation' value='-7.47036 0 47.43507 0.95145'/> |
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.72403'/> |
2464 | <fieldValue name='cylinderTranslation' value='-0.09705 1.46370 0.12842'/> |
2465 | <fieldValue name='coneTranslation' value='0.09399 1.40035 0.14578'/> |
2466 | <fieldValue name='rotation' value='6.22242 0 -68.46873 1.88977'/> |
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.58973'/> |
2475 | <fieldValue name='cylinderTranslation' value='-0.67657 1.74840 0.05996'/> |
2476 | <fieldValue name='coneTranslation' value='-0.78505 1.82669 0.04287'/> |
2477 | <fieldValue name='rotation' value='-7.47036 0 47.43507 0.95145'/> |
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.59148'/> |
2486 | <fieldValue name='cylinderTranslation' value='-0.16072 1.59360 -0.00034'/> |
2487 | <fieldValue name='coneTranslation' value='-0.03281 1.60111 -0.04516'/> |
2488 | <fieldValue name='rotation' value='-19.52962 0 -55.73475 1.51541'/> |
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.05221'/> |
2497 | <fieldValue name='cylinderTranslation' value='-0.46365 1.57040 0.09051'/> |
2498 | <fieldValue name='coneTranslation' value='-0.33921 1.60542 0.12537'/> |
2499 | <fieldValue name='rotation' value='-1.35899 0 4.85251 1.83543'/> |
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.29200'/> |
2508 | <fieldValue name='cylinderTranslation' value='-0.55794 1.65931 0.07441'/> |
2509 | <fieldValue name='coneTranslation' value='-0.54657 1.65144 0.07660'/> |
2510 | <fieldValue name='rotation' value='-4.58059 0 23.70949 0.97371'/> |
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.58761'/> |
2519 | <fieldValue name='cylinderTranslation' value='-0.67580 1.74747 0.05929'/> |
2520 | <fieldValue name='coneTranslation' value='-0.78347 1.82501 0.04198'/> |
2521 | <fieldValue name='rotation' value='-7.60352 0 47.28258 0.95273'/> |
2522 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2523 | <fieldValue name='ballRadius' value='0.02'/> |
2524 | <fieldValue name='traceEnabled' value='false'/> |
2525 | <fieldValue name='displayMode'/> |
2526 | <fieldValue name='transparency' value='0'/> |
2527 | </ProtoInstance> |
2528 | <ProtoInstance name='Arc'> |
2529 | <fieldValue name='cylinderHeight' value='0.41769'/> |
2530 | <fieldValue name='cylinderTranslation' value='-0.48067 1.45210 0.25934'/> |
2531 | <fieldValue name='coneTranslation' value='-0.49033 1.42283 0.29724'/> |
2532 | <fieldValue name='rotation' value='32.40635 -0.00000 8.25605 2.21324'/> |
2533 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2534 | <fieldValue name='ballRadius' value='0.02'/> |
2535 | <fieldValue name='traceEnabled' value='false'/> |
2536 | <fieldValue name='displayMode'/> |
2537 | <fieldValue name='transparency' value='0'/> |
2538 | </ProtoInstance> |
2539 | <ProtoInstance name='Arc'> |
2540 | <fieldValue name='cylinderHeight' value='0.04767'/> |
2541 | <fieldValue name='cylinderTranslation' value='-0.45842 1.56477 0.09017'/> |
2542 | <fieldValue name='coneTranslation' value='-0.34971 1.63592 0.13095'/> |
2543 | <fieldValue name='rotation' value='-1.42753 0 3.80550 2.12052'/> |
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.63696'/> |
2552 | <fieldValue name='cylinderTranslation' value='-0.69713 1.76049 0.05971'/> |
2553 | <fieldValue name='coneTranslation' value='-0.82538 1.85169 0.04101'/> |
2554 | <fieldValue name='rotation' value='-7.51891 0 51.54746 0.95765'/> |
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.61943'/> |
2563 | <fieldValue name='cylinderTranslation' value='-0.68888 1.75646 0.05789'/> |
2564 | <fieldValue name='coneTranslation' value='-0.80949 1.84310 0.03884'/> |
2565 | <fieldValue name='rotation' value='-7.88319 0 49.89821 0.95366'/> |
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.15732'/> |
2574 | <fieldValue name='cylinderTranslation' value='-0.44942 1.65503 0.09152'/> |
2575 | <fieldValue name='coneTranslation' value='-0.43905 1.57457 0.09751'/> |
2576 | <fieldValue name='rotation' value='-1.15857 0 2.00519 0.14775'/> |
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.26688'/> |
2585 | <fieldValue name='cylinderTranslation' value='-0.54749 1.65222 0.07503'/> |
2586 | <fieldValue name='coneTranslation' value='-0.52598 1.63730 0.07946'/> |
2587 | <fieldValue name='rotation' value='-4.45623 0 21.62048 0.97399'/> |
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.27703'/> |
2596 | <fieldValue name='cylinderTranslation' value='-0.55223 1.65459 0.07563'/> |
2597 | <fieldValue name='coneTranslation' value='-0.53473 1.64259 0.07900'/> |
2598 | <fieldValue name='rotation' value='-4.33515 0 22.56681 0.97819'/> |
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.58973'/> |
2607 | <fieldValue name='cylinderTranslation' value='-0.67657 1.74840 0.05996'/> |
2608 | <fieldValue name='coneTranslation' value='-0.78505 1.82669 0.04287'/> |
2609 | <fieldValue name='rotation' value='-7.47036 0 47.43507 0.95145'/> |
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.27726'/> |
2618 | <fieldValue name='cylinderTranslation' value='-0.55158 1.65537 0.07437'/> |
2619 | <fieldValue name='coneTranslation' value='-0.53428 1.64333 0.07791'/> |
2620 | <fieldValue name='rotation' value='-4.58732 0 22.43715 0.97194'/> |
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.58761'/> |
2629 | <fieldValue name='cylinderTranslation' value='-0.67580 1.74747 0.05929'/> |
2630 | <fieldValue name='coneTranslation' value='-0.78347 1.82501 0.04198'/> |
2631 | <fieldValue name='rotation' value='-7.60352 0 47.28258 0.95273'/> |
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.67503'/> |
2640 | <fieldValue name='cylinderTranslation' value='-0.15345 1.54567 0.27383'/> |
2641 | <fieldValue name='coneTranslation' value='-0.00306 1.52907 0.36666'/> |
2642 | <fieldValue name='rotation' value='35.30321 0 -57.18810 1.66445'/> |
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.74748'/> |
2651 | <fieldValue name='cylinderTranslation' value='-0.41589 1.23084 -0.04105'/> |
2652 | <fieldValue name='coneTranslation' value='-0.40245 1.03274 -0.12018'/> |
2653 | <fieldValue name='rotation' value='-27.67192 0 -4.70036 2.75665'/> |
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.25805'/> |
2662 | <fieldValue name='cylinderTranslation' value='-0.55240 1.63939 0.09351'/> |
2663 | <fieldValue name='coneTranslation' value='-0.52527 1.62446 0.09442'/> |
2664 | <fieldValue name='rotation' value='-0.75941 0 22.60087 1.06815'/> |
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.23712'/> |
2673 | <fieldValue name='cylinderTranslation' value='-0.54612 1.58744 0.04672'/> |
2674 | <fieldValue name='coneTranslation' value='-0.50882 1.58387 0.06440'/> |
2675 | <fieldValue name='rotation' value='-10.11862 0 21.34660 1.48450'/> |
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.58973'/> |
2684 | <fieldValue name='cylinderTranslation' value='-0.67657 1.74840 0.05996'/> |
2685 | <fieldValue name='coneTranslation' value='-0.78505 1.82669 0.04287'/> |
2686 | <fieldValue name='rotation' value='-7.47036 0 47.43507 0.95145'/> |
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.72403'/> |
2695 | <fieldValue name='cylinderTranslation' value='-0.09705 1.46370 0.12842'/> |
2696 | <fieldValue name='coneTranslation' value='0.09399 1.40035 0.14578'/> |
2697 | <fieldValue name='rotation' value='6.22242 0 -68.46873 1.88977'/> |
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.58973'/> |
2706 | <fieldValue name='cylinderTranslation' value='-0.67657 1.74840 0.05996'/> |
2707 | <fieldValue name='coneTranslation' value='-0.78505 1.82669 0.04287'/> |
2708 | <fieldValue name='rotation' value='-7.47036 0 47.43507 0.95145'/> |
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.59148'/> |
2717 | <fieldValue name='cylinderTranslation' value='-0.16072 1.59360 -0.00034'/> |
2718 | <fieldValue name='coneTranslation' value='-0.03281 1.60111 -0.04516'/> |
2719 | <fieldValue name='rotation' value='-19.52962 0 -55.73475 1.51541'/> |
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.05221'/> |
2728 | <fieldValue name='cylinderTranslation' value='-0.46365 1.57040 0.09051'/> |
2729 | <fieldValue name='coneTranslation' value='-0.33921 1.60542 0.12537'/> |
2730 | <fieldValue name='rotation' value='-1.35899 0 4.85251 1.83543'/> |
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.29200'/> |
2739 | <fieldValue name='cylinderTranslation' value='-0.55794 1.65931 0.07441'/> |
2740 | <fieldValue name='coneTranslation' value='-0.54657 1.65144 0.07660'/> |
2741 | <fieldValue name='rotation' value='-4.58059 0 23.70949 0.97371'/> |
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.58761'/> |
2750 | <fieldValue name='cylinderTranslation' value='-0.67580 1.74747 0.05929'/> |
2751 | <fieldValue name='coneTranslation' value='-0.78347 1.82501 0.04198'/> |
2752 | <fieldValue name='rotation' value='-7.60352 0 47.28258 0.95273'/> |
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.41769'/> |
2761 | <fieldValue name='cylinderTranslation' value='-0.48067 1.45210 0.25934'/> |
2762 | <fieldValue name='coneTranslation' value='-0.49033 1.42283 0.29724'/> |
2763 | <fieldValue name='rotation' value='32.40635 -0.00000 8.25605 2.21324'/> |
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.04767'/> |
2772 | <fieldValue name='cylinderTranslation' value='-0.45842 1.56477 0.09017'/> |
2773 | <fieldValue name='coneTranslation' value='-0.34971 1.63592 0.13095'/> |
2774 | <fieldValue name='rotation' value='-1.42753 0 3.80550 2.12052'/> |
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.63696'/> |
2783 | <fieldValue name='cylinderTranslation' value='-0.69713 1.76049 0.05971'/> |
2784 | <fieldValue name='coneTranslation' value='-0.82538 1.85169 0.04101'/> |
2785 | <fieldValue name='rotation' value='-7.51891 0 51.54746 0.95765'/> |
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.61943'/> |
2794 | <fieldValue name='cylinderTranslation' value='-0.68888 1.75646 0.05789'/> |
2795 | <fieldValue name='coneTranslation' value='-0.80949 1.84310 0.03884'/> |
2796 | <fieldValue name='rotation' value='-7.88319 0 49.89821 0.95366'/> |
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.15732'/> |
2805 | <fieldValue name='cylinderTranslation' value='-0.44942 1.65503 0.09152'/> |
2806 | <fieldValue name='coneTranslation' value='-0.43905 1.57457 0.09751'/> |
2807 | <fieldValue name='rotation' value='-1.15857 0 2.00519 0.14775'/> |
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.26688'/> |
2816 | <fieldValue name='cylinderTranslation' value='-0.54749 1.65222 0.07503'/> |
2817 | <fieldValue name='coneTranslation' value='-0.52598 1.63730 0.07946'/> |
2818 | <fieldValue name='rotation' value='-4.45623 0 21.62048 0.97399'/> |
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.27703'/> |
2827 | <fieldValue name='cylinderTranslation' value='-0.55223 1.65459 0.07563'/> |
2828 | <fieldValue name='coneTranslation' value='-0.53473 1.64259 0.07900'/> |
2829 | <fieldValue name='rotation' value='-4.33515 0 22.56681 0.97819'/> |
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.58973'/> |
2838 | <fieldValue name='cylinderTranslation' value='-0.67657 1.74840 0.05996'/> |
2839 | <fieldValue name='coneTranslation' value='-0.78505 1.82669 0.04287'/> |
2840 | <fieldValue name='rotation' value='-7.47036 0 47.43507 0.95145'/> |
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.27726'/> |
2849 | <fieldValue name='cylinderTranslation' value='-0.55158 1.65537 0.07437'/> |
2850 | <fieldValue name='coneTranslation' value='-0.53428 1.64333 0.07791'/> |
2851 | <fieldValue name='rotation' value='-4.58732 0 22.43715 0.97194'/> |
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.58761'/> |
2860 | <fieldValue name='cylinderTranslation' value='-0.67580 1.74747 0.05929'/> |
2861 | <fieldValue name='coneTranslation' value='-0.78347 1.82501 0.04198'/> |
2862 | <fieldValue name='rotation' value='-7.60352 0 47.28258 0.95273'/> |
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.67503'/> |
2871 | <fieldValue name='cylinderTranslation' value='-0.15345 1.54567 0.27383'/> |
2872 | <fieldValue name='coneTranslation' value='-0.00306 1.52907 0.36666'/> |
2873 | <fieldValue name='rotation' value='35.30321 0 -57.18810 1.66445'/> |
2874 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2875 | <fieldValue name='ballRadius' value='0.02'/> |
2876 | <fieldValue name='traceEnabled' value='false'/> |
2877 | <fieldValue name='displayMode'/> |
2878 | <fieldValue name='transparency' value='0'/> |
2879 | </ProtoInstance> |
2880 | <ProtoInstance name='Arc'> |
2881 | <fieldValue name='cylinderHeight' value='0.74748'/> |
2882 | <fieldValue name='cylinderTranslation' value='-0.41589 1.23084 -0.04105'/> |
2883 | <fieldValue name='coneTranslation' value='-0.40245 1.03274 -0.12018'/> |
2884 | <fieldValue name='rotation' value='-27.67192 0 -4.70036 2.75665'/> |
2885 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2886 | <fieldValue name='ballRadius' value='0.02'/> |
2887 | <fieldValue name='traceEnabled' value='false'/> |
2888 | <fieldValue name='displayMode'/> |
2889 | <fieldValue name='transparency' value='0'/> |
2890 | </ProtoInstance> |
2891 | <ProtoInstance name='Arc'> |
2892 | <fieldValue name='cylinderHeight' value='0.25805'/> |
2893 | <fieldValue name='cylinderTranslation' value='-0.55240 1.63939 0.09351'/> |
2894 | <fieldValue name='coneTranslation' value='-0.52527 1.62446 0.09442'/> |
2895 | <fieldValue name='rotation' value='-0.75941 0 22.60087 1.06815'/> |
2896 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2897 | <fieldValue name='ballRadius' value='0.02'/> |
2898 | <fieldValue name='traceEnabled' value='false'/> |
2899 | <fieldValue name='displayMode'/> |
2900 | <fieldValue name='transparency' value='0'/> |
2901 | </ProtoInstance> |
2902 | <ProtoInstance name='Arc'> |
2903 | <fieldValue name='cylinderHeight' value='0.23712'/> |
2904 | <fieldValue name='cylinderTranslation' value='-0.54612 1.58744 0.04672'/> |
2905 | <fieldValue name='coneTranslation' value='-0.50882 1.58387 0.06440'/> |
2906 | <fieldValue name='rotation' value='-10.11862 0 21.34660 1.48450'/> |
2907 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2908 | <fieldValue name='ballRadius' value='0.02'/> |
2909 | <fieldValue name='traceEnabled' value='false'/> |
2910 | <fieldValue name='displayMode'/> |
2911 | <fieldValue name='transparency' value='0'/> |
2912 | </ProtoInstance> |
2913 | <ProtoInstance name='Arc'> |
2914 | <fieldValue name='cylinderHeight' value='0.58973'/> |
2915 | <fieldValue name='cylinderTranslation' value='-0.67657 1.74840 0.05996'/> |
2916 | <fieldValue name='coneTranslation' value='-0.78505 1.82669 0.04287'/> |
2917 | <fieldValue name='rotation' value='-7.47036 0 47.43507 0.95145'/> |
2918 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2919 | <fieldValue name='ballRadius' value='0.02'/> |
2920 | <fieldValue name='traceEnabled' value='false'/> |
2921 | <fieldValue name='displayMode'/> |
2922 | <fieldValue name='transparency' value='0'/> |
2923 | </ProtoInstance> |
2924 | <ProtoInstance name='Arc'> |
2925 | <fieldValue name='cylinderHeight' value='0.72403'/> |
2926 | <fieldValue name='cylinderTranslation' value='-0.09705 1.46370 0.12842'/> |
2927 | <fieldValue name='coneTranslation' value='0.09399 1.40035 0.14578'/> |
2928 | <fieldValue name='rotation' value='6.22242 0 -68.46873 1.88977'/> |
2929 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2930 | <fieldValue name='ballRadius' value='0.02'/> |
2931 | <fieldValue name='traceEnabled' value='false'/> |
2932 | <fieldValue name='displayMode'/> |
2933 | <fieldValue name='transparency' value='0'/> |
2934 | </ProtoInstance> |
2935 | <ProtoInstance name='Arc'> |
2936 | <fieldValue name='cylinderHeight' value='0.58973'/> |
2937 | <fieldValue name='cylinderTranslation' value='-0.67657 1.74840 0.05996'/> |
2938 | <fieldValue name='coneTranslation' value='-0.78505 1.82669 0.04287'/> |
2939 | <fieldValue name='rotation' value='-7.47036 0 47.43507 0.95145'/> |
2940 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2941 | <fieldValue name='ballRadius' value='0.02'/> |
2942 | <fieldValue name='traceEnabled' value='false'/> |
2943 | <fieldValue name='displayMode'/> |
2944 | <fieldValue name='transparency' value='0'/> |
2945 | </ProtoInstance> |
2946 | <ProtoInstance name='Arc'> |
2947 | <fieldValue name='cylinderHeight' value='0.59148'/> |
2948 | <fieldValue name='cylinderTranslation' value='-0.16072 1.59360 -0.00034'/> |
2949 | <fieldValue name='coneTranslation' value='-0.03281 1.60111 -0.04516'/> |
2950 | <fieldValue name='rotation' value='-19.52962 0 -55.73475 1.51541'/> |
2951 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2952 | <fieldValue name='ballRadius' value='0.02'/> |
2953 | <fieldValue name='traceEnabled' value='false'/> |
2954 | <fieldValue name='displayMode'/> |
2955 | <fieldValue name='transparency' value='0'/> |
2956 | </ProtoInstance> |
2957 | <ProtoInstance name='Arc'> |
2958 | <fieldValue name='cylinderHeight' value='0.60250'/> |
2959 | <fieldValue name='cylinderTranslation' value='-0.83105 0.70316 1.47547'/> |
2960 | <fieldValue name='coneTranslation' value='-0.93624 0.66705 1.56256'/> |
2961 | <fieldValue name='rotation' value='37.14684 -0.00000 44.86706 1.82925'/> |
2962 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2963 | <fieldValue name='ballRadius' value='0.02'/> |
2964 | <fieldValue name='traceEnabled' value='false'/> |
2965 | <fieldValue name='displayMode'/> |
2966 | <fieldValue name='transparency' value='0'/> |
2967 | </ProtoInstance> |
2968 | <ProtoInstance name='Arc'> |
2969 | <fieldValue name='cylinderHeight' value='0.49460'/> |
2970 | <fieldValue name='cylinderTranslation' value='-0.75006 0.58018 1.31465'/> |
2971 | <fieldValue name='coneTranslation' value='-0.80067 0.50958 1.32344'/> |
2972 | <fieldValue name='rotation' value='4.98207 -0.00000 28.66931 2.51260'/> |
2973 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2974 | <fieldValue name='ballRadius' value='0.02'/> |
2975 | <fieldValue name='traceEnabled' value='false'/> |
2976 | <fieldValue name='displayMode'/> |
2977 | <fieldValue name='transparency' value='0'/> |
2978 | </ProtoInstance> |
2979 | <ProtoInstance name='Arc'> |
2980 | <fieldValue name='cylinderHeight' value='1.02968'/> |
2981 | <fieldValue name='cylinderTranslation' value='-0.56433 1.05356 0.85556'/> |
2982 | <fieldValue name='coneTranslation' value='-0.53512 1.24200 0.55631'/> |
2983 | <fieldValue name='rotation' value='-86.83646 0 -8.47651 1.01096'/> |
2984 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2985 | <fieldValue name='ballRadius' value='0.02'/> |
2986 | <fieldValue name='traceEnabled' value='false'/> |
2987 | <fieldValue name='displayMode'/> |
2988 | <fieldValue name='transparency' value='0'/> |
2989 | </ProtoInstance> |
2990 | <ProtoInstance name='Arc'> |
2991 | <fieldValue name='cylinderHeight' value='1.07758'/> |
2992 | <fieldValue name='cylinderTranslation' value='-1.05141 0.77413 1.59389'/> |
2993 | <fieldValue name='coneTranslation' value='-1.36404 0.76989 1.80771'/> |
2994 | <fieldValue name='rotation' value='60.82973 -0.00000 88.93831 1.58198'/> |
2995 | <fieldValue name='diffuseColor' value='0 0 0'/> |
2996 | <fieldValue name='ballRadius' value='0.02'/> |
2997 | <fieldValue name='traceEnabled' value='false'/> |
2998 | <fieldValue name='displayMode'/> |
2999 | <fieldValue name='transparency' value='0'/> |
3000 | </ProtoInstance> |
3001 | <ProtoInstance name='Arc'> |
3002 | <fieldValue name='cylinderHeight' value='1.26731'/> |
3003 | <fieldValue name='cylinderTranslation' value='-0.02906 1.03087 1.21921'/> |
3004 | <fieldValue name='coneTranslation' value='0.40273 1.21828 1.16649'/> |
3005 | <fieldValue name='rotation' value='-14.10567 0 -115.53063 1.16400'/> |
3006 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3007 | <fieldValue name='ballRadius' value='0.02'/> |
3008 | <fieldValue name='traceEnabled' value='false'/> |
3009 | <fieldValue name='displayMode'/> |
3010 | <fieldValue name='transparency' value='0'/> |
3011 | </ProtoInstance> |
3012 | <ProtoInstance name='Arc'> |
3013 | <fieldValue name='cylinderHeight' value='0.76824'/> |
3014 | <fieldValue name='cylinderTranslation' value='-0.80194 0.44937 1.28506'/> |
3015 | <fieldValue name='coneTranslation' value='-0.91584 0.25638 1.28233'/> |
3016 | <fieldValue name='rotation' value='-0.93507 0 39.04402 2.60830'/> |
3017 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3018 | <fieldValue name='ballRadius' value='0.02'/> |
3019 | <fieldValue name='traceEnabled' value='false'/> |
3020 | <fieldValue name='displayMode'/> |
3021 | <fieldValue name='transparency' value='0'/> |
3022 | </ProtoInstance> |
3023 | <ProtoInstance name='Arc'> |
3024 | <fieldValue name='cylinderHeight' value='0.52765'/> |
3025 | <fieldValue name='cylinderTranslation' value='-0.75179 0.81061 1.50798'/> |
3026 | <fieldValue name='coneTranslation' value='-0.80888 0.82260 1.59386'/> |
3027 | <fieldValue name='rotation' value='43.64817 -0.00000 29.01412 1.45507'/> |
3028 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3029 | <fieldValue name='ballRadius' value='0.02'/> |
3030 | <fieldValue name='traceEnabled' value='false'/> |
3031 | <fieldValue name='displayMode'/> |
3032 | <fieldValue name='transparency' value='0'/> |
3033 | </ProtoInstance> |
3034 | <ProtoInstance name='Arc'> |
3035 | <fieldValue name='cylinderHeight' value='1.03754'/> |
3036 | <fieldValue name='cylinderTranslation' value='-1.00510 0.71135 1.61482'/> |
3037 | <fieldValue name='coneTranslation' value='-1.28062 0.66378 1.83964'/> |
3038 | <fieldValue name='rotation' value='65.01620 -0.00000 79.67719 1.70380'/> |
3039 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3040 | <fieldValue name='ballRadius' value='0.02'/> |
3041 | <fieldValue name='traceEnabled' value='false'/> |
3042 | <fieldValue name='displayMode'/> |
3043 | <fieldValue name='transparency' value='0'/> |
3044 | </ProtoInstance> |
3045 | <ProtoInstance name='Arc'> |
3046 | <fieldValue name='cylinderHeight' value='1.07803'/> |
3047 | <fieldValue name='cylinderTranslation' value='-1.03839 0.75156 1.61126'/> |
3048 | <fieldValue name='coneTranslation' value='-1.34193 0.73145 1.83733'/> |
3049 | <fieldValue name='rotation' value='64.30351 -0.00000 86.33547 1.62387'/> |
3050 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3051 | <fieldValue name='ballRadius' value='0.02'/> |
3052 | <fieldValue name='traceEnabled' value='false'/> |
3053 | <fieldValue name='displayMode'/> |
3054 | <fieldValue name='transparency' value='0'/> |
3055 | </ProtoInstance> |
3056 | <ProtoInstance name='Arc'> |
3057 | <fieldValue name='cylinderHeight' value='0.96375'/> |
3058 | <fieldValue name='cylinderTranslation' value='-0.81359 0.72177 1.72101'/> |
3059 | <fieldValue name='coneTranslation' value='-0.95178 0.68277 2.00909'/> |
3060 | <fieldValue name='rotation' value='86.25518 -0.00000 41.37501 1.69225'/> |
3061 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3062 | <fieldValue name='ballRadius' value='0.02'/> |
3063 | <fieldValue name='traceEnabled' value='false'/> |
3064 | <fieldValue name='displayMode'/> |
3065 | <fieldValue name='transparency' value='0'/> |
3066 | </ProtoInstance> |
3067 | <ProtoInstance name='Arc'> |
3068 | <fieldValue name='cylinderHeight' value='0.20435'/> |
3069 | <fieldValue name='cylinderTranslation' value='-0.68148 0.71818 1.32153'/> |
3070 | <fieldValue name='coneTranslation' value='-0.63917 0.75325 1.30354'/> |
3071 | <fieldValue name='rotation' value='6.35855 -0.00000 14.95156 2.22245'/> |
3072 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3073 | <fieldValue name='ballRadius' value='0.02'/> |
3074 | <fieldValue name='traceEnabled' value='false'/> |
3075 | <fieldValue name='displayMode'/> |
3076 | <fieldValue name='transparency' value='0'/> |
3077 | </ProtoInstance> |
3078 | <ProtoInstance name='Arc'> |
3079 | <fieldValue name='cylinderHeight' value='0.60250'/> |
3080 | <fieldValue name='cylinderTranslation' value='-0.83105 0.70316 1.47547'/> |
3081 | <fieldValue name='coneTranslation' value='-0.93624 0.66705 1.56256'/> |
3082 | <fieldValue name='rotation' value='37.14684 -0.00000 44.86706 1.82925'/> |
3083 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3084 | <fieldValue name='ballRadius' value='0.02'/> |
3085 | <fieldValue name='traceEnabled' value='false'/> |
3086 | <fieldValue name='displayMode'/> |
3087 | <fieldValue name='transparency' value='0'/> |
3088 | </ProtoInstance> |
3089 | <ProtoInstance name='Arc'> |
3090 | <fieldValue name='cylinderHeight' value='0.66307'/> |
3091 | <fieldValue name='cylinderTranslation' value='-0.86185 0.73064 1.49558'/> |
3092 | <fieldValue name='coneTranslation' value='-0.99386 0.70503 1.60208'/> |
3093 | <fieldValue name='rotation' value='41.16767 -0.00000 51.02732 1.72069'/> |
3094 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3095 | <fieldValue name='ballRadius' value='0.02'/> |
3096 | <fieldValue name='traceEnabled' value='false'/> |
3097 | <fieldValue name='displayMode'/> |
3098 | <fieldValue name='transparency' value='0'/> |
3099 | </ProtoInstance> |
3100 | <ProtoInstance name='Arc'> |
3101 | <fieldValue name='cylinderHeight' value='0.76817'/> |
3102 | <fieldValue name='cylinderTranslation' value='-0.25510 0.88561 1.17674'/> |
3103 | <fieldValue name='coneTranslation' value='-0.04996 0.94713 1.11081'/> |
3104 | <fieldValue name='rotation' value='-22.60026 0 -70.32281 1.29267'/> |
3105 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3106 | <fieldValue name='ballRadius' value='0.02'/> |
3107 | <fieldValue name='traceEnabled' value='false'/> |
3108 | <fieldValue name='displayMode'/> |
3109 | <fieldValue name='transparency' value='0'/> |
3110 | </ProtoInstance> |
3111 | <ProtoInstance name='Arc'> |
3112 | <fieldValue name='cylinderHeight' value='0.95284'/> |
3113 | <fieldValue name='cylinderTranslation' value='-0.81242 0.75167 1.71851'/> |
3114 | <fieldValue name='coneTranslation' value='-0.94904 0.73276 2.00329'/> |
3115 | <fieldValue name='rotation' value='85.75517 -0.00000 41.14072 1.63061'/> |
3116 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3117 | <fieldValue name='ballRadius' value='0.02'/> |
3118 | <fieldValue name='traceEnabled' value='false'/> |
3119 | <fieldValue name='displayMode'/> |
3120 | <fieldValue name='transparency' value='0'/> |
3121 | </ProtoInstance> |
3122 | <ProtoInstance name='Arc'> |
3123 | <fieldValue name='cylinderHeight' value='1.08579'/> |
3124 | <fieldValue name='cylinderTranslation' value='-0.93140 0.63976 1.70157'/> |
3125 | <fieldValue name='coneTranslation' value='-1.16040 0.54074 1.99203'/> |
3126 | <fieldValue name='rotation' value='82.36614 -0.00000 64.93732 1.83238'/> |
3127 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3128 | <fieldValue name='ballRadius' value='0.02'/> |
3129 | <fieldValue name='traceEnabled' value='false'/> |
3130 | <fieldValue name='displayMode'/> |
3131 | <fieldValue name='transparency' value='0'/> |
3132 | </ProtoInstance> |
3133 | <ProtoInstance name='Arc'> |
3134 | <fieldValue name='cylinderHeight' value='0.34325'/> |
3135 | <fieldValue name='cylinderTranslation' value='-0.51261 0.92332 1.29979'/> |
3136 | <fieldValue name='coneTranslation' value='-0.50623 0.93302 1.30047'/> |
3137 | <fieldValue name='rotation' value='2.01007 0 -18.82225 0.58413'/> |
3138 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3139 | <fieldValue name='ballRadius' value='0.02'/> |
3140 | <fieldValue name='traceEnabled' value='false'/> |
3141 | <fieldValue name='displayMode'/> |
3142 | <fieldValue name='transparency' value='0'/> |
3143 | </ProtoInstance> |
3144 | <ProtoInstance name='Arc'> |
3145 | <fieldValue name='cylinderHeight' value='0.60428'/> |
3146 | <fieldValue name='cylinderTranslation' value='-0.83349 0.70796 1.47589'/> |
3147 | <fieldValue name='coneTranslation' value='-0.94017 0.67400 1.56346'/> |
3148 | <fieldValue name='rotation' value='37.22955 -0.00000 45.35400 1.81207'/> |
3149 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3150 | <fieldValue name='ballRadius' value='0.02'/> |
3151 | <fieldValue name='traceEnabled' value='false'/> |
3152 | <fieldValue name='displayMode'/> |
3153 | <fieldValue name='transparency' value='0'/> |
3154 | </ProtoInstance> |
3155 | <ProtoInstance name='Arc'> |
3156 | <fieldValue name='cylinderHeight' value='1.08500'/> |
3157 | <fieldValue name='cylinderTranslation' value='-0.94355 0.64422 1.69270'/> |
3158 | <fieldValue name='coneTranslation' value='-1.18104 0.54838 1.97681'/> |
3159 | <fieldValue name='rotation' value='80.59151 -0.00000 67.36649 1.82405'/> |
3160 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3161 | <fieldValue name='ballRadius' value='0.02'/> |
3162 | <fieldValue name='traceEnabled' value='false'/> |
3163 | <fieldValue name='displayMode'/> |
3164 | <fieldValue name='transparency' value='0'/> |
3165 | </ProtoInstance> |
3166 | <ProtoInstance name='Arc'> |
3167 | <fieldValue name='cylinderHeight' value='0.40039'/> |
3168 | <fieldValue name='cylinderTranslation' value='-0.58160 0.81326 1.48557'/> |
3169 | <fieldValue name='coneTranslation' value='-0.57655 0.81990 1.52489'/> |
3170 | <fieldValue name='rotation' value='39.16639 0 -5.02409 1.40467'/> |
3171 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3172 | <fieldValue name='ballRadius' value='0.02'/> |
3173 | <fieldValue name='traceEnabled' value='false'/> |
3174 | <fieldValue name='displayMode'/> |
3175 | <fieldValue name='transparency' value='0'/> |
3176 | </ProtoInstance> |
3177 | <ProtoInstance name='Arc'> |
3178 | <fieldValue name='cylinderHeight' value='0.33232'/> |
3179 | <fieldValue name='cylinderTranslation' value='-0.64027 0.77109 1.45222'/> |
3180 | <fieldValue name='coneTranslation' value='-0.64151 0.77075 1.45824'/> |
3181 | <fieldValue name='rotation' value='32.49649 -0.00000 6.71037 1.62539'/> |
3182 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3183 | <fieldValue name='ballRadius' value='0.02'/> |
3184 | <fieldValue name='traceEnabled' value='false'/> |
3185 | <fieldValue name='displayMode'/> |
3186 | <fieldValue name='transparency' value='0'/> |
3187 | </ProtoInstance> |
3188 | <ProtoInstance name='Arc'> |
3189 | <fieldValue name='cylinderHeight' value='1.03699'/> |
3190 | <fieldValue name='cylinderTranslation' value='-1.01190 0.72800 1.60902'/> |
3191 | <fieldValue name='coneTranslation' value='-1.29206 0.69193 1.82978'/> |
3192 | <fieldValue name='rotation' value='63.85650 -0.00000 81.03736 1.67156'/> |
3193 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3194 | <fieldValue name='ballRadius' value='0.02'/> |
3195 | <fieldValue name='traceEnabled' value='false'/> |
3196 | <fieldValue name='displayMode'/> |
3197 | <fieldValue name='transparency' value='0'/> |
3198 | </ProtoInstance> |
3199 | <ProtoInstance name='Arc'> |
3200 | <fieldValue name='cylinderHeight' value='0.66167'/> |
3201 | <fieldValue name='cylinderTranslation' value='-0.85713 0.72080 1.49764'/> |
3202 | <fieldValue name='coneTranslation' value='-0.98643 0.69015 1.60500'/> |
3203 | <fieldValue name='rotation' value='41.58145 -0.00000 50.08160 1.75117'/> |
3204 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3205 | <fieldValue name='ballRadius' value='0.02'/> |
3206 | <fieldValue name='traceEnabled' value='false'/> |
3207 | <fieldValue name='displayMode'/> |
3208 | <fieldValue name='transparency' value='0'/> |
3209 | </ProtoInstance> |
3210 | <ProtoInstance name='Arc'> |
3211 | <fieldValue name='cylinderHeight' value='0.89180'/> |
3212 | <fieldValue name='cylinderTranslation' value='-0.35865 0.72176 0.92384'/> |
3213 | <fieldValue name='coneTranslation' value='-0.19960 0.68432 0.68924'/> |
3214 | <fieldValue name='rotation' value='-73.17911 0 -49.61307 1.70213'/> |
3215 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3216 | <fieldValue name='ballRadius' value='0.02'/> |
3217 | <fieldValue name='traceEnabled' value='false'/> |
3218 | <fieldValue name='displayMode'/> |
3219 | <fieldValue name='transparency' value='0'/> |
3220 | </ProtoInstance> |
3221 | <ProtoInstance name='Arc'> |
3222 | <fieldValue name='cylinderHeight' value='0.77078'/> |
3223 | <fieldValue name='cylinderTranslation' value='-0.44751 0.61863 0.97815'/> |
3224 | <fieldValue name='coneTranslation' value='-0.35441 0.52416 0.79592'/> |
3225 | <fieldValue name='rotation' value='-62.31836 0 -31.84062 2.00327'/> |
3226 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3227 | <fieldValue name='ballRadius' value='0.02'/> |
3228 | <fieldValue name='traceEnabled' value='false'/> |
3229 | <fieldValue name='displayMode'/> |
3230 | <fieldValue name='transparency' value='0'/> |
3231 | </ProtoInstance> |
3232 | <ProtoInstance name='Arc'> |
3233 | <fieldValue name='cylinderHeight' value='0.31012'/> |
3234 | <fieldValue name='cylinderTranslation' value='-0.62886 0.78933 1.44293'/> |
3235 | <fieldValue name='coneTranslation' value='-0.62816 0.78904 1.43805'/> |
3236 | <fieldValue name='rotation' value='30.63925 -0.00000 4.42887 1.51156'/> |
3237 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3238 | <fieldValue name='ballRadius' value='0.02'/> |
3239 | <fieldValue name='traceEnabled' value='false'/> |
3240 | <fieldValue name='displayMode'/> |
3241 | <fieldValue name='transparency' value='0'/> |
3242 | </ProtoInstance> |
3243 | <ProtoInstance name='Arc'> |
3244 | <fieldValue name='cylinderHeight' value='1.01239'/> |
3245 | <fieldValue name='cylinderTranslation' value='2.18992 -0.84864 -0.52332'/> |
3246 | <fieldValue name='coneTranslation' value='2.51709 -0.93578 -0.59556'/> |
3247 | <fieldValue name='rotation' value='-21.12804 0 -95.67507 1.82523'/> |
3248 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3249 | <fieldValue name='ballRadius' value='0.02'/> |
3250 | <fieldValue name='traceEnabled' value='false'/> |
3251 | <fieldValue name='displayMode'/> |
3252 | <fieldValue name='transparency' value='0'/> |
3253 | </ProtoInstance> |
3254 | <ProtoInstance name='Arc'> |
3255 | <fieldValue name='cylinderHeight' value='0.92930'/> |
3256 | <fieldValue name='cylinderTranslation' value='2.01301 -1.06604 -0.33939'/> |
3257 | <fieldValue name='coneTranslation' value='2.21066 -1.29211 -0.28806'/> |
3258 | <fieldValue name='rotation' value='15.65768 0 -60.29268 2.40695'/> |
3259 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3260 | <fieldValue name='ballRadius' value='0.02'/> |
3261 | <fieldValue name='traceEnabled' value='false'/> |
3262 | <fieldValue name='displayMode'/> |
3263 | <fieldValue name='transparency' value='0'/> |
3264 | </ProtoInstance> |
3265 | <ProtoInstance name='Arc'> |
3266 | <fieldValue name='cylinderHeight' value='0.54075'/> |
3267 | <fieldValue name='cylinderTranslation' value='1.94956 -0.84195 -0.37430'/> |
3268 | <fieldValue name='coneTranslation' value='2.04672 -0.89123 -0.35659'/> |
3269 | <fieldValue name='rotation' value='8.67605 0 -47.60229 2.03360'/> |
3270 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3271 | <fieldValue name='ballRadius' value='0.02'/> |
3272 | <fieldValue name='traceEnabled' value='false'/> |
3273 | <fieldValue name='displayMode'/> |
3274 | <fieldValue name='transparency' value='0'/> |
3275 | </ProtoInstance> |
3276 | <ProtoInstance name='Arc'> |
3277 | <fieldValue name='cylinderHeight' value='1.04871'/> |
3278 | <fieldValue name='cylinderTranslation' value='2.13153 -1.01002 -0.29453'/> |
3279 | <fieldValue name='coneTranslation' value='2.42336 -1.21068 -0.20896'/> |
3280 | <fieldValue name='rotation' value='24.62944 0 -83.99732 2.15404'/> |
3281 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3282 | <fieldValue name='ballRadius' value='0.02'/> |
3283 | <fieldValue name='traceEnabled' value='false'/> |
3284 | <fieldValue name='displayMode'/> |
3285 | <fieldValue name='transparency' value='0'/> |
3286 | </ProtoInstance> |
3287 | <ProtoInstance name='Arc'> |
3288 | <fieldValue name='cylinderHeight' value='1.10557'/> |
3289 | <fieldValue name='cylinderTranslation' value='1.17165 -0.61930 -0.47846'/> |
3290 | <fieldValue name='coneTranslation' value='0.78803 -0.54687 -0.52165'/> |
3291 | <fieldValue name='rotation' value='-12.15629 0 107.97869 1.38533'/> |
3292 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3293 | <fieldValue name='ballRadius' value='0.02'/> |
3294 | <fieldValue name='traceEnabled' value='false'/> |
3295 | <fieldValue name='displayMode'/> |
3296 | <fieldValue name='transparency' value='0'/> |
3297 | </ProtoInstance> |
3298 | <ProtoInstance name='Arc'> |
3299 | <fieldValue name='cylinderHeight' value='1.21881'/> |
3300 | <fieldValue name='cylinderTranslation' value='1.57813 -1.17354 -0.03167'/> |
3301 | <fieldValue name='coneTranslation' value='1.47975 -1.50708 0.25298'/> |
3302 | <fieldValue name='rotation' value='77.20060 -0.00000 26.68266 2.40714'/> |
3303 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3304 | <fieldValue name='ballRadius' value='0.02'/> |
3305 | <fieldValue name='traceEnabled' value='false'/> |
3306 | <fieldValue name='displayMode'/> |
3307 | <fieldValue name='transparency' value='0'/> |
3308 | </ProtoInstance> |
3309 | <ProtoInstance name='Arc'> |
3310 | <fieldValue name='cylinderHeight' value='0.61451'/> |
3311 | <fieldValue name='cylinderTranslation' value='1.95593 -0.83420 -0.56574'/> |
3312 | <fieldValue name='coneTranslation' value='2.07305 -0.88835 -0.63670'/> |
3313 | <fieldValue name='rotation' value='-29.61256 0 -48.87656 1.94729'/> |
3314 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3315 | <fieldValue name='ballRadius' value='0.02'/> |
3316 | <fieldValue name='traceEnabled' value='false'/> |
3317 | <fieldValue name='displayMode'/> |
3318 | <fieldValue name='transparency' value='0'/> |
3319 | </ProtoInstance> |
3320 | <ProtoInstance name='Arc'> |
3321 | <fieldValue name='cylinderHeight' value='0.93282'/> |
3322 | <fieldValue name='cylinderTranslation' value='1.82709 -0.91315 -0.82677'/> |
3323 | <fieldValue name='coneTranslation' value='1.90301 -1.03923 -1.09552'/> |
3324 | <fieldValue name='rotation' value='-81.81848 0 -23.10990 1.99487'/> |
3325 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3326 | <fieldValue name='ballRadius' value='0.02'/> |
3327 | <fieldValue name='traceEnabled' value='false'/> |
3328 | <fieldValue name='displayMode'/> |
3329 | <fieldValue name='transparency' value='0'/> |
3330 | </ProtoInstance> |
3331 | <ProtoInstance name='Arc'> |
3332 | <fieldValue name='cylinderHeight' value='1.07846'/> |
3333 | <fieldValue name='cylinderTranslation' value='2.22685 -0.87511 -0.37827'/> |
3334 | <fieldValue name='coneTranslation' value='2.58926 -0.98332 -0.35056'/> |
3335 | <fieldValue name='rotation' value='7.88022 0 -103.06153 1.86017'/> |
3336 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3337 | <fieldValue name='ballRadius' value='0.02'/> |
3338 | <fieldValue name='traceEnabled' value='false'/> |
3339 | <fieldValue name='displayMode'/> |
3340 | <fieldValue name='transparency' value='0'/> |
3341 | </ProtoInstance> |
3342 | <ProtoInstance name='Arc'> |
3343 | <fieldValue name='cylinderHeight' value='0.96182'/> |
3344 | <fieldValue name='cylinderTranslation' value='2.17258 -0.81078 -0.31422'/> |
3345 | <fieldValue name='coneTranslation' value='2.48023 -0.87054 -0.24518'/> |
3346 | <fieldValue name='rotation' value='20.69162 0 -92.20721 1.75809'/> |
3347 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3348 | <fieldValue name='ballRadius' value='0.02'/> |
3349 | <fieldValue name='traceEnabled' value='false'/> |
3350 | <fieldValue name='displayMode'/> |
3351 | <fieldValue name='transparency' value='0'/> |
3352 | </ProtoInstance> |
3353 | <ProtoInstance name='Arc'> |
3354 | <fieldValue name='cylinderHeight' value='0.91268'/> |
3355 | <fieldValue name='cylinderTranslation' value='2.05445 -0.51043 -0.20268'/> |
3356 | <fieldValue name='coneTranslation' value='2.27712 -0.37354 -0.06307'/> |
3357 | <fieldValue name='rotation' value='42.99848 0 -68.58067 1.09060'/> |
3358 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3359 | <fieldValue name='ballRadius' value='0.02'/> |
3360 | <fieldValue name='traceEnabled' value='false'/> |
3361 | <fieldValue name='displayMode'/> |
3362 | <fieldValue name='transparency' value='0'/> |
3363 | </ProtoInstance> |
3364 | <ProtoInstance name='Arc'> |
3365 | <fieldValue name='cylinderHeight' value='0.52393'/> |
3366 | <fieldValue name='cylinderTranslation' value='1.75482 -0.97960 -0.41584'/> |
3367 | <fieldValue name='coneTranslation' value='1.77167 -1.08016 -0.41512'/> |
3368 | <fieldValue name='rotation' value='0.36770 0 -8.65567 2.97547'/> |
3369 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3370 | <fieldValue name='ballRadius' value='0.02'/> |
3371 | <fieldValue name='traceEnabled' value='false'/> |
3372 | <fieldValue name='displayMode'/> |
3373 | <fieldValue name='transparency' value='0'/> |
3374 | </ProtoInstance> |
3375 | <ProtoInstance name='Arc'> |
3376 | <fieldValue name='cylinderHeight' value='0.54388'/> |
3377 | <fieldValue name='cylinderTranslation' value='1.90445 -0.91215 -0.43478'/> |
3378 | <fieldValue name='coneTranslation' value='1.98385 -0.99074 -0.44182'/> |
3379 | <fieldValue name='rotation' value='-3.42013 0 -38.58048 2.34906'/> |
3380 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3381 | <fieldValue name='ballRadius' value='0.02'/> |
3382 | <fieldValue name='traceEnabled' value='false'/> |
3383 | <fieldValue name='displayMode'/> |
3384 | <fieldValue name='transparency' value='0'/> |
3385 | </ProtoInstance> |
3386 | <ProtoInstance name='Arc'> |
3387 | <fieldValue name='cylinderHeight' value='1.20390'/> |
3388 | <fieldValue name='cylinderTranslation' value='2.04291 -0.97789 -0.84973'/> |
3389 | <fieldValue name='coneTranslation' value='2.28619 -1.16632 -1.16694'/> |
3390 | <fieldValue name='rotation' value='-86.41112 0 -66.27277 2.01126'/> |
3391 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3392 | <fieldValue name='ballRadius' value='0.02'/> |
3393 | <fieldValue name='traceEnabled' value='false'/> |
3394 | <fieldValue name='displayMode'/> |
3395 | <fieldValue name='transparency' value='0'/> |
3396 | </ProtoInstance> |
3397 | <ProtoInstance name='Arc'> |
3398 | <fieldValue name='cylinderHeight' value='0.51682'/> |
3399 | <fieldValue name='cylinderTranslation' value='1.77678 -0.49272 -0.31618'/> |
3400 | <fieldValue name='coneTranslation' value='1.80163 -0.40570 -0.27753'/> |
3401 | <fieldValue name='rotation' value='20.29891 0 -13.04742 0.48578'/> |
3402 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3403 | <fieldValue name='ballRadius' value='0.02'/> |
3404 | <fieldValue name='traceEnabled' value='false'/> |
3405 | <fieldValue name='displayMode'/> |
3406 | <fieldValue name='transparency' value='0'/> |
3407 | </ProtoInstance> |
3408 | <ProtoInstance name='Arc'> |
3409 | <fieldValue name='cylinderHeight' value='0.32630'/> |
3410 | <fieldValue name='cylinderTranslation' value='1.86377 -0.71333 -0.35952'/> |
3411 | <fieldValue name='coneTranslation' value='1.86671 -0.71318 -0.35840'/> |
3412 | <fieldValue name='rotation' value='11.63142 0 -30.44541 1.52231'/> |
3413 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3414 | <fieldValue name='ballRadius' value='0.02'/> |
3415 | <fieldValue name='traceEnabled' value='false'/> |
3416 | <fieldValue name='displayMode'/> |
3417 | <fieldValue name='transparency' value='0'/> |
3418 | </ProtoInstance> |
3419 | <ProtoInstance name='Arc'> |
3420 | <fieldValue name='cylinderHeight' value='0.81805'/> |
3421 | <fieldValue name='cylinderTranslation' value='1.66205 -0.36962 -0.21467'/> |
3422 | <fieldValue name='coneTranslation' value='1.63191 -0.15554 -0.09107'/> |
3423 | <fieldValue name='rotation' value='40.60151 -0.00000 9.89950 0.53619'/> |
3424 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3425 | <fieldValue name='ballRadius' value='0.02'/> |
3426 | <fieldValue name='traceEnabled' value='false'/> |
3427 | <fieldValue name='displayMode'/> |
3428 | <fieldValue name='transparency' value='0'/> |
3429 | </ProtoInstance> |
3430 | <ProtoInstance name='Arc'> |
3431 | <fieldValue name='cylinderHeight' value='0.85875'/> |
3432 | <fieldValue name='cylinderTranslation' value='2.07099 -0.55166 -0.25518'/> |
3433 | <fieldValue name='coneTranslation' value='2.29650 -0.44528 -0.15323'/> |
3434 | <fieldValue name='rotation' value='32.49952 0 -71.88953 1.16480'/> |
3435 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3436 | <fieldValue name='ballRadius' value='0.02'/> |
3437 | <fieldValue name='traceEnabled' value='false'/> |
3438 | <fieldValue name='displayMode'/> |
3439 | <fieldValue name='transparency' value='0'/> |
3440 | </ProtoInstance> |
3441 | <ProtoInstance name='Arc'> |
3442 | <fieldValue name='cylinderHeight' value='1.04871'/> |
3443 | <fieldValue name='cylinderTranslation' value='2.13153 -1.01002 -0.29453'/> |
3444 | <fieldValue name='coneTranslation' value='2.42336 -1.21068 -0.20896'/> |
3445 | <fieldValue name='rotation' value='24.62944 0 -83.99732 2.15404'/> |
3446 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3447 | <fieldValue name='ballRadius' value='0.02'/> |
3448 | <fieldValue name='traceEnabled' value='false'/> |
3449 | <fieldValue name='displayMode'/> |
3450 | <fieldValue name='transparency' value='0'/> |
3451 | </ProtoInstance> |
3452 | <ProtoInstance name='Arc'> |
3453 | <fieldValue name='cylinderHeight' value='1.07846'/> |
3454 | <fieldValue name='cylinderTranslation' value='2.22685 -0.87511 -0.37827'/> |
3455 | <fieldValue name='coneTranslation' value='2.58926 -0.98332 -0.35056'/> |
3456 | <fieldValue name='rotation' value='7.88022 0 -103.06153 1.86017'/> |
3457 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3458 | <fieldValue name='ballRadius' value='0.02'/> |
3459 | <fieldValue name='traceEnabled' value='false'/> |
3460 | <fieldValue name='displayMode'/> |
3461 | <fieldValue name='transparency' value='0'/> |
3462 | </ProtoInstance> |
3463 | <ProtoInstance name='Arc'> |
3464 | <fieldValue name='cylinderHeight' value='1.15990'/> |
3465 | <fieldValue name='cylinderTranslation' value='1.13866 -0.68707 -0.50123'/> |
3466 | <fieldValue name='coneTranslation' value='0.72383 -0.66233 -0.56173'/> |
3467 | <fieldValue name='rotation' value='-16.71094 0 114.57678 1.51185'/> |
3468 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3469 | <fieldValue name='ballRadius' value='0.02'/> |
3470 | <fieldValue name='traceEnabled' value='false'/> |
3471 | <fieldValue name='displayMode'/> |
3472 | <fieldValue name='transparency' value='0'/> |
3473 | </ProtoInstance> |
3474 | <ProtoInstance name='Arc'> |
3475 | <fieldValue name='cylinderHeight' value='0.89040'/> |
3476 | <fieldValue name='cylinderTranslation' value='1.81929 -0.90107 -0.81043'/> |
3477 | <fieldValue name='coneTranslation' value='1.88832 -1.01627 -1.06203'/> |
3478 | <fieldValue name='rotation' value='-78.55053 0 -21.54954 1.98660'/> |
3479 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3480 | <fieldValue name='ballRadius' value='0.02'/> |
3481 | <fieldValue name='traceEnabled' value='false'/> |
3482 | <fieldValue name='displayMode'/> |
3483 | <fieldValue name='transparency' value='0'/> |
3484 | </ProtoInstance> |
3485 | <ProtoInstance name='Arc'> |
3486 | <fieldValue name='cylinderHeight' value='0.51606'/> |
3487 | <fieldValue name='cylinderTranslation' value='1.53728 -0.89692 -0.49080'/> |
3488 | <fieldValue name='coneTranslation' value='1.47108 -0.96366 -0.51858'/> |
3489 | <fieldValue name='rotation' value='-14.62474 0 34.85253 2.31973'/> |
3490 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3491 | <fieldValue name='ballRadius' value='0.02'/> |
3492 | <fieldValue name='traceEnabled' value='false'/> |
3493 | <fieldValue name='displayMode'/> |
3494 | <fieldValue name='transparency' value='0'/> |
3495 | </ProtoInstance> |
3496 | <ProtoInstance name='Arc'> |
3497 | <fieldValue name='cylinderHeight' value='1.48585'/> |
3498 | <fieldValue name='cylinderTranslation' value='1.51599 -0.06188 -0.13671'/> |
3499 | <fieldValue name='coneTranslation' value='1.36256 0.45548 0.08374'/> |
3500 | <fieldValue name='rotation' value='56.19267 -0.00000 39.11008 0.47886'/> |
3501 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3502 | <fieldValue name='ballRadius' value='0.02'/> |
3503 | <fieldValue name='traceEnabled' value='false'/> |
3504 | <fieldValue name='displayMode'/> |
3505 | <fieldValue name='transparency' value='0'/> |
3506 | </ProtoInstance> |
3507 | <ProtoInstance name='Arc'> |
3508 | <fieldValue name='cylinderHeight' value='0.55625'/> |
3509 | <fieldValue name='cylinderTranslation' value='1.88190 -0.89216 -0.55594'/> |
3510 | <fieldValue name='coneTranslation' value='1.95426 -0.96475 -0.61466'/> |
3511 | <fieldValue name='rotation' value='-27.65277 0 -34.07166 2.23262'/> |
3512 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3513 | <fieldValue name='ballRadius' value='0.02'/> |
3514 | <fieldValue name='traceEnabled' value='false'/> |
3515 | <fieldValue name='displayMode'/> |
3516 | <fieldValue name='transparency' value='0'/> |
3517 | </ProtoInstance> |
3518 | <ProtoInstance name='Arc'> |
3519 | <fieldValue name='cylinderHeight' value='0.48106'/> |
3520 | <fieldValue name='cylinderTranslation' value='1.53810 -0.87982 -0.46891'/> |
3521 | <fieldValue name='coneTranslation' value='1.48003 -0.93291 -0.48606'/> |
3522 | <fieldValue name='rotation' value='-10.24663 0 34.68912 2.29067'/> |
3523 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3524 | <fieldValue name='ballRadius' value='0.02'/> |
3525 | <fieldValue name='traceEnabled' value='false'/> |
3526 | <fieldValue name='displayMode'/> |
3527 | <fieldValue name='transparency' value='0'/> |
3528 | </ProtoInstance> |
3529 | <ProtoInstance name='Arc'> |
3530 | <fieldValue name='cylinderHeight' value='0.39487'/> |
3531 | <fieldValue name='cylinderTranslation' value='1.84012 -0.86995 -0.39941'/> |
3532 | <fieldValue name='coneTranslation' value='1.86449 -0.89815 -0.39595'/> |
3533 | <fieldValue name='rotation' value='3.65262 0 -25.71427 2.42377'/> |
3534 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3535 | <fieldValue name='ballRadius' value='0.02'/> |
3536 | <fieldValue name='traceEnabled' value='false'/> |
3537 | <fieldValue name='displayMode'/> |
3538 | <fieldValue name='transparency' value='0'/> |
3539 | </ProtoInstance> |
3540 | <ProtoInstance name='Arc'> |
3541 | <fieldValue name='cylinderHeight' value='0.92685'/> |
3542 | <fieldValue name='cylinderTranslation' value='1.85720 -0.90177 -0.81887'/> |
3543 | <fieldValue name='coneTranslation' value='1.95257 -1.01997 -1.08154'/> |
3544 | <fieldValue name='rotation' value='-80.23829 0 -29.13174 1.97095'/> |
3545 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3546 | <fieldValue name='ballRadius' value='0.02'/> |
3547 | <fieldValue name='traceEnabled' value='false'/> |
3548 | <fieldValue name='displayMode'/> |
3549 | <fieldValue name='transparency' value='0'/> |
3550 | </ProtoInstance> |
3551 | <ProtoInstance name='Arc'> |
3552 | <fieldValue name='cylinderHeight' value='1.13588'/> |
3553 | <fieldValue name='cylinderTranslation' value='1.68760 -0.23863 -0.11923'/> |
3554 | <fieldValue name='coneTranslation' value='1.67040 0.10802 0.09514'/> |
3555 | <fieldValue name='rotation' value='59.68976 -0.00000 4.78872 0.55528'/> |
3556 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3557 | <fieldValue name='ballRadius' value='0.02'/> |
3558 | <fieldValue name='traceEnabled' value='false'/> |
3559 | <fieldValue name='displayMode'/> |
3560 | <fieldValue name='transparency' value='0'/> |
3561 | </ProtoInstance> |
3562 | <ProtoInstance name='Arc'> |
3563 | <fieldValue name='cylinderHeight' value='1.02391'/> |
3564 | <fieldValue name='cylinderTranslation' value='1.91090 -1.14012 -0.20112'/> |
3565 | <fieldValue name='coneTranslation' value='2.04795 -1.42809 -0.05225'/> |
3566 | <fieldValue name='rotation' value='43.31039 0 -39.87036 2.52907'/> |
3567 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3568 | <fieldValue name='ballRadius' value='0.02'/> |
3569 | <fieldValue name='traceEnabled' value='false'/> |
3570 | <fieldValue name='displayMode'/> |
3571 | <fieldValue name='transparency' value='0'/> |
3572 | </ProtoInstance> |
3573 | <ProtoInstance name='Arc'> |
3574 | <fieldValue name='cylinderHeight' value='0.93636'/> |
3575 | <fieldValue name='cylinderTranslation' value='1.82486 -0.90878 -0.83141'/> |
3576 | <fieldValue name='coneTranslation' value='1.89945 -1.03223 -1.10376'/> |
3577 | <fieldValue name='rotation' value='-82.74789 0 -22.66293 1.98294'/> |
3578 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3579 | <fieldValue name='ballRadius' value='0.02'/> |
3580 | <fieldValue name='traceEnabled' value='false'/> |
3581 | <fieldValue name='displayMode'/> |
3582 | <fieldValue name='transparency' value='0'/> |
3583 | </ProtoInstance> |
3584 | <ProtoInstance name='Arc'> |
3585 | <fieldValue name='cylinderHeight' value='1.07083'/> |
3586 | <fieldValue name='cylinderTranslation' value='1.77998 -1.13871 -0.08950'/> |
3587 | <fieldValue name='coneTranslation' value='1.82797 -1.43143 0.14061'/> |
3588 | <fieldValue name='rotation' value='65.63513 0 -13.68791 2.46502'/> |
3589 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3590 | <fieldValue name='ballRadius' value='0.02'/> |
3591 | <fieldValue name='traceEnabled' value='false'/> |
3592 | <fieldValue name='displayMode'/> |
3593 | <fieldValue name='transparency' value='0'/> |
3594 | </ProtoInstance> |
3595 | <ProtoInstance name='Arc'> |
3596 | <fieldValue name='cylinderHeight' value='1.00315'/> |
3597 | <fieldValue name='cylinderTranslation' value='2.09848 -0.89263 -0.68690'/> |
3598 | <fieldValue name='coneTranslation' value='2.36199 -1.00935 -0.87024'/> |
3599 | <fieldValue name='rotation' value='-53.84489 0 -77.38759 1.91953'/> |
3600 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3601 | <fieldValue name='ballRadius' value='0.02'/> |
3602 | <fieldValue name='traceEnabled' value='false'/> |
3603 | <fieldValue name='displayMode'/> |
3604 | <fieldValue name='transparency' value='0'/> |
3605 | </ProtoInstance> |
3606 | <ProtoInstance name='Arc'> |
3607 | <fieldValue name='cylinderHeight' value='0.49924'/> |
3608 | <fieldValue name='cylinderTranslation' value='1.89665 -0.60520 -0.29691'/> |
3609 | <fieldValue name='coneTranslation' value='1.96310 -0.56354 -0.25356'/> |
3610 | <fieldValue name='rotation' value='24.15220 0 -37.02038 1.08732'/> |
3611 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3612 | <fieldValue name='ballRadius' value='0.02'/> |
3613 | <fieldValue name='traceEnabled' value='false'/> |
3614 | <fieldValue name='displayMode'/> |
3615 | <fieldValue name='transparency' value='0'/> |
3616 | </ProtoInstance> |
3617 | <ProtoInstance name='Arc'> |
3618 | <fieldValue name='cylinderHeight' value='1.22863'/> |
3619 | <fieldValue name='cylinderTranslation' value='1.10989 -0.61645 -0.48406'/> |
3620 | <fieldValue name='coneTranslation' value='0.66493 -0.53895 -0.53316'/> |
3621 | <fieldValue name='rotation' value='-13.27704 0 120.33185 1.39938'/> |
3622 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3623 | <fieldValue name='ballRadius' value='0.02'/> |
3624 | <fieldValue name='traceEnabled' value='false'/> |
3625 | <fieldValue name='displayMode'/> |
3626 | <fieldValue name='transparency' value='0'/> |
3627 | </ProtoInstance> |
3628 | <ProtoInstance name='Arc'> |
3629 | <fieldValue name='cylinderHeight' value='1.18348'/> |
3630 | <fieldValue name='cylinderTranslation' value='1.12535 -0.64096 -0.42705'/> |
3631 | <fieldValue name='coneTranslation' value='0.69766 -0.58239 -0.43388'/> |
3632 | <fieldValue name='rotation' value='-1.87422 0 117.23855 1.43472'/> |
3633 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3634 | <fieldValue name='ballRadius' value='0.02'/> |
3635 | <fieldValue name='traceEnabled' value='false'/> |
3636 | <fieldValue name='displayMode'/> |
3637 | <fieldValue name='transparency' value='0'/> |
3638 | </ProtoInstance> |
3639 | <ProtoInstance name='Arc'> |
3640 | <fieldValue name='cylinderHeight' value='0.46815'/> |
3641 | <fieldValue name='cylinderTranslation' value='1.54874 -0.87248 -0.49126'/> |
3642 | <fieldValue name='coneTranslation' value='1.49722 -0.92034 -0.51454'/> |
3643 | <fieldValue name='rotation' value='-14.71599 0 32.56026 2.27327'/> |
3644 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3645 | <fieldValue name='ballRadius' value='0.02'/> |
3646 | <fieldValue name='traceEnabled' value='false'/> |
3647 | <fieldValue name='displayMode'/> |
3648 | <fieldValue name='transparency' value='0'/> |
3649 | </ProtoInstance> |
3650 | <ProtoInstance name='Arc'> |
3651 | <fieldValue name='cylinderHeight' value='0.56954'/> |
3652 | <fieldValue name='cylinderTranslation' value='1.88035 -0.87637 -0.58659'/> |
3653 | <fieldValue name='coneTranslation' value='1.95430 -0.94434 -0.66060'/> |
3654 | <fieldValue name='rotation' value='-33.78359 0 -33.76009 2.14691'/> |
3655 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3656 | <fieldValue name='ballRadius' value='0.02'/> |
3657 | <fieldValue name='traceEnabled' value='false'/> |
3658 | <fieldValue name='displayMode'/> |
3659 | <fieldValue name='transparency' value='0'/> |
3660 | </ProtoInstance> |
3661 | <ProtoInstance name='Arc'> |
3662 | <fieldValue name='cylinderHeight' value='0.89694'/> |
3663 | <fieldValue name='cylinderTranslation' value='1.37224 -0.99575 -0.52082'/> |
3664 | <fieldValue name='coneTranslation' value='1.15399 -1.17233 -0.58717'/> |
3665 | <fieldValue name='rotation' value='-20.62931 0 67.86089 2.22953'/> |
3666 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3667 | <fieldValue name='ballRadius' value='0.02'/> |
3668 | <fieldValue name='traceEnabled' value='false'/> |
3669 | <fieldValue name='displayMode'/> |
3670 | <fieldValue name='transparency' value='0'/> |
3671 | </ProtoInstance> |
3672 | <ProtoInstance name='Arc'> |
3673 | <fieldValue name='cylinderHeight' value='0.54784'/> |
3674 | <fieldValue name='cylinderTranslation' value='1.89358 -0.92106 -0.37334'/> |
3675 | <fieldValue name='coneTranslation' value='1.96929 -1.00416 -0.35490'/> |
3676 | <fieldValue name='rotation' value='8.86716 0 -36.40781 2.38836'/> |
3677 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3678 | <fieldValue name='ballRadius' value='0.02'/> |
3679 | <fieldValue name='traceEnabled' value='false'/> |
3680 | <fieldValue name='displayMode'/> |
3681 | <fieldValue name='transparency' value='0'/> |
3682 | </ProtoInstance> |
3683 | <ProtoInstance name='Arc'> |
3684 | <fieldValue name='cylinderHeight' value='1.04026'/> |
3685 | <fieldValue name='cylinderTranslation' value='2.12709 -0.94886 -0.63225'/> |
3686 | <fieldValue name='coneTranslation' value='2.41481 -1.10646 -0.78082'/> |
3687 | <fieldValue name='rotation' value='-42.91530 0 -83.10989 2.02375'/> |
3688 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3689 | <fieldValue name='ballRadius' value='0.02'/> |
3690 | <fieldValue name='traceEnabled' value='false'/> |
3691 | <fieldValue name='displayMode'/> |
3692 | <fieldValue name='transparency' value='0'/> |
3693 | </ProtoInstance> |
3694 | <ProtoInstance name='Arc'> |
3695 | <fieldValue name='cylinderHeight' value='1.18485'/> |
3696 | <fieldValue name='cylinderTranslation' value='1.85736 -0.95186 -0.94353'/> |
3697 | <fieldValue name='coneTranslation' value='1.96380 -1.12020 -1.32736'/> |
3698 | <fieldValue name='rotation' value='-105.16999 0 -29.16357 1.97066'/> |
3699 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3700 | <fieldValue name='ballRadius' value='0.02'/> |
3701 | <fieldValue name='traceEnabled' value='false'/> |
3702 | <fieldValue name='displayMode'/> |
3703 | <fieldValue name='transparency' value='0'/> |
3704 | </ProtoInstance> |
3705 | <ProtoInstance name='Arc'> |
3706 | <fieldValue name='cylinderHeight' value='0.51159'/> |
3707 | <fieldValue name='cylinderTranslation' value='2.17330 -1.37472 -2.07864'/> |
3708 | <fieldValue name='coneTranslation' value='2.23227 -1.39831 -2.15035'/> |
3709 | <fieldValue name='rotation' value='-38.29672 0 -31.49382 1.81964'/> |
3710 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3711 | <fieldValue name='ballRadius' value='0.02'/> |
3712 | <fieldValue name='traceEnabled' value='false'/> |
3713 | <fieldValue name='displayMode'/> |
3714 | <fieldValue name='transparency' value='0'/> |
3715 | </ProtoInstance> |
3716 | <ProtoInstance name='Arc'> |
3717 | <fieldValue name='cylinderHeight' value='0.75908'/> |
3718 | <fieldValue name='cylinderTranslation' value='2.37884 -1.41908 -1.85978'/> |
3719 | <fieldValue name='coneTranslation' value='2.58882 -1.48118 -1.84394'/> |
3720 | <fieldValue name='rotation' value='5.47625 0 -72.60226 1.85757'/> |
3721 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3722 | <fieldValue name='ballRadius' value='0.02'/> |
3723 | <fieldValue name='traceEnabled' value='false'/> |
3724 | <fieldValue name='displayMode'/> |
3725 | <fieldValue name='transparency' value='0'/> |
3726 | </ProtoInstance> |
3727 | <ProtoInstance name='Arc'> |
3728 | <fieldValue name='cylinderHeight' value='1.33316'/> |
3729 | <fieldValue name='cylinderTranslation' value='1.42163 -1.09603 -1.67565'/> |
3730 | <fieldValue name='coneTranslation' value='0.97007 -0.93210 -1.51491'/> |
3731 | <fieldValue name='rotation' value='42.30219 -0.00000 118.83874 1.24128'/> |
3732 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3733 | <fieldValue name='ballRadius' value='0.02'/> |
3734 | <fieldValue name='traceEnabled' value='false'/> |
3735 | <fieldValue name='displayMode'/> |
3736 | <fieldValue name='transparency' value='0'/> |
3737 | </ProtoInstance> |
3738 | <ProtoInstance name='Arc'> |
3739 | <fieldValue name='cylinderHeight' value='0.68721'/> |
3740 | <fieldValue name='cylinderTranslation' value='1.97924 -1.20840 -1.56151'/> |
3741 | <fieldValue name='coneTranslation' value='1.95968 -1.15318 -1.38750'/> |
3742 | <fieldValue name='rotation' value='65.12990 -0.00000 7.31840 1.26535'/> |
3743 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3744 | <fieldValue name='ballRadius' value='0.02'/> |
3745 | <fieldValue name='traceEnabled' value='false'/> |
3746 | <fieldValue name='displayMode'/> |
3747 | <fieldValue name='transparency' value='0'/> |
3748 | </ProtoInstance> |
3749 | <ProtoInstance name='Arc'> |
3750 | <fieldValue name='cylinderHeight' value='0.70775'/> |
3751 | <fieldValue name='cylinderTranslation' value='2.19505 -1.27313 -1.58447'/> |
3752 | <fieldValue name='coneTranslation' value='2.29324 -1.25198 -1.41864'/> |
3753 | <fieldValue name='rotation' value='60.53726 0 -35.84446 1.46152'/> |
3754 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3755 | <fieldValue name='ballRadius' value='0.02'/> |
3756 | <fieldValue name='traceEnabled' value='false'/> |
3757 | <fieldValue name='displayMode'/> |
3758 | <fieldValue name='transparency' value='0'/> |
3759 | </ProtoInstance> |
3760 | <ProtoInstance name='Arc'> |
3761 | <fieldValue name='cylinderHeight' value='0.56502'/> |
3762 | <fieldValue name='cylinderTranslation' value='2.03711 -1.40186 -2.15405'/> |
3763 | <fieldValue name='coneTranslation' value='2.04634 -1.44094 -2.26979'/> |
3764 | <fieldValue name='rotation' value='-53.37910 0 -4.25693 1.89553'/> |
3765 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3766 | <fieldValue name='ballRadius' value='0.02'/> |
3767 | <fieldValue name='traceEnabled' value='false'/> |
3768 | <fieldValue name='displayMode'/> |
3769 | <fieldValue name='transparency' value='0'/> |
3770 | </ProtoInstance> |
3771 | <ProtoInstance name='Arc'> |
3772 | <fieldValue name='cylinderHeight' value='0.89644'/> |
3773 | <fieldValue name='cylinderTranslation' value='2.03176 -1.57970 -2.24609'/> |
3774 | <fieldValue name='coneTranslation' value='2.04200 -1.75202 -2.47690'/> |
3775 | <fieldValue name='rotation' value='-71.78658 0 -3.18638 2.21165'/> |
3776 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3777 | <fieldValue name='ballRadius' value='0.02'/> |
3778 | <fieldValue name='traceEnabled' value='false'/> |
3779 | <fieldValue name='displayMode'/> |
3780 | <fieldValue name='transparency' value='0'/> |
3781 | </ProtoInstance> |
3782 | <ProtoInstance name='Arc'> |
3783 | <fieldValue name='cylinderHeight' value='0.89596'/> |
3784 | <fieldValue name='cylinderTranslation' value='2.20680 -1.35706 -2.28985'/> |
3785 | <fieldValue name='coneTranslation' value='2.32957 -1.38620 -2.54871'/> |
3786 | <fieldValue name='rotation' value='-80.53785 0 -38.19459 1.67216'/> |
3787 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3788 | <fieldValue name='ballRadius' value='0.02'/> |
3789 | <fieldValue name='traceEnabled' value='false'/> |
3790 | <fieldValue name='displayMode'/> |
3791 | <fieldValue name='transparency' value='0'/> |
3792 | </ProtoInstance> |
3793 | <ProtoInstance name='Arc'> |
3794 | <fieldValue name='cylinderHeight' value='0.84936'/> |
3795 | <fieldValue name='cylinderTranslation' value='2.17228 -1.53640 -2.21180'/> |
3796 | <fieldValue name='coneTranslation' value='2.26980 -1.67644 -2.41414'/> |
3797 | <fieldValue name='rotation' value='-64.92910 0 -31.29144 2.12828'/> |
3798 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3799 | <fieldValue name='ballRadius' value='0.02'/> |
3800 | <fieldValue name='traceEnabled' value='false'/> |
3801 | <fieldValue name='displayMode'/> |
3802 | <fieldValue name='transparency' value='0'/> |
3803 | </ProtoInstance> |
3804 | <ProtoInstance name='Arc'> |
3805 | <fieldValue name='cylinderHeight' value='0.52661'/> |
3806 | <fieldValue name='cylinderTranslation' value='2.09784 -1.36961 -2.13058'/> |
3807 | <fieldValue name='coneTranslation' value='2.13002 -1.39232 -2.22608'/> |
3808 | <fieldValue name='rotation' value='-48.68337 0 -16.40314 1.79246'/> |
3809 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3810 | <fieldValue name='ballRadius' value='0.02'/> |
3811 | <fieldValue name='traceEnabled' value='false'/> |
3812 | <fieldValue name='displayMode'/> |
3813 | <fieldValue name='transparency' value='0'/> |
3814 | </ProtoInstance> |
3815 | <ProtoInstance name='Arc'> |
3816 | <fieldValue name='cylinderHeight' value='0.89588'/> |
3817 | <fieldValue name='cylinderTranslation' value='2.04818 -1.44272 -2.31430'/> |
3818 | <fieldValue name='coneTranslation' value='2.06897 -1.52692 -2.58886'/> |
3819 | <fieldValue name='rotation' value='-85.42736 0 -6.46983 1.86757'/> |
3820 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3821 | <fieldValue name='ballRadius' value='0.02'/> |
3822 | <fieldValue name='traceEnabled' value='false'/> |
3823 | <fieldValue name='displayMode'/> |
3824 | <fieldValue name='transparency' value='0'/> |
3825 | </ProtoInstance> |
3826 | <ProtoInstance name='Arc'> |
3827 | <fieldValue name='cylinderHeight' value='0.46105'/> |
3828 | <fieldValue name='cylinderTranslation' value='2.09924 -1.45701 -2.04551'/> |
3829 | <fieldValue name='coneTranslation' value='2.12476 -1.50146 -2.09396'/> |
3830 | <fieldValue name='rotation' value='-31.67055 0 -16.68193 2.25268'/> |
3831 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3832 | <fieldValue name='ballRadius' value='0.02'/> |
3833 | <fieldValue name='traceEnabled' value='false'/> |
3834 | <fieldValue name='displayMode'/> |
3835 | <fieldValue name='transparency' value='0'/> |
3836 | </ProtoInstance> |
3837 | <ProtoInstance name='Arc'> |
3838 | <fieldValue name='cylinderHeight' value='0.72732'/> |
3839 | <fieldValue name='cylinderTranslation' value='1.97143 -1.19631 -1.54517'/> |
3840 | <fieldValue name='coneTranslation' value='1.94657 -1.13167 -1.35365'/> |
3841 | <fieldValue name='rotation' value='68.39784 -0.00000 8.87876 1.24784'/> |
3842 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3843 | <fieldValue name='ballRadius' value='0.02'/> |
3844 | <fieldValue name='traceEnabled' value='false'/> |
3845 | <fieldValue name='displayMode'/> |
3846 | <fieldValue name='transparency' value='0'/> |
3847 | </ProtoInstance> |
3848 | <ProtoInstance name='Arc'> |
3849 | <fieldValue name='cylinderHeight' value='0.70557'/> |
3850 | <fieldValue name='cylinderTranslation' value='2.00934 -1.19701 -1.55361'/> |
3851 | <fieldValue name='coneTranslation' value='2.00580 -1.13433 -1.37134'/> |
3852 | <fieldValue name='rotation' value='66.71009 -0.00000 1.29657 1.23962'/> |
3853 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3854 | <fieldValue name='ballRadius' value='0.02'/> |
3855 | <fieldValue name='traceEnabled' value='false'/> |
3856 | <fieldValue name='displayMode'/> |
3857 | <fieldValue name='transparency' value='0'/> |
3858 | </ProtoInstance> |
3859 | <ProtoInstance name='Arc'> |
3860 | <fieldValue name='cylinderHeight' value='0.89600'/> |
3861 | <fieldValue name='cylinderTranslation' value='2.17587 -1.35999 -2.30281'/> |
3862 | <fieldValue name='coneTranslation' value='2.27875 -1.39102 -2.57001'/> |
3863 | <fieldValue name='rotation' value='-83.12943 0 -32.00802 1.67875'/> |
3864 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3865 | <fieldValue name='ballRadius' value='0.02'/> |
3866 | <fieldValue name='traceEnabled' value='false'/> |
3867 | <fieldValue name='displayMode'/> |
3868 | <fieldValue name='transparency' value='0'/> |
3869 | </ProtoInstance> |
3870 | <ProtoInstance name='Arc'> |
3871 | <fieldValue name='cylinderHeight' value='0.68162'/> |
3872 | <fieldValue name='cylinderTranslation' value='1.97700 -1.20402 -1.56616'/> |
3873 | <fieldValue name='coneTranslation' value='1.95640 -1.14688 -1.39586'/> |
3874 | <fieldValue name='rotation' value='64.20049 -0.00000 7.76538 1.24926'/> |
3875 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3876 | <fieldValue name='ballRadius' value='0.02'/> |
3877 | <fieldValue name='traceEnabled' value='false'/> |
3878 | <fieldValue name='displayMode'/> |
3879 | <fieldValue name='transparency' value='0'/> |
3880 | </ProtoInstance> |
3881 | <ProtoInstance name='Arc'> |
3882 | <fieldValue name='cylinderHeight' value='0.27890'/> |
3883 | <fieldValue name='cylinderTranslation' value='2.14994 -1.33954 -1.91338'/> |
3884 | <fieldValue name='coneTranslation' value='2.13018 -1.33544 -1.90952'/> |
3885 | <fieldValue name='rotation' value='-5.24440 0 -26.82177 1.77163'/> |
3886 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3887 | <fieldValue name='ballRadius' value='0.02'/> |
3888 | <fieldValue name='traceEnabled' value='false'/> |
3889 | <fieldValue name='displayMode'/> |
3890 | <fieldValue name='transparency' value='0'/> |
3891 | </ProtoInstance> |
3892 | <ProtoInstance name='Arc'> |
3893 | <fieldValue name='cylinderHeight' value='0.88349'/> |
3894 | <fieldValue name='cylinderTranslation' value='2.29378 -1.38256 -2.22311'/> |
3895 | <fieldValue name='coneTranslation' value='2.47105 -1.42774 -2.43738'/> |
3896 | <fieldValue name='rotation' value='-67.19008 0 -55.59013 1.73185'/> |
3897 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3898 | <fieldValue name='ballRadius' value='0.02'/> |
3899 | <fieldValue name='traceEnabled' value='false'/> |
3900 | <fieldValue name='displayMode'/> |
3901 | <fieldValue name='transparency' value='0'/> |
3902 | </ProtoInstance> |
3903 | <ProtoInstance name='Arc'> |
3904 | <fieldValue name='cylinderHeight' value='0.49661'/> |
3905 | <fieldValue name='cylinderTranslation' value='2.08404 -1.40431 -2.10723'/> |
3906 | <fieldValue name='coneTranslation' value='2.10830 -1.43724 -2.18549'/> |
3907 | <fieldValue name='rotation' value='-44.01324 0 -13.64259 1.95292'/> |
3908 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3909 | <fieldValue name='ballRadius' value='0.02'/> |
3910 | <fieldValue name='traceEnabled' value='false'/> |
3911 | <fieldValue name='displayMode'/> |
3912 | <fieldValue name='transparency' value='0'/> |
3913 | </ProtoInstance> |
3914 | <ProtoInstance name='Arc'> |
3915 | <fieldValue name='cylinderHeight' value='0.24218'/> |
3916 | <fieldValue name='cylinderTranslation' value='2.11640 -1.37915 -1.88783'/> |
3917 | <fieldValue name='coneTranslation' value='2.08408 -1.35748 -1.88761'/> |
3918 | <fieldValue name='rotation' value='-0.13350 0 -20.11515 2.16139'/> |
3919 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3920 | <fieldValue name='ballRadius' value='0.02'/> |
3921 | <fieldValue name='traceEnabled' value='false'/> |
3922 | <fieldValue name='displayMode'/> |
3923 | <fieldValue name='transparency' value='0'/> |
3924 | </ProtoInstance> |
3925 | <ProtoInstance name='Arc'> |
3926 | <fieldValue name='cylinderHeight' value='0.32774'/> |
3927 | <fieldValue name='cylinderTranslation' value='2.05372 -1.37055 -2.03534'/> |
3928 | <fieldValue name='coneTranslation' value='2.05461 -1.37194 -2.03884'/> |
3929 | <fieldValue name='rotation' value='-29.63568 0 -7.57800 1.93797'/> |
3930 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3931 | <fieldValue name='ballRadius' value='0.02'/> |
3932 | <fieldValue name='traceEnabled' value='false'/> |
3933 | <fieldValue name='displayMode'/> |
3934 | <fieldValue name='transparency' value='0'/> |
3935 | </ProtoInstance> |
3936 | <ProtoInstance name='Arc'> |
3937 | <fieldValue name='cylinderHeight' value='0.51614'/> |
3938 | <fieldValue name='cylinderTranslation' value='2.09351 -1.44961 -2.09100'/> |
3939 | <fieldValue name='coneTranslation' value='2.12303 -1.50201 -2.16846'/> |
3940 | <fieldValue name='rotation' value='-40.76846 0 -15.53575 2.13449'/> |
3941 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3942 | <fieldValue name='ballRadius' value='0.02'/> |
3943 | <fieldValue name='traceEnabled' value='false'/> |
3944 | <fieldValue name='displayMode'/> |
3945 | <fieldValue name='transparency' value='0'/> |
3946 | </ProtoInstance> |
3947 | <ProtoInstance name='Arc'> |
3948 | <fieldValue name='cylinderHeight' value='0.53453'/> |
3949 | <fieldValue name='cylinderTranslation' value='2.11158 -1.36962 -2.12987'/> |
3950 | <fieldValue name='coneTranslation' value='2.15000 -1.39286 -2.22728'/> |
3951 | <fieldValue name='rotation' value='-48.54279 0 -19.14967 1.78917'/> |
3952 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3953 | <fieldValue name='ballRadius' value='0.02'/> |
3954 | <fieldValue name='traceEnabled' value='false'/> |
3955 | <fieldValue name='displayMode'/> |
3956 | <fieldValue name='transparency' value='0'/> |
3957 | </ProtoInstance> |
3958 | <ProtoInstance name='Arc'> |
3959 | <fieldValue name='cylinderHeight' value='1.70973'/> |
3960 | <fieldValue name='cylinderTranslation' value='1.32665 -1.00156 -1.48763'/> |
3961 | <fieldValue name='coneTranslation' value='0.76646 -0.74946 -1.16287'/> |
3962 | <fieldValue name='rotation' value='79.90637 -0.00000 137.83606 1.19951'/> |
3963 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3964 | <fieldValue name='ballRadius' value='0.02'/> |
3965 | <fieldValue name='traceEnabled' value='false'/> |
3966 | <fieldValue name='displayMode'/> |
3967 | <fieldValue name='transparency' value='0'/> |
3968 | </ProtoInstance> |
3969 | <ProtoInstance name='Arc'> |
3970 | <fieldValue name='cylinderHeight' value='0.89595'/> |
3971 | <fieldValue name='cylinderTranslation' value='2.04833 -1.44238 -2.31442'/> |
3972 | <fieldValue name='coneTranslation' value='2.06923 -1.52637 -2.58908'/> |
3973 | <fieldValue name='rotation' value='-85.45258 0 -6.50128 1.86675'/> |
3974 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3975 | <fieldValue name='ballRadius' value='0.02'/> |
3976 | <fieldValue name='traceEnabled' value='false'/> |
3977 | <fieldValue name='displayMode'/> |
3978 | <fieldValue name='transparency' value='0'/> |
3979 | </ProtoInstance> |
3980 | <ProtoInstance name='Arc'> |
3981 | <fieldValue name='cylinderHeight' value='0.43750'/> |
3982 | <fieldValue name='cylinderTranslation' value='2.00950 -1.24711 -1.67827'/> |
3983 | <fieldValue name='coneTranslation' value='2.00781 -1.22975 -1.62217'/> |
3984 | <fieldValue name='rotation' value='41.77838 -0.00000 1.26474 1.27093'/> |
3985 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3986 | <fieldValue name='ballRadius' value='0.02'/> |
3987 | <fieldValue name='traceEnabled' value='false'/> |
3988 | <fieldValue name='displayMode'/> |
3989 | <fieldValue name='transparency' value='0'/> |
3990 | </ProtoInstance> |
3991 | <ProtoInstance name='Arc'> |
3992 | <fieldValue name='cylinderHeight' value='0.23512'/> |
3993 | <fieldValue name='cylinderTranslation' value='2.09647 -1.39605 -1.90151'/> |
3994 | <fieldValue name='coneTranslation' value='2.06736 -1.36561 -1.89633'/> |
3995 | <fieldValue name='rotation' value='-2.87103 0 -16.12932 2.37069'/> |
3996 | <fieldValue name='diffuseColor' value='0 0 0'/> |
3997 | <fieldValue name='ballRadius' value='0.02'/> |
3998 | <fieldValue name='traceEnabled' value='false'/> |
3999 | <fieldValue name='displayMode'/> |
4000 | <fieldValue name='transparency' value='0'/> |
4001 | </ProtoInstance> |
4002 | <ProtoInstance name='Arc'> |
4003 | <fieldValue name='cylinderHeight' value='0.64233'/> |
4004 | <fieldValue name='cylinderTranslation' value='0.15434 1.79134 1.53129'/> |
4005 | <fieldValue name='coneTranslation' value='0.10832 1.88806 1.65171'/> |
4006 | <fieldValue name='rotation' value='47.99339 -0.00000 18.34120 0.92710'/> |
4007 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4008 | <fieldValue name='ballRadius' value='0.02'/> |
4009 | <fieldValue name='traceEnabled' value='false'/> |
4010 | <fieldValue name='displayMode'/> |
4011 | <fieldValue name='transparency' value='0'/> |
4012 | </ProtoInstance> |
4013 | <ProtoInstance name='Arc'> |
4014 | <fieldValue name='cylinderHeight' value='1.06693'/> |
4015 | <fieldValue name='cylinderTranslation' value='0.12887 1.88950 1.72286'/> |
4016 | <fieldValue name='coneTranslation' value='0.04683 2.09316 2.02497'/> |
4017 | <fieldValue name='rotation' value='86.30819 -0.00000 23.43566 0.99403'/> |
4018 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4019 | <fieldValue name='ballRadius' value='0.02'/> |
4020 | <fieldValue name='traceEnabled' value='false'/> |
4021 | <fieldValue name='displayMode'/> |
4022 | <fieldValue name='transparency' value='0'/> |
4023 | </ProtoInstance> |
4024 | <ProtoInstance name='Arc'> |
4025 | <fieldValue name='cylinderHeight' value='0.26724'/> |
4026 | <fieldValue name='cylinderTranslation' value='0.17649 1.70322 1.33681'/> |
4027 | <fieldValue name='coneTranslation' value='0.19022 1.68256 1.32783'/> |
4028 | <fieldValue name='rotation' value='9.09716 -0.00000 13.91139 0.67127'/> |
4029 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4030 | <fieldValue name='ballRadius' value='0.02'/> |
4031 | <fieldValue name='traceEnabled' value='false'/> |
4032 | <fieldValue name='displayMode'/> |
4033 | <fieldValue name='transparency' value='0'/> |
4034 | </ProtoInstance> |
4035 | <ProtoInstance name='Arc'> |
4036 | <fieldValue name='cylinderHeight' value='0.61618'/> |
4037 | <fieldValue name='cylinderTranslation' value='0.15041 1.79533 1.50827'/> |
4038 | <fieldValue name='coneTranslation' value='0.10444 1.88990 1.61254'/> |
4039 | <fieldValue name='rotation' value='43.38881 -0.00000 19.12769 0.87814'/> |
4040 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4041 | <fieldValue name='ballRadius' value='0.02'/> |
4042 | <fieldValue name='traceEnabled' value='false'/> |
4043 | <fieldValue name='displayMode'/> |
4044 | <fieldValue name='transparency' value='0'/> |
4045 | </ProtoInstance> |
4046 | <ProtoInstance name='Arc'> |
4047 | <fieldValue name='cylinderHeight' value='1.06693'/> |
4048 | <fieldValue name='cylinderTranslation' value='0.12887 1.88950 1.72286'/> |
4049 | <fieldValue name='coneTranslation' value='0.04683 2.09316 2.02497'/> |
4050 | <fieldValue name='rotation' value='86.30770 -0.00000 23.43585 0.99402'/> |
4051 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4052 | <fieldValue name='ballRadius' value='0.02'/> |
4053 | <fieldValue name='traceEnabled' value='false'/> |
4054 | <fieldValue name='displayMode'/> |
4055 | <fieldValue name='transparency' value='0'/> |
4056 | </ProtoInstance> |
4057 | <ProtoInstance name='Arc'> |
4058 | <fieldValue name='cylinderHeight' value='0.64233'/> |
4059 | <fieldValue name='cylinderTranslation' value='0.15434 1.79134 1.53129'/> |
4060 | <fieldValue name='coneTranslation' value='0.10832 1.88806 1.65171'/> |
4061 | <fieldValue name='rotation' value='47.99339 -0.00000 18.34120 0.92710'/> |
4062 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4063 | <fieldValue name='ballRadius' value='0.02'/> |
4064 | <fieldValue name='traceEnabled' value='false'/> |
4065 | <fieldValue name='displayMode'/> |
4066 | <fieldValue name='transparency' value='0'/> |
4067 | </ProtoInstance> |
4068 | <ProtoInstance name='Arc'> |
4069 | <fieldValue name='cylinderHeight' value='0.61514'/> |
4070 | <fieldValue name='cylinderTranslation' value='0.14895 1.79876 1.50370'/> |
4071 | <fieldValue name='coneTranslation' value='0.10236 1.89479 1.60560'/> |
4072 | <fieldValue name='rotation' value='42.47594 -0.00000 19.41935 0.86216'/> |
4073 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4074 | <fieldValue name='ballRadius' value='0.02'/> |
4075 | <fieldValue name='traceEnabled' value='false'/> |
4076 | <fieldValue name='displayMode'/> |
4077 | <fieldValue name='transparency' value='0'/> |
4078 | </ProtoInstance> |
4079 | <ProtoInstance name='Arc'> |
4080 | <fieldValue name='cylinderHeight' value='1.00798'/> |
4081 | <fieldValue name='cylinderTranslation' value='0.39551 1.65925 0.81384'/> |
4082 | <fieldValue name='coneTranslation' value='0.49753 1.70065 0.48795'/> |
4083 | <fieldValue name='rotation' value='-95.49581 0 -29.89348 1.45015'/> |
4084 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4085 | <fieldValue name='ballRadius' value='0.02'/> |
4086 | <fieldValue name='traceEnabled' value='false'/> |
4087 | <fieldValue name='displayMode'/> |
4088 | <fieldValue name='transparency' value='0'/> |
4089 | </ProtoInstance> |
4090 | <ProtoInstance name='Arc'> |
4091 | <fieldValue name='cylinderHeight' value='0.46084'/> |
4092 | <fieldValue name='cylinderTranslation' value='0.39732 1.44009 1.22000'/> |
4093 | <fieldValue name='coneTranslation' value='0.44355 1.39165 1.19821'/> |
4094 | <fieldValue name='rotation' value='-14.26420 0 -30.25432 2.32937'/> |
4095 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4096 | <fieldValue name='ballRadius' value='0.02'/> |
4097 | <fieldValue name='traceEnabled' value='false'/> |
4098 | <fieldValue name='displayMode'/> |
4099 | <fieldValue name='transparency' value='0'/> |
4100 | </ProtoInstance> |
4101 | <ProtoInstance name='Arc'> |
4102 | <fieldValue name='cylinderHeight' value='1.06693'/> |
4103 | <fieldValue name='cylinderTranslation' value='0.12887 1.88950 1.72286'/> |
4104 | <fieldValue name='coneTranslation' value='0.04683 2.09316 2.02497'/> |
4105 | <fieldValue name='rotation' value='86.30770 -0.00000 23.43585 0.99402'/> |
4106 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4107 | <fieldValue name='ballRadius' value='0.02'/> |
4108 | <fieldValue name='traceEnabled' value='false'/> |
4109 | <fieldValue name='displayMode'/> |
4110 | <fieldValue name='transparency' value='0'/> |
4111 | </ProtoInstance> |
4112 | <ProtoInstance name='Arc'> |
4113 | <fieldValue name='cylinderHeight' value='0.49341'/> |
4114 | <fieldValue name='cylinderTranslation' value='0.05394 1.45073 1.33711'/> |
4115 | <fieldValue name='coneTranslation' value='-0.01358 1.39877 1.35320'/> |
4116 | <fieldValue name='rotation' value='9.15774 -0.00000 38.42172 2.21346'/> |
4117 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4118 | <fieldValue name='ballRadius' value='0.02'/> |
4119 | <fieldValue name='traceEnabled' value='false'/> |
4120 | <fieldValue name='displayMode'/> |
4121 | <fieldValue name='transparency' value='0'/> |
4122 | </ProtoInstance> |
4123 | <ProtoInstance name='Arc'> |
4124 | <fieldValue name='cylinderHeight' value='0.36341'/> |
4125 | <fieldValue name='cylinderTranslation' value='0.42487 1.57447 1.26996'/> |
4126 | <fieldValue name='coneTranslation' value='0.44623 1.57159 1.26741'/> |
4127 | <fieldValue name='rotation' value='-4.27277 0 -35.76524 1.70392'/> |
4128 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4129 | <fieldValue name='ballRadius' value='0.02'/> |
4130 | <fieldValue name='traceEnabled' value='false'/> |
4131 | <fieldValue name='displayMode'/> |
4132 | <fieldValue name='transparency' value='0'/> |
4133 | </ProtoInstance> |
4134 | <ProtoInstance name='Arc'> |
4135 | <fieldValue name='cylinderHeight' value='0.53650'/> |
4136 | <fieldValue name='cylinderTranslation' value='0.29392 1.78667 1.47650'/> |
4137 | <fieldValue name='coneTranslation' value='0.31325 1.86257 1.55123'/> |
4138 | <fieldValue name='rotation' value='37.03631 0 -9.57577 0.79381'/> |
4139 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4140 | <fieldValue name='ballRadius' value='0.02'/> |
4141 | <fieldValue name='traceEnabled' value='false'/> |
4142 | <fieldValue name='displayMode'/> |
4143 | <fieldValue name='transparency' value='0'/> |
4144 | </ProtoInstance> |
4145 | <ProtoInstance name='Arc'> |
4146 | <fieldValue name='cylinderHeight' value='0.55656'/> |
4147 | <fieldValue name='cylinderTranslation' value='0.27050 1.74769 1.52501'/> |
4148 | <fieldValue name='coneTranslation' value='0.28089 1.81106 1.62434'/> |
4149 | <fieldValue name='rotation' value='46.73807 0 -4.89032 1.00536'/> |
4150 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4151 | <fieldValue name='ballRadius' value='0.02'/> |
4152 | <fieldValue name='traceEnabled' value='false'/> |
4153 | <fieldValue name='displayMode'/> |
4154 | <fieldValue name='transparency' value='0'/> |
4155 | </ProtoInstance> |
4156 | <ProtoInstance name='Arc'> |
4157 | <fieldValue name='cylinderHeight' value='0.84973'/> |
4158 | <fieldValue name='cylinderTranslation' value='0.38719 1.78997 1.64340'/> |
4159 | <fieldValue name='coneTranslation' value='0.47518 1.90928 1.86289'/> |
4160 | <fieldValue name='rotation' value='70.41577 0 -28.22871 1.10352'/> |
4161 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4162 | <fieldValue name='ballRadius' value='0.02'/> |
4163 | <fieldValue name='traceEnabled' value='false'/> |
4164 | <fieldValue name='displayMode'/> |
4165 | <fieldValue name='transparency' value='0'/> |
4166 | </ProtoInstance> |
4167 | <ProtoInstance name='Arc'> |
4168 | <fieldValue name='cylinderHeight' value='0.85152'/> |
4169 | <fieldValue name='cylinderTranslation' value='-0.08622 1.33254 1.30058'/> |
4170 | <fieldValue name='coneTranslation' value='-0.29363 1.16647 1.30636'/> |
4171 | <fieldValue name='rotation' value='1.85155 -0.00000 66.45406 2.24578'/> |
4172 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4173 | <fieldValue name='ballRadius' value='0.02'/> |
4174 | <fieldValue name='traceEnabled' value='false'/> |
4175 | <fieldValue name='displayMode'/> |
4176 | <fieldValue name='transparency' value='0'/> |
4177 | </ProtoInstance> |
4178 | <ProtoInstance name='Arc'> |
4179 | <fieldValue name='cylinderHeight' value='0.85281'/> |
4180 | <fieldValue name='cylinderTranslation' value='0.18927 1.55635 0.87083'/> |
4181 | <fieldValue name='coneTranslation' value='0.15379 1.52995 0.60812'/> |
4182 | <fieldValue name='rotation' value='-84.09812 0 11.35566 1.67003'/> |
4183 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4184 | <fieldValue name='ballRadius' value='0.02'/> |
4185 | <fieldValue name='traceEnabled' value='false'/> |
4186 | <fieldValue name='displayMode'/> |
4187 | <fieldValue name='transparency' value='0'/> |
4188 | </ProtoInstance> |
4189 | <ProtoInstance name='Arc'> |
4190 | <fieldValue name='cylinderHeight' value='0.57054'/> |
4191 | <fieldValue name='cylinderTranslation' value='0.51767 1.54336 1.22390'/> |
4192 | <fieldValue name='coneTranslation' value='0.63695 1.51910 1.19429'/> |
4193 | <fieldValue name='rotation' value='-13.48546 0 -54.32554 1.76565'/> |
4194 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4195 | <fieldValue name='ballRadius' value='0.02'/> |
4196 | <fieldValue name='traceEnabled' value='false'/> |
4197 | <fieldValue name='displayMode'/> |
4198 | <fieldValue name='transparency' value='0'/> |
4199 | </ProtoInstance> |
4200 | <ProtoInstance name='Arc'> |
4201 | <fieldValue name='cylinderHeight' value='0.61935'/> |
4202 | <fieldValue name='cylinderTranslation' value='0.04571 1.63812 1.52414'/> |
4203 | <fieldValue name='coneTranslation' value='-0.05112 1.65723 1.63666'/> |
4204 | <fieldValue name='rotation' value='46.56263 -0.00000 40.06752 1.44279'/> |
4205 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4206 | <fieldValue name='ballRadius' value='0.02'/> |
4207 | <fieldValue name='traceEnabled' value='false'/> |
4208 | <fieldValue name='displayMode'/> |
4209 | <fieldValue name='transparency' value='0'/> |
4210 | </ProtoInstance> |
4211 | <ProtoInstance name='Arc'> |
4212 | <fieldValue name='cylinderHeight' value='0.57462'/> |
4213 | <fieldValue name='cylinderTranslation' value='0.51645 1.62903 1.19913'/> |
4214 | <fieldValue name='coneTranslation' value='0.63628 1.64252 1.15827'/> |
4215 | <fieldValue name='rotation' value='-18.43955 0 -54.08176 1.46466'/> |
4216 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4217 | <fieldValue name='ballRadius' value='0.02'/> |
4218 | <fieldValue name='traceEnabled' value='false'/> |
4219 | <fieldValue name='displayMode'/> |
4220 | <fieldValue name='transparency' value='0'/> |
4221 | </ProtoInstance> |
4222 | <ProtoInstance name='Arc'> |
4223 | <fieldValue name='cylinderHeight' value='1.24084'/> |
4224 | <fieldValue name='cylinderTranslation' value='0.06773 1.13098 0.92463'/> |
4225 | <fieldValue name='coneTranslation' value='-0.06460 0.78396 0.65251'/> |
4226 | <fieldValue name='rotation' value='-73.33763 0 35.66324 2.42448'/> |
4227 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4228 | <fieldValue name='ballRadius' value='0.02'/> |
4229 | <fieldValue name='traceEnabled' value='false'/> |
4230 | <fieldValue name='displayMode'/> |
4231 | <fieldValue name='transparency' value='0'/> |
4232 | </ProtoInstance> |
4233 | <ProtoInstance name='Arc'> |
4234 | <fieldValue name='cylinderHeight' value='0.77942'/> |
4235 | <fieldValue name='cylinderTranslation' value='0.63195 1.56841 1.24611'/> |
4236 | <fieldValue name='coneTranslation' value='0.85941 1.55062 1.21947'/> |
4237 | <fieldValue name='rotation' value='-9.04180 0 -77.18026 1.64832'/> |
4238 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4239 | <fieldValue name='ballRadius' value='0.02'/> |
4240 | <fieldValue name='traceEnabled' value='false'/> |
4241 | <fieldValue name='displayMode'/> |
4242 | <fieldValue name='transparency' value='0'/> |
4243 | </ProtoInstance> |
4244 | <ProtoInstance name='Arc'> |
4245 | <fieldValue name='cylinderHeight' value='0.61618'/> |
4246 | <fieldValue name='cylinderTranslation' value='0.15041 1.79533 1.50827'/> |
4247 | <fieldValue name='coneTranslation' value='0.10444 1.88990 1.61254'/> |
4248 | <fieldValue name='rotation' value='43.38881 -0.00000 19.12769 0.87814'/> |
4249 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4250 | <fieldValue name='ballRadius' value='0.02'/> |
4251 | <fieldValue name='traceEnabled' value='false'/> |
4252 | <fieldValue name='displayMode'/> |
4253 | <fieldValue name='transparency' value='0'/> |
4254 | </ProtoInstance> |
4255 | <ProtoInstance name='Arc'> |
4256 | <fieldValue name='cylinderHeight' value='0.63118'/> |
4257 | <fieldValue name='cylinderTranslation' value='0.15631 1.76128 1.54643'/> |
4258 | <fieldValue name='coneTranslation' value='0.11207 1.84150 1.67219'/> |
4259 | <fieldValue name='rotation' value='51.02046 -0.00000 17.94643 1.02918'/> |
4260 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4261 | <fieldValue name='ballRadius' value='0.02'/> |
4262 | <fieldValue name='traceEnabled' value='false'/> |
4263 | <fieldValue name='displayMode'/> |
4264 | <fieldValue name='transparency' value='0'/> |
4265 | </ProtoInstance> |
4266 | <ProtoInstance name='Arc'> |
4267 | <fieldValue name='cylinderHeight' value='0.41370'/> |
4268 | <fieldValue name='cylinderTranslation' value='-0.50493 1.44527 0.25255'/> |
4269 | <fieldValue name='coneTranslation' value='-0.50879 1.41847 0.29079'/> |
4270 | <fieldValue name='rotation' value='33.76534 -0.00000 3.40353 2.17964'/> |
4271 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4272 | <fieldValue name='ballRadius' value='0.02'/> |
4273 | <fieldValue name='traceEnabled' value='false'/> |
4274 | <fieldValue name='displayMode'/> |
4275 | <fieldValue name='transparency' value='0'/> |
4276 | </ProtoInstance> |
4277 | <ProtoInstance name='Arc'> |
4278 | <fieldValue name='cylinderHeight' value='0.01538'/> |
4279 | <fieldValue name='cylinderTranslation' value='-0.48268 1.55795 0.08338'/> |
4280 | <fieldValue name='coneTranslation' value='-0.58635 1.66932 0.09016'/> |
4281 | <fieldValue name='rotation' value='-0.06854 0 -1.04702 2.39093'/> |
4282 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4283 | <fieldValue name='ballRadius' value='0.02'/> |
4284 | <fieldValue name='traceEnabled' value='false'/> |
4285 | <fieldValue name='displayMode'/> |
4286 | <fieldValue name='transparency' value='0'/> |
4287 | </ProtoInstance> |
4288 | <ProtoInstance name='Arc'> |
4289 | <fieldValue name='cylinderHeight' value='0.55839'/> |
4290 | <fieldValue name='cylinderTranslation' value='-0.70083 1.74157 0.05316'/> |
4291 | <fieldValue name='coneTranslation' value='-0.79173 1.81756 0.04012'/> |
4292 | <fieldValue name='rotation' value='-6.11137 0 42.58256 0.87949'/> |
4293 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4294 | <fieldValue name='ballRadius' value='0.02'/> |
4295 | <fieldValue name='traceEnabled' value='false'/> |
4296 | <fieldValue name='displayMode'/> |
4297 | <fieldValue name='transparency' value='0'/> |
4298 | </ProtoInstance> |
4299 | <ProtoInstance name='Arc'> |
4300 | <fieldValue name='cylinderHeight' value='0.55839'/> |
4301 | <fieldValue name='cylinderTranslation' value='-0.70083 1.74157 0.05316'/> |
4302 | <fieldValue name='coneTranslation' value='-0.79173 1.81756 0.04012'/> |
4303 | <fieldValue name='rotation' value='-6.11137 0 42.58256 0.87949'/> |
4304 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4305 | <fieldValue name='ballRadius' value='0.02'/> |
4306 | <fieldValue name='traceEnabled' value='false'/> |
4307 | <fieldValue name='displayMode'/> |
4308 | <fieldValue name='transparency' value='0'/> |
4309 | </ProtoInstance> |
4310 | <ProtoInstance name='Arc'> |
4311 | <fieldValue name='cylinderHeight' value='0.76739'/> |
4312 | <fieldValue name='cylinderTranslation' value='-0.12131 1.45687 0.12163'/> |
4313 | <fieldValue name='coneTranslation' value='0.09242 1.39467 0.14373'/> |
4314 | <fieldValue name='rotation' value='7.58141 0 -73.32124 1.85259'/> |
4315 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4316 | <fieldValue name='ballRadius' value='0.02'/> |
4317 | <fieldValue name='traceEnabled' value='false'/> |
4318 | <fieldValue name='displayMode'/> |
4319 | <fieldValue name='transparency' value='0'/> |
4320 | </ProtoInstance> |
4321 | <ProtoInstance name='Arc'> |
4322 | <fieldValue name='cylinderHeight' value='0.55839'/> |
4323 | <fieldValue name='cylinderTranslation' value='-0.70083 1.74157 0.05316'/> |
4324 | <fieldValue name='coneTranslation' value='-0.79173 1.81756 0.04012'/> |
4325 | <fieldValue name='rotation' value='-6.11137 0 42.58256 0.87949'/> |
4326 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4327 | <fieldValue name='ballRadius' value='0.02'/> |
4328 | <fieldValue name='traceEnabled' value='false'/> |
4329 | <fieldValue name='displayMode'/> |
4330 | <fieldValue name='transparency' value='0'/> |
4331 | </ProtoInstance> |
4332 | <ProtoInstance name='Arc'> |
4333 | <fieldValue name='cylinderHeight' value='0.47649'/> |
4334 | <fieldValue name='cylinderTranslation' value='2.43430 -0.96161 -0.67138'/> |
4335 | <fieldValue name='coneTranslation' value='2.35745 -0.95687 -0.68531'/> |
4336 | <fieldValue name='rotation' value='-8.48452 0 46.79851 1.51015'/> |
4337 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4338 | <fieldValue name='ballRadius' value='0.02'/> |
4339 | <fieldValue name='traceEnabled' value='false'/> |
4340 | <fieldValue name='displayMode'/> |
4341 | <fieldValue name='transparency' value='0'/> |
4342 | </ProtoInstance> |
4343 | <ProtoInstance name='Arc'> |
4344 | <fieldValue name='cylinderHeight' value='0.53610'/> |
4345 | <fieldValue name='cylinderTranslation' value='-0.08214 2.32117 -1.29051'/> |
4346 | <fieldValue name='coneTranslation' value='-0.10229 2.36111 -1.38886'/> |
4347 | <fieldValue name='rotation' value='-48.79839 0 10.00014 1.19214'/> |
4348 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4349 | <fieldValue name='ballRadius' value='0.02'/> |
4350 | <fieldValue name='traceEnabled' value='false'/> |
4351 | <fieldValue name='displayMode'/> |
4352 | <fieldValue name='transparency' value='0'/> |
4353 | </ProtoInstance> |
4354 | <ProtoInstance name='Arc'> |
4355 | <fieldValue name='cylinderHeight' value='1.13882'/> |
4356 | <fieldValue name='cylinderTranslation' value='0.04291 1.91603 -0.57225'/> |
4357 | <fieldValue name='coneTranslation' value='0.09687 1.69597 -0.23125'/> |
4358 | <fieldValue name='rotation' value='94.85302 0 -15.00904 2.13826'/> |
4359 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4360 | <fieldValue name='ballRadius' value='0.02'/> |
4361 | <fieldValue name='traceEnabled' value='false'/> |
4362 | <fieldValue name='displayMode'/> |
4363 | <fieldValue name='transparency' value='0'/> |
4364 | </ProtoInstance> |
4365 | <ProtoInstance name='Arc'> |
4366 | <fieldValue name='cylinderHeight' value='0.08036'/> |
4367 | <fieldValue name='cylinderTranslation' value='1.69325 1.29093 1.15971'/> |
4368 | <fieldValue name='coneTranslation' value='1.73814 1.37474 1.08678'/> |
4369 | <fieldValue name='rotation' value='4.89140 -0.00000 3.01012 2.34536'/> |
4370 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4371 | <fieldValue name='ballRadius' value='0.02'/> |
4372 | <fieldValue name='traceEnabled' value='false'/> |
4373 | <fieldValue name='displayMode'/> |
4374 | <fieldValue name='transparency' value='0'/> |
4375 | </ProtoInstance> |
4376 | <ProtoInstance name='Arc'> |
4377 | <fieldValue name='cylinderHeight' value='0.11471'/> |
4378 | <fieldValue name='cylinderTranslation' value='1.71788 1.34034 1.08287'/> |
4379 | <fieldValue name='coneTranslation' value='1.70074 1.30221 1.17662'/> |
4380 | <fieldValue name='rotation' value='-10.47654 0 -1.91499 1.19027'/> |
4381 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4382 | <fieldValue name='ballRadius' value='0.02'/> |
4383 | <fieldValue name='traceEnabled' value='false'/> |
4384 | <fieldValue name='displayMode'/> |
4385 | <fieldValue name='transparency' value='0'/> |
4386 | </ProtoInstance> |
4387 | <ProtoInstance name='Arc'> |
4388 | <fieldValue name='cylinderHeight' value='0.16686'/> |
4389 | <fieldValue name='cylinderTranslation' value='-0.53723 -0.63389 -0.69073'/> |
4390 | <fieldValue name='coneTranslation' value='-0.60832 -0.62072 -0.66551'/> |
4391 | <fieldValue name='rotation' value='-5.49607 0 -15.49159 1.74368'/> |
4392 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4393 | <fieldValue name='ballRadius' value='0.02'/> |
4394 | <fieldValue name='traceEnabled' value='false'/> |
4395 | <fieldValue name='displayMode'/> |
4396 | <fieldValue name='transparency' value='0'/> |
4397 | </ProtoInstance> |
4398 | <ProtoInstance name='Arc'> |
4399 | <fieldValue name='cylinderHeight' value='0.45636'/> |
4400 | <fieldValue name='cylinderTranslation' value='-0.80893 -0.73721 -0.68533'/> |
4401 | <fieldValue name='coneTranslation' value='-0.86697 -0.77237 -0.69193'/> |
4402 | <fieldValue name='rotation' value='-4.41531 0 38.84880 2.11264'/> |
4403 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4404 | <fieldValue name='ballRadius' value='0.02'/> |
4405 | <fieldValue name='traceEnabled' value='false'/> |
4406 | <fieldValue name='displayMode'/> |
4407 | <fieldValue name='transparency' value='0'/> |
4408 | </ProtoInstance> |
4409 | <ProtoInstance name='Arc'> |
4410 | <fieldValue name='cylinderHeight' value='0.95902'/> |
4411 | <fieldValue name='cylinderTranslation' value='-0.20767 1.30463 -1.34303'/> |
4412 | <fieldValue name='coneTranslation' value='-0.23166 1.57217 -1.51606'/> |
4413 | <fieldValue name='rotation' value='-51.93499 0 7.20021 0.57844'/> |
4414 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4415 | <fieldValue name='ballRadius' value='0.02'/> |
4416 | <fieldValue name='traceEnabled' value='false'/> |
4417 | <fieldValue name='displayMode'/> |
4418 | <fieldValue name='transparency' value='0'/> |
4419 | </ProtoInstance> |
4420 | <ProtoInstance name='Arc'> |
4421 | <fieldValue name='cylinderHeight' value='0.86079'/> |
4422 | <fieldValue name='cylinderTranslation' value='-0.22040 0.47551 -1.08610'/> |
4423 | <fieldValue name='coneTranslation' value='-0.25101 0.20686 -1.08783'/> |
4424 | <fieldValue name='rotation' value='-0.54921 0 9.74514 3.02796'/> |
4425 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4426 | <fieldValue name='ballRadius' value='0.02'/> |
4427 | <fieldValue name='traceEnabled' value='false'/> |
4428 | <fieldValue name='displayMode'/> |
4429 | <fieldValue name='transparency' value='0'/> |
4430 | </ProtoInstance> |
4431 | <ProtoInstance name='Arc'> |
4432 | <fieldValue name='cylinderHeight' value='0.95035'/> |
4433 | <fieldValue name='cylinderTranslation' value='-0.27382 1.19608 -1.44327'/> |
4434 | <fieldValue name='coneTranslation' value='-0.34157 1.39039 -1.68199'/> |
4435 | <fieldValue name='rotation' value='-71.98237 0 20.42945 0.90649'/> |
4436 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4437 | <fieldValue name='ballRadius' value='0.02'/> |
4438 | <fieldValue name='traceEnabled' value='false'/> |
4439 | <fieldValue name='displayMode'/> |
4440 | <fieldValue name='transparency' value='0'/> |
4441 | </ProtoInstance> |
4442 | <ProtoInstance name='Arc'> |
4443 | <fieldValue name='cylinderHeight' value='0.04739'/> |
4444 | <fieldValue name='cylinderTranslation' value='0.05870 1.98808 1.74823'/> |
4445 | <fieldValue name='coneTranslation' value='0.08132 1.96511 1.88067'/> |
4446 | <fieldValue name='rotation' value='-4.60458 0 0.78650 1.40149'/> |
4447 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4448 | <fieldValue name='ballRadius' value='0.02'/> |
4449 | <fieldValue name='traceEnabled' value='false'/> |
4450 | <fieldValue name='displayMode'/> |
4451 | <fieldValue name='transparency' value='0'/> |
4452 | </ProtoInstance> |
4453 | <ProtoInstance name='Arc'> |
4454 | <fieldValue name='cylinderHeight' value='0.92213'/> |
4455 | <fieldValue name='cylinderTranslation' value='1.16669 0.84608 -0.23302'/> |
4456 | <fieldValue name='coneTranslation' value='0.93093 0.66142 -0.20212'/> |
4457 | <fieldValue name='rotation' value='9.46464 -0.00000 72.21139 2.23112'/> |
4458 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4459 | <fieldValue name='ballRadius' value='0.02'/> |
4460 | <fieldValue name='traceEnabled' value='false'/> |
4461 | <fieldValue name='displayMode'/> |
4462 | <fieldValue name='transparency' value='0'/> |
4463 | </ProtoInstance> |
4464 | <ProtoInstance name='Arc'> |
4465 | <fieldValue name='cylinderHeight' value='0.43034'/> |
4466 | <fieldValue name='cylinderTranslation' value='-0.90581 0.64119 1.50726'/> |
4467 | <fieldValue name='coneTranslation' value='-0.86746 0.64504 1.46779'/> |
4468 | <fieldValue name='rotation' value='-30.78829 0 -29.91550 1.50090'/> |
4469 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4470 | <fieldValue name='ballRadius' value='0.02'/> |
4471 | <fieldValue name='traceEnabled' value='false'/> |
4472 | <fieldValue name='displayMode'/> |
4473 | <fieldValue name='transparency' value='0'/> |
4474 | </ProtoInstance> |
4475 | <ProtoInstance name='Arc'> |
4476 | <fieldValue name='cylinderHeight' value='0.90829'/> |
4477 | <fieldValue name='cylinderTranslation' value='-0.59086 0.41865 1.00306'/> |
4478 | <fieldValue name='coneTranslation' value='-0.39490 0.44356 0.78511'/> |
4479 | <fieldValue name='rotation' value='-67.30043 0 -60.50994 1.48603'/> |
4480 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4481 | <fieldValue name='ballRadius' value='0.02'/> |
4482 | <fieldValue name='traceEnabled' value='false'/> |
4483 | <fieldValue name='displayMode'/> |
4484 | <fieldValue name='transparency' value='0'/> |
4485 | </ProtoInstance> |
4486 | <ProtoInstance name='Arc'> |
4487 | <fieldValue name='cylinderHeight' value='0.40403'/> |
4488 | <fieldValue name='cylinderTranslation' value='1.63588 1.34396 0.75827'/> |
4489 | <fieldValue name='coneTranslation' value='1.67589 1.35559 0.76370'/> |
4490 | <fieldValue name='rotation' value='5.21996 0 -38.47149 1.29027'/> |
4491 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4492 | <fieldValue name='ballRadius' value='0.02'/> |
4493 | <fieldValue name='traceEnabled' value='false'/> |
4494 | <fieldValue name='displayMode'/> |
4495 | <fieldValue name='transparency' value='0'/> |
4496 | </ProtoInstance> |
4497 | <ProtoInstance name='Arc'> |
4498 | <fieldValue name='cylinderHeight' value='0.41836'/> |
4499 | <fieldValue name='cylinderTranslation' value='1.58549 1.32483 0.88133'/> |
4500 | <fieldValue name='coneTranslation' value='1.61887 1.33349 0.91640'/> |
4501 | <fieldValue name='rotation' value='29.83163 0 -28.39256 1.39392'/> |
4502 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4503 | <fieldValue name='ballRadius' value='0.02'/> |
4504 | <fieldValue name='traceEnabled' value='false'/> |
4505 | <fieldValue name='displayMode'/> |
4506 | <fieldValue name='transparency' value='0'/> |
4507 | </ProtoInstance> |
4508 | <ProtoInstance name='Arc'> |
4509 | <fieldValue name='cylinderHeight' value='0.43004'/> |
4510 | <fieldValue name='cylinderTranslation' value='1.61933 1.39929 0.67787'/> |
4511 | <fieldValue name='coneTranslation' value='1.66431 1.42776 0.66397'/> |
4512 | <fieldValue name='rotation' value='-10.86086 0 -35.15966 1.02692'/> |
4513 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4514 | <fieldValue name='ballRadius' value='0.02'/> |
4515 | <fieldValue name='traceEnabled' value='false'/> |
4516 | <fieldValue name='displayMode'/> |
4517 | <fieldValue name='transparency' value='0'/> |
4518 | </ProtoInstance> |
4519 | <ProtoInstance name='Arc'> |
4520 | <fieldValue name='cylinderHeight' value='0.40403'/> |
4521 | <fieldValue name='cylinderTranslation' value='1.63588 1.34396 0.75827'/> |
4522 | <fieldValue name='coneTranslation' value='1.67589 1.35559 0.76370'/> |
4523 | <fieldValue name='rotation' value='5.21996 0 -38.47149 1.29027'/> |
4524 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4525 | <fieldValue name='ballRadius' value='0.02'/> |
4526 | <fieldValue name='traceEnabled' value='false'/> |
4527 | <fieldValue name='displayMode'/> |
4528 | <fieldValue name='transparency' value='0'/> |
4529 | </ProtoInstance> |
4530 | <ProtoInstance name='Arc'> |
4531 | <fieldValue name='cylinderHeight' value='0.40402'/> |
4532 | <fieldValue name='cylinderTranslation' value='1.63588 1.34389 0.75841'/> |
4533 | <fieldValue name='coneTranslation' value='1.67588 1.35551 0.76387'/> |
4534 | <fieldValue name='rotation' value='5.24756 0 -38.47022 1.29060'/> |
4535 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4536 | <fieldValue name='ballRadius' value='0.02'/> |
4537 | <fieldValue name='traceEnabled' value='false'/> |
4538 | <fieldValue name='displayMode'/> |
4539 | <fieldValue name='transparency' value='0'/> |
4540 | </ProtoInstance> |
4541 | <ProtoInstance name='Arc'> |
4542 | <fieldValue name='cylinderHeight' value='0.39275'/> |
4543 | <fieldValue name='cylinderTranslation' value='0.08085 1.89996 1.55375'/> |
4544 | <fieldValue name='coneTranslation' value='0.07602 1.91702 1.58551'/> |
4545 | <fieldValue name='rotation' value='34.29165 -0.00000 5.21630 1.08257'/> |
4546 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4547 | <fieldValue name='ballRadius' value='0.02'/> |
4548 | <fieldValue name='traceEnabled' value='false'/> |
4549 | <fieldValue name='displayMode'/> |
4550 | <fieldValue name='transparency' value='0'/> |
4551 | </ProtoInstance> |
4552 | <ProtoInstance name='Arc'> |
4553 | <fieldValue name='cylinderHeight' value='0.38853'/> |
4554 | <fieldValue name='cylinderTranslation' value='0.07939 1.90339 1.54919'/> |
4555 | <fieldValue name='coneTranslation' value='0.07453 1.92024 1.57863'/> |
4556 | <fieldValue name='rotation' value='33.37878 -0.00000 5.50796 1.05666'/> |
4557 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4558 | <fieldValue name='ballRadius' value='0.02'/> |
4559 | <fieldValue name='traceEnabled' value='false'/> |
4560 | <fieldValue name='displayMode'/> |
4561 | <fieldValue name='transparency' value='0'/> |
4562 | </ProtoInstance> |
4563 | <ProtoInstance name='Arc'> |
4564 | <fieldValue name='cylinderHeight' value='0.97748'/> |
4565 | <fieldValue name='cylinderTranslation' value='0.11971 1.66098 0.91632'/> |
4566 | <fieldValue name='coneTranslation' value='0.12831 1.56219 0.60289'/> |
4567 | <fieldValue name='rotation' value='-93.19528 0 -2.55573 1.87603'/> |
4568 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4569 | <fieldValue name='ballRadius' value='0.02'/> |
4570 | <fieldValue name='traceEnabled' value='false'/> |
4571 | <fieldValue name='displayMode'/> |
4572 | <fieldValue name='transparency' value='0'/> |
4573 | </ProtoInstance> |
4574 | <ProtoInstance name='Arc'> |
4575 | <fieldValue name='cylinderHeight' value='0.39275'/> |
4576 | <fieldValue name='cylinderTranslation' value='0.08085 1.89996 1.55375'/> |
4577 | <fieldValue name='coneTranslation' value='0.07602 1.91702 1.58551'/> |
4578 | <fieldValue name='rotation' value='34.29165 -0.00000 5.21630 1.08257'/> |
4579 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4580 | <fieldValue name='ballRadius' value='0.02'/> |
4581 | <fieldValue name='traceEnabled' value='false'/> |
4582 | <fieldValue name='displayMode'/> |
4583 | <fieldValue name='transparency' value='0'/> |
4584 | </ProtoInstance> |
4585 | <ProtoInstance name='Arc'> |
4586 | <fieldValue name='cylinderHeight' value='0.34114'/> |
4587 | <fieldValue name='cylinderTranslation' value='2.30741 -1.40254 -2.10486'/> |
4588 | <fieldValue name='coneTranslation' value='2.30596 -1.40036 -2.09462'/> |
4589 | <fieldValue name='rotation' value='33.05232 -0.00000 4.67205 1.36306'/> |
4590 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4591 | <fieldValue name='ballRadius' value='0.02'/> |
4592 | <fieldValue name='traceEnabled' value='false'/> |
4593 | <fieldValue name='displayMode'/> |
4594 | <fieldValue name='transparency' value='0'/> |
4595 | </ProtoInstance> |
4596 | <ProtoInstance name='Arc'> |
4597 | <fieldValue name='cylinderHeight' value='0.37655'/> |
4598 | <fieldValue name='cylinderTranslation' value='2.45125 -1.44556 -2.41459'/> |
4599 | <fieldValue name='coneTranslation' value='2.46934 -1.44673 -2.43629'/> |
4600 | <fieldValue name='rotation' value='-28.89336 0 -24.09631 1.61244'/> |
4601 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4602 | <fieldValue name='ballRadius' value='0.02'/> |
4603 | <fieldValue name='traceEnabled' value='false'/> |
4604 | <fieldValue name='displayMode'/> |
4605 | <fieldValue name='transparency' value='0'/> |
4606 | </ProtoInstance> |
4607 | <ProtoInstance name='Arc'> |
4608 | <fieldValue name='cylinderHeight' value='0.53645'/> |
4609 | <fieldValue name='cylinderTranslation' value='2.14158 -1.21476 -0.32112'/> |
4610 | <fieldValue name='coneTranslation' value='2.07182 -1.13564 -0.34534'/> |
4611 | <fieldValue name='rotation' value='-12.00505 0 34.57841 0.75093'/> |
4612 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4613 | <fieldValue name='ballRadius' value='0.02'/> |
4614 | <fieldValue name='traceEnabled' value='false'/> |
4615 | <fieldValue name='displayMode'/> |
4616 | <fieldValue name='transparency' value='0'/> |
4617 | </ProtoInstance> |
4618 | <ProtoInstance name='Arc'> |
4619 | <fieldValue name='cylinderHeight' value='0.32776'/> |
4620 | <fieldValue name='cylinderTranslation' value='-0.80743 1.83855 0.03499'/> |
4621 | <fieldValue name='coneTranslation' value='-0.81053 1.84085 0.03460'/> |
4622 | <fieldValue name='rotation' value='-3.30261 0 26.18873 0.93628'/> |
4623 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4624 | <fieldValue name='ballRadius' value='0.02'/> |
4625 | <fieldValue name='traceEnabled' value='false'/> |
4626 | <fieldValue name='displayMode'/> |
4627 | <fieldValue name='transparency' value='0'/> |
4628 | </ProtoInstance> |
4629 | <ProtoInstance name='Arc'> |
4630 | <fieldValue name='cylinderHeight' value='0.45902'/> |
4631 | <fieldValue name='cylinderTranslation' value='-0.52672 -0.45885 -1.30666'/> |
4632 | <fieldValue name='coneTranslation' value='-0.49742 -0.44365 -1.24549'/> |
4633 | <fieldValue name='rotation' value='40.39658 0 -19.34643 1.35030'/> |
4634 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4635 | <fieldValue name='ballRadius' value='0.02'/> |
4636 | <fieldValue name='traceEnabled' value='false'/> |
4637 | <fieldValue name='displayMode'/> |
4638 | <fieldValue name='transparency' value='0'/> |
4639 | </ProtoInstance> |
4640 | <ProtoInstance name='Arc'> |
4641 | <fieldValue name='cylinderHeight' value='0.72353'/> |
4642 | <fieldValue name='cylinderTranslation' value='2.55806 -1.38048 -1.55709'/> |
4643 | <fieldValue name='coneTranslation' value='2.45556 -1.29908 -1.40355'/> |
4644 | <fieldValue name='rotation' value='55.06101 -0.00000 36.75780 1.15552'/> |
4645 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4646 | <fieldValue name='ballRadius' value='0.02'/> |
4647 | <fieldValue name='traceEnabled' value='false'/> |
4648 | <fieldValue name='displayMode'/> |
4649 | <fieldValue name='transparency' value='0'/> |
4650 | </ProtoInstance> |
4651 | <ProtoInstance name='Arc'> |
4652 | <fieldValue name='cylinderHeight' value='0.27570'/> |
4653 | <fieldValue name='cylinderTranslation' value='2.00925 -2.60953 1.21353'/> |
4654 | <fieldValue name='coneTranslation' value='2.00255 -2.59430 1.19891'/> |
4655 | <fieldValue name='rotation' value='18.19459 0 -8.33995 2.32917'/> |
4656 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4657 | <fieldValue name='ballRadius' value='0.02'/> |
4658 | <fieldValue name='traceEnabled' value='false'/> |
4659 | <fieldValue name='displayMode'/> |
4660 | <fieldValue name='transparency' value='0'/> |
4661 | </ProtoInstance> |
4662 | <ProtoInstance name='Arc'> |
4663 | <fieldValue name='cylinderHeight' value='0.32913'/> |
4664 | <fieldValue name='cylinderTranslation' value='-0.34542 2.47375 -1.76895'/> |
4665 | <fieldValue name='coneTranslation' value='-0.34343 2.47074 -1.76615'/> |
4666 | <fieldValue name='rotation' value='20.19670 0 -14.35095 2.28933'/> |
4667 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4668 | <fieldValue name='ballRadius' value='0.02'/> |
4669 | <fieldValue name='traceEnabled' value='false'/> |
4670 | <fieldValue name='displayMode'/> |
4671 | <fieldValue name='transparency' value='0'/> |
4672 | </ProtoInstance> |
4673 | <ProtoInstance name='Arc'> |
4674 | <fieldValue name='cylinderHeight' value='0.31061'/> |
4675 | <fieldValue name='cylinderTranslation' value='2.10178 -0.83404 -0.31614'/> |
4676 | <fieldValue name='coneTranslation' value='2.10438 -0.83793 -0.31658'/> |
4677 | <fieldValue name='rotation' value='2.95537 -0.00000 17.15688 0.59498'/> |
4678 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4679 | <fieldValue name='ballRadius' value='0.02'/> |
4680 | <fieldValue name='traceEnabled' value='false'/> |
4681 | <fieldValue name='displayMode'/> |
4682 | <fieldValue name='transparency' value='0'/> |
4683 | </ProtoInstance> |
4684 | <ProtoInstance name='Arc'> |
4685 | <fieldValue name='cylinderHeight' value='0.61241'/> |
4686 | <fieldValue name='cylinderTranslation' value='-0.75997 -0.47278 -0.04736'/> |
4687 | <fieldValue name='coneTranslation' value='-0.65153 -0.37502 -0.03966'/> |
4688 | <fieldValue name='rotation' value='3.22545 0 -45.42042 0.83834'/> |
4689 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4690 | <fieldValue name='ballRadius' value='0.02'/> |
4691 | <fieldValue name='traceEnabled' value='false'/> |
4692 | <fieldValue name='displayMode'/> |
4693 | <fieldValue name='transparency' value='0'/> |
4694 | </ProtoInstance> |
4695 | <ProtoInstance name='Arc'> |
4696 | <fieldValue name='cylinderHeight' value='0.57127'/> |
4697 | <fieldValue name='cylinderTranslation' value='-0.69483 1.73502 0.05215'/> |
4698 | <fieldValue name='coneTranslation' value='-0.59922 1.65466 0.06574'/> |
4699 | <fieldValue name='rotation' value='6.17600 0 -43.47708 2.26480'/> |
4700 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4701 | <fieldValue name='ballRadius' value='0.02'/> |
4702 | <fieldValue name='traceEnabled' value='false'/> |
4703 | <fieldValue name='displayMode'/> |
4704 | <fieldValue name='transparency' value='0'/> |
4705 | </ProtoInstance> |
4706 | <ProtoInstance name='Arc'> |
4707 | <fieldValue name='cylinderHeight' value='0.40895'/> |
4708 | <fieldValue name='cylinderTranslation' value='-0.49970 1.43964 0.25220'/> |
4709 | <fieldValue name='coneTranslation' value='-0.49486 1.46415 0.21541'/> |
4710 | <fieldValue name='rotation' value='-33.83388 0 -4.45055 0.98716'/> |
4711 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4712 | <fieldValue name='ballRadius' value='0.02'/> |
4713 | <fieldValue name='traceEnabled' value='false'/> |
4714 | <fieldValue name='displayMode'/> |
4715 | <fieldValue name='transparency' value='0'/> |
4716 | </ProtoInstance> |
4717 | <ProtoInstance name='Arc'> |
4718 | <fieldValue name='cylinderHeight' value='0.93162'/> |
4719 | <fieldValue name='cylinderTranslation' value='-0.47022 1.19673 0.86561'/> |
4720 | <fieldValue name='coneTranslation' value='-0.43626 1.11122 1.15725'/> |
4721 | <fieldValue name='rotation' value='88.84652 0 -10.34574 1.85417'/> |
4722 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4723 | <fieldValue name='ballRadius' value='0.02'/> |
4724 | <fieldValue name='traceEnabled' value='false'/> |
4725 | <fieldValue name='displayMode'/> |
4726 | <fieldValue name='transparency' value='0'/> |
4727 | </ProtoInstance> |
4728 | <ProtoInstance name='Arc'> |
4729 | <fieldValue name='cylinderHeight' value='0.52046'/> |
4730 | <fieldValue name='cylinderTranslation' value='-0.59368 1.51426 0.25554'/> |
4731 | <fieldValue name='coneTranslation' value='-0.62130 1.58639 0.19167'/> |
4732 | <fieldValue name='rotation' value='-33.16576 0 14.34482 0.76743'/> |
4733 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4734 | <fieldValue name='ballRadius' value='0.02'/> |
4735 | <fieldValue name='traceEnabled' value='false'/> |
4736 | <fieldValue name='displayMode'/> |
4737 | <fieldValue name='transparency' value='0'/> |
4738 | </ProtoInstance> |
4739 | <ProtoInstance name='Arc'> |
4740 | <fieldValue name='cylinderHeight' value='0.93347'/> |
4741 | <fieldValue name='cylinderTranslation' value='-0.40513 0.89204 0.54396'/> |
4742 | <fieldValue name='coneTranslation' value='-0.32836 0.60620 0.62453'/> |
4743 | <fieldValue name='rotation' value='24.51810 0 -23.36411 2.77030'/> |
4744 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4745 | <fieldValue name='ballRadius' value='0.02'/> |
4746 | <fieldValue name='traceEnabled' value='false'/> |
4747 | <fieldValue name='displayMode'/> |
4748 | <fieldValue name='transparency' value='0'/> |
4749 | </ProtoInstance> |
4750 | <ProtoInstance name='Arc'> |
4751 | <fieldValue name='cylinderHeight' value='0.45911'/> |
4752 | <fieldValue name='cylinderTranslation' value='-0.52746 -0.45780 -1.30664'/> |
4753 | <fieldValue name='coneTranslation' value='-0.55688 -0.47284 -1.36784'/> |
4754 | <fieldValue name='rotation' value='-40.39831 0 19.42071 1.78880'/> |
4755 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4756 | <fieldValue name='ballRadius' value='0.02'/> |
4757 | <fieldValue name='traceEnabled' value='false'/> |
4758 | <fieldValue name='displayMode'/> |
4759 | <fieldValue name='transparency' value='0'/> |
4760 | </ProtoInstance> |
4761 | <ProtoInstance name='Arc'> |
4762 | <fieldValue name='cylinderHeight' value='0.00063'/> |
4763 | <fieldValue name='cylinderTranslation' value='-0.43017 -0.40840 -1.10466'/> |
4764 | <fieldValue name='coneTranslation' value='-0.52452 -0.27980 -1.09709'/> |
4765 | <fieldValue name='rotation' value='-0.00300 0 -0.03742 2.50709'/> |
4766 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4767 | <fieldValue name='ballRadius' value='0.02'/> |
4768 | <fieldValue name='traceEnabled' value='false'/> |
4769 | <fieldValue name='displayMode'/> |
4770 | <fieldValue name='transparency' value='0'/> |
4771 | </ProtoInstance> |
4772 | <ProtoInstance name='Arc'> |
4773 | <fieldValue name='cylinderHeight' value='0.05009'/> |
4774 | <fieldValue name='cylinderTranslation' value='1.67003 1.24177 1.19497'/> |
4775 | <fieldValue name='coneTranslation' value='1.71406 1.35528 1.13675'/> |
4776 | <fieldValue name='rotation' value='2.16081 -0.00000 1.63382 2.57014'/> |
4777 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4778 | <fieldValue name='ballRadius' value='0.02'/> |
4779 | <fieldValue name='traceEnabled' value='false'/> |
4780 | <fieldValue name='displayMode'/> |
4781 | <fieldValue name='transparency' value='0'/> |
4782 | </ProtoInstance> |
4783 | <ProtoInstance name='Arc'> |
4784 | <fieldValue name='cylinderHeight' value='0.37749'/> |
4785 | <fieldValue name='cylinderTranslation' value='-0.14760 2.56429 -1.65550'/> |
4786 | <fieldValue name='coneTranslation' value='-0.14995 2.58623 -1.67392'/> |
4787 | <fieldValue name='rotation' value='-24.19905 0 3.09226 0.70268'/> |
4788 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4789 | <fieldValue name='ballRadius' value='0.02'/> |
4790 | <fieldValue name='traceEnabled' value='false'/> |
4791 | <fieldValue name='displayMode'/> |
4792 | <fieldValue name='transparency' value='0'/> |
4793 | </ProtoInstance> |
4794 | <ProtoInstance name='Arc'> |
4795 | <fieldValue name='cylinderHeight' value='1.03563'/> |
4796 | <fieldValue name='cylinderTranslation' value='-0.41059 0.09454 0.31766'/> |
4797 | <fieldValue name='coneTranslation' value='-0.32609 0.34508 0.55875'/> |
4798 | <fieldValue name='rotation' value='69.77907 0 -24.45532 0.79515'/> |
4799 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4800 | <fieldValue name='ballRadius' value='0.02'/> |
4801 | <fieldValue name='traceEnabled' value='false'/> |
4802 | <fieldValue name='displayMode'/> |
4803 | <fieldValue name='transparency' value='0'/> |
4804 | </ProtoInstance> |
4805 | <ProtoInstance name='Arc'> |
4806 | <fieldValue name='cylinderHeight' value='0.25148'/> |
4807 | <fieldValue name='cylinderTranslation' value='-0.56652 1.63977 0.06789'/> |
4808 | <fieldValue name='coneTranslation' value='-0.54225 1.61594 0.07202'/> |
4809 | <fieldValue name='rotation' value='-3.02871 0 17.81498 0.80174'/> |
4810 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4811 | <fieldValue name='ballRadius' value='0.02'/> |
4812 | <fieldValue name='traceEnabled' value='false'/> |
4813 | <fieldValue name='displayMode'/> |
4814 | <fieldValue name='transparency' value='0'/> |
4815 | </ProtoInstance> |
4816 | <ProtoInstance name='Arc'> |
4817 | <fieldValue name='cylinderHeight' value='0.57127'/> |
4818 | <fieldValue name='cylinderTranslation' value='-0.69483 1.73502 0.05215'/> |
4819 | <fieldValue name='coneTranslation' value='-0.79045 1.81538 0.03857'/> |
4820 | <fieldValue name='rotation' value='-6.17600 0 43.47708 0.87680'/> |
4821 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4822 | <fieldValue name='ballRadius' value='0.02'/> |
4823 | <fieldValue name='traceEnabled' value='false'/> |
4824 | <fieldValue name='displayMode'/> |
4825 | <fieldValue name='transparency' value='0'/> |
4826 | </ProtoInstance> |
4827 | <ProtoInstance name='Arc'> |
4828 | <fieldValue name='cylinderHeight' value='0.62498'/> |
4829 | <fieldValue name='cylinderTranslation' value='-0.17975 1.58115 -0.00748'/> |
4830 | <fieldValue name='coneTranslation' value='-0.03447 1.59521 -0.05164'/> |
4831 | <fieldValue name='rotation' value='-18.10209 0 -59.54025 1.47842'/> |
4832 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4833 | <fieldValue name='ballRadius' value='0.02'/> |
4834 | <fieldValue name='traceEnabled' value='false'/> |
4835 | <fieldValue name='displayMode'/> |
4836 | <fieldValue name='transparency' value='0'/> |
4837 | </ProtoInstance> |
4838 | <ProtoInstance name='Arc'> |
4839 | <fieldValue name='cylinderHeight' value='0.14499'/> |
4840 | <fieldValue name='cylinderTranslation' value='0.58546 -0.53903 -0.48783'/> |
4841 | <fieldValue name='coneTranslation' value='0.64134 -0.51288 -0.54988'/> |
4842 | <fieldValue name='rotation' value='10.28207 -0.00000 9.25986 1.87420'/> |
4843 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4844 | <fieldValue name='ballRadius' value='0.02'/> |
4845 | <fieldValue name='traceEnabled' value='false'/> |
4846 | <fieldValue name='displayMode'/> |
4847 | <fieldValue name='transparency' value='0'/> |
4848 | </ProtoInstance> |
4849 | <ProtoInstance name='Arc'> |
4850 | <fieldValue name='cylinderHeight' value='0.90875'/> |
4851 | <fieldValue name='cylinderTranslation' value='1.00885 -0.77054 -0.55204'/> |
4852 | <fieldValue name='coneTranslation' value='1.25316 -0.93456 -0.56033'/> |
4853 | <fieldValue name='rotation' value='-2.55970 0 -75.41843 2.16179'/> |
4854 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4855 | <fieldValue name='ballRadius' value='0.02'/> |
4856 | <fieldValue name='traceEnabled' value='false'/> |
4857 | <fieldValue name='displayMode'/> |
4858 | <fieldValue name='transparency' value='0'/> |
4859 | </ProtoInstance> |
4860 | <ProtoInstance name='Arc'> |
4861 | <fieldValue name='cylinderHeight' value='0.57582'/> |
4862 | <fieldValue name='cylinderTranslation' value='0.63461 -0.60439 -0.81367'/> |
4863 | <fieldValue name='coneTranslation' value='0.63588 -0.64305 -0.93559'/> |
4864 | <fieldValue name='rotation' value='-54.88573 0 -0.57094 1.87784'/> |
4865 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4866 | <fieldValue name='ballRadius' value='0.02'/> |
4867 | <fieldValue name='traceEnabled' value='false'/> |
4868 | <fieldValue name='displayMode'/> |
4869 | <fieldValue name='transparency' value='0'/> |
4870 | </ProtoInstance> |
4871 | <ProtoInstance name='Arc'> |
4872 | <fieldValue name='cylinderHeight' value='0.88703'/> |
4873 | <fieldValue name='cylinderTranslation' value='1.55030 -1.96978 0.61368'/> |
4874 | <fieldValue name='coneTranslation' value='1.61779 -2.18965 0.77947'/> |
4875 | <fieldValue name='rotation' value='51.86952 0 -21.11634 2.45830'/> |
4876 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4877 | <fieldValue name='ballRadius' value='0.02'/> |
4878 | <fieldValue name='traceEnabled' value='false'/> |
4879 | <fieldValue name='displayMode'/> |
4880 | <fieldValue name='transparency' value='0'/> |
4881 | </ProtoInstance> |
4882 | <ProtoInstance name='Arc'> |
4883 | <fieldValue name='cylinderHeight' value='1.60620'/> |
4884 | <fieldValue name='cylinderTranslation' value='0.99194 -1.09326 -0.04104'/> |
4885 | <fieldValue name='coneTranslation' value='0.62937 -0.66679 -0.35765'/> |
4886 | <fieldValue name='rotation' value='-79.07482 0 90.55589 0.84578'/> |
4887 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4888 | <fieldValue name='ballRadius' value='0.02'/> |
4889 | <fieldValue name='traceEnabled' value='false'/> |
4890 | <fieldValue name='displayMode'/> |
4891 | <fieldValue name='transparency' value='0'/> |
4892 | </ProtoInstance> |
4893 | <ProtoInstance name='Arc'> |
4894 | <fieldValue name='cylinderHeight' value='0.98347'/> |
4895 | <fieldValue name='cylinderTranslation' value='0.97385 0.80056 0.12623'/> |
4896 | <fieldValue name='coneTranslation' value='0.72675 0.59919 0.03437'/> |
4897 | <fieldValue name='rotation' value='-27.23410 0 73.25583 2.22311'/> |
4898 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4899 | <fieldValue name='ballRadius' value='0.02'/> |
4900 | <fieldValue name='traceEnabled' value='false'/> |
4901 | <fieldValue name='displayMode'/> |
4902 | <fieldValue name='transparency' value='0'/> |
4903 | </ProtoInstance> |
4904 | <ProtoInstance name='Arc'> |
4905 | <fieldValue name='cylinderHeight' value='0.60330'/> |
4906 | <fieldValue name='cylinderTranslation' value='1.48516 1.33135 0.38890'/> |
4907 | <fieldValue name='coneTranslation' value='1.55326 1.44043 0.44829'/> |
4908 | <fieldValue name='rotation' value='25.29835 0 -29.00585 0.69185'/> |
4909 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4910 | <fieldValue name='ballRadius' value='0.02'/> |
4911 | <fieldValue name='traceEnabled' value='false'/> |
4912 | <fieldValue name='displayMode'/> |
4913 | <fieldValue name='transparency' value='0'/> |
4914 | </ProtoInstance> |
4915 | <ProtoInstance name='Arc'> |
4916 | <fieldValue name='cylinderHeight' value='0.55995'/> |
4917 | <fieldValue name='cylinderTranslation' value='2.10159 -1.01474 -0.96693'/> |
4918 | <fieldValue name='coneTranslation' value='2.05928 -1.04369 -1.07540'/> |
4919 | <fieldValue name='rotation' value='-50.62573 0 19.74482 1.81453'/> |
4920 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4921 | <fieldValue name='ballRadius' value='0.02'/> |
4922 | <fieldValue name='traceEnabled' value='false'/> |
4923 | <fieldValue name='displayMode'/> |
4924 | <fieldValue name='transparency' value='0'/> |
4925 | </ProtoInstance> |
4926 | <ProtoInstance name='Arc'> |
4927 | <fieldValue name='cylinderHeight' value='0.48019'/> |
4928 | <fieldValue name='cylinderTranslation' value='0.77562 1.38375 1.23044'/> |
4929 | <fieldValue name='coneTranslation' value='0.71827 1.43933 1.23650'/> |
4930 | <fieldValue name='rotation' value='3.63042 -0.00000 34.38520 0.80389'/> |
4931 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4932 | <fieldValue name='ballRadius' value='0.02'/> |
4933 | <fieldValue name='traceEnabled' value='false'/> |
4934 | <fieldValue name='displayMode'/> |
4935 | <fieldValue name='transparency' value='0'/> |
4936 | </ProtoInstance> |
4937 | <ProtoInstance name='Arc'> |
4938 | <fieldValue name='cylinderHeight' value='0.89300'/> |
4939 | <fieldValue name='cylinderTranslation' value='0.52203 1.10410 1.13801'/> |
4940 | <fieldValue name='coneTranslation' value='0.24899 1.03157 1.09035'/> |
4941 | <fieldValue name='rotation' value='-14.85559 0 85.10394 1.82676'/> |
4942 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4943 | <fieldValue name='ballRadius' value='0.02'/> |
4944 | <fieldValue name='traceEnabled' value='false'/> |
4945 | <fieldValue name='displayMode'/> |
4946 | <fieldValue name='transparency' value='0'/> |
4947 | </ProtoInstance> |
4948 | <ProtoInstance name='Arc'> |
4949 | <fieldValue name='cylinderHeight' value='0.46172'/> |
4950 | <fieldValue name='cylinderTranslation' value='0.73245 -0.78587 -1.27612'/> |
4951 | <fieldValue name='coneTranslation' value='0.70330 -0.75687 -1.21840'/> |
4952 | <fieldValue name='rotation' value='37.60418 -0.00000 18.99731 1.14925'/> |
4953 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4954 | <fieldValue name='ballRadius' value='0.02'/> |
4955 | <fieldValue name='traceEnabled' value='false'/> |
4956 | <fieldValue name='displayMode'/> |
4957 | <fieldValue name='transparency' value='0'/> |
4958 | </ProtoInstance> |
4959 | <ProtoInstance name='Arc'> |
4960 | <fieldValue name='cylinderHeight' value='0.64754'/> |
4961 | <fieldValue name='cylinderTranslation' value='1.08951 1.57548 1.07237'/> |
4962 | <fieldValue name='coneTranslation' value='0.93766 1.53129 1.11491'/> |
4963 | <fieldValue name='rotation' value='16.81905 -0.00000 60.04123 1.84401'/> |
4964 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4965 | <fieldValue name='ballRadius' value='0.02'/> |
4966 | <fieldValue name='traceEnabled' value='false'/> |
4967 | <fieldValue name='displayMode'/> |
4968 | <fieldValue name='transparency' value='0'/> |
4969 | </ProtoInstance> |
4970 | <ProtoInstance name='Arc'> |
4971 | <fieldValue name='cylinderHeight' value='0.53972'/> |
4972 | <fieldValue name='cylinderTranslation' value='1.50995 1.61324 0.75183'/> |
4973 | <fieldValue name='coneTranslation' value='1.55890 1.59305 0.65558'/> |
4974 | <fieldValue name='rotation' value='-47.28900 0 -24.04773 1.75566'/> |
4975 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4976 | <fieldValue name='ballRadius' value='0.02'/> |
4977 | <fieldValue name='traceEnabled' value='false'/> |
4978 | <fieldValue name='displayMode'/> |
4979 | <fieldValue name='transparency' value='0'/> |
4980 | </ProtoInstance> |
4981 | <ProtoInstance name='Arc'> |
4982 | <fieldValue name='cylinderHeight' value='0.47181'/> |
4983 | <fieldValue name='cylinderTranslation' value='0.61772 0.42498 -0.15088'/> |
4984 | <fieldValue name='coneTranslation' value='0.55726 0.38048 -0.13968'/> |
4985 | <fieldValue name='rotation' value='6.96291 -0.00000 37.58295 2.19721'/> |
4986 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4987 | <fieldValue name='ballRadius' value='0.02'/> |
4988 | <fieldValue name='traceEnabled' value='false'/> |
4989 | <fieldValue name='displayMode'/> |
4990 | <fieldValue name='transparency' value='0'/> |
4991 | </ProtoInstance> |
4992 | <ProtoInstance name='Arc'> |
4993 | <fieldValue name='cylinderHeight' value='0.39452'/> |
4994 | <fieldValue name='cylinderTranslation' value='-0.46626 -0.05740 -0.61761'/> |
4995 | <fieldValue name='coneTranslation' value='-0.48335 -0.02475 -0.61205'/> |
4996 | <fieldValue name='rotation' value='5.88204 -0.00000 18.09006 0.50312'/> |
4997 | <fieldValue name='diffuseColor' value='0 0 0'/> |
4998 | <fieldValue name='ballRadius' value='0.02'/> |
4999 | <fieldValue name='traceEnabled' value='false'/> |
5000 | <fieldValue name='displayMode'/> |
5001 | <fieldValue name='transparency' value='0'/> |
5002 | </ProtoInstance> |
5003 | <ProtoInstance name='Arc'> |
5004 | <fieldValue name='cylinderHeight' value='0.22412'/> |
5005 | <fieldValue name='cylinderTranslation' value='-0.31298 -0.15691 -0.59013'/> |
5006 | <fieldValue name='coneTranslation' value='-0.33986 -0.18827 -0.61447'/> |
5007 | <fieldValue name='rotation' value='11.37685 0 -12.56640 0.85772'/> |
5008 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5009 | <fieldValue name='ballRadius' value='0.02'/> |
5010 | <fieldValue name='traceEnabled' value='false'/> |
5011 | <fieldValue name='displayMode'/> |
5012 | <fieldValue name='transparency' value='0'/> |
5013 | </ProtoInstance> |
5014 | <ProtoInstance name='Arc'> |
5015 | <fieldValue name='cylinderHeight' value='0.88629'/> |
5016 | <fieldValue name='cylinderTranslation' value='-0.47455 0.49993 -0.38380'/> |
5017 | <fieldValue name='coneTranslation' value='-0.42205 0.74562 -0.25321'/> |
5018 | <fieldValue name='rotation' value='40.87882 0 -16.43245 0.52026'/> |
5019 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5020 | <fieldValue name='ballRadius' value='0.02'/> |
5021 | <fieldValue name='traceEnabled' value='false'/> |
5022 | <fieldValue name='displayMode'/> |
5023 | <fieldValue name='transparency' value='0'/> |
5024 | </ProtoInstance> |
5025 | <ProtoInstance name='Arc'> |
5026 | <fieldValue name='cylinderHeight' value='0.46055'/> |
5027 | <fieldValue name='cylinderTranslation' value='1.80792 1.21539 1.44382'/> |
5028 | <fieldValue name='coneTranslation' value='1.76537 1.21335 1.38793'/> |
5029 | <fieldValue name='rotation' value='-36.62649 0 27.88908 1.59982'/> |
5030 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5031 | <fieldValue name='ballRadius' value='0.02'/> |
5032 | <fieldValue name='traceEnabled' value='false'/> |
5033 | <fieldValue name='displayMode'/> |
5034 | <fieldValue name='transparency' value='0'/> |
5035 | </ProtoInstance> |
5036 | <ProtoInstance name='Arc'> |
5037 | <fieldValue name='cylinderHeight' value='0.49748'/> |
5038 | <fieldValue name='cylinderTranslation' value='1.99589 -1.06829 -0.99569'/> |
5039 | <fieldValue name='coneTranslation' value='2.01489 -1.05517 -0.91000'/> |
5040 | <fieldValue name='rotation' value='48.03489 0 -10.65019 1.42238'/> |
5041 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5042 | <fieldValue name='ballRadius' value='0.02'/> |
5043 | <fieldValue name='traceEnabled' value='false'/> |
5044 | <fieldValue name='displayMode'/> |
5045 | <fieldValue name='transparency' value='0'/> |
5046 | </ProtoInstance> |
5047 | <ProtoInstance name='Arc'> |
5048 | <fieldValue name='cylinderHeight' value='0.25335'/> |
5049 | <fieldValue name='cylinderTranslation' value='1.97291 -1.14378 -1.35262'/> |
5050 | <fieldValue name='coneTranslation' value='1.96495 -1.13360 -1.32190'/> |
5051 | <fieldValue name='rotation' value='-23.35152 0 -6.05367 1.88135'/> |
5052 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5053 | <fieldValue name='ballRadius' value='0.02'/> |
5054 | <fieldValue name='traceEnabled' value='false'/> |
5055 | <fieldValue name='displayMode'/> |
5056 | <fieldValue name='transparency' value='0'/> |
5057 | </ProtoInstance> |
5058 | <ProtoInstance name='Arc'> |
5059 | <fieldValue name='cylinderHeight' value='0.81132'/> |
5060 | <fieldValue name='cylinderTranslation' value='2.05988 -1.29272 -1.57586'/> |
5061 | <fieldValue name='coneTranslation' value='2.13088 -1.40636 -1.78177'/> |
5062 | <fieldValue name='rotation' value='-68.00093 0 -23.44772 2.05170'/> |
5063 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5064 | <fieldValue name='ballRadius' value='0.02'/> |
5065 | <fieldValue name='traceEnabled' value='false'/> |
5066 | <fieldValue name='displayMode'/> |
5067 | <fieldValue name='transparency' value='0'/> |
5068 | </ProtoInstance> |
5069 | <ProtoInstance name='Arc'> |
5070 | <fieldValue name='cylinderHeight' value='0.04739'/> |
5071 | <fieldValue name='cylinderTranslation' value='0.05870 1.98808 1.74823'/> |
5072 | <fieldValue name='coneTranslation' value='0.08132 1.96511 1.88067'/> |
5073 | <fieldValue name='rotation' value='-4.60458 0 0.78650 1.40149'/> |
5074 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5075 | <fieldValue name='ballRadius' value='0.02'/> |
5076 | <fieldValue name='traceEnabled' value='false'/> |
5077 | <fieldValue name='displayMode'/> |
5078 | <fieldValue name='transparency' value='0'/> |
5079 | </ProtoInstance> |
5080 | <ProtoInstance name='Arc'> |
5081 | <fieldValue name='cylinderHeight' value='0.82448'/> |
5082 | <fieldValue name='cylinderTranslation' value='0.92069 1.55644 0.29091'/> |
5083 | <fieldValue name='coneTranslation' value='1.15058 1.45643 0.26310'/> |
5084 | <fieldValue name='rotation' value='-9.09120 0 -75.14189 1.97851'/> |
5085 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5086 | <fieldValue name='ballRadius' value='0.02'/> |
5087 | <fieldValue name='traceEnabled' value='false'/> |
5088 | <fieldValue name='displayMode'/> |
5089 | <fieldValue name='transparency' value='0'/> |
5090 | </ProtoInstance> |
5091 | <ProtoInstance name='Arc'> |
5092 | <fieldValue name='cylinderHeight' value='1.13835'/> |
5093 | <fieldValue name='cylinderTranslation' value='0.46722 2.04756 -0.12249'/> |
5094 | <fieldValue name='coneTranslation' value='0.41131 2.28312 -0.45236'/> |
5095 | <fieldValue name='rotation' value='-91.77186 0 15.55277 0.95737'/> |
5096 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5097 | <fieldValue name='ballRadius' value='0.02'/> |
5098 | <fieldValue name='traceEnabled' value='false'/> |
5099 | <fieldValue name='displayMode'/> |
5100 | <fieldValue name='transparency' value='0'/> |
5101 | </ProtoInstance> |
5102 | <ProtoInstance name='Arc'> |
5103 | <fieldValue name='cylinderHeight' value='0.80989'/> |
5104 | <fieldValue name='cylinderTranslation' value='0.66592 1.68968 0.72165'/> |
5105 | <fieldValue name='coneTranslation' value='0.73908 1.67141 0.95470'/> |
5106 | <fieldValue name='rotation' value='77.05626 0 -24.18828 1.64549'/> |
5107 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5108 | <fieldValue name='ballRadius' value='0.02'/> |
5109 | <fieldValue name='traceEnabled' value='false'/> |
5110 | <fieldValue name='displayMode'/> |
5111 | <fieldValue name='transparency' value='0'/> |
5112 | </ProtoInstance> |
5113 | <ProtoInstance name='Arc'> |
5114 | <fieldValue name='cylinderHeight' value='0.50858'/> |
5115 | <fieldValue name='cylinderTranslation' value='1.67430 -2.53213 1.00196'/> |
5116 | <fieldValue name='coneTranslation' value='1.68113 -2.61311 1.04977'/> |
5117 | <fieldValue name='rotation' value='25.78682 0 -3.68359 2.60387'/> |
5118 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5119 | <fieldValue name='ballRadius' value='0.02'/> |
5120 | <fieldValue name='traceEnabled' value='false'/> |
5121 | <fieldValue name='displayMode'/> |
5122 | <fieldValue name='transparency' value='0'/> |
5123 | </ProtoInstance> |
5124 | <ProtoInstance name='Arc'> |
5125 | <fieldValue name='cylinderHeight' value='0.42935'/> |
5126 | <fieldValue name='cylinderTranslation' value='1.92109 1.81745 0.51099'/> |
5127 | <fieldValue name='coneTranslation' value='1.88085 1.78113 0.51812'/> |
5128 | <fieldValue name='rotation' value='5.59690 -0.00000 31.60014 2.29737'/> |
5129 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5130 | <fieldValue name='ballRadius' value='0.02'/> |
5131 | <fieldValue name='traceEnabled' value='false'/> |
5132 | <fieldValue name='displayMode'/> |
5133 | <fieldValue name='transparency' value='0'/> |
5134 | </ProtoInstance> |
5135 | <ProtoInstance name='Arc'> |
5136 | <fieldValue name='cylinderHeight' value='0.80227'/> |
5137 | <fieldValue name='cylinderTranslation' value='1.30842 0.99524 0.19485'/> |
5138 | <fieldValue name='coneTranslation' value='1.31565 0.75613 0.16443'/> |
5139 | <fieldValue name='rotation' value='-10.12013 0 -2.40445 3.01157'/> |
5140 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5141 | <fieldValue name='ballRadius' value='0.02'/> |
5142 | <fieldValue name='traceEnabled' value='false'/> |
5143 | <fieldValue name='displayMode'/> |
5144 | <fieldValue name='transparency' value='0'/> |
5145 | </ProtoInstance> |
5146 | <ProtoInstance name='Arc'> |
5147 | <fieldValue name='cylinderHeight' value='0.29199'/> |
5148 | <fieldValue name='cylinderTranslation' value='0.57614 1.41597 1.19864'/> |
5149 | <fieldValue name='coneTranslation' value='0.57350 1.40308 1.19385'/> |
5150 | <fieldValue name='rotation' value='9.99142 0 -5.51093 0.40149'/> |
5151 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5152 | <fieldValue name='ballRadius' value='0.02'/> |
5153 | <fieldValue name='traceEnabled' value='false'/> |
5154 | <fieldValue name='displayMode'/> |
5155 | <fieldValue name='transparency' value='0'/> |
5156 | </ProtoInstance> |
5157 | <ProtoInstance name='Arc'> |
5158 | <fieldValue name='cylinderHeight' value='0.31727'/> |
5159 | <fieldValue name='cylinderTranslation' value='0.66894 1.38485 1.15257'/> |
5160 | <fieldValue name='coneTranslation' value='0.66791 1.38397 1.15254'/> |
5161 | <fieldValue name='rotation' value='0.77874 0 -24.07123 0.86193'/> |
5162 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5163 | <fieldValue name='ballRadius' value='0.02'/> |
5164 | <fieldValue name='traceEnabled' value='false'/> |
5165 | <fieldValue name='displayMode'/> |
5166 | <fieldValue name='transparency' value='0'/> |
5167 | </ProtoInstance> |
5168 | <ProtoInstance name='Arc'> |
5169 | <fieldValue name='cylinderHeight' value='0.44927'/> |
5170 | <fieldValue name='cylinderTranslation' value='-0.47541 -0.82866 -1.02960'/> |
5171 | <fieldValue name='coneTranslation' value='-0.44609 -0.78578 -0.99114'/> |
5172 | <fieldValue name='rotation' value='26.73363 0 -20.37764 0.84535'/> |
5173 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5174 | <fieldValue name='ballRadius' value='0.02'/> |
5175 | <fieldValue name='traceEnabled' value='false'/> |
5176 | <fieldValue name='displayMode'/> |
5177 | <fieldValue name='transparency' value='0'/> |
5178 | </ProtoInstance> |
5179 | <ProtoInstance name='Arc'> |
5180 | <fieldValue name='cylinderHeight' value='0.34069'/> |
5181 | <fieldValue name='cylinderTranslation' value='-0.30116 -0.58804 -0.70286'/> |
5182 | <fieldValue name='coneTranslation' value='-0.29153 -0.58438 -0.70193'/> |
5183 | <fieldValue name='rotation' value='3.06986 0 -31.72221 1.20958'/> |
5184 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5185 | <fieldValue name='ballRadius' value='0.02'/> |
5186 | <fieldValue name='traceEnabled' value='false'/> |
5187 | <fieldValue name='displayMode'/> |
5188 | <fieldValue name='transparency' value='0'/> |
5189 | </ProtoInstance> |
5190 | <ProtoInstance name='Arc'> |
5191 | <fieldValue name='cylinderHeight' value='0.99692'/> |
5192 | <fieldValue name='cylinderTranslation' value='-0.64273 0.28785 0.97347'/> |
5193 | <fieldValue name='coneTranslation' value='-0.40208 0.40278 0.76507'/> |
5194 | <fieldValue name='rotation' value='-61.38329 0 -70.88464 1.22435'/> |
5195 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5196 | <fieldValue name='ballRadius' value='0.02'/> |
5197 | <fieldValue name='traceEnabled' value='false'/> |
5198 | <fieldValue name='displayMode'/> |
5199 | <fieldValue name='transparency' value='0'/> |
5200 | </ProtoInstance> |
5201 | <ProtoInstance name='Arc'> |
5202 | <fieldValue name='cylinderHeight' value='0.99974'/> |
5203 | <fieldValue name='cylinderTranslation' value='0.12778 0.50573 0.93926'/> |
5204 | <fieldValue name='coneTranslation' value='-0.15513 0.47267 0.75384'/> |
5205 | <fieldValue name='rotation' value='-54.54170 0 83.21902 1.66822'/> |
5206 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5207 | <fieldValue name='ballRadius' value='0.02'/> |
5208 | <fieldValue name='traceEnabled' value='false'/> |
5209 | <fieldValue name='displayMode'/> |
5210 | <fieldValue name='transparency' value='0'/> |
5211 | </ProtoInstance> |
5212 | <ProtoInstance name='Arc'> |
5213 | <fieldValue name='cylinderHeight' value='0.65395'/> |
5214 | <fieldValue name='cylinderTranslation' value='2.32481 -0.80288 -0.25606'/> |
5215 | <fieldValue name='coneTranslation' value='2.16711 -0.75311 -0.27919'/> |
5216 | <fieldValue name='rotation' value='-9.06020 0 61.76179 1.26815'/> |
5217 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5218 | <fieldValue name='ballRadius' value='0.02'/> |
5219 | <fieldValue name='traceEnabled' value='false'/> |
5220 | <fieldValue name='displayMode'/> |
5221 | <fieldValue name='transparency' value='0'/> |
5222 | </ProtoInstance> |
5223 | <ProtoInstance name='Arc'> |
5224 | <fieldValue name='cylinderHeight' value='0.06615'/> |
5225 | <fieldValue name='cylinderTranslation' value='1.66758 1.70754 0.63494'/> |
5226 | <fieldValue name='coneTranslation' value='1.58038 1.77131 0.70157'/> |
5227 | <fieldValue name='rotation' value='-3.47216 0 -4.54496 2.09716'/> |
5228 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5229 | <fieldValue name='ballRadius' value='0.02'/> |
5230 | <fieldValue name='traceEnabled' value='false'/> |
5231 | <fieldValue name='displayMode'/> |
5232 | <fieldValue name='transparency' value='0'/> |
5233 | </ProtoInstance> |
5234 | <ProtoInstance name='Arc'> |
5235 | <fieldValue name='cylinderHeight' value='0.12710'/> |
5236 | <fieldValue name='cylinderTranslation' value='1.58565 1.74529 0.66162'/> |
5237 | <fieldValue name='coneTranslation' value='1.67551 1.71322 0.64748'/> |
5238 | <fieldValue name='rotation' value='1.86289 -0.00000 11.84104 1.23177'/> |
5239 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5240 | <fieldValue name='ballRadius' value='0.02'/> |
5241 | <fieldValue name='traceEnabled' value='false'/> |
5242 | <fieldValue name='displayMode'/> |
5243 | <fieldValue name='transparency' value='0'/> |
5244 | </ProtoInstance> |
5245 | <ProtoInstance name='Arc'> |
5246 | <fieldValue name='cylinderHeight' value='0.67306'/> |
5247 | <fieldValue name='cylinderTranslation' value='-0.65768 0.95378 1.51803'/> |
5248 | <fieldValue name='coneTranslation' value='-0.53221 1.01290 1.40882'/> |
5249 | <fieldValue name='rotation' value='-41.63811 0 -47.83637 1.22930'/> |
5250 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5251 | <fieldValue name='ballRadius' value='0.02'/> |
5252 | <fieldValue name='traceEnabled' value='false'/> |
5253 | <fieldValue name='displayMode'/> |
5254 | <fieldValue name='transparency' value='0'/> |
5255 | </ProtoInstance> |
5256 | <ProtoInstance name='Arc'> |
5257 | <fieldValue name='cylinderHeight' value='0.26160'/> |
5258 | <fieldValue name='cylinderTranslation' value='-0.78534 0.80155 1.67046'/> |
5259 | <fieldValue name='coneTranslation' value='-0.81024 0.81037 1.68291'/> |
5260 | <fieldValue name='rotation' value='-11.15168 0 -22.30375 1.87782'/> |
5261 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5262 | <fieldValue name='ballRadius' value='0.02'/> |
5263 | <fieldValue name='traceEnabled' value='false'/> |
5264 | <fieldValue name='displayMode'/> |
5265 | <fieldValue name='transparency' value='0'/> |
5266 | </ProtoInstance> |
5267 | <ProtoInstance name='Arc'> |
5268 | <fieldValue name='cylinderHeight' value='0.37798'/> |
5269 | <fieldValue name='cylinderTranslation' value='-1.25551 0.65200 1.82273'/> |
5270 | <fieldValue name='coneTranslation' value='-1.23281 0.65345 1.80475'/> |
5271 | <fieldValue name='rotation' value='-23.43475 0 -29.59559 1.52079'/> |
5272 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5273 | <fieldValue name='ballRadius' value='0.02'/> |
5274 | <fieldValue name='traceEnabled' value='false'/> |
5275 | <fieldValue name='displayMode'/> |
5276 | <fieldValue name='transparency' value='0'/> |
5277 | </ProtoInstance> |
5278 | <ProtoInstance name='Arc'> |
5279 | <fieldValue name='cylinderHeight' value='0.44268'/> |
5280 | <fieldValue name='cylinderTranslation' value='2.01000 1.71526 0.51589'/> |
5281 | <fieldValue name='coneTranslation' value='1.96049 1.68048 0.52597'/> |
5282 | <fieldValue name='rotation' value='7.27668 -0.00000 35.73357 2.17355'/> |
5283 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5284 | <fieldValue name='ballRadius' value='0.02'/> |
5285 | <fieldValue name='traceEnabled' value='false'/> |
5286 | <fieldValue name='displayMode'/> |
5287 | <fieldValue name='transparency' value='0'/> |
5288 | </ProtoInstance> |
5289 | <ProtoInstance name='Arc'> |
5290 | <fieldValue name='cylinderHeight' value='0.11256'/> |
5291 | <fieldValue name='cylinderTranslation' value='1.81323 1.55016 0.58792'/> |
5292 | <fieldValue name='coneTranslation' value='1.84659 1.62317 0.52223'/> |
5293 | <fieldValue name='rotation' value='7.12885 -0.00000 3.62082 2.35159'/> |
5294 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5295 | <fieldValue name='ballRadius' value='0.02'/> |
5296 | <fieldValue name='traceEnabled' value='false'/> |
5297 | <fieldValue name='displayMode'/> |
5298 | <fieldValue name='transparency' value='0'/> |
5299 | </ProtoInstance> |
5300 | <ProtoInstance name='Arc'> |
5301 | <fieldValue name='cylinderHeight' value='0.34615'/> |
5302 | <fieldValue name='cylinderTranslation' value='-0.25803 -0.60373 -0.79172'/> |
5303 | <fieldValue name='coneTranslation' value='-0.24931 -0.59800 -0.78385'/> |
5304 | <fieldValue name='rotation' value='20.84133 0 -23.09680 1.11688'/> |
5305 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5306 | <fieldValue name='ballRadius' value='0.02'/> |
5307 | <fieldValue name='traceEnabled' value='false'/> |
5308 | <fieldValue name='displayMode'/> |
5309 | <fieldValue name='transparency' value='0'/> |
5310 | </ProtoInstance> |
5311 | <ProtoInstance name='Arc'> |
5312 | <fieldValue name='cylinderHeight' value='0.92826'/> |
5313 | <fieldValue name='cylinderTranslation' value='2.03050 -0.02782 0.09577'/> |
5314 | <fieldValue name='coneTranslation' value='1.79012 0.15028 0.15045'/> |
5315 | <fieldValue name='rotation' value='16.69128 -0.00000 73.36939 0.94516'/> |
5316 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5317 | <fieldValue name='ballRadius' value='0.02'/> |
5318 | <fieldValue name='traceEnabled' value='false'/> |
5319 | <fieldValue name='displayMode'/> |
5320 | <fieldValue name='transparency' value='0'/> |
5321 | </ProtoInstance> |
5322 | <ProtoInstance name='Arc'> |
5323 | <fieldValue name='cylinderHeight' value='0.48884'/> |
5324 | <fieldValue name='cylinderTranslation' value='1.58138 -1.13818 -0.46707'/> |
5325 | <fieldValue name='coneTranslation' value='1.50652 -1.10371 -0.48540'/> |
5326 | <fieldValue name='rotation' value='-10.61433 0 43.34478 1.15028'/> |
5327 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5328 | <fieldValue name='ballRadius' value='0.02'/> |
5329 | <fieldValue name='traceEnabled' value='false'/> |
5330 | <fieldValue name='displayMode'/> |
5331 | <fieldValue name='transparency' value='0'/> |
5332 | </ProtoInstance> |
5333 | <ProtoInstance name='Arc'> |
5334 | <fieldValue name='cylinderHeight' value='0.64722'/> |
5335 | <fieldValue name='cylinderTranslation' value='-0.84714 0.71270 1.88350'/> |
5336 | <fieldValue name='coneTranslation' value='-0.75952 0.73764 1.74760'/> |
5337 | <fieldValue name='rotation' value='-53.75869 0 -34.66464 1.41781'/> |
5338 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5339 | <fieldValue name='ballRadius' value='0.02'/> |
5340 | <fieldValue name='traceEnabled' value='false'/> |
5341 | <fieldValue name='displayMode'/> |
5342 | <fieldValue name='transparency' value='0'/> |
5343 | </ProtoInstance> |
5344 | <ProtoInstance name='Arc'> |
5345 | <fieldValue name='cylinderHeight' value='0.96886'/> |
5346 | <fieldValue name='cylinderTranslation' value='0.61673 1.50159 0.45597'/> |
5347 | <fieldValue name='coneTranslation' value='0.29242 1.50997 0.45220'/> |
5348 | <fieldValue name='rotation' value='-1.12498 0 96.84759 1.54497'/> |
5349 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5350 | <fieldValue name='ballRadius' value='0.02'/> |
5351 | <fieldValue name='traceEnabled' value='false'/> |
5352 | <fieldValue name='displayMode'/> |
5353 | <fieldValue name='transparency' value='0'/> |
5354 | </ProtoInstance> |
5355 | <ProtoInstance name='Arc'> |
5356 | <fieldValue name='cylinderHeight' value='0.78409'/> |
5357 | <fieldValue name='cylinderTranslation' value='1.35022 1.18757 0.43583'/> |
5358 | <fieldValue name='coneTranslation' value='1.49775 1.00911 0.42058'/> |
5359 | <fieldValue name='rotation' value='-5.15314 0 -49.85091 2.44818'/> |
5360 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5361 | <fieldValue name='ballRadius' value='0.02'/> |
5362 | <fieldValue name='traceEnabled' value='false'/> |
5363 | <fieldValue name='displayMode'/> |
5364 | <fieldValue name='transparency' value='0'/> |
5365 | </ProtoInstance> |
5366 | <ProtoInstance name='Arc'> |
5367 | <fieldValue name='cylinderHeight' value='1.03665'/> |
5368 | <fieldValue name='cylinderTranslation' value='0.63919 1.56276 0.54805'/> |
5369 | <fieldValue name='coneTranslation' value='0.28890 1.52912 0.48050'/> |
5370 | <fieldValue name='rotation' value='-19.54177 0 101.33976 1.66482'/> |
5371 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5372 | <fieldValue name='ballRadius' value='0.02'/> |
5373 | <fieldValue name='traceEnabled' value='false'/> |
5374 | <fieldValue name='displayMode'/> |
5375 | <fieldValue name='transparency' value='0'/> |
5376 | </ProtoInstance> |
5377 | <ProtoInstance name='Arc'> |
5378 | <fieldValue name='cylinderHeight' value='0.41169'/> |
5379 | <fieldValue name='cylinderTranslation' value='1.33617 1.68893 0.65835'/> |
5380 | <fieldValue name='coneTranslation' value='1.37855 1.70619 0.66115'/> |
5381 | <fieldValue name='rotation' value='2.51725 0 -38.05618 1.18478'/> |
5382 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5383 | <fieldValue name='ballRadius' value='0.02'/> |
5384 | <fieldValue name='traceEnabled' value='false'/> |
5385 | <fieldValue name='displayMode'/> |
5386 | <fieldValue name='transparency' value='0'/> |
5387 | </ProtoInstance> |
5388 | <ProtoInstance name='Arc'> |
5389 | <fieldValue name='cylinderHeight' value='0.69883'/> |
5390 | <fieldValue name='cylinderTranslation' value='1.35566 1.89035 0.66261'/> |
5391 | <fieldValue name='coneTranslation' value='1.46938 2.04155 0.67175'/> |
5392 | <fieldValue name='rotation' value='3.37031 0 -41.95561 0.64639'/> |
5393 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5394 | <fieldValue name='ballRadius' value='0.02'/> |
5395 | <fieldValue name='traceEnabled' value='false'/> |
5396 | <fieldValue name='displayMode'/> |
5397 | <fieldValue name='transparency' value='0'/> |
5398 | </ProtoInstance> |
5399 | <ProtoInstance name='Arc'> |
5400 | <fieldValue name='cylinderHeight' value='0.24971'/> |
5401 | <fieldValue name='cylinderTranslation' value='2.07481 -1.08307 -0.57304'/> |
5402 | <fieldValue name='coneTranslation' value='2.08115 -1.08870 -0.53893'/> |
5403 | <fieldValue name='rotation' value='-24.23264 0 4.50882 1.40998'/> |
5404 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5405 | <fieldValue name='ballRadius' value='0.02'/> |
5406 | <fieldValue name='traceEnabled' value='false'/> |
5407 | <fieldValue name='displayMode'/> |
5408 | <fieldValue name='transparency' value='0'/> |
5409 | </ProtoInstance> |
5410 | <ProtoInstance name='Arc'> |
5411 | <fieldValue name='cylinderHeight' value='1.04417'/> |
5412 | <fieldValue name='cylinderTranslation' value='-0.12438 0.98312 0.97042'/> |
5413 | <fieldValue name='coneTranslation' value='-0.11481 0.76136 0.68436'/> |
5414 | <fieldValue name='rotation' value='-82.49538 0 -2.75848 2.22996'/> |
5415 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5416 | <fieldValue name='ballRadius' value='0.02'/> |
5417 | <fieldValue name='traceEnabled' value='false'/> |
5418 | <fieldValue name='displayMode'/> |
5419 | <fieldValue name='transparency' value='0'/> |
5420 | </ProtoInstance> |
5421 | <ProtoInstance name='Arc'> |
5422 | <fieldValue name='cylinderHeight' value='0.68960'/> |
5423 | <fieldValue name='cylinderTranslation' value='0.44932 1.72357 1.50365'/> |
5424 | <fieldValue name='coneTranslation' value='0.36658 1.81641 1.64035'/> |
5425 | <fieldValue name='rotation' value='51.01085 -0.00000 30.87492 1.04446'/> |
5426 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5427 | <fieldValue name='ballRadius' value='0.02'/> |
5428 | <fieldValue name='traceEnabled' value='false'/> |
5429 | <fieldValue name='displayMode'/> |
5430 | <fieldValue name='transparency' value='0'/> |
5431 | </ProtoInstance> |
5432 | <ProtoInstance name='Arc'> |
5433 | <fieldValue name='cylinderHeight' value='0.86561'/> |
5434 | <fieldValue name='cylinderTranslation' value='0.56602 1.76586 1.62204'/> |
5435 | <fieldValue name='coneTranslation' value='0.54226 1.90169 1.85743'/> |
5436 | <fieldValue name='rotation' value='74.68855 -0.00000 7.53653 1.04960'/> |
5437 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5438 | <fieldValue name='ballRadius' value='0.02'/> |
5439 | <fieldValue name='traceEnabled' value='false'/> |
5440 | <fieldValue name='displayMode'/> |
5441 | <fieldValue name='transparency' value='0'/> |
5442 | </ProtoInstance> |
5443 | <ProtoInstance name='Arc'> |
5444 | <fieldValue name='cylinderHeight' value='0.21635'/> |
5445 | <fieldValue name='cylinderTranslation' value='0.69650 1.51924 1.20253'/> |
5446 | <fieldValue name='coneTranslation' value='0.65204 1.53415 1.22460'/> |
5447 | <fieldValue name='rotation' value='-9.21268 0 -18.56030 1.86257'/> |
5448 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5449 | <fieldValue name='ballRadius' value='0.02'/> |
5450 | <fieldValue name='traceEnabled' value='false'/> |
5451 | <fieldValue name='displayMode'/> |
5452 | <fieldValue name='transparency' value='0'/> |
5453 | </ProtoInstance> |
5454 | <ProtoInstance name='Arc'> |
5455 | <fieldValue name='cylinderHeight' value='0.41706'/> |
5456 | <fieldValue name='cylinderTranslation' value='0.81077 1.54429 1.22475'/> |
5457 | <fieldValue name='coneTranslation' value='0.85897 1.54288 1.21920'/> |
5458 | <fieldValue name='rotation' value='-4.76903 0 -41.41502 1.59987'/> |
5459 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5460 | <fieldValue name='ballRadius' value='0.02'/> |
5461 | <fieldValue name='traceEnabled' value='false'/> |
5462 | <fieldValue name='displayMode'/> |
5463 | <fieldValue name='transparency' value='0'/> |
5464 | </ProtoInstance> |
5465 | <ProtoInstance name='Arc'> |
5466 | <fieldValue name='cylinderHeight' value='0.47001'/> |
5467 | <fieldValue name='cylinderTranslation' value='2.45846 -1.20551 -1.06431'/> |
5468 | <fieldValue name='coneTranslation' value='2.48533 -1.19625 -0.99490'/> |
5469 | <fieldValue name='rotation' value='43.49582 0 -16.83712 1.44697'/> |
5470 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5471 | <fieldValue name='ballRadius' value='0.02'/> |
5472 | <fieldValue name='traceEnabled' value='false'/> |
5473 | <fieldValue name='displayMode'/> |
5474 | <fieldValue name='transparency' value='0'/> |
5475 | </ProtoInstance> |
5476 | <ProtoInstance name='Arc'> |
5477 | <fieldValue name='cylinderHeight' value='0.33148'/> |
5478 | <fieldValue name='cylinderTranslation' value='2.06946 -1.53285 -2.58119'/> |
5479 | <fieldValue name='coneTranslation' value='2.06984 -1.53427 -2.58674'/> |
5480 | <fieldValue name='rotation' value='-32.04825 0 -2.21290 1.81989'/> |
5481 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5482 | <fieldValue name='ballRadius' value='0.02'/> |
5483 | <fieldValue name='traceEnabled' value='false'/> |
5484 | <fieldValue name='displayMode'/> |
5485 | <fieldValue name='transparency' value='0'/> |
5486 | </ProtoInstance> |
5487 | <ProtoInstance name='Arc'> |
5488 | <fieldValue name='cylinderHeight' value='0.33157'/> |
5489 | <fieldValue name='cylinderTranslation' value='2.06962 -1.53251 -2.58132'/> |
5490 | <fieldValue name='coneTranslation' value='2.07001 -1.53393 -2.58692'/> |
5491 | <fieldValue name='rotation' value='-32.07348 0 -2.24435 1.81770'/> |
5492 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5493 | <fieldValue name='ballRadius' value='0.02'/> |
5494 | <fieldValue name='traceEnabled' value='false'/> |
5495 | <fieldValue name='displayMode'/> |
5496 | <fieldValue name='transparency' value='0'/> |
5497 | </ProtoInstance> |
5498 | <ProtoInstance name='Arc'> |
5499 | <fieldValue name='cylinderHeight' value='0.77797'/> |
5500 | <fieldValue name='cylinderTranslation' value='0.56433 1.81711 1.38431'/> |
5501 | <fieldValue name='coneTranslation' value='0.69533 1.72431 1.22102'/> |
5502 | <fieldValue name='rotation' value='-55.47586 0 -44.50599 1.98807'/> |
5503 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5504 | <fieldValue name='ballRadius' value='0.02'/> |
5505 | <fieldValue name='traceEnabled' value='false'/> |
5506 | <fieldValue name='displayMode'/> |
5507 | <fieldValue name='transparency' value='0'/> |
5508 | </ProtoInstance> |
5509 | <ProtoInstance name='Arc'> |
5510 | <fieldValue name='cylinderHeight' value='0.31286'/> |
5511 | <fieldValue name='cylinderTranslation' value='0.20419 1.94937 1.73161'/> |
5512 | <fieldValue name='coneTranslation' value='0.20733 1.94995 1.73001'/> |
5513 | <fieldValue name='rotation' value='13.98415 -0.00000 27.52221 1.73381'/> |
5514 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5515 | <fieldValue name='ballRadius' value='0.02'/> |
5516 | <fieldValue name='traceEnabled' value='false'/> |
5517 | <fieldValue name='displayMode'/> |
5518 | <fieldValue name='transparency' value='0'/> |
5519 | </ProtoInstance> |
5520 | <ProtoInstance name='Arc'> |
5521 | <fieldValue name='cylinderHeight' value='0.51687'/> |
5522 | <fieldValue name='cylinderTranslation' value='-0.15390 -0.18083 -1.05424'/> |
5523 | <fieldValue name='coneTranslation' value='-0.11001 -0.26794 -1.04105'/> |
5524 | <fieldValue name='rotation' value='6.92213 0 -23.04460 2.65736'/> |
5525 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5526 | <fieldValue name='ballRadius' value='0.02'/> |
5527 | <fieldValue name='traceEnabled' value='false'/> |
5528 | <fieldValue name='displayMode'/> |
5529 | <fieldValue name='transparency' value='0'/> |
5530 | </ProtoInstance> |
5531 | <ProtoInstance name='Arc'> |
5532 | <fieldValue name='cylinderHeight' value='0.39306'/> |
5533 | <fieldValue name='cylinderTranslation' value='1.72728 -0.14110 -0.11317'/> |
5534 | <fieldValue name='coneTranslation' value='1.70596 -0.11822 -0.09430'/> |
5535 | <fieldValue name='rotation' value='20.30259 -0.00000 22.94692 0.89387'/> |
5536 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5537 | <fieldValue name='ballRadius' value='0.02'/> |
5538 | <fieldValue name='traceEnabled' value='false'/> |
5539 | <fieldValue name='displayMode'/> |
5540 | <fieldValue name='transparency' value='0'/> |
5541 | </ProtoInstance> |
5542 | <ProtoInstance name='Arc'> |
5543 | <fieldValue name='cylinderHeight' value='1.06929'/> |
5544 | <fieldValue name='cylinderTranslation' value='1.58123 0.16664 -0.03522'/> |
5545 | <fieldValue name='coneTranslation' value='1.39849 0.46855 0.09054'/> |
5546 | <fieldValue name='rotation' value='35.89375 -0.00000 52.15750 0.63368'/> |
5547 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5548 | <fieldValue name='ballRadius' value='0.02'/> |
5549 | <fieldValue name='traceEnabled' value='false'/> |
5550 | <fieldValue name='displayMode'/> |
5551 | <fieldValue name='transparency' value='0'/> |
5552 | </ProtoInstance> |
5553 | <ProtoInstance name='Arc'> |
5554 | <fieldValue name='cylinderHeight' value='0.84809'/> |
5555 | <fieldValue name='cylinderTranslation' value='1.81427 -0.36171 -0.15651'/> |
5556 | <fieldValue name='coneTranslation' value='1.68866 -0.14769 -0.06632'/> |
5557 | <fieldValue name='rotation' value='28.97009 -0.00000 40.34491 0.62569'/> |
5558 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5559 | <fieldValue name='ballRadius' value='0.02'/> |
5560 | <fieldValue name='traceEnabled' value='false'/> |
5561 | <fieldValue name='displayMode'/> |
5562 | <fieldValue name='transparency' value='0'/> |
5563 | </ProtoInstance> |
5564 | <ProtoInstance name='Arc'> |
5565 | <fieldValue name='cylinderHeight' value='0.43034'/> |
5566 | <fieldValue name='cylinderTranslation' value='-0.90581 0.64119 1.50726'/> |
5567 | <fieldValue name='coneTranslation' value='-0.94416 0.63733 1.54673'/> |
5568 | <fieldValue name='rotation' value='30.78829 -0.00000 29.91550 1.64069'/> |
5569 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5570 | <fieldValue name='ballRadius' value='0.02'/> |
5571 | <fieldValue name='traceEnabled' value='false'/> |
5572 | <fieldValue name='displayMode'/> |
5573 | <fieldValue name='transparency' value='0'/> |
5574 | </ProtoInstance> |
5575 | <ProtoInstance name='Arc'> |
5576 | <fieldValue name='cylinderHeight' value='0.43376'/> |
5577 | <fieldValue name='cylinderTranslation' value='-0.90825 0.64599 1.50768'/> |
5578 | <fieldValue name='coneTranslation' value='-0.94811 0.64331 1.54816'/> |
5579 | <fieldValue name='rotation' value='30.87100 -0.00000 30.40244 1.61796'/> |
5580 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5581 | <fieldValue name='ballRadius' value='0.02'/> |
5582 | <fieldValue name='traceEnabled' value='false'/> |
5583 | <fieldValue name='displayMode'/> |
5584 | <fieldValue name='transparency' value='0'/> |
5585 | </ProtoInstance> |
5586 | <ProtoInstance name='Arc'> |
5587 | <fieldValue name='cylinderHeight' value='1.02447'/> |
5588 | <fieldValue name='cylinderTranslation' value='-0.43341 0.65979 0.95563'/> |
5589 | <fieldValue name='coneTranslation' value='-0.21142 0.66225 0.68217'/> |
5590 | <fieldValue name='rotation' value='-79.53766 0 -64.56463 1.56381'/> |
5591 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5592 | <fieldValue name='ballRadius' value='0.02'/> |
5593 | <fieldValue name='traceEnabled' value='false'/> |
5594 | <fieldValue name='displayMode'/> |
5595 | <fieldValue name='transparency' value='0'/> |
5596 | </ProtoInstance> |
5597 | <ProtoInstance name='Arc'> |
5598 | <fieldValue name='cylinderHeight' value='0.34806'/> |
5599 | <fieldValue name='cylinderTranslation' value='-0.14215 2.45779 -1.82611'/> |
5600 | <fieldValue name='coneTranslation' value='-0.14188 2.46691 -1.83677'/> |
5601 | <fieldValue name='rotation' value='-26.43805 0 -0.66411 0.86303'/> |
5602 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5603 | <fieldValue name='ballRadius' value='0.02'/> |
5604 | <fieldValue name='traceEnabled' value='false'/> |
5605 | <fieldValue name='displayMode'/> |
5606 | <fieldValue name='transparency' value='0'/> |
5607 | </ProtoInstance> |
5608 | <ProtoInstance name='Arc'> |
5609 | <fieldValue name='cylinderHeight' value='1.04046'/> |
5610 | <fieldValue name='cylinderTranslation' value='-0.32127 0.40042 -0.35633'/> |
5611 | <fieldValue name='coneTranslation' value='-0.37051 0.73558 -0.23382'/> |
5612 | <fieldValue name='rotation' value='35.38401 -0.00000 14.22401 0.37528'/> |
5613 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5614 | <fieldValue name='ballRadius' value='0.02'/> |
5615 | <fieldValue name='traceEnabled' value='false'/> |
5616 | <fieldValue name='displayMode'/> |
5617 | <fieldValue name='transparency' value='0'/> |
5618 | </ProtoInstance> |
5619 | <ProtoInstance name='Arc'> |
5620 | <fieldValue name='cylinderHeight' value='0.46293'/> |
5621 | <fieldValue name='cylinderTranslation' value='-0.60470 -0.39763 -1.27770'/> |
5622 | <fieldValue name='coneTranslation' value='-0.64248 -0.40627 -1.33774'/> |
5623 | <fieldValue name='rotation' value='-38.89580 0 24.47189 1.69191'/> |
5624 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5625 | <fieldValue name='ballRadius' value='0.02'/> |
5626 | <fieldValue name='traceEnabled' value='false'/> |
5627 | <fieldValue name='displayMode'/> |
5628 | <fieldValue name='transparency' value='0'/> |
5629 | </ProtoInstance> |
5630 | <ProtoInstance name='Arc'> |
5631 | <fieldValue name='cylinderHeight' value='0.72882'/> |
5632 | <fieldValue name='cylinderTranslation' value='-0.16348 1.62347 0.26803'/> |
5633 | <fieldValue name='coneTranslation' value='0.00254 1.56212 0.37030'/> |
5634 | <fieldValue name='rotation' value='36.46178 0 -59.19329 1.87561'/> |
5635 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5636 | <fieldValue name='ballRadius' value='0.02'/> |
5637 | <fieldValue name='traceEnabled' value='false'/> |
5638 | <fieldValue name='displayMode'/> |
5639 | <fieldValue name='transparency' value='0'/> |
5640 | </ProtoInstance> |
5641 | <ProtoInstance name='Arc'> |
5642 | <fieldValue name='cylinderHeight' value='0.61825'/> |
5643 | <fieldValue name='cylinderTranslation' value='-0.17074 1.67140 -0.00613'/> |
5644 | <fieldValue name='coneTranslation' value='-0.03147 1.64177 -0.05044'/> |
5645 | <fieldValue name='rotation' value='-18.37105 0 -57.73994 1.77085'/> |
5646 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5647 | <fieldValue name='ballRadius' value='0.02'/> |
5648 | <fieldValue name='traceEnabled' value='false'/> |
5649 | <fieldValue name='displayMode'/> |
5650 | <fieldValue name='transparency' value='0'/> |
5651 | </ProtoInstance> |
5652 | <ProtoInstance name='Arc'> |
5653 | <fieldValue name='cylinderHeight' value='0.01040'/> |
5654 | <fieldValue name='cylinderTranslation' value='-0.65968 1.73037 0.05209'/> |
5655 | <fieldValue name='coneTranslation' value='-0.53809 1.63657 0.07161'/> |
5656 | <fieldValue name='rotation' value='-0.13108 0 0.81667 0.91986'/> |
5657 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5658 | <fieldValue name='ballRadius' value='0.02'/> |
5659 | <fieldValue name='traceEnabled' value='false'/> |
5660 | <fieldValue name='displayMode'/> |
5661 | <fieldValue name='transparency' value='0'/> |
5662 | </ProtoInstance> |
5663 | <ProtoInstance name='Arc'> |
5664 | <fieldValue name='cylinderHeight' value='0.75821'/> |
5665 | <fieldValue name='cylinderTranslation' value='1.71773 0.54625 0.40155'/> |
5666 | <fieldValue name='coneTranslation' value='1.68648 0.37155 0.27306'/> |
5667 | <fieldValue name='rotation' value='-44.46647 0 10.81441 2.49364'/> |
5668 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5669 | <fieldValue name='ballRadius' value='0.02'/> |
5670 | <fieldValue name='traceEnabled' value='false'/> |
5671 | <fieldValue name='displayMode'/> |
5672 | <fieldValue name='transparency' value='0'/> |
5673 | </ProtoInstance> |
5674 | <ProtoInstance name='Arc'> |
5675 | <fieldValue name='cylinderHeight' value='0.44799'/> |
5676 | <fieldValue name='cylinderTranslation' value='-0.74142 -0.83830 -0.46746'/> |
5677 | <fieldValue name='coneTranslation' value='-0.78763 -0.88154 -0.45793'/> |
5678 | <fieldValue name='rotation' value='6.66954 -0.00000 32.35007 2.31254'/> |
5679 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5680 | <fieldValue name='ballRadius' value='0.02'/> |
5681 | <fieldValue name='traceEnabled' value='false'/> |
5682 | <fieldValue name='displayMode'/> |
5683 | <fieldValue name='transparency' value='0'/> |
5684 | </ProtoInstance> |
5685 | <ProtoInstance name='Arc'> |
5686 | <fieldValue name='cylinderHeight' value='0.06125'/> |
5687 | <fieldValue name='cylinderTranslation' value='-0.56873 -0.66609 -0.52035'/> |
5688 | <fieldValue name='coneTranslation' value='-0.61492 -0.75432 -0.43778'/> |
5689 | <fieldValue name='rotation' value='-3.90970 0 -2.18690 0.82027'/> |
5690 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5691 | <fieldValue name='ballRadius' value='0.02'/> |
5692 | <fieldValue name='traceEnabled' value='false'/> |
5693 | <fieldValue name='displayMode'/> |
5694 | <fieldValue name='transparency' value='0'/> |
5695 | </ProtoInstance> |
5696 | <ProtoInstance name='Arc'> |
5697 | <fieldValue name='cylinderHeight' value='0.62793'/> |
5698 | <fieldValue name='cylinderTranslation' value='-0.06354 2.52219 -1.24174'/> |
5699 | <fieldValue name='coneTranslation' value='-0.08116 2.63417 -1.34593'/> |
5700 | <fieldValue name='rotation' value='-42.49353 0 7.18656 0.75643'/> |
5701 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5702 | <fieldValue name='ballRadius' value='0.02'/> |
5703 | <fieldValue name='traceEnabled' value='false'/> |
5704 | <fieldValue name='displayMode'/> |
5705 | <fieldValue name='transparency' value='0'/> |
5706 | </ProtoInstance> |
5707 | <ProtoInstance name='Arc'> |
5708 | <fieldValue name='cylinderHeight' value='1.16454'/> |
5709 | <fieldValue name='cylinderTranslation' value='0.04517 1.95191 -0.56363'/> |
5710 | <fieldValue name='coneTranslation' value='0.09796 1.70393 -0.22594'/> |
5711 | <fieldValue name='rotation' value='93.12813 0 -14.55628 2.19845'/> |
5712 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5713 | <fieldValue name='ballRadius' value='0.02'/> |
5714 | <fieldValue name='traceEnabled' value='false'/> |
5715 | <fieldValue name='displayMode'/> |
5716 | <fieldValue name='transparency' value='0'/> |
5717 | </ProtoInstance> |
5718 | <ProtoInstance name='Arc'> |
5719 | <fieldValue name='cylinderHeight' value='0.37625'/> |
5720 | <fieldValue name='cylinderTranslation' value='-1.26704 0.67849 1.81486'/> |
5721 | <fieldValue name='coneTranslation' value='-1.28947 0.67809 1.83182'/> |
5722 | <fieldValue name='rotation' value='22.68883 -0.00000 30.01004 1.58487'/> |
5723 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5724 | <fieldValue name='ballRadius' value='0.02'/> |
5725 | <fieldValue name='traceEnabled' value='false'/> |
5726 | <fieldValue name='displayMode'/> |
5727 | <fieldValue name='transparency' value='0'/> |
5728 | </ProtoInstance> |
5729 | <ProtoInstance name='Arc'> |
5730 | <fieldValue name='cylinderHeight' value='0.37319'/> |
5731 | <fieldValue name='cylinderTranslation' value='2.30255 -1.41496 -2.53256'/> |
5732 | <fieldValue name='coneTranslation' value='2.28898 -1.41675 -2.50976'/> |
5733 | <fieldValue name='rotation' value='31.99507 -0.00000 19.04492 1.63819'/> |
5734 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5735 | <fieldValue name='ballRadius' value='0.02'/> |
5736 | <fieldValue name='traceEnabled' value='false'/> |
5737 | <fieldValue name='displayMode'/> |
5738 | <fieldValue name='transparency' value='0'/> |
5739 | </ProtoInstance> |
5740 | <ProtoInstance name='Arc'> |
5741 | <fieldValue name='cylinderHeight' value='0.04694'/> |
5742 | <fieldValue name='cylinderTranslation' value='-0.66523 1.71675 0.07184'/> |
5743 | <fieldValue name='coneTranslation' value='-0.66424 1.80520 -0.03216'/> |
5744 | <fieldValue name='rotation' value='3.57574 -0.00000 0.03406 2.27556'/> |
5745 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5746 | <fieldValue name='ballRadius' value='0.02'/> |
5747 | <fieldValue name='traceEnabled' value='false'/> |
5748 | <fieldValue name='displayMode'/> |
5749 | <fieldValue name='transparency' value='0'/> |
5750 | </ProtoInstance> |
5751 | <ProtoInstance name='Arc'> |
5752 | <fieldValue name='cylinderHeight' value='0.89893'/> |
5753 | <fieldValue name='cylinderTranslation' value='2.02149 -0.20004 -0.05217'/> |
5754 | <fieldValue name='coneTranslation' value='2.28486 -0.31729 -0.07826'/> |
5755 | <fieldValue name='rotation' value='-8.10199 0 -81.78903 1.98781'/> |
5756 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5757 | <fieldValue name='ballRadius' value='0.02'/> |
5758 | <fieldValue name='traceEnabled' value='false'/> |
5759 | <fieldValue name='displayMode'/> |
5760 | <fieldValue name='transparency' value='0'/> |
5761 | </ProtoInstance> |
5762 | <ProtoInstance name='Arc'> |
5763 | <fieldValue name='cylinderHeight' value='1.01796'/> |
5764 | <fieldValue name='cylinderTranslation' value='1.70516 0.38739 0.28185'/> |
5765 | <fieldValue name='coneTranslation' value='1.76866 0.66534 0.48309'/> |
5766 | <fieldValue name='rotation' value='58.70160 0 -18.52205 0.64937'/> |
5767 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5768 | <fieldValue name='ballRadius' value='0.02'/> |
5769 | <fieldValue name='traceEnabled' value='false'/> |
5770 | <fieldValue name='displayMode'/> |
5771 | <fieldValue name='transparency' value='0'/> |
5772 | </ProtoInstance> |
5773 | <ProtoInstance name='Arc'> |
5774 | <fieldValue name='cylinderHeight' value='0.99767'/> |
5775 | <fieldValue name='cylinderTranslation' value='1.60601 0.43403 0.19920'/> |
5776 | <fieldValue name='coneTranslation' value='1.60157 0.74108 0.34243'/> |
5777 | <fieldValue name='rotation' value='42.17202 -0.00000 1.30757 0.43665'/> |
5778 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5779 | <fieldValue name='ballRadius' value='0.02'/> |
5780 | <fieldValue name='traceEnabled' value='false'/> |
5781 | <fieldValue name='displayMode'/> |
5782 | <fieldValue name='transparency' value='0'/> |
5783 | </ProtoInstance> |
5784 | <ProtoInstance name='Arc'> |
5785 | <fieldValue name='cylinderHeight' value='0.91041'/> |
5786 | <fieldValue name='cylinderTranslation' value='-0.22998 0.91871 1.37257'/> |
5787 | <fieldValue name='coneTranslation' value='-0.44172 0.87179 1.57285'/> |
5788 | <fieldValue name='rotation' value='61.76666 -0.00000 65.29873 1.73041'/> |
5789 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5790 | <fieldValue name='ballRadius' value='0.02'/> |
5791 | <fieldValue name='traceEnabled' value='false'/> |
5792 | <fieldValue name='displayMode'/> |
5793 | <fieldValue name='transparency' value='0'/> |
5794 | </ProtoInstance> |
5795 | <ProtoInstance name='Arc'> |
5796 | <fieldValue name='cylinderHeight' value='0.97439'/> |
5797 | <fieldValue name='cylinderTranslation' value='-0.28866 0.87654 1.33922'/> |
5798 | <fieldValue name='coneTranslation' value='-0.54733 0.79963 1.52423'/> |
5799 | <fieldValue name='rotation' value='55.09675 -0.00000 77.03318 1.80808'/> |
5800 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5801 | <fieldValue name='ballRadius' value='0.02'/> |
5802 | <fieldValue name='traceEnabled' value='false'/> |
5803 | <fieldValue name='displayMode'/> |
5804 | <fieldValue name='transparency' value='0'/> |
5805 | </ProtoInstance> |
5806 | <ProtoInstance name='Arc'> |
5807 | <fieldValue name='cylinderHeight' value='0.93771'/> |
5808 | <fieldValue name='cylinderTranslation' value='-0.27725 0.89479 1.32993'/> |
5809 | <fieldValue name='coneTranslation' value='-0.52346 0.83137 1.50529'/> |
5810 | <fieldValue name='rotation' value='53.23952 -0.00000 74.75169 1.77761'/> |
5811 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5812 | <fieldValue name='ballRadius' value='0.02'/> |
5813 | <fieldValue name='traceEnabled' value='false'/> |
5814 | <fieldValue name='displayMode'/> |
5815 | <fieldValue name='transparency' value='0'/> |
5816 | </ProtoInstance> |
5817 | <ProtoInstance name='Arc'> |
5818 | <fieldValue name='cylinderHeight' value='1.31648'/> |
5819 | <fieldValue name='cylinderTranslation' value='0.10723 1.30052 0.48287'/> |
5820 | <fieldValue name='coneTranslation' value='0.11535 1.53475 0.04321'/> |
5821 | <fieldValue name='rotation' value='-116.17216 0 -2.14449 1.08136'/> |
5822 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5823 | <fieldValue name='ballRadius' value='0.02'/> |
5824 | <fieldValue name='traceEnabled' value='false'/> |
5825 | <fieldValue name='displayMode'/> |
5826 | <fieldValue name='transparency' value='0'/> |
5827 | </ProtoInstance> |
5828 | <ProtoInstance name='Arc'> |
5829 | <fieldValue name='cylinderHeight' value='0.66650'/> |
5830 | <fieldValue name='cylinderTranslation' value='-0.83457 0.76085 1.87171'/> |
5831 | <fieldValue name='coneTranslation' value='-0.73914 0.78043 1.72844'/> |
5832 | <fieldValue name='rotation' value='-55.11591 0 -36.71184 1.45754'/> |
5833 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5834 | <fieldValue name='ballRadius' value='0.02'/> |
5835 | <fieldValue name='traceEnabled' value='false'/> |
5836 | <fieldValue name='displayMode'/> |
5837 | <fieldValue name='transparency' value='0'/> |
5838 | </ProtoInstance> |
5839 | <ProtoInstance name='Arc'> |
5840 | <fieldValue name='cylinderHeight' value='0.33664'/> |
5841 | <fieldValue name='cylinderTranslation' value='2.24996 -1.67429 -2.41565'/> |
5842 | <fieldValue name='coneTranslation' value='2.24607 -1.67000 -2.40967'/> |
5843 | <fieldValue name='rotation' value='24.16064 -0.00000 15.75569 1.02906'/> |
5844 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5845 | <fieldValue name='ballRadius' value='0.02'/> |
5846 | <fieldValue name='traceEnabled' value='false'/> |
5847 | <fieldValue name='displayMode'/> |
5848 | <fieldValue name='transparency' value='0'/> |
5849 | </ProtoInstance> |
5850 | <ProtoInstance name='Arc'> |
5851 | <fieldValue name='cylinderHeight' value='0.37865'/> |
5852 | <fieldValue name='cylinderTranslation' value='2.25788 -1.41788 -2.54622'/> |
5853 | <fieldValue name='coneTranslation' value='2.26997 -1.41639 -2.57290'/> |
5854 | <fieldValue name='rotation' value='-34.44606 0 -15.60488 1.51998'/> |
5855 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5856 | <fieldValue name='ballRadius' value='0.02'/> |
5857 | <fieldValue name='traceEnabled' value='false'/> |
5858 | <fieldValue name='displayMode'/> |
5859 | <fieldValue name='transparency' value='0'/> |
5860 | </ProtoInstance> |
5861 | <ProtoInstance name='Arc'> |
5862 | <fieldValue name='cylinderHeight' value='0.20994'/> |
5863 | <fieldValue name='cylinderTranslation' value='2.13573 -1.42844 -2.27875'/> |
5864 | <fieldValue name='coneTranslation' value='2.15887 -1.42794 -2.32869'/> |
5865 | <fieldValue name='rotation' value='19.04769 -0.00000 8.82514 1.57974'/> |
5866 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5867 | <fieldValue name='ballRadius' value='0.02'/> |
5868 | <fieldValue name='traceEnabled' value='false'/> |
5869 | <fieldValue name='displayMode'/> |
5870 | <fieldValue name='transparency' value='0'/> |
5871 | </ProtoInstance> |
5872 | <ProtoInstance name='Arc'> |
5873 | <fieldValue name='cylinderHeight' value='0.03488'/> |
5874 | <fieldValue name='cylinderTranslation' value='1.69988 1.68223 0.60589'/> |
5875 | <fieldValue name='coneTranslation' value='1.77816 1.61111 0.51029'/> |
5876 | <fieldValue name='rotation' value='2.33875 -0.00000 1.91484 1.04853'/> |
5877 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5878 | <fieldValue name='ballRadius' value='0.02'/> |
5879 | <fieldValue name='traceEnabled' value='false'/> |
5880 | <fieldValue name='displayMode'/> |
5881 | <fieldValue name='transparency' value='0'/> |
5882 | </ProtoInstance> |
5883 | <ProtoInstance name='Arc'> |
5884 | <fieldValue name='cylinderHeight' value='0.90121'/> |
5885 | <fieldValue name='cylinderTranslation' value='0.96440 -0.86275 -0.57435'/> |
5886 | <fieldValue name='coneTranslation' value='1.22148 -0.99809 -0.56763'/> |
5887 | <fieldValue name='rotation' value='2.08620 0 -79.72425 2.05522'/> |
5888 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5889 | <fieldValue name='ballRadius' value='0.02'/> |
5890 | <fieldValue name='traceEnabled' value='false'/> |
5891 | <fieldValue name='displayMode'/> |
5892 | <fieldValue name='transparency' value='0'/> |
5893 | </ProtoInstance> |
5894 | <ProtoInstance name='Arc'> |
5895 | <fieldValue name='cylinderHeight' value='0.31279'/> |
5896 | <fieldValue name='cylinderTranslation' value='2.17988 -1.54134 -2.05987'/> |
5897 | <fieldValue name='coneTranslation' value='2.17995 -1.54274 -2.06319'/> |
5898 | <fieldValue name='rotation' value='28.79952 -0.00000 0.55261 1.17037'/> |
5899 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5900 | <fieldValue name='ballRadius' value='0.02'/> |
5901 | <fieldValue name='traceEnabled' value='false'/> |
5902 | <fieldValue name='displayMode'/> |
5903 | <fieldValue name='transparency' value='0'/> |
5904 | </ProtoInstance> |
5905 | <ProtoInstance name='Arc'> |
5906 | <fieldValue name='cylinderHeight' value='0.52446'/> |
5907 | <fieldValue name='cylinderTranslation' value='1.98965 -1.07199 -0.94869'/> |
5908 | <fieldValue name='coneTranslation' value='2.01406 -1.06852 -0.84948'/> |
5909 | <fieldValue name='rotation' value='50.89776 0 -12.52212 1.53683'/> |
5910 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5911 | <fieldValue name='ballRadius' value='0.02'/> |
5912 | <fieldValue name='traceEnabled' value='false'/> |
5913 | <fieldValue name='displayMode'/> |
5914 | <fieldValue name='transparency' value='0'/> |
5915 | </ProtoInstance> |
5916 | <ProtoInstance name='Arc'> |
5917 | <fieldValue name='cylinderHeight' value='0.29492'/> |
5918 | <fieldValue name='cylinderTranslation' value='1.96511 -1.13169 -1.33628'/> |
5919 | <fieldValue name='coneTranslation' value='1.96187 -1.12737 -1.32496'/> |
5920 | <fieldValue name='rotation' value='-26.61946 0 -7.61403 1.92249'/> |
5921 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5922 | <fieldValue name='ballRadius' value='0.02'/> |
5923 | <fieldValue name='traceEnabled' value='false'/> |
5924 | <fieldValue name='displayMode'/> |
5925 | <fieldValue name='transparency' value='0'/> |
5926 | </ProtoInstance> |
5927 | <ProtoInstance name='Arc'> |
5928 | <fieldValue name='cylinderHeight' value='1.31253'/> |
5929 | <fieldValue name='cylinderTranslation' value='0.78287 0.97383 0.15189'/> |
5930 | <fieldValue name='coneTranslation' value='0.37636 1.25842 0.15767'/> |
5931 | <fieldValue name='rotation' value='1.52824 -0.00000 107.51485 0.96006'/> |
5932 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5933 | <fieldValue name='ballRadius' value='0.02'/> |
5934 | <fieldValue name='traceEnabled' value='false'/> |
5935 | <fieldValue name='displayMode'/> |
5936 | <fieldValue name='transparency' value='0'/> |
5937 | </ProtoInstance> |
5938 | <ProtoInstance name='Arc'> |
5939 | <fieldValue name='cylinderHeight' value='0.45338'/> |
5940 | <fieldValue name='cylinderTranslation' value='-0.48749 0.95642 1.49562'/> |
5941 | <fieldValue name='coneTranslation' value='-0.50778 0.92404 1.55028'/> |
5942 | <fieldValue name='rotation' value='37.15633 -0.00000 13.79817 2.07776'/> |
5943 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5944 | <fieldValue name='ballRadius' value='0.02'/> |
5945 | <fieldValue name='traceEnabled' value='false'/> |
5946 | <fieldValue name='displayMode'/> |
5947 | <fieldValue name='transparency' value='0'/> |
5948 | </ProtoInstance> |
5949 | <ProtoInstance name='Arc'> |
5950 | <fieldValue name='cylinderHeight' value='0.80191'/> |
5951 | <fieldValue name='cylinderTranslation' value='-0.28656 1.37207 1.53339'/> |
5952 | <fieldValue name='coneTranslation' value='-0.20728 1.55571 1.66774'/> |
5953 | <fieldValue name='rotation' value='44.71108 0 -26.38654 0.70418'/> |
5954 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5955 | <fieldValue name='ballRadius' value='0.02'/> |
5956 | <fieldValue name='traceEnabled' value='false'/> |
5957 | <fieldValue name='displayMode'/> |
5958 | <fieldValue name='transparency' value='0'/> |
5959 | </ProtoInstance> |
5960 | <ProtoInstance name='Arc'> |
5961 | <fieldValue name='cylinderHeight' value='0.90700'/> |
5962 | <fieldValue name='cylinderTranslation' value='-0.26454 0.86493 0.93389'/> |
5963 | <fieldValue name='coneTranslation' value='-0.16490 0.73448 0.69058'/> |
5964 | <fieldValue name='rotation' value='-75.18918 0 -30.79082 2.03136'/> |
5965 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5966 | <fieldValue name='ballRadius' value='0.02'/> |
5967 | <fieldValue name='traceEnabled' value='false'/> |
5968 | <fieldValue name='displayMode'/> |
5969 | <fieldValue name='transparency' value='0'/> |
5970 | </ProtoInstance> |
5971 | <ProtoInstance name='Arc'> |
5972 | <fieldValue name='cylinderHeight' value='0.45589'/> |
5973 | <fieldValue name='cylinderTranslation' value='-0.53475 0.93250 1.45298'/> |
5974 | <fieldValue name='coneTranslation' value='-0.56940 0.89256 1.49565'/> |
5975 | <fieldValue name='rotation' value='28.62919 -0.00000 23.25113 2.19914'/> |
5976 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5977 | <fieldValue name='ballRadius' value='0.02'/> |
5978 | <fieldValue name='traceEnabled' value='false'/> |
5979 | <fieldValue name='displayMode'/> |
5980 | <fieldValue name='transparency' value='0'/> |
5981 | </ProtoInstance> |
5982 | <ProtoInstance name='Arc'> |
5983 | <fieldValue name='cylinderHeight' value='0.06920'/> |
5984 | <fieldValue name='cylinderTranslation' value='-1.08390 0.64861 1.68379'/> |
5985 | <fieldValue name='coneTranslation' value='-0.99822 0.60206 1.60493'/> |
5986 | <fieldValue name='rotation' value='4.35189 -0.00000 4.72760 1.19052'/> |
5987 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5988 | <fieldValue name='ballRadius' value='0.02'/> |
5989 | <fieldValue name='traceEnabled' value='false'/> |
5990 | <fieldValue name='displayMode'/> |
5991 | <fieldValue name='transparency' value='0'/> |
5992 | </ProtoInstance> |
5993 | <ProtoInstance name='Arc'> |
5994 | <fieldValue name='cylinderHeight' value='0.65529'/> |
5995 | <fieldValue name='cylinderTranslation' value='2.07493 0.89309 0.71843'/> |
5996 | <fieldValue name='coneTranslation' value='2.21674 0.94441 0.79164'/> |
5997 | <fieldValue name='rotation' value='28.61507 0 -55.43197 1.25964'/> |
5998 | <fieldValue name='diffuseColor' value='0 0 0'/> |
5999 | <fieldValue name='ballRadius' value='0.02'/> |
6000 | <fieldValue name='traceEnabled' value='false'/> |
6001 | <fieldValue name='displayMode'/> |
6002 | <fieldValue name='transparency' value='0'/> |
6003 | </ProtoInstance> |
6004 | <ProtoInstance name='Arc'> |
6005 | <fieldValue name='cylinderHeight' value='0.63729'/> |
6006 | <fieldValue name='cylinderTranslation' value='0.23097 -0.54972 -0.51664'/> |
6007 | <fieldValue name='coneTranslation' value='0.38441 -0.55518 -0.47670'/> |
6008 | <fieldValue name='rotation' value='16.04403 0 -61.63782 1.60522'/> |
6009 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6010 | <fieldValue name='ballRadius' value='0.02'/> |
6011 | <fieldValue name='traceEnabled' value='false'/> |
6012 | <fieldValue name='displayMode'/> |
6013 | <fieldValue name='transparency' value='0'/> |
6014 | </ProtoInstance> |
6015 | <ProtoInstance name='Arc'> |
6016 | <fieldValue name='cylinderHeight' value='1.00590'/> |
6017 | <fieldValue name='cylinderTranslation' value='0.93644 -0.77503 -0.53529'/> |
6018 | <fieldValue name='coneTranslation' value='0.64445 -0.59545 -0.54563'/> |
6019 | <fieldValue name='rotation' value='-3.03041 0 85.64273 1.01967'/> |
6020 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6021 | <fieldValue name='ballRadius' value='0.02'/> |
6022 | <fieldValue name='traceEnabled' value='false'/> |
6023 | <fieldValue name='displayMode'/> |
6024 | <fieldValue name='transparency' value='0'/> |
6025 | </ProtoInstance> |
6026 | <ProtoInstance name='Arc'> |
6027 | <fieldValue name='cylinderHeight' value='0.32913'/> |
6028 | <fieldValue name='cylinderTranslation' value='-0.34542 2.47375 -1.76895'/> |
6029 | <fieldValue name='coneTranslation' value='-0.34343 2.47074 -1.76615'/> |
6030 | <fieldValue name='rotation' value='20.19689 0 -14.35104 2.28932'/> |
6031 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6032 | <fieldValue name='ballRadius' value='0.02'/> |
6033 | <fieldValue name='traceEnabled' value='false'/> |
6034 | <fieldValue name='displayMode'/> |
6035 | <fieldValue name='transparency' value='0'/> |
6036 | </ProtoInstance> |
6037 | <ProtoInstance name='Arc'> |
6038 | <fieldValue name='cylinderHeight' value='0.27590'/> |
6039 | <fieldValue name='cylinderTranslation' value='2.01277 -2.60840 1.21339'/> |
6040 | <fieldValue name='coneTranslation' value='2.01974 -2.62346 1.22791'/> |
6041 | <fieldValue name='rotation' value='-18.17343 0 8.72011 0.81922'/> |
6042 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6043 | <fieldValue name='ballRadius' value='0.02'/> |
6044 | <fieldValue name='traceEnabled' value='false'/> |
6045 | <fieldValue name='displayMode'/> |
6046 | <fieldValue name='transparency' value='0'/> |
6047 | </ProtoInstance> |
6048 | <ProtoInstance name='Arc'> |
6049 | <fieldValue name='cylinderHeight' value='0.15684'/> |
6050 | <fieldValue name='cylinderTranslation' value='2.02216 -1.06977 -0.35508'/> |
6051 | <fieldValue name='coneTranslation' value='1.96654 -1.01661 -0.38220'/> |
6052 | <fieldValue name='rotation' value='5.21453 0 -10.69353 2.28052'/> |
6053 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6054 | <fieldValue name='ballRadius' value='0.02'/> |
6055 | <fieldValue name='traceEnabled' value='false'/> |
6056 | <fieldValue name='displayMode'/> |
6057 | <fieldValue name='transparency' value='0'/> |
6058 | </ProtoInstance> |
6059 | <ProtoInstance name='Arc'> |
6060 | <fieldValue name='cylinderHeight' value='0.02242'/> |
6061 | <fieldValue name='cylinderTranslation' value='1.65870 1.21059 1.20942'/> |
6062 | <fieldValue name='coneTranslation' value='1.61670 1.07629 1.25779'/> |
6063 | <fieldValue name='rotation' value='-0.72867 0 -0.63278 0.44507'/> |
6064 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6065 | <fieldValue name='ballRadius' value='0.02'/> |
6066 | <fieldValue name='traceEnabled' value='false'/> |
6067 | <fieldValue name='displayMode'/> |
6068 | <fieldValue name='transparency' value='0'/> |
6069 | </ProtoInstance> |
6070 | <ProtoInstance name='Arc'> |
6071 | <fieldValue name='cylinderHeight' value='0.07079'/> |
6072 | <fieldValue name='cylinderTranslation' value='1.97052 -1.08931 -1.23261'/> |
6073 | <fieldValue name='coneTranslation' value='2.08439 -1.06464 -1.18843'/> |
6074 | <fieldValue name='rotation' value='-2.50960 0 6.46881 1.77011'/> |
6075 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6076 | <fieldValue name='ballRadius' value='0.02'/> |
6077 | <fieldValue name='traceEnabled' value='false'/> |
6078 | <fieldValue name='displayMode'/> |
6079 | <fieldValue name='transparency' value='0'/> |
6080 | </ProtoInstance> |
6081 | <ProtoInstance name='Arc'> |
6082 | <fieldValue name='cylinderHeight' value='0.82345'/> |
6083 | <fieldValue name='cylinderTranslation' value='2.14345 -1.22483 -1.57983'/> |
6084 | <fieldValue name='coneTranslation' value='2.22941 -1.31197 -1.79979'/> |
6085 | <fieldValue name='rotation' value='-71.95449 0 -28.11834 1.92429'/> |
6086 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6087 | <fieldValue name='ballRadius' value='0.02'/> |
6088 | <fieldValue name='traceEnabled' value='false'/> |
6089 | <fieldValue name='displayMode'/> |
6090 | <fieldValue name='transparency' value='0'/> |
6091 | </ProtoInstance> |
6092 | <ProtoInstance name='Arc'> |
6093 | <fieldValue name='cylinderHeight' value='0.55033'/> |
6094 | <fieldValue name='cylinderTranslation' value='2.24414 -1.07316 -1.08809'/> |
6095 | <fieldValue name='coneTranslation' value='2.34512 -1.06933 -1.03286'/> |
6096 | <fieldValue name='rotation' value='26.39340 0 -48.25586 1.53757'/> |
6097 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6098 | <fieldValue name='ballRadius' value='0.02'/> |
6099 | <fieldValue name='traceEnabled' value='false'/> |
6100 | <fieldValue name='displayMode'/> |
6101 | <fieldValue name='transparency' value='0'/> |
6102 | </ProtoInstance> |
6103 | <ProtoInstance name='Arc'> |
6104 | <fieldValue name='cylinderHeight' value='0.43721'/> |
6105 | <fieldValue name='cylinderTranslation' value='-0.64246 -0.91898 -0.42686'/> |
6106 | <fieldValue name='coneTranslation' value='-0.67716 -0.96507 -0.41657'/> |
6107 | <fieldValue name='rotation' value='7.67885 -0.00000 25.89215 2.47576'/> |
6108 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6109 | <fieldValue name='ballRadius' value='0.02'/> |
6110 | <fieldValue name='traceEnabled' value='false'/> |
6111 | <fieldValue name='displayMode'/> |
6112 | <fieldValue name='transparency' value='0'/> |
6113 | </ProtoInstance> |
6114 | <ProtoInstance name='Arc'> |
6115 | <fieldValue name='cylinderHeight' value='0.77931'/> |
6116 | <fieldValue name='cylinderTranslation' value='-0.52262 1.24106 -0.09164'/> |
6117 | <fieldValue name='coneTranslation' value='-0.59938 1.45123 -0.03992'/> |
6118 | <fieldValue name='rotation' value='17.55330 -0.00000 26.04696 0.41484'/> |
6119 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6120 | <fieldValue name='ballRadius' value='0.02'/> |
6121 | <fieldValue name='traceEnabled' value='false'/> |
6122 | <fieldValue name='displayMode'/> |
6123 | <fieldValue name='transparency' value='0'/> |
6124 | </ProtoInstance> |
6125 | <ProtoInstance name='Arc'> |
6126 | <fieldValue name='cylinderHeight' value='0.79717'/> |
6127 | <fieldValue name='cylinderTranslation' value='1.93352 0.44976 0.38828'/> |
6128 | <fieldValue name='coneTranslation' value='2.09506 0.57293 0.51341'/> |
6129 | <fieldValue name='rotation' value='41.81064 0 -53.97257 1.02832'/> |
6130 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6131 | <fieldValue name='ballRadius' value='0.02'/> |
6132 | <fieldValue name='traceEnabled' value='false'/> |
6133 | <fieldValue name='displayMode'/> |
6134 | <fieldValue name='transparency' value='0'/> |
6135 | </ProtoInstance> |
6136 | <ProtoInstance name='Arc'> |
6137 | <fieldValue name='cylinderHeight' value='0.91574'/> |
6138 | <fieldValue name='cylinderTranslation' value='1.87270 -0.12259 0.00153'/> |
6139 | <fieldValue name='coneTranslation' value='2.00870 -0.36106 -0.11406'/> |
6140 | <fieldValue name='rotation' value='-35.53756 0 -41.80911 2.49908'/> |
6141 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6142 | <fieldValue name='ballRadius' value='0.02'/> |
6143 | <fieldValue name='traceEnabled' value='false'/> |
6144 | <fieldValue name='displayMode'/> |
6145 | <fieldValue name='transparency' value='0'/> |
6146 | </ProtoInstance> |
6147 | <ProtoInstance name='Arc'> |
6148 | <fieldValue name='cylinderHeight' value='0.72778'/> |
6149 | <fieldValue name='cylinderTranslation' value='0.23477 -0.46061 -0.78504'/> |
6150 | <fieldValue name='coneTranslation' value='0.38799 -0.48921 -0.65359'/> |
6151 | <fieldValue name='rotation' value='46.91807 0 -54.69026 1.71157'/> |
6152 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6153 | <fieldValue name='ballRadius' value='0.02'/> |
6154 | <fieldValue name='traceEnabled' value='false'/> |
6155 | <fieldValue name='displayMode'/> |
6156 | <fieldValue name='transparency' value='0'/> |
6157 | </ProtoInstance> |
6158 | <ProtoInstance name='Arc'> |
6159 | <fieldValue name='cylinderHeight' value='0.34409'/> |
6160 | <fieldValue name='cylinderTranslation' value='1.97934 -1.55759 0.12705'/> |
6161 | <fieldValue name='coneTranslation' value='1.97017 -1.55749 0.13487'/> |
6162 | <fieldValue name='rotation' value='22.32475 -0.00000 26.18245 1.56262'/> |
6163 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6164 | <fieldValue name='ballRadius' value='0.02'/> |
6165 | <fieldValue name='traceEnabled' value='false'/> |
6166 | <fieldValue name='displayMode'/> |
6167 | <fieldValue name='transparency' value='0'/> |
6168 | </ProtoInstance> |
6169 | <ProtoInstance name='Arc'> |
6170 | <fieldValue name='cylinderHeight' value='0.78377'/> |
6171 | <fieldValue name='cylinderTranslation' value='2.07758 -1.27145 -1.56682'/> |
6172 | <fieldValue name='coneTranslation' value='2.16006 -1.37508 -1.75716'/> |
6173 | <fieldValue name='rotation' value='-64.33399 0 -27.88052 2.03408'/> |
6174 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6175 | <fieldValue name='ballRadius' value='0.02'/> |
6176 | <fieldValue name='traceEnabled' value='false'/> |
6177 | <fieldValue name='displayMode'/> |
6178 | <fieldValue name='transparency' value='0'/> |
6179 | </ProtoInstance> |
6180 | <ProtoInstance name='Arc'> |
6181 | <fieldValue name='cylinderHeight' value='0.83086'/> |
6182 | <fieldValue name='cylinderTranslation' value='2.01188 -1.87430 0.45002'/> |
6183 | <fieldValue name='coneTranslation' value='2.11238 -2.06990 0.57997'/> |
6184 | <fieldValue name='rotation' value='42.26979 0 -32.69101 2.44300'/> |
6185 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6186 | <fieldValue name='ballRadius' value='0.02'/> |
6187 | <fieldValue name='traceEnabled' value='false'/> |
6188 | <fieldValue name='displayMode'/> |
6189 | <fieldValue name='transparency' value='0'/> |
6190 | </ProtoInstance> |
6191 | <ProtoInstance name='Arc'> |
6192 | <fieldValue name='cylinderHeight' value='0.09949'/> |
6193 | <fieldValue name='cylinderTranslation' value='2.17979 -1.46221 -2.34994'/> |
6194 | <fieldValue name='coneTranslation' value='2.11876 -1.53910 -2.29974'/> |
6195 | <fieldValue name='rotation' value='-4.52955 0 -5.50708 0.79907'/> |
6196 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6197 | <fieldValue name='ballRadius' value='0.02'/> |
6198 | <fieldValue name='traceEnabled' value='false'/> |
6199 | <fieldValue name='displayMode'/> |
6200 | <fieldValue name='transparency' value='0'/> |
6201 | </ProtoInstance> |
6202 | <ProtoInstance name='Arc'> |
6203 | <fieldValue name='cylinderHeight' value='0.51092'/> |
6204 | <fieldValue name='cylinderTranslation' value='-0.25993 -1.00229 -0.73843'/> |
6205 | <fieldValue name='coneTranslation' value='-0.20285 -0.92815 -0.71955'/> |
6206 | <fieldValue name='rotation' value='10.10542 0 -30.55096 0.68133'/> |
6207 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6208 | <fieldValue name='ballRadius' value='0.02'/> |
6209 | <fieldValue name='traceEnabled' value='false'/> |
6210 | <fieldValue name='displayMode'/> |
6211 | <fieldValue name='transparency' value='0'/> |
6212 | </ProtoInstance> |
6213 | <ProtoInstance name='Arc'> |
6214 | <fieldValue name='cylinderHeight' value='0.96159'/> |
6215 | <fieldValue name='cylinderTranslation' value='0.47472 0.38344 -0.45652'/> |
6216 | <fieldValue name='coneTranslation' value='0.56336 0.46259 -0.15855'/> |
6217 | <fieldValue name='rotation' value='89.31765 0 -26.57120 1.32149'/> |
6218 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6219 | <fieldValue name='ballRadius' value='0.02'/> |
6220 | <fieldValue name='traceEnabled' value='false'/> |
6221 | <fieldValue name='displayMode'/> |
6222 | <fieldValue name='transparency' value='0'/> |
6223 | </ProtoInstance> |
6224 | <ProtoInstance name='Arc'> |
6225 | <fieldValue name='cylinderHeight' value='0.69703'/> |
6226 | <fieldValue name='cylinderTranslation' value='1.06539 1.81426 1.24808'/> |
6227 | <fieldValue name='coneTranslation' value='0.91473 1.73053 1.17173'/> |
6228 | <fieldValue name='rotation' value='-28.23052 0 55.70558 2.03102'/> |
6229 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6230 | <fieldValue name='ballRadius' value='0.02'/> |
6231 | <fieldValue name='traceEnabled' value='false'/> |
6232 | <fieldValue name='displayMode'/> |
6233 | <fieldValue name='transparency' value='0'/> |
6234 | </ProtoInstance> |
6235 | <ProtoInstance name='Arc'> |
6236 | <fieldValue name='cylinderHeight' value='0.69498'/> |
6237 | <fieldValue name='cylinderTranslation' value='0.20053 -0.65777 -0.61917'/> |
6238 | <fieldValue name='coneTranslation' value='0.03450 -0.73660 -0.65625'/> |
6239 | <fieldValue name='rotation' value='-13.74535 0 61.54018 2.00474'/> |
6240 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6241 | <fieldValue name='ballRadius' value='0.02'/> |
6242 | <fieldValue name='traceEnabled' value='false'/> |
6243 | <fieldValue name='displayMode'/> |
6244 | <fieldValue name='transparency' value='0'/> |
6245 | </ProtoInstance> |
6246 | <ProtoInstance name='Arc'> |
6247 | <fieldValue name='cylinderHeight' value='0.66525'/> |
6248 | <fieldValue name='cylinderTranslation' value='0.18284 -0.51975 -0.61898'/> |
6249 | <fieldValue name='coneTranslation' value='0.01397 -0.52395 -0.65455'/> |
6250 | <fieldValue name='rotation' value='-13.70692 0 65.07766 1.59512'/> |
6251 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6252 | <fieldValue name='ballRadius' value='0.02'/> |
6253 | <fieldValue name='traceEnabled' value='false'/> |
6254 | <fieldValue name='displayMode'/> |
6255 | <fieldValue name='transparency' value='0'/> |
6256 | </ProtoInstance> |
6257 | <ProtoInstance name='Arc'> |
6258 | <fieldValue name='cylinderHeight' value='0.92531'/> |
6259 | <fieldValue name='cylinderTranslation' value='0.77058 -0.89096 -0.58721'/> |
6260 | <fieldValue name='coneTranslation' value='0.94221 -1.13909 -0.61126'/> |
6261 | <fieldValue name='rotation' value='-7.35227 0 -52.47096 2.53192'/> |
6262 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6263 | <fieldValue name='ballRadius' value='0.02'/> |
6264 | <fieldValue name='traceEnabled' value='false'/> |
6265 | <fieldValue name='displayMode'/> |
6266 | <fieldValue name='transparency' value='0'/> |
6267 | </ProtoInstance> |
6268 | <ProtoInstance name='Arc'> |
6269 | <fieldValue name='cylinderHeight' value='0.33406'/> |
6270 | <fieldValue name='cylinderTranslation' value='-0.04402 1.80082 1.77924'/> |
6271 | <fieldValue name='coneTranslation' value='-0.03937 1.80600 1.78018'/> |
6272 | <fieldValue name='rotation' value='4.45783 0 -22.12109 0.74165'/> |
6273 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6274 | <fieldValue name='ballRadius' value='0.02'/> |
6275 | <fieldValue name='traceEnabled' value='false'/> |
6276 | <fieldValue name='displayMode'/> |
6277 | <fieldValue name='transparency' value='0'/> |
6278 | </ProtoInstance> |
6279 | <ProtoInstance name='Arc'> |
6280 | <fieldValue name='cylinderHeight' value='0.67189'/> |
6281 | <fieldValue name='cylinderTranslation' value='0.58831 -0.62605 -0.76226'/> |
6282 | <fieldValue name='coneTranslation' value='0.61406 -0.66028 -0.93291'/> |
6283 | <fieldValue name='rotation' value='-65.16779 0 -9.83080 1.76660'/> |
6284 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6285 | <fieldValue name='ballRadius' value='0.02'/> |
6286 | <fieldValue name='traceEnabled' value='false'/> |
6287 | <fieldValue name='displayMode'/> |
6288 | <fieldValue name='transparency' value='0'/> |
6289 | </ProtoInstance> |
6290 | <ProtoInstance name='Arc'> |
6291 | <fieldValue name='cylinderHeight' value='0.29876'/> |
6292 | <fieldValue name='cylinderTranslation' value='0.51869 0.39438 -0.06300'/> |
6293 | <fieldValue name='coneTranslation' value='0.52501 0.40203 -0.05923'/> |
6294 | <fieldValue name='rotation' value='-10.61336 0 17.77699 2.37594'/> |
6295 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6296 | <fieldValue name='ballRadius' value='0.02'/> |
6297 | <fieldValue name='traceEnabled' value='false'/> |
6298 | <fieldValue name='displayMode'/> |
6299 | <fieldValue name='transparency' value='0'/> |
6300 | </ProtoInstance> |
6301 | <ProtoInstance name='Arc'> |
6302 | <fieldValue name='cylinderHeight' value='0.29313'/> |
6303 | <fieldValue name='cylinderTranslation' value='-0.19945 0.56024 0.61225'/> |
6304 | <fieldValue name='coneTranslation' value='-0.19130 0.56969 0.60727'/> |
6305 | <fieldValue name='rotation' value='10.86075 -0.00000 17.77245 2.35132'/> |
6306 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6307 | <fieldValue name='ballRadius' value='0.02'/> |
6308 | <fieldValue name='traceEnabled' value='false'/> |
6309 | <fieldValue name='displayMode'/> |
6310 | <fieldValue name='transparency' value='0'/> |
6311 | </ProtoInstance> |
6312 | <ProtoInstance name='Vertex'> |
6313 | <fieldValue name='vertexText' value='"2010-01-15-ARMY.MIL"'/> |
6314 | <fieldValue name='description' value='1: 2010-01-15-ARMY.MIL'/> |
6315 | <fieldValue name='url'/> |
6316 | <fieldValue name='radius' value='0.1500'/> |
6317 | <fieldValue name='displayMode'/> |
6318 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6319 | <fieldValue name='transparency' value='0'/> |
6320 | <fieldValue name='translation' value='-0.08656 -0.26178 -0.55101'/> |
6321 | <fieldValue name='textTranslation' value='0.06344 -0.26178 -0.55101'/> |
6322 | <fieldValue name='textColor' value='0 0 0'/> |
6323 | </ProtoInstance> |
6324 | <ProtoInstance name='Vertex'> |
6325 | <fieldValue name='vertexText' value='"2010-01-15-BLOGS.STATE.GOV-INDEX.PHP"'/> |
6326 | <fieldValue name='description' value='2: 2010-01-15-BLOGS.STATE.GOV-INDEX.PHP'/> |
6327 | <fieldValue name='url'/> |
6328 | <fieldValue name='radius' value='0.1500'/> |
6329 | <fieldValue name='displayMode'/> |
6330 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6331 | <fieldValue name='transparency' value='0'/> |
6332 | <fieldValue name='translation' value='1.28526 1.19707 0.67279'/> |
6333 | <fieldValue name='textTranslation' value='1.43526 1.19707 0.67279'/> |
6334 | <fieldValue name='textColor' value='0 0 0'/> |
6335 | </ProtoInstance> |
6336 | <ProtoInstance name='Vertex'> |
6337 | <fieldValue name='vertexText' value='"2010-01-15-FEEDS.FEEDBURNER.COM-DIPNOTE"'/> |
6338 | <fieldValue name='description' value='3: 2010-01-15-FEEDS.FEEDBURNER.COM-DIPNOTE'/> |
6339 | <fieldValue name='url'/> |
6340 | <fieldValue name='radius' value='0.1500'/> |
6341 | <fieldValue name='displayMode'/> |
6342 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6343 | <fieldValue name='transparency' value='0'/> |
6344 | <fieldValue name='translation' value='-0.06623 1.98542 -1.19849'/> |
6345 | <fieldValue name='textTranslation' value='0.08377 1.98542 -1.19849'/> |
6346 | <fieldValue name='textColor' value='0 0 0'/> |
6347 | </ProtoInstance> |
6348 | <ProtoInstance name='Vertex'> |
6349 | <fieldValue name='vertexText' value='"2010-01-15-FLICKR.COM-PHOTOS"'/> |
6350 | <fieldValue name='description' value='4: 2010-01-15-FLICKR.COM-PHOTOS'/> |
6351 | <fieldValue name='url'/> |
6352 | <fieldValue name='radius' value='0.1500'/> |
6353 | <fieldValue name='displayMode'/> |
6354 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6355 | <fieldValue name='transparency' value='0'/> |
6356 | <fieldValue name='translation' value='1.84177 -2.19139 0.88362'/> |
6357 | <fieldValue name='textTranslation' value='1.99177 -2.19139 0.88362'/> |
6358 | <fieldValue name='textColor' value='0 0 0'/> |
6359 | </ProtoInstance> |
6360 | <ProtoInstance name='Vertex'> |
6361 | <fieldValue name='vertexText' value='"2010-01-15-HAITICOMFORT.BLOGSPOT.COM"'/> |
6362 | <fieldValue name='description' value='5: 2010-01-15-HAITICOMFORT.BLOGSPOT.COM'/> |
6363 | <fieldValue name='url'/> |
6364 | <fieldValue name='radius' value='0.1500'/> |
6365 | <fieldValue name='displayMode'/> |
6366 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6367 | <fieldValue name='transparency' value='0'/> |
6368 | <fieldValue name='translation' value='-0.45002 1.58509 0.09657'/> |
6369 | <fieldValue name='textTranslation' value='-0.30002 1.58509 0.09657'/> |
6370 | <fieldValue name='textColor' value='0 0 0'/> |
6371 | </ProtoInstance> |
6372 | <ProtoInstance name='Vertex'> |
6373 | <fieldValue name='vertexText' value='"2010-01-15-HAITICOMFORT.BLOGSPOT.COM-2010"'/> |
6374 | <fieldValue name='description' value='6: 2010-01-15-HAITICOMFORT.BLOGSPOT.COM-2010'/> |
6375 | <fieldValue name='url'/> |
6376 | <fieldValue name='radius' value='0.1500'/> |
6377 | <fieldValue name='displayMode'/> |
6378 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6379 | <fieldValue name='transparency' value='0'/> |
6380 | <fieldValue name='translation' value='-0.45002 1.58509 0.09657'/> |
6381 | <fieldValue name='textTranslation' value='-0.30002 1.58509 0.09657'/> |
6382 | <fieldValue name='textColor' value='0 0 0'/> |
6383 | </ProtoInstance> |
6384 | <ProtoInstance name='Vertex'> |
6385 | <fieldValue name='vertexText' value='"2010-01-15-HAITICOMFORT.BLOGSPOT.COM-2010_01_01_ARCHIVE"'/> |
6386 | <fieldValue name='description' value='7: 2010-01-15-HAITICOMFORT.BLOGSPOT.COM-2010_01_01_ARCHIVE'/> |
6387 | <fieldValue name='url'/> |
6388 | <fieldValue name='radius' value='0.1500'/> |
6389 | <fieldValue name='displayMode'/> |
6390 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6391 | <fieldValue name='transparency' value='0'/> |
6392 | <fieldValue name='translation' value='-0.43939 1.57723 0.09731'/> |
6393 | <fieldValue name='textTranslation' value='-0.28939 1.57723 0.09731'/> |
6394 | <fieldValue name='textColor' value='0 0 0'/> |
6395 | </ProtoInstance> |
6396 | <ProtoInstance name='Vertex'> |
6397 | <fieldValue name='vertexText' value='"2010-01-15-HAITICOMFORT.BLOGSPOT.COM-2010_02_01_ARCHIVE"'/> |
6398 | <fieldValue name='description' value='8: 2010-01-15-HAITICOMFORT.BLOGSPOT.COM-2010_02_01_ARCHIVE'/> |
6399 | <fieldValue name='url'/> |
6400 | <fieldValue name='radius' value='0.1500'/> |
6401 | <fieldValue name='displayMode'/> |
6402 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6403 | <fieldValue name='transparency' value='0'/> |
6404 | <fieldValue name='translation' value='-0.43939 1.57723 0.09731'/> |
6405 | <fieldValue name='textTranslation' value='-0.28939 1.57723 0.09731'/> |
6406 | <fieldValue name='textColor' value='0 0 0'/> |
6407 | </ProtoInstance> |
6408 | <ProtoInstance name='Vertex'> |
6409 | <fieldValue name='vertexText' value='"2010-01-15-HAITICOMFORT.BLOGSPOT.COM-SEARCH"'/> |
6410 | <fieldValue name='description' value='9: 2010-01-15-HAITICOMFORT.BLOGSPOT.COM-SEARCH'/> |
6411 | <fieldValue name='url'/> |
6412 | <fieldValue name='radius' value='0.1500'/> |
6413 | <fieldValue name='displayMode'/> |
6414 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6415 | <fieldValue name='transparency' value='0'/> |
6416 | <fieldValue name='translation' value='-0.43939 1.57723 0.09731'/> |
6417 | <fieldValue name='textTranslation' value='-0.28939 1.57723 0.09731'/> |
6418 | <fieldValue name='textColor' value='0 0 0'/> |
6419 | </ProtoInstance> |
6420 | <ProtoInstance name='Vertex'> |
6421 | <fieldValue name='vertexText' value='"2010-01-15-MEDICALTEAMS.ORG-SF"'/> |
6422 | <fieldValue name='description' value='10: 2010-01-15-MEDICALTEAMS.ORG-SF'/> |
6423 | <fieldValue name='url'/> |
6424 | <fieldValue name='radius' value='0.1500'/> |
6425 | <fieldValue name='displayMode'/> |
6426 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6427 | <fieldValue name='transparency' value='0'/> |
6428 | <fieldValue name='translation' value='-0.60672 0.78015 1.28974'/> |
6429 | <fieldValue name='textTranslation' value='-0.45672 0.78015 1.28974'/> |
6430 | <fieldValue name='textColor' value='0 0 0'/> |
6431 | </ProtoInstance> |
6432 | <ProtoInstance name='Vertex'> |
6433 | <fieldValue name='vertexText' value='"2010-01-15-SOUTHCOM.MIL-APPSSC"'/> |
6434 | <fieldValue name='description' value='11: 2010-01-15-SOUTHCOM.MIL-APPSSC'/> |
6435 | <fieldValue name='url'/> |
6436 | <fieldValue name='radius' value='0.1500'/> |
6437 | <fieldValue name='displayMode'/> |
6438 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6439 | <fieldValue name='transparency' value='0'/> |
6440 | <fieldValue name='translation' value='1.71154 -0.72124 -0.41768'/> |
6441 | <fieldValue name='textTranslation' value='1.86154 -0.72124 -0.41768'/> |
6442 | <fieldValue name='textColor' value='0 0 0'/> |
6443 | </ProtoInstance> |
6444 | <ProtoInstance name='Vertex'> |
6445 | <fieldValue name='vertexText' value='"2010-01-15-TWITTER.COM-USAID_HAITI"'/> |
6446 | <fieldValue name='description' value='12: 2010-01-15-TWITTER.COM-USAID_HAITI'/> |
6447 | <fieldValue name='url'/> |
6448 | <fieldValue name='radius' value='0.1500'/> |
6449 | <fieldValue name='displayMode'/> |
6450 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6451 | <fieldValue name='transparency' value='0'/> |
6452 | <fieldValue name='translation' value='2.01583 -1.31172 -1.88716'/> |
6453 | <fieldValue name='textTranslation' value='2.16583 -1.31172 -1.88716'/> |
6454 | <fieldValue name='textColor' value='0 0 0'/> |
6455 | </ProtoInstance> |
6456 | <ProtoInstance name='Vertex'> |
6457 | <fieldValue name='vertexText' value='"2010-01-15-USAID.GOV-PRESS"'/> |
6458 | <fieldValue name='description' value='13: 2010-01-15-USAID.GOV-PRESS'/> |
6459 | <fieldValue name='url'/> |
6460 | <fieldValue name='radius' value='0.1500'/> |
6461 | <fieldValue name='displayMode'/> |
6462 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6463 | <fieldValue name='transparency' value='0'/> |
6464 | <fieldValue name='translation' value='0.24605 1.59859 1.29132'/> |
6465 | <fieldValue name='textTranslation' value='0.39605 1.59859 1.29132'/> |
6466 | <fieldValue name='textColor' value='0 0 0'/> |
6467 | </ProtoInstance> |
6468 | <ProtoInstance name='Vertex'> |
6469 | <fieldValue name='vertexText' value=' "Haiti/2010-01-15/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-15.simple" '/> |
6470 | <fieldValue name='description' value='14: Haiti/2010-01-15/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-15.simple'/> |
6471 | <fieldValue name='url'/> |
6472 | <fieldValue name='radius' value='0.1500'/> |
6473 | <fieldValue name='displayMode'/> |
6474 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
6475 | <fieldValue name='transparency' value='0'/> |
6476 | <fieldValue name='translation' value='-2.74216 -0.78734 2.74168'/> |
6477 | <fieldValue name='textTranslation' value='-2.59216 -0.78734 2.74168'/> |
6478 | <fieldValue name='textColor' value='0 0 0'/> |
6479 | </ProtoInstance> |
6480 | <ProtoInstance name='Vertex'> |
6481 | <fieldValue name='vertexText' value='"aboard"'/> |
6482 | <fieldValue name='description' value='15: aboard'/> |
6483 | <fieldValue name='url'/> |
6484 | <fieldValue name='radius' value='0.1500'/> |
6485 | <fieldValue name='displayMode'/> |
6486 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6487 | <fieldValue name='transparency' value='0'/> |
6488 | <fieldValue name='translation' value='-0.48792 1.56357 0.08372'/> |
6489 | <fieldValue name='textTranslation' value='-0.33792 1.56357 0.08372'/> |
6490 | <fieldValue name='textColor' value='0 0 0'/> |
6491 | </ProtoInstance> |
6492 | <ProtoInstance name='Vertex'> |
6493 | <fieldValue name='vertexText' value='"access"'/> |
6494 | <fieldValue name='description' value='16: access'/> |
6495 | <fieldValue name='url'/> |
6496 | <fieldValue name='radius' value='0.1500'/> |
6497 | <fieldValue name='displayMode'/> |
6498 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6499 | <fieldValue name='transparency' value='0'/> |
6500 | <fieldValue name='translation' value='2.66830 -0.97605 -0.62896'/> |
6501 | <fieldValue name='textTranslation' value='2.81830 -0.97605 -0.62896'/> |
6502 | <fieldValue name='textColor' value='0 0 0'/> |
6503 | </ProtoInstance> |
6504 | <ProtoInstance name='Vertex'> |
6505 | <fieldValue name='vertexText' value='"actively"'/> |
6506 | <fieldValue name='description' value='17: actively'/> |
6507 | <fieldValue name='url'/> |
6508 | <fieldValue name='radius' value='0.1500'/> |
6509 | <fieldValue name='displayMode'/> |
6510 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6511 | <fieldValue name='transparency' value='0'/> |
6512 | <fieldValue name='translation' value='-0.03213 2.22208 -1.04652'/> |
6513 | <fieldValue name='textTranslation' value='0.11787 2.22208 -1.04652'/> |
6514 | <fieldValue name='textColor' value='0 0 0'/> |
6515 | </ProtoInstance> |
6516 | <ProtoInstance name='Vertex'> |
6517 | <fieldValue name='vertexText' value='"adoption"'/> |
6518 | <fieldValue name='description' value='18: adoption'/> |
6519 | <fieldValue name='url'/> |
6520 | <fieldValue name='radius' value='0.1500'/> |
6521 | <fieldValue name='displayMode'/> |
6522 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6523 | <fieldValue name='transparency' value='0'/> |
6524 | <fieldValue name='translation' value='-0.27946 2.34824 -2.16089'/> |
6525 | <fieldValue name='textTranslation' value='-0.12946 2.34824 -2.16089'/> |
6526 | <fieldValue name='textColor' value='0 0 0'/> |
6527 | </ProtoInstance> |
6528 | <ProtoInstance name='Vertex'> |
6529 | <fieldValue name='vertexText' value='"adoptions"'/> |
6530 | <fieldValue name='description' value='19: adoptions'/> |
6531 | <fieldValue name='url'/> |
6532 | <fieldValue name='radius' value='0.1500'/> |
6533 | <fieldValue name='displayMode'/> |
6534 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6535 | <fieldValue name='transparency' value='0'/> |
6536 | <fieldValue name='translation' value='-0.60823 2.53538 -1.86885'/> |
6537 | <fieldValue name='textTranslation' value='-0.45823 2.53538 -1.86885'/> |
6538 | <fieldValue name='textColor' value='0 0 0'/> |
6539 | </ProtoInstance> |
6540 | <ProtoInstance name='Vertex'> |
6541 | <fieldValue name='vertexText' value='"adoptive"'/> |
6542 | <fieldValue name='description' value='20: adoptive'/> |
6543 | <fieldValue name='url'/> |
6544 | <fieldValue name='radius' value='0.1500'/> |
6545 | <fieldValue name='displayMode'/> |
6546 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6547 | <fieldValue name='transparency' value='0'/> |
6548 | <fieldValue name='translation' value='-0.58145 2.41612 -1.99364'/> |
6549 | <fieldValue name='textTranslation' value='-0.43145 2.41612 -1.99364'/> |
6550 | <fieldValue name='textColor' value='0 0 0'/> |
6551 | </ProtoInstance> |
6552 | <ProtoInstance name='Vertex'> |
6553 | <fieldValue name='vertexText' value='"africa"'/> |
6554 | <fieldValue name='description' value='21: africa'/> |
6555 | <fieldValue name='url'/> |
6556 | <fieldValue name='radius' value='0.1500'/> |
6557 | <fieldValue name='displayMode'/> |
6558 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6559 | <fieldValue name='transparency' value='0'/> |
6560 | <fieldValue name='translation' value='1.70830 1.31904 1.13525'/> |
6561 | <fieldValue name='textTranslation' value='1.85830 1.31904 1.13525'/> |
6562 | <fieldValue name='textColor' value='0 0 0'/> |
6563 | </ProtoInstance> |
6564 | <ProtoInstance name='Vertex'> |
6565 | <fieldValue name='vertexText' value='"aftermath"'/> |
6566 | <fieldValue name='description' value='22: aftermath'/> |
6567 | <fieldValue name='url'/> |
6568 | <fieldValue name='radius' value='0.1500'/> |
6569 | <fieldValue name='displayMode'/> |
6570 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6571 | <fieldValue name='transparency' value='0'/> |
6572 | <fieldValue name='translation' value='1.65620 1.15105 1.21322'/> |
6573 | <fieldValue name='textTranslation' value='1.80620 1.15105 1.21322'/> |
6574 | <fieldValue name='textColor' value='0 0 0'/> |
6575 | </ProtoInstance> |
6576 | <ProtoInstance name='Vertex'> |
6577 | <fieldValue name='vertexText' value='"aid"'/> |
6578 | <fieldValue name='description' value='23: aid'/> |
6579 | <fieldValue name='url'/> |
6580 | <fieldValue name='radius' value='0.1500'/> |
6581 | <fieldValue name='displayMode'/> |
6582 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6583 | <fieldValue name='transparency' value='0'/> |
6584 | <fieldValue name='translation' value='-1.21091 -0.59614 -0.77452'/> |
6585 | <fieldValue name='textTranslation' value='-1.06091 -0.59614 -0.77452'/> |
6586 | <fieldValue name='textColor' value='0 0 0'/> |
6587 | </ProtoInstance> |
6588 | <ProtoInstance name='Vertex'> |
6589 | <fieldValue name='vertexText' value='"airborne"'/> |
6590 | <fieldValue name='description' value='24: airborne'/> |
6591 | <fieldValue name='url'/> |
6592 | <fieldValue name='radius' value='0.1500'/> |
6593 | <fieldValue name='displayMode'/> |
6594 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6595 | <fieldValue name='transparency' value='0'/> |
6596 | <fieldValue name='translation' value='-0.61469 -0.61954 -0.66325'/> |
6597 | <fieldValue name='textTranslation' value='-0.46469 -0.61954 -0.66325'/> |
6598 | <fieldValue name='textColor' value='0 0 0'/> |
6599 | </ProtoInstance> |
6600 | <ProtoInstance name='Vertex'> |
6601 | <fieldValue name='vertexText' value='"alert"'/> |
6602 | <fieldValue name='description' value='25: alert'/> |
6603 | <fieldValue name='url'/> |
6604 | <fieldValue name='radius' value='0.1500'/> |
6605 | <fieldValue name='displayMode'/> |
6606 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6607 | <fieldValue name='transparency' value='0'/> |
6608 | <fieldValue name='translation' value='-0.27946 2.34824 -2.16089'/> |
6609 | <fieldValue name='textTranslation' value='-0.12946 2.34824 -2.16089'/> |
6610 | <fieldValue name='textColor' value='0 0 0'/> |
6611 | </ProtoInstance> |
6612 | <ProtoInstance name='Vertex'> |
6613 | <fieldValue name='vertexText' value='"american"'/> |
6614 | <fieldValue name='description' value='26: american'/> |
6615 | <fieldValue name='url'/> |
6616 | <fieldValue name='radius' value='0.1500'/> |
6617 | <fieldValue name='displayMode'/> |
6618 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6619 | <fieldValue name='transparency' value='0'/> |
6620 | <fieldValue name='translation' value='-0.17167 0.90313 -1.08336'/> |
6621 | <fieldValue name='textTranslation' value='-0.02167 0.90313 -1.08336'/> |
6622 | <fieldValue name='textColor' value='0 0 0'/> |
6623 | </ProtoInstance> |
6624 | <ProtoInstance name='Vertex'> |
6625 | <fieldValue name='vertexText' value='"americans"'/> |
6626 | <fieldValue name='description' value='27: americans'/> |
6627 | <fieldValue name='url'/> |
6628 | <fieldValue name='radius' value='0.1500'/> |
6629 | <fieldValue name='displayMode'/> |
6630 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6631 | <fieldValue name='transparency' value='0'/> |
6632 | <fieldValue name='translation' value='0.06263 1.98409 1.77126'/> |
6633 | <fieldValue name='textTranslation' value='0.21263 1.98409 1.77126'/> |
6634 | <fieldValue name='textColor' value='0 0 0'/> |
6635 | </ProtoInstance> |
6636 | <ProtoInstance name='Vertex'> |
6637 | <fieldValue name='vertexText' value='"americas"'/> |
6638 | <fieldValue name='description' value='28: americas'/> |
6639 | <fieldValue name='url'/> |
6640 | <fieldValue name='radius' value='0.1500'/> |
6641 | <fieldValue name='displayMode'/> |
6642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6643 | <fieldValue name='transparency' value='0'/> |
6644 | <fieldValue name='translation' value='1.52775 1.12888 -0.28035'/> |
6645 | <fieldValue name='textTranslation' value='1.67775 1.12888 -0.28035'/> |
6646 | <fieldValue name='textColor' value='0 0 0'/> |
6647 | </ProtoInstance> |
6648 | <ProtoInstance name='Vertex'> |
6649 | <fieldValue name='vertexText' value='"amount"'/> |
6650 | <fieldValue name='description' value='29: amount'/> |
6651 | <fieldValue name='url'/> |
6652 | <fieldValue name='radius' value='0.1500'/> |
6653 | <fieldValue name='displayMode'/> |
6654 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6655 | <fieldValue name='transparency' value='0'/> |
6656 | <fieldValue name='translation' value='-1.05539 0.62616 1.66121'/> |
6657 | <fieldValue name='textTranslation' value='-0.90539 0.62616 1.66121'/> |
6658 | <fieldValue name='textColor' value='0 0 0'/> |
6659 | </ProtoInstance> |
6660 | <ProtoInstance name='Vertex'> |
6661 | <fieldValue name='vertexText' value='"amphibious"'/> |
6662 | <fieldValue name='description' value='30: amphibious'/> |
6663 | <fieldValue name='url'/> |
6664 | <fieldValue name='radius' value='0.1500'/> |
6665 | <fieldValue name='displayMode'/> |
6666 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6667 | <fieldValue name='transparency' value='0'/> |
6668 | <fieldValue name='translation' value='2.10916 -2.54247 1.55273'/> |
6669 | <fieldValue name='textTranslation' value='2.25916 -2.54247 1.55273'/> |
6670 | <fieldValue name='textColor' value='0 0 0'/> |
6671 | </ProtoInstance> |
6672 | <ProtoInstance name='Vertex'> |
6673 | <fieldValue name='vertexText' value='"announced"'/> |
6674 | <fieldValue name='description' value='31: announced'/> |
6675 | <fieldValue name='url'/> |
6676 | <fieldValue name='radius' value='0.1500'/> |
6677 | <fieldValue name='displayMode'/> |
6678 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6679 | <fieldValue name='transparency' value='0'/> |
6680 | <fieldValue name='translation' value='2.01326 1.96792 1.06507'/> |
6681 | <fieldValue name='textTranslation' value='2.16326 1.96792 1.06507'/> |
6682 | <fieldValue name='textColor' value='0 0 0'/> |
6683 | </ProtoInstance> |
6684 | <ProtoInstance name='Vertex'> |
6685 | <fieldValue name='vertexText' value='"arrival"'/> |
6686 | <fieldValue name='description' value='32: arrival'/> |
6687 | <fieldValue name='url'/> |
6688 | <fieldValue name='radius' value='0.1500'/> |
6689 | <fieldValue name='displayMode'/> |
6690 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6691 | <fieldValue name='transparency' value='0'/> |
6692 | <fieldValue name='translation' value='0.01169 2.18041 2.15440'/> |
6693 | <fieldValue name='textTranslation' value='0.16169 2.18041 2.15440'/> |
6694 | <fieldValue name='textColor' value='0 0 0'/> |
6695 | </ProtoInstance> |
6696 | <ProtoInstance name='Vertex'> |
6697 | <fieldValue name='vertexText' value='"arrived"'/> |
6698 | <fieldValue name='description' value='33: arrived'/> |
6699 | <fieldValue name='url'/> |
6700 | <fieldValue name='radius' value='0.1500'/> |
6701 | <fieldValue name='displayMode'/> |
6702 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
6703 | <fieldValue name='transparency' value='0'/> |
6704 | <fieldValue name='translation' value='-0.89341 0.38020 1.33956'/> |
6705 | <fieldValue name='textTranslation' value='-0.74341 0.38020 1.33956'/> |
6706 | <fieldValue name='textColor' value='0 0 0'/> |
6707 | </ProtoInstance> |
6708 | <ProtoInstance name='Vertex'> |
6709 | <fieldValue name='vertexText' value='"asia"'/> |
6710 | <fieldValue name='description' value='34: asia'/> |
6711 | <fieldValue name='url'/> |
6712 | <fieldValue name='radius' value='0.1500'/> |
6713 | <fieldValue name='displayMode'/> |
6714 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6715 | <fieldValue name='transparency' value='0'/> |
6716 | <fieldValue name='translation' value='1.44353 1.28803 0.73217'/> |
6717 | <fieldValue name='textTranslation' value='1.59353 1.28803 0.73217'/> |
6718 | <fieldValue name='textColor' value='0 0 0'/> |
6719 | </ProtoInstance> |
6720 | <ProtoInstance name='Vertex'> |
6721 | <fieldValue name='vertexText' value='"assistance"'/> |
6722 | <fieldValue name='description' value='35: assistance'/> |
6723 | <fieldValue name='url'/> |
6724 | <fieldValue name='radius' value='0.1500'/> |
6725 | <fieldValue name='displayMode'/> |
6726 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6727 | <fieldValue name='transparency' value='0'/> |
6728 | <fieldValue name='translation' value='0.10693 1.80785 1.38229'/> |
6729 | <fieldValue name='textTranslation' value='0.25693 1.80785 1.38229'/> |
6730 | <fieldValue name='textColor' value='0 0 0'/> |
6731 | </ProtoInstance> |
6732 | <ProtoInstance name='Vertex'> |
6733 | <fieldValue name='vertexText' value='"assisted"'/> |
6734 | <fieldValue name='description' value='36: assisted'/> |
6735 | <fieldValue name='url'/> |
6736 | <fieldValue name='radius' value='0.1500'/> |
6737 | <fieldValue name='displayMode'/> |
6738 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6739 | <fieldValue name='transparency' value='0'/> |
6740 | <fieldValue name='translation' value='2.33077 -1.43772 -2.27013'/> |
6741 | <fieldValue name='textTranslation' value='2.48077 -1.43772 -2.27013'/> |
6742 | <fieldValue name='textColor' value='0 0 0'/> |
6743 | </ProtoInstance> |
6744 | <ProtoInstance name='Vertex'> |
6745 | <fieldValue name='vertexText' value='"audio"'/> |
6746 | <fieldValue name='description' value='37: audio'/> |
6747 | <fieldValue name='url'/> |
6748 | <fieldValue name='radius' value='0.1500'/> |
6749 | <fieldValue name='displayMode'/> |
6750 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6751 | <fieldValue name='transparency' value='0'/> |
6752 | <fieldValue name='translation' value='2.31447 -1.41084 -0.26110'/> |
6753 | <fieldValue name='textTranslation' value='2.46447 -1.41084 -0.26110'/> |
6754 | <fieldValue name='textColor' value='0 0 0'/> |
6755 | </ProtoInstance> |
6756 | <ProtoInstance name='Vertex'> |
6757 | <fieldValue name='vertexText' value='"baby"'/> |
6758 | <fieldValue name='description' value='38: baby'/> |
6759 | <fieldValue name='url'/> |
6760 | <fieldValue name='radius' value='0.1500'/> |
6761 | <fieldValue name='displayMode'/> |
6762 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6763 | <fieldValue name='transparency' value='0'/> |
6764 | <fieldValue name='translation' value='-0.67649 1.74140 0.05150'/> |
6765 | <fieldValue name='textTranslation' value='-0.52649 1.74140 0.05150'/> |
6766 | <fieldValue name='textColor' value='0 0 0'/> |
6767 | </ProtoInstance> |
6768 | <ProtoInstance name='Vertex'> |
6769 | <fieldValue name='vertexText' value='"bases"'/> |
6770 | <fieldValue name='description' value='39: bases'/> |
6771 | <fieldValue name='url'/> |
6772 | <fieldValue name='radius' value='0.1500'/> |
6773 | <fieldValue name='displayMode'/> |
6774 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6775 | <fieldValue name='transparency' value='0'/> |
6776 | <fieldValue name='translation' value='-0.62345 -0.50905 -1.50864'/> |
6777 | <fieldValue name='textTranslation' value='-0.47345 -0.50905 -1.50864'/> |
6778 | <fieldValue name='textColor' value='0 0 0'/> |
6779 | </ProtoInstance> |
6780 | <ProtoInstance name='Vertex'> |
6781 | <fieldValue name='vertexText' value='"bio"'/> |
6782 | <fieldValue name='description' value='40: bio'/> |
6783 | <fieldValue name='url'/> |
6784 | <fieldValue name='radius' value='0.1500'/> |
6785 | <fieldValue name='displayMode'/> |
6786 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6787 | <fieldValue name='transparency' value='0'/> |
6788 | <fieldValue name='translation' value='2.74185 -1.52643 -1.83240'/> |
6789 | <fieldValue name='textTranslation' value='2.89185 -1.52643 -1.83240'/> |
6790 | <fieldValue name='textColor' value='0 0 0'/> |
6791 | </ProtoInstance> |
6792 | <ProtoInstance name='Vertex'> |
6793 | <fieldValue name='vertexText' value='"boy"'/> |
6794 | <fieldValue name='description' value='41: boy'/> |
6795 | <fieldValue name='url'/> |
6796 | <fieldValue name='radius' value='0.1500'/> |
6797 | <fieldValue name='displayMode'/> |
6798 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
6799 | <fieldValue name='transparency' value='0'/> |
6800 | <fieldValue name='translation' value='1.96755 -2.51473 1.12255'/> |
6801 | <fieldValue name='textTranslation' value='2.11755 -2.51473 1.12255'/> |
6802 | <fieldValue name='textColor' value='0 0 0'/> |
6803 | </ProtoInstance> |
6804 | <ProtoInstance name='Vertex'> |
6805 | <fieldValue name='vertexText' value='"br"'/> |
6806 | <fieldValue name='description' value='42: br'/> |
6807 | <fieldValue name='url'/> |
6808 | <fieldValue name='radius' value='0.1500'/> |
6809 | <fieldValue name='displayMode'/> |
6810 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6811 | <fieldValue name='transparency' value='0'/> |
6812 | <fieldValue name='translation' value='-0.41717 2.58208 -1.86994'/> |
6813 | <fieldValue name='textTranslation' value='-0.26717 2.58208 -1.86994'/> |
6814 | <fieldValue name='textColor' value='0 0 0'/> |
6815 | </ProtoInstance> |
6816 | <ProtoInstance name='Vertex'> |
6817 | <fieldValue name='vertexText' value='"briefing"'/> |
6818 | <fieldValue name='description' value='43: briefing'/> |
6819 | <fieldValue name='url'/> |
6820 | <fieldValue name='radius' value='0.1500'/> |
6821 | <fieldValue name='displayMode'/> |
6822 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6823 | <fieldValue name='transparency' value='0'/> |
6824 | <fieldValue name='translation' value='2.18757 -0.96266 -0.33091'/> |
6825 | <fieldValue name='textTranslation' value='2.33757 -0.96266 -0.33091'/> |
6826 | <fieldValue name='textColor' value='0 0 0'/> |
6827 | </ProtoInstance> |
6828 | <ProtoInstance name='Vertex'> |
6829 | <fieldValue name='vertexText' value='"brigade"'/> |
6830 | <fieldValue name='description' value='44: brigade'/> |
6831 | <fieldValue name='url'/> |
6832 | <fieldValue name='radius' value='0.1500'/> |
6833 | <fieldValue name='displayMode'/> |
6834 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6835 | <fieldValue name='transparency' value='0'/> |
6836 | <fieldValue name='translation' value='-0.98707 -0.67754 -0.06349'/> |
6837 | <fieldValue name='textTranslation' value='-0.83707 -0.67754 -0.06349'/> |
6838 | <fieldValue name='textColor' value='0 0 0'/> |
6839 | </ProtoInstance> |
6840 | <ProtoInstance name='Vertex'> |
6841 | <fieldValue name='vertexText' value='"bringing"'/> |
6842 | <fieldValue name='description' value='45: bringing'/> |
6843 | <fieldValue name='url'/> |
6844 | <fieldValue name='radius' value='0.1500'/> |
6845 | <fieldValue name='displayMode'/> |
6846 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6847 | <fieldValue name='transparency' value='0'/> |
6848 | <fieldValue name='translation' value='0.05477 1.99207 1.72521'/> |
6849 | <fieldValue name='textTranslation' value='0.20477 1.99207 1.72521'/> |
6850 | <fieldValue name='textColor' value='0 0 0'/> |
6851 | </ProtoInstance> |
6852 | <ProtoInstance name='Vertex'> |
6853 | <fieldValue name='vertexText' value='"brooklyn"'/> |
6854 | <fieldValue name='description' value='46: brooklyn'/> |
6855 | <fieldValue name='url'/> |
6856 | <fieldValue name='radius' value='0.1500'/> |
6857 | <fieldValue name='displayMode'/> |
6858 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6859 | <fieldValue name='transparency' value='0'/> |
6860 | <fieldValue name='translation' value='-0.91222 1.91772 0.02127'/> |
6861 | <fieldValue name='textTranslation' value='-0.76222 1.91772 0.02127'/> |
6862 | <fieldValue name='textColor' value='0 0 0'/> |
6863 | </ProtoInstance> |
6864 | <ProtoInstance name='Vertex'> |
6865 | <fieldValue name='vertexText' value='"care"'/> |
6866 | <fieldValue name='description' value='47: care'/> |
6867 | <fieldValue name='url'/> |
6868 | <fieldValue name='radius' value='0.1500'/> |
6869 | <fieldValue name='displayMode'/> |
6870 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6871 | <fieldValue name='transparency' value='0'/> |
6872 | <fieldValue name='translation' value='-0.52195 1.32697 0.42137'/> |
6873 | <fieldValue name='textTranslation' value='-0.37195 1.32697 0.42137'/> |
6874 | <fieldValue name='textColor' value='0 0 0'/> |
6875 | </ProtoInstance> |
6876 | <ProtoInstance name='Vertex'> |
6877 | <fieldValue name='vertexText' value='"carl"'/> |
6878 | <fieldValue name='description' value='48: carl'/> |
6879 | <fieldValue name='url'/> |
6880 | <fieldValue name='radius' value='0.1500'/> |
6881 | <fieldValue name='displayMode'/> |
6882 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
6883 | <fieldValue name='transparency' value='0'/> |
6884 | <fieldValue name='translation' value='0.01169 2.18041 2.15440'/> |
6885 | <fieldValue name='textTranslation' value='0.16169 2.18041 2.15440'/> |
6886 | <fieldValue name='textColor' value='0 0 0'/> |
6887 | </ProtoInstance> |
6888 | <ProtoInstance name='Vertex'> |
6889 | <fieldValue name='vertexText' value='"carry"'/> |
6890 | <fieldValue name='description' value='49: carry'/> |
6891 | <fieldValue name='url'/> |
6892 | <fieldValue name='radius' value='0.1500'/> |
6893 | <fieldValue name='displayMode'/> |
6894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6895 | <fieldValue name='transparency' value='0'/> |
6896 | <fieldValue name='translation' value='-0.43036 -0.40815 -1.10465'/> |
6897 | <fieldValue name='textTranslation' value='-0.28036 -0.40815 -1.10465'/> |
6898 | <fieldValue name='textColor' value='0 0 0'/> |
6899 | </ProtoInstance> |
6900 | <ProtoInstance name='Vertex'> |
6901 | <fieldValue name='vertexText' value='"center"'/> |
6902 | <fieldValue name='description' value='50: center'/> |
6903 | <fieldValue name='url'/> |
6904 | <fieldValue name='radius' value='0.1500'/> |
6905 | <fieldValue name='displayMode'/> |
6906 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
6907 | <fieldValue name='transparency' value='0'/> |
6908 | <fieldValue name='translation' value='2.55152 -1.29880 -0.17138'/> |
6909 | <fieldValue name='textTranslation' value='2.70152 -1.29880 -0.17138'/> |
6910 | <fieldValue name='textColor' value='0 0 0'/> |
6911 | </ProtoInstance> |
6912 | <ProtoInstance name='Vertex'> |
6913 | <fieldValue name='vertexText' value='"central"'/> |
6914 | <fieldValue name='description' value='51: central'/> |
6915 | <fieldValue name='url'/> |
6916 | <fieldValue name='radius' value='0.1500'/> |
6917 | <fieldValue name='displayMode'/> |
6918 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6919 | <fieldValue name='transparency' value='0'/> |
6920 | <fieldValue name='translation' value='1.82824 1.39989 0.78437'/> |
6921 | <fieldValue name='textTranslation' value='1.97824 1.39989 0.78437'/> |
6922 | <fieldValue name='textColor' value='0 0 0'/> |
6923 | </ProtoInstance> |
6924 | <ProtoInstance name='Vertex'> |
6925 | <fieldValue name='vertexText' value='"channels"'/> |
6926 | <fieldValue name='description' value='52: channels'/> |
6927 | <fieldValue name='url'/> |
6928 | <fieldValue name='radius' value='0.1500'/> |
6929 | <fieldValue name='displayMode'/> |
6930 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
6931 | <fieldValue name='transparency' value='0'/> |
6932 | <fieldValue name='translation' value='1.67820 1.26283 1.18417'/> |
6933 | <fieldValue name='textTranslation' value='1.82820 1.26283 1.18417'/> |
6934 | <fieldValue name='textColor' value='0 0 0'/> |
6935 | </ProtoInstance> |
6936 | <ProtoInstance name='Vertex'> |
6937 | <fieldValue name='vertexText' value='"children"'/> |
6938 | <fieldValue name='description' value='53: children'/> |
6939 | <fieldValue name='url'/> |
6940 | <fieldValue name='radius' value='0.1500'/> |
6941 | <fieldValue name='displayMode'/> |
6942 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6943 | <fieldValue name='transparency' value='0'/> |
6944 | <fieldValue name='translation' value='-0.13214 2.42026 -1.53450'/> |
6945 | <fieldValue name='textTranslation' value='0.01786 2.42026 -1.53450'/> |
6946 | <fieldValue name='textColor' value='0 0 0'/> |
6947 | </ProtoInstance> |
6948 | <ProtoInstance name='Vertex'> |
6949 | <fieldValue name='vertexText' value='"citizens"'/> |
6950 | <fieldValue name='description' value='54: citizens'/> |
6951 | <fieldValue name='url'/> |
6952 | <fieldValue name='radius' value='0.1500'/> |
6953 | <fieldValue name='displayMode'/> |
6954 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
6955 | <fieldValue name='transparency' value='0'/> |
6956 | <fieldValue name='translation' value='-0.24367 1.70614 -1.60271'/> |
6957 | <fieldValue name='textTranslation' value='-0.09367 1.70614 -1.60271'/> |
6958 | <fieldValue name='textColor' value='0 0 0'/> |
6959 | </ProtoInstance> |
6960 | <ProtoInstance name='Vertex'> |
6961 | <fieldValue name='vertexText' value='"city"'/> |
6962 | <fieldValue name='description' value='55: city'/> |
6963 | <fieldValue name='url'/> |
6964 | <fieldValue name='radius' value='0.1500'/> |
6965 | <fieldValue name='displayMode'/> |
6966 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6967 | <fieldValue name='transparency' value='0'/> |
6968 | <fieldValue name='translation' value='-1.16913 -0.47759 -1.01404'/> |
6969 | <fieldValue name='textTranslation' value='-1.01913 -0.47759 -1.01404'/> |
6970 | <fieldValue name='textColor' value='0 0 0'/> |
6971 | </ProtoInstance> |
6972 | <ProtoInstance name='Vertex'> |
6973 | <fieldValue name='vertexText' value='"combat"'/> |
6974 | <fieldValue name='description' value='56: combat'/> |
6975 | <fieldValue name='url'/> |
6976 | <fieldValue name='radius' value='0.1500'/> |
6977 | <fieldValue name='displayMode'/> |
6978 | <fieldValue name='diffuseColor' value='0 0 0'/> |
6979 | <fieldValue name='transparency' value='0'/> |
6980 | <fieldValue name='translation' value='-0.53286 -0.26802 -0.03124'/> |
6981 | <fieldValue name='textTranslation' value='-0.38286 -0.26802 -0.03124'/> |
6982 | <fieldValue name='textColor' value='0 0 0'/> |
6983 | </ProtoInstance> |
6984 | <ProtoInstance name='Vertex'> |
6985 | <fieldValue name='vertexText' value='"comfort"'/> |
6986 | <fieldValue name='description' value='57: comfort'/> |
6987 | <fieldValue name='url'/> |
6988 | <fieldValue name='radius' value='0.1500'/> |
6989 | <fieldValue name='displayMode'/> |
6990 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
6991 | <fieldValue name='transparency' value='0'/> |
6992 | <fieldValue name='translation' value='-0.47745 1.55232 0.08303'/> |
6993 | <fieldValue name='textTranslation' value='-0.32745 1.55232 0.08303'/> |
6994 | <fieldValue name='textColor' value='0 0 0'/> |
6995 | </ProtoInstance> |
6996 | <ProtoInstance name='Vertex'> |
6997 | <fieldValue name='vertexText' value='"command"'/> |
6998 | <fieldValue name='description' value='58: command'/> |
6999 | <fieldValue name='url'/> |
7000 | <fieldValue name='radius' value='0.1500'/> |
7001 | <fieldValue name='displayMode'/> |
7002 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7003 | <fieldValue name='transparency' value='0'/> |
7004 | <fieldValue name='translation' value='0.63176 -0.51737 -0.53924'/> |
7005 | <fieldValue name='textTranslation' value='0.78176 -0.51737 -0.53924'/> |
7006 | <fieldValue name='textColor' value='0 0 0'/> |
7007 | </ProtoInstance> |
7008 | <ProtoInstance name='Vertex'> |
7009 | <fieldValue name='vertexText' value='"commander"'/> |
7010 | <fieldValue name='description' value='59: commander'/> |
7011 | <fieldValue name='url'/> |
7012 | <fieldValue name='radius' value='0.1500'/> |
7013 | <fieldValue name='displayMode'/> |
7014 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7015 | <fieldValue name='transparency' value='0'/> |
7016 | <fieldValue name='translation' value='1.44472 -1.62584 0.35433'/> |
7017 | <fieldValue name='textTranslation' value='1.59472 -1.62584 0.35433'/> |
7018 | <fieldValue name='textColor' value='0 0 0'/> |
7019 | </ProtoInstance> |
7020 | <ProtoInstance name='Vertex'> |
7021 | <fieldValue name='vertexText' value='"committed"'/> |
7022 | <fieldValue name='description' value='60: committed'/> |
7023 | <fieldValue name='url'/> |
7024 | <fieldValue name='radius' value='0.1500'/> |
7025 | <fieldValue name='displayMode'/> |
7026 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7027 | <fieldValue name='transparency' value='0'/> |
7028 | <fieldValue name='translation' value='1.34013 1.09906 0.26240'/> |
7029 | <fieldValue name='textTranslation' value='1.49013 1.09906 0.26240'/> |
7030 | <fieldValue name='textColor' value='0 0 0'/> |
7031 | </ProtoInstance> |
7032 | <ProtoInstance name='Vertex'> |
7033 | <fieldValue name='vertexText' value='"common"'/> |
7034 | <fieldValue name='description' value='61: common'/> |
7035 | <fieldValue name='url'/> |
7036 | <fieldValue name='radius' value='0.1500'/> |
7037 | <fieldValue name='displayMode'/> |
7038 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7039 | <fieldValue name='transparency' value='0'/> |
7040 | <fieldValue name='translation' value='2.20031 -0.94717 -0.71380'/> |
7041 | <fieldValue name='textTranslation' value='2.35031 -0.94717 -0.71380'/> |
7042 | <fieldValue name='textColor' value='0 0 0'/> |
7043 | </ProtoInstance> |
7044 | <ProtoInstance name='Vertex'> |
7045 | <fieldValue name='vertexText' value='"community"'/> |
7046 | <fieldValue name='description' value='62: community'/> |
7047 | <fieldValue name='url'/> |
7048 | <fieldValue name='radius' value='0.1500'/> |
7049 | <fieldValue name='displayMode'/> |
7050 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7051 | <fieldValue name='transparency' value='0'/> |
7052 | <fieldValue name='translation' value='0.94755 1.21715 1.21229'/> |
7053 | <fieldValue name='textTranslation' value='1.09755 1.21715 1.21229'/> |
7054 | <fieldValue name='textColor' value='0 0 0'/> |
7055 | </ProtoInstance> |
7056 | <ProtoInstance name='Vertex'> |
7057 | <fieldValue name='vertexText' value='"complete"'/> |
7058 | <fieldValue name='description' value='63: complete'/> |
7059 | <fieldValue name='url'/> |
7060 | <fieldValue name='radius' value='0.1500'/> |
7061 | <fieldValue name='displayMode'/> |
7062 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7063 | <fieldValue name='transparency' value='0'/> |
7064 | <fieldValue name='translation' value='-0.95487 1.94376 0.02212'/> |
7065 | <fieldValue name='textTranslation' value='-0.80487 1.94376 0.02212'/> |
7066 | <fieldValue name='textColor' value='0 0 0'/> |
7067 | </ProtoInstance> |
7068 | <ProtoInstance name='Vertex'> |
7069 | <fieldValue name='vertexText' value='"completed"'/> |
7070 | <fieldValue name='description' value='64: completed'/> |
7071 | <fieldValue name='url'/> |
7072 | <fieldValue name='radius' value='0.1500'/> |
7073 | <fieldValue name='displayMode'/> |
7074 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7075 | <fieldValue name='transparency' value='0'/> |
7076 | <fieldValue name='translation' value='0.00984 2.49166 -2.09411'/> |
7077 | <fieldValue name='textTranslation' value='0.15984 2.49166 -2.09411'/> |
7078 | <fieldValue name='textColor' value='0 0 0'/> |
7079 | </ProtoInstance> |
7080 | <ProtoInstance name='Vertex'> |
7081 | <fieldValue name='vertexText' value='"concern"'/> |
7082 | <fieldValue name='description' value='65: concern'/> |
7083 | <fieldValue name='url'/> |
7084 | <fieldValue name='radius' value='0.1500'/> |
7085 | <fieldValue name='displayMode'/> |
7086 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7087 | <fieldValue name='transparency' value='0'/> |
7088 | <fieldValue name='translation' value='0.03964 2.54758 -2.04680'/> |
7089 | <fieldValue name='textTranslation' value='0.18964 2.54758 -2.04680'/> |
7090 | <fieldValue name='textColor' value='0 0 0'/> |
7091 | </ProtoInstance> |
7092 | <ProtoInstance name='Vertex'> |
7093 | <fieldValue name='vertexText' value='"contact"'/> |
7094 | <fieldValue name='description' value='66: contact'/> |
7095 | <fieldValue name='url'/> |
7096 | <fieldValue name='radius' value='0.1500'/> |
7097 | <fieldValue name='displayMode'/> |
7098 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7099 | <fieldValue name='transparency' value='0'/> |
7100 | <fieldValue name='translation' value='0.82744 -0.88033 -1.46414'/> |
7101 | <fieldValue name='textTranslation' value='0.97744 -0.88033 -1.46414'/> |
7102 | <fieldValue name='textColor' value='0 0 0'/> |
7103 | </ProtoInstance> |
7104 | <ProtoInstance name='Vertex'> |
7105 | <fieldValue name='vertexText' value='"coordinated"'/> |
7106 | <fieldValue name='description' value='67: coordinated'/> |
7107 | <fieldValue name='url'/> |
7108 | <fieldValue name='radius' value='0.1500'/> |
7109 | <fieldValue name='displayMode'/> |
7110 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7111 | <fieldValue name='transparency' value='0'/> |
7112 | <fieldValue name='translation' value='1.38971 1.66285 0.98828'/> |
7113 | <fieldValue name='textTranslation' value='1.53971 1.66285 0.98828'/> |
7114 | <fieldValue name='textColor' value='0 0 0'/> |
7115 | </ProtoInstance> |
7116 | <ProtoInstance name='Vertex'> |
7117 | <fieldValue name='vertexText' value='"corps"'/> |
7118 | <fieldValue name='description' value='68: corps'/> |
7119 | <fieldValue name='url'/> |
7120 | <fieldValue name='radius' value='0.1500'/> |
7121 | <fieldValue name='displayMode'/> |
7122 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7123 | <fieldValue name='transparency' value='0'/> |
7124 | <fieldValue name='translation' value='-1.00825 -0.38766 -1.30661'/> |
7125 | <fieldValue name='textTranslation' value='-0.85825 -0.38766 -1.30661'/> |
7126 | <fieldValue name='textColor' value='0 0 0'/> |
7127 | </ProtoInstance> |
7128 | <ProtoInstance name='Vertex'> |
7129 | <fieldValue name='vertexText' value='"countries"'/> |
7130 | <fieldValue name='description' value='69: countries'/> |
7131 | <fieldValue name='url'/> |
7132 | <fieldValue name='radius' value='0.1500'/> |
7133 | <fieldValue name='displayMode'/> |
7134 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7135 | <fieldValue name='transparency' value='0'/> |
7136 | <fieldValue name='translation' value='0.80563 0.56328 -0.18570'/> |
7137 | <fieldValue name='textTranslation' value='0.95563 0.56328 -0.18570'/> |
7138 | <fieldValue name='textColor' value='0 0 0'/> |
7139 | </ProtoInstance> |
7140 | <ProtoInstance name='Vertex'> |
7141 | <fieldValue name='vertexText' value='"courtesy"'/> |
7142 | <fieldValue name='description' value='70: courtesy'/> |
7143 | <fieldValue name='url'/> |
7144 | <fieldValue name='radius' value='0.1500'/> |
7145 | <fieldValue name='displayMode'/> |
7146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7147 | <fieldValue name='transparency' value='0'/> |
7148 | <fieldValue name='translation' value='-0.37581 -0.23021 -0.64702'/> |
7149 | <fieldValue name='textTranslation' value='-0.22581 -0.23021 -0.64702'/> |
7150 | <fieldValue name='textColor' value='0 0 0'/> |
7151 | </ProtoInstance> |
7152 | <ProtoInstance name='Vertex'> |
7153 | <fieldValue name='vertexText' value='"credit"'/> |
7154 | <fieldValue name='description' value='71: credit'/> |
7155 | <fieldValue name='url'/> |
7156 | <fieldValue name='radius' value='0.1500'/> |
7157 | <fieldValue name='displayMode'/> |
7158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7159 | <fieldValue name='transparency' value='0'/> |
7160 | <fieldValue name='translation' value='-0.55671 0.11542 -0.58820'/> |
7161 | <fieldValue name='textTranslation' value='-0.40671 0.11542 -0.58820'/> |
7162 | <fieldValue name='textColor' value='0 0 0'/> |
7163 | </ProtoInstance> |
7164 | <ProtoInstance name='Vertex'> |
7165 | <fieldValue name='vertexText' value='"crisis"'/> |
7166 | <fieldValue name='description' value='72: crisis'/> |
7167 | <fieldValue name='url'/> |
7168 | <fieldValue name='radius' value='0.1500'/> |
7169 | <fieldValue name='displayMode'/> |
7170 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7171 | <fieldValue name='transparency' value='0'/> |
7172 | <fieldValue name='translation' value='1.94737 1.22208 1.62695'/> |
7173 | <fieldValue name='textTranslation' value='2.09737 1.22208 1.62695'/> |
7174 | <fieldValue name='textColor' value='0 0 0'/> |
7175 | </ProtoInstance> |
7176 | <ProtoInstance name='Vertex'> |
7177 | <fieldValue name='vertexText' value='"damaged"'/> |
7178 | <fieldValue name='description' value='73: damaged'/> |
7179 | <fieldValue name='url'/> |
7180 | <fieldValue name='radius' value='0.1500'/> |
7181 | <fieldValue name='displayMode'/> |
7182 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7183 | <fieldValue name='transparency' value='0'/> |
7184 | <fieldValue name='translation' value='-0.62952 -0.48240 -1.58236'/> |
7185 | <fieldValue name='textTranslation' value='-0.47952 -0.48240 -1.58236'/> |
7186 | <fieldValue name='textColor' value='0 0 0'/> |
7187 | </ProtoInstance> |
7188 | <ProtoInstance name='Vertex'> |
7189 | <fieldValue name='vertexText' value='"dc"'/> |
7190 | <fieldValue name='description' value='74: dc'/> |
7191 | <fieldValue name='url'/> |
7192 | <fieldValue name='radius' value='0.1500'/> |
7193 | <fieldValue name='displayMode'/> |
7194 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7195 | <fieldValue name='transparency' value='0'/> |
7196 | <fieldValue name='translation' value='1.94264 -1.10507 -1.23586'/> |
7197 | <fieldValue name='textTranslation' value='2.09264 -1.10507 -1.23586'/> |
7198 | <fieldValue name='textColor' value='0 0 0'/> |
7199 | </ProtoInstance> |
7200 | <ProtoInstance name='Vertex'> |
7201 | <fieldValue name='vertexText' value='"dead"'/> |
7202 | <fieldValue name='description' value='75: dead'/> |
7203 | <fieldValue name='url'/> |
7204 | <fieldValue name='radius' value='0.1500'/> |
7205 | <fieldValue name='displayMode'/> |
7206 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7207 | <fieldValue name='transparency' value='0'/> |
7208 | <fieldValue name='translation' value='-1.13739 -0.45244 -1.09203'/> |
7209 | <fieldValue name='textTranslation' value='-0.98739 -0.45244 -1.09203'/> |
7210 | <fieldValue name='textColor' value='0 0 0'/> |
7211 | </ProtoInstance> |
7212 | <ProtoInstance name='Vertex'> |
7213 | <fieldValue name='vertexText' value='"deep"'/> |
7214 | <fieldValue name='description' value='76: deep'/> |
7215 | <fieldValue name='url'/> |
7216 | <fieldValue name='radius' value='0.1500'/> |
7217 | <fieldValue name='displayMode'/> |
7218 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7219 | <fieldValue name='transparency' value='0'/> |
7220 | <fieldValue name='translation' value='0.03964 2.54758 -2.04680'/> |
7221 | <fieldValue name='textTranslation' value='0.18964 2.54758 -2.04680'/> |
7222 | <fieldValue name='textColor' value='0 0 0'/> |
7223 | </ProtoInstance> |
7224 | <ProtoInstance name='Vertex'> |
7225 | <fieldValue name='vertexText' value='"deliver"'/> |
7226 | <fieldValue name='description' value='77: deliver'/> |
7227 | <fieldValue name='url'/> |
7228 | <fieldValue name='radius' value='0.1500'/> |
7229 | <fieldValue name='displayMode'/> |
7230 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7231 | <fieldValue name='transparency' value='0'/> |
7232 | <fieldValue name='translation' value='0.06263 1.98409 1.77126'/> |
7233 | <fieldValue name='textTranslation' value='0.21263 1.98409 1.77126'/> |
7234 | <fieldValue name='textColor' value='0 0 0'/> |
7235 | </ProtoInstance> |
7236 | <ProtoInstance name='Vertex'> |
7237 | <fieldValue name='vertexText' value='"delivering"'/> |
7238 | <fieldValue name='description' value='78: delivering'/> |
7239 | <fieldValue name='url'/> |
7240 | <fieldValue name='radius' value='0.1500'/> |
7241 | <fieldValue name='displayMode'/> |
7242 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7243 | <fieldValue name='transparency' value='0'/> |
7244 | <fieldValue name='translation' value='0.05185 1.99892 1.71608'/> |
7245 | <fieldValue name='textTranslation' value='0.20185 1.99892 1.71608'/> |
7246 | <fieldValue name='textColor' value='0 0 0'/> |
7247 | </ProtoInstance> |
7248 | <ProtoInstance name='Vertex'> |
7249 | <fieldValue name='vertexText' value='"department"'/> |
7250 | <fieldValue name='description' value='79: department'/> |
7251 | <fieldValue name='url'/> |
7252 | <fieldValue name='radius' value='0.1500'/> |
7253 | <fieldValue name='displayMode'/> |
7254 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7255 | <fieldValue name='transparency' value='0'/> |
7256 | <fieldValue name='translation' value='0.54498 1.71990 0.33636'/> |
7257 | <fieldValue name='textTranslation' value='0.69498 1.71990 0.33636'/> |
7258 | <fieldValue name='textColor' value='0 0 0'/> |
7259 | </ProtoInstance> |
7260 | <ProtoInstance name='Vertex'> |
7261 | <fieldValue name='vertexText' value='"deployed"'/> |
7262 | <fieldValue name='description' value='80: deployed'/> |
7263 | <fieldValue name='url'/> |
7264 | <fieldValue name='radius' value='0.1500'/> |
7265 | <fieldValue name='displayMode'/> |
7266 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7267 | <fieldValue name='transparency' value='0'/> |
7268 | <fieldValue name='translation' value='-1.00825 -0.38766 -1.30661'/> |
7269 | <fieldValue name='textTranslation' value='-0.85825 -0.38766 -1.30661'/> |
7270 | <fieldValue name='textColor' value='0 0 0'/> |
7271 | </ProtoInstance> |
7272 | <ProtoInstance name='Vertex'> |
7273 | <fieldValue name='vertexText' value='"deputy"'/> |
7274 | <fieldValue name='description' value='81: deputy'/> |
7275 | <fieldValue name='url'/> |
7276 | <fieldValue name='radius' value='0.1500'/> |
7277 | <fieldValue name='displayMode'/> |
7278 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7279 | <fieldValue name='transparency' value='0'/> |
7280 | <fieldValue name='translation' value='1.65588 -2.31373 0.87303'/> |
7281 | <fieldValue name='textTranslation' value='1.80588 -2.31373 0.87303'/> |
7282 | <fieldValue name='textColor' value='0 0 0'/> |
7283 | </ProtoInstance> |
7284 | <ProtoInstance name='Vertex'> |
7285 | <fieldValue name='vertexText' value='"devastating"'/> |
7286 | <fieldValue name='description' value='82: devastating'/> |
7287 | <fieldValue name='url'/> |
7288 | <fieldValue name='radius' value='0.1500'/> |
7289 | <fieldValue name='displayMode'/> |
7290 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7291 | <fieldValue name='transparency' value='0'/> |
7292 | <fieldValue name='translation' value='1.65620 1.15105 1.21322'/> |
7293 | <fieldValue name='textTranslation' value='1.80620 1.15105 1.21322'/> |
7294 | <fieldValue name='textColor' value='0 0 0'/> |
7295 | </ProtoInstance> |
7296 | <ProtoInstance name='Vertex'> |
7297 | <fieldValue name='vertexText' value='"diamond"'/> |
7298 | <fieldValue name='description' value='83: diamond'/> |
7299 | <fieldValue name='url'/> |
7300 | <fieldValue name='radius' value='0.1500'/> |
7301 | <fieldValue name='displayMode'/> |
7302 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7303 | <fieldValue name='transparency' value='0'/> |
7304 | <fieldValue name='translation' value='-1.49610 0.76810 1.89803'/> |
7305 | <fieldValue name='textTranslation' value='-1.34610 0.76810 1.89803'/> |
7306 | <fieldValue name='textColor' value='0 0 0'/> |
7307 | </ProtoInstance> |
7308 | <ProtoInstance name='Vertex'> |
7309 | <fieldValue name='vertexText' value='"diary"'/> |
7310 | <fieldValue name='description' value='84: diary'/> |
7311 | <fieldValue name='url'/> |
7312 | <fieldValue name='radius' value='0.1500'/> |
7313 | <fieldValue name='displayMode'/> |
7314 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7315 | <fieldValue name='transparency' value='0'/> |
7316 | <fieldValue name='translation' value='2.07909 1.96007 0.48300'/> |
7317 | <fieldValue name='textTranslation' value='2.22909 1.96007 0.48300'/> |
7318 | <fieldValue name='textColor' value='0 0 0'/> |
7319 | </ProtoInstance> |
7320 | <ProtoInstance name='Vertex'> |
7321 | <fieldValue name='vertexText' value='"director"'/> |
7322 | <fieldValue name='description' value='85: director'/> |
7323 | <fieldValue name='url'/> |
7324 | <fieldValue name='radius' value='0.1500'/> |
7325 | <fieldValue name='displayMode'/> |
7326 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7327 | <fieldValue name='transparency' value='0'/> |
7328 | <fieldValue name='translation' value='1.29640 1.39299 0.24545'/> |
7329 | <fieldValue name='textTranslation' value='1.44640 1.39299 0.24545'/> |
7330 | <fieldValue name='textColor' value='0 0 0'/> |
7331 | </ProtoInstance> |
7332 | <ProtoInstance name='Vertex'> |
7333 | <fieldValue name='vertexText' value='"disaster"'/> |
7334 | <fieldValue name='description' value='86: disaster'/> |
7335 | <fieldValue name='url'/> |
7336 | <fieldValue name='radius' value='0.1500'/> |
7337 | <fieldValue name='displayMode'/> |
7338 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7339 | <fieldValue name='transparency' value='0'/> |
7340 | <fieldValue name='translation' value='0.54859 1.28159 1.14868'/> |
7341 | <fieldValue name='textTranslation' value='0.69859 1.28159 1.14868'/> |
7342 | <fieldValue name='textColor' value='0 0 0'/> |
7343 | </ProtoInstance> |
7344 | <ProtoInstance name='Vertex'> |
7345 | <fieldValue name='vertexText' value='"disclaimer"'/> |
7346 | <fieldValue name='description' value='87: disclaimer'/> |
7347 | <fieldValue name='url'/> |
7348 | <fieldValue name='radius' value='0.1500'/> |
7349 | <fieldValue name='displayMode'/> |
7350 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7351 | <fieldValue name='transparency' value='0'/> |
7352 | <fieldValue name='translation' value='2.74216 -1.02898 -0.33887'/> |
7353 | <fieldValue name='textTranslation' value='2.89216 -1.02898 -0.33887'/> |
7354 | <fieldValue name='textColor' value='0 0 0'/> |
7355 | </ProtoInstance> |
7356 | <ProtoInstance name='Vertex'> |
7357 | <fieldValue name='vertexText' value='"dispersed"'/> |
7358 | <fieldValue name='description' value='88: dispersed'/> |
7359 | <fieldValue name='url'/> |
7360 | <fieldValue name='radius' value='0.1500'/> |
7361 | <fieldValue name='displayMode'/> |
7362 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7363 | <fieldValue name='transparency' value='0'/> |
7364 | <fieldValue name='translation' value='-0.57729 -0.97770 -1.16326'/> |
7365 | <fieldValue name='textTranslation' value='-0.42729 -0.97770 -1.16326'/> |
7366 | <fieldValue name='textColor' value='0 0 0'/> |
7367 | </ProtoInstance> |
7368 | <ProtoInstance name='Vertex'> |
7369 | <fieldValue name='vertexText' value='"division"'/> |
7370 | <fieldValue name='description' value='89: division'/> |
7371 | <fieldValue name='url'/> |
7372 | <fieldValue name='radius' value='0.1500'/> |
7373 | <fieldValue name='displayMode'/> |
7374 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7375 | <fieldValue name='transparency' value='0'/> |
7376 | <fieldValue name='translation' value='-0.45977 -0.64824 -0.71821'/> |
7377 | <fieldValue name='textTranslation' value='-0.30977 -0.64824 -0.71821'/> |
7378 | <fieldValue name='textColor' value='0 0 0'/> |
7379 | </ProtoInstance> |
7380 | <ProtoInstance name='Vertex'> |
7381 | <fieldValue name='vertexText' value='"divisions"'/> |
7382 | <fieldValue name='description' value='90: divisions'/> |
7383 | <fieldValue name='url'/> |
7384 | <fieldValue name='radius' value='0.1500'/> |
7385 | <fieldValue name='displayMode'/> |
7386 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7387 | <fieldValue name='transparency' value='0'/> |
7388 | <fieldValue name='translation' value='-1.00318 -0.85489 -0.70741'/> |
7389 | <fieldValue name='textTranslation' value='-0.85318 -0.85489 -0.70741'/> |
7390 | <fieldValue name='textColor' value='0 0 0'/> |
7391 | </ProtoInstance> |
7392 | <ProtoInstance name='Vertex'> |
7393 | <fieldValue name='vertexText' value='"dock"'/> |
7394 | <fieldValue name='description' value='91: dock'/> |
7395 | <fieldValue name='url'/> |
7396 | <fieldValue name='radius' value='0.1500'/> |
7397 | <fieldValue name='displayMode'/> |
7398 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7399 | <fieldValue name='transparency' value='0'/> |
7400 | <fieldValue name='translation' value='2.10916 -2.54247 1.55273'/> |
7401 | <fieldValue name='textTranslation' value='2.25916 -2.54247 1.55273'/> |
7402 | <fieldValue name='textColor' value='0 0 0'/> |
7403 | </ProtoInstance> |
7404 | <ProtoInstance name='Vertex'> |
7405 | <fieldValue name='vertexText' value='"doctors"'/> |
7406 | <fieldValue name='description' value='92: doctors'/> |
7407 | <fieldValue name='url'/> |
7408 | <fieldValue name='radius' value='0.1500'/> |
7409 | <fieldValue name='displayMode'/> |
7410 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7411 | <fieldValue name='transparency' value='0'/> |
7412 | <fieldValue name='translation' value='-0.99716 0.11859 1.28039'/> |
7413 | <fieldValue name='textTranslation' value='-0.84716 0.11859 1.28039'/> |
7414 | <fieldValue name='textColor' value='0 0 0'/> |
7415 | </ProtoInstance> |
7416 | <ProtoInstance name='Vertex'> |
7417 | <fieldValue name='vertexText' value='"dominates"'/> |
7418 | <fieldValue name='description' value='93: dominates'/> |
7419 | <fieldValue name='url'/> |
7420 | <fieldValue name='radius' value='0.1500'/> |
7421 | <fieldValue name='displayMode'/> |
7422 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7423 | <fieldValue name='transparency' value='0'/> |
7424 | <fieldValue name='translation' value='0.54388 0.55435 1.21197'/> |
7425 | <fieldValue name='textTranslation' value='0.69388 0.55435 1.21197'/> |
7426 | <fieldValue name='textColor' value='0 0 0'/> |
7427 | </ProtoInstance> |
7428 | <ProtoInstance name='Vertex'> |
7429 | <fieldValue name='vertexText' value='"douglas"'/> |
7430 | <fieldValue name='description' value='94: douglas'/> |
7431 | <fieldValue name='url'/> |
7432 | <fieldValue name='radius' value='0.1500'/> |
7433 | <fieldValue name='displayMode'/> |
7434 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7435 | <fieldValue name='transparency' value='0'/> |
7436 | <fieldValue name='translation' value='2.63362 -0.90033 -0.21076'/> |
7437 | <fieldValue name='textTranslation' value='2.78362 -0.90033 -0.21076'/> |
7438 | <fieldValue name='textColor' value='0 0 0'/> |
7439 | </ProtoInstance> |
7440 | <ProtoInstance name='Vertex'> |
7441 | <fieldValue name='vertexText' value='"east"'/> |
7442 | <fieldValue name='description' value='95: east'/> |
7443 | <fieldValue name='url'/> |
7444 | <fieldValue name='radius' value='0.1500'/> |
7445 | <fieldValue name='displayMode'/> |
7446 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7447 | <fieldValue name='transparency' value='0'/> |
7448 | <fieldValue name='translation' value='1.72745 1.36164 1.03049'/> |
7449 | <fieldValue name='textTranslation' value='1.87745 1.36164 1.03049'/> |
7450 | <fieldValue name='textColor' value='0 0 0'/> |
7451 | </ProtoInstance> |
7452 | <ProtoInstance name='Vertex'> |
7453 | <fieldValue name='vertexText' value='"embed"'/> |
7454 | <fieldValue name='description' value='96: embed'/> |
7455 | <fieldValue name='url'/> |
7456 | <fieldValue name='radius' value='0.1500'/> |
7457 | <fieldValue name='displayMode'/> |
7458 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7459 | <fieldValue name='transparency' value='0'/> |
7460 | <fieldValue name='translation' value='1.64486 1.72416 0.65230'/> |
7461 | <fieldValue name='textTranslation' value='1.79486 1.72416 0.65230'/> |
7462 | <fieldValue name='textColor' value='0 0 0'/> |
7463 | </ProtoInstance> |
7464 | <ProtoInstance name='Vertex'> |
7465 | <fieldValue name='vertexText' value='"emergency"'/> |
7466 | <fieldValue name='description' value='97: emergency'/> |
7467 | <fieldValue name='url'/> |
7468 | <fieldValue name='radius' value='0.1500'/> |
7469 | <fieldValue name='displayMode'/> |
7470 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7471 | <fieldValue name='transparency' value='0'/> |
7472 | <fieldValue name='translation' value='-0.89686 0.84108 1.72622'/> |
7473 | <fieldValue name='textTranslation' value='-0.74686 0.84108 1.72622'/> |
7474 | <fieldValue name='textColor' value='0 0 0'/> |
7475 | </ProtoInstance> |
7476 | <ProtoInstance name='Vertex'> |
7477 | <fieldValue name='vertexText' value='"entire"'/> |
7478 | <fieldValue name='description' value='98: entire'/> |
7479 | <fieldValue name='url'/> |
7480 | <fieldValue name='radius' value='0.1500'/> |
7481 | <fieldValue name='displayMode'/> |
7482 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7483 | <fieldValue name='transparency' value='0'/> |
7484 | <fieldValue name='translation' value='-1.40349 0.64256 1.93990'/> |
7485 | <fieldValue name='textTranslation' value='-1.25349 0.64256 1.93990'/> |
7486 | <fieldValue name='textColor' value='0 0 0'/> |
7487 | </ProtoInstance> |
7488 | <ProtoInstance name='Vertex'> |
7489 | <fieldValue name='vertexText' value='"esther"'/> |
7490 | <fieldValue name='description' value='99: esther'/> |
7491 | <fieldValue name='url'/> |
7492 | <fieldValue name='radius' value='0.1500'/> |
7493 | <fieldValue name='displayMode'/> |
7494 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7495 | <fieldValue name='transparency' value='0'/> |
7496 | <fieldValue name='translation' value='-0.93837 1.93569 0.01848'/> |
7497 | <fieldValue name='textTranslation' value='-0.78837 1.93569 0.01848'/> |
7498 | <fieldValue name='textColor' value='0 0 0'/> |
7499 | </ProtoInstance> |
7500 | <ProtoInstance name='Vertex'> |
7501 | <fieldValue name='vertexText' value='"eurasia"'/> |
7502 | <fieldValue name='description' value='100: eurasia'/> |
7503 | <fieldValue name='url'/> |
7504 | <fieldValue name='radius' value='0.1500'/> |
7505 | <fieldValue name='displayMode'/> |
7506 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7507 | <fieldValue name='transparency' value='0'/> |
7508 | <fieldValue name='translation' value='2.18867 1.84074 0.47951'/> |
7509 | <fieldValue name='textTranslation' value='2.33867 1.84074 0.47951'/> |
7510 | <fieldValue name='textColor' value='0 0 0'/> |
7511 | </ProtoInstance> |
7512 | <ProtoInstance name='Vertex'> |
7513 | <fieldValue name='vertexText' value='"europe"'/> |
7514 | <fieldValue name='description' value='101: europe'/> |
7515 | <fieldValue name='url'/> |
7516 | <fieldValue name='radius' value='0.1500'/> |
7517 | <fieldValue name='displayMode'/> |
7518 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7519 | <fieldValue name='transparency' value='0'/> |
7520 | <fieldValue name='translation' value='1.83133 1.58978 0.55227'/> |
7521 | <fieldValue name='textTranslation' value='1.98133 1.58978 0.55227'/> |
7522 | <fieldValue name='textColor' value='0 0 0'/> |
7523 | </ProtoInstance> |
7524 | <ProtoInstance name='Vertex'> |
7525 | <fieldValue name='vertexText' value='"expand"'/> |
7526 | <fieldValue name='description' value='102: expand'/> |
7527 | <fieldValue name='url'/> |
7528 | <fieldValue name='radius' value='0.1500'/> |
7529 | <fieldValue name='displayMode'/> |
7530 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7531 | <fieldValue name='transparency' value='0'/> |
7532 | <fieldValue name='translation' value='0.01169 2.18041 2.15440'/> |
7533 | <fieldValue name='textTranslation' value='0.16169 2.18041 2.15440'/> |
7534 | <fieldValue name='textColor' value='0 0 0'/> |
7535 | </ProtoInstance> |
7536 | <ProtoInstance name='Vertex'> |
7537 | <fieldValue name='vertexText' value='"expected"'/> |
7538 | <fieldValue name='description' value='103: expected'/> |
7539 | <fieldValue name='url'/> |
7540 | <fieldValue name='radius' value='0.1500'/> |
7541 | <fieldValue name='displayMode'/> |
7542 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7543 | <fieldValue name='transparency' value='0'/> |
7544 | <fieldValue name='translation' value='-0.37352 -0.67962 -0.89593'/> |
7545 | <fieldValue name='textTranslation' value='-0.22352 -0.67962 -0.89593'/> |
7546 | <fieldValue name='textColor' value='0 0 0'/> |
7547 | </ProtoInstance> |
7548 | <ProtoInstance name='Vertex'> |
7549 | <fieldValue name='vertexText' value='"external"'/> |
7550 | <fieldValue name='description' value='104: external'/> |
7551 | <fieldValue name='url'/> |
7552 | <fieldValue name='radius' value='0.1500'/> |
7553 | <fieldValue name='displayMode'/> |
7554 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7555 | <fieldValue name='transparency' value='0'/> |
7556 | <fieldValue name='translation' value='2.39735 -0.29962 0.01231'/> |
7557 | <fieldValue name='textTranslation' value='2.54735 -0.29962 0.01231'/> |
7558 | <fieldValue name='textColor' value='0 0 0'/> |
7559 | </ProtoInstance> |
7560 | <ProtoInstance name='Vertex'> |
7561 | <fieldValue name='vertexText' value='"family"'/> |
7562 | <fieldValue name='description' value='105: family'/> |
7563 | <fieldValue name='url'/> |
7564 | <fieldValue name='radius' value='0.1500'/> |
7565 | <fieldValue name='displayMode'/> |
7566 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7567 | <fieldValue name='transparency' value='0'/> |
7568 | <fieldValue name='translation' value='-1.47007 0.72296 1.93277'/> |
7569 | <fieldValue name='textTranslation' value='-1.32007 0.72296 1.93277'/> |
7570 | <fieldValue name='textColor' value='0 0 0'/> |
7571 | </ProtoInstance> |
7572 | <ProtoInstance name='Vertex'> |
7573 | <fieldValue name='vertexText' value='"federal"'/> |
7574 | <fieldValue name='description' value='106: federal'/> |
7575 | <fieldValue name='url'/> |
7576 | <fieldValue name='radius' value='0.1500'/> |
7577 | <fieldValue name='displayMode'/> |
7578 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7579 | <fieldValue name='transparency' value='0'/> |
7580 | <fieldValue name='translation' value='1.79810 -1.23796 -0.41400'/> |
7581 | <fieldValue name='textTranslation' value='1.94810 -1.23796 -0.41400'/> |
7582 | <fieldValue name='textColor' value='0 0 0'/> |
7583 | </ProtoInstance> |
7584 | <ProtoInstance name='Vertex'> |
7585 | <fieldValue name='vertexText' value='"financial"'/> |
7586 | <fieldValue name='description' value='107: financial'/> |
7587 | <fieldValue name='url'/> |
7588 | <fieldValue name='radius' value='0.1500'/> |
7589 | <fieldValue name='displayMode'/> |
7590 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7591 | <fieldValue name='transparency' value='0'/> |
7592 | <fieldValue name='translation' value='-1.02047 0.66339 2.15229'/> |
7593 | <fieldValue name='textTranslation' value='-0.87047 0.66339 2.15229'/> |
7594 | <fieldValue name='textColor' value='0 0 0'/> |
7595 | </ProtoInstance> |
7596 | <ProtoInstance name='Vertex'> |
7597 | <fieldValue name='vertexText' value='"find"'/> |
7598 | <fieldValue name='description' value='108: find'/> |
7599 | <fieldValue name='url'/> |
7600 | <fieldValue name='radius' value='0.1500'/> |
7601 | <fieldValue name='displayMode'/> |
7602 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7603 | <fieldValue name='transparency' value='0'/> |
7604 | <fieldValue name='translation' value='1.10096 1.48909 0.46159'/> |
7605 | <fieldValue name='textTranslation' value='1.25096 1.48909 0.46159'/> |
7606 | <fieldValue name='textColor' value='0 0 0'/> |
7607 | </ProtoInstance> |
7608 | <ProtoInstance name='Vertex'> |
7609 | <fieldValue name='vertexText' value='"finder"'/> |
7610 | <fieldValue name='description' value='109: finder'/> |
7611 | <fieldValue name='url'/> |
7612 | <fieldValue name='radius' value='0.1500'/> |
7613 | <fieldValue name='displayMode'/> |
7614 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7615 | <fieldValue name='transparency' value='0'/> |
7616 | <fieldValue name='translation' value='1.14589 1.61142 0.64576'/> |
7617 | <fieldValue name='textTranslation' value='1.29589 1.61142 0.64576'/> |
7618 | <fieldValue name='textColor' value='0 0 0'/> |
7619 | </ProtoInstance> |
7620 | <ProtoInstance name='Vertex'> |
7621 | <fieldValue name='vertexText' value='"florida"'/> |
7622 | <fieldValue name='description' value='110: florida'/> |
7623 | <fieldValue name='url'/> |
7624 | <fieldValue name='radius' value='0.1500'/> |
7625 | <fieldValue name='displayMode'/> |
7626 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7627 | <fieldValue name='transparency' value='0'/> |
7628 | <fieldValue name='translation' value='2.09735 -1.10307 -0.45188'/> |
7629 | <fieldValue name='textTranslation' value='2.24735 -1.10307 -0.45188'/> |
7630 | <fieldValue name='textColor' value='0 0 0'/> |
7631 | </ProtoInstance> |
7632 | <ProtoInstance name='Vertex'> |
7633 | <fieldValue name='vertexText' value='"flowing"'/> |
7634 | <fieldValue name='description' value='111: flowing'/> |
7635 | <fieldValue name='url'/> |
7636 | <fieldValue name='radius' value='0.1500'/> |
7637 | <fieldValue name='displayMode'/> |
7638 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7639 | <fieldValue name='transparency' value='0'/> |
7640 | <fieldValue name='translation' value='-0.13817 1.30287 1.38290'/> |
7641 | <fieldValue name='textTranslation' value='0.01183 1.30287 1.38290'/> |
7642 | <fieldValue name='textColor' value='0 0 0'/> |
7643 | </ProtoInstance> |
7644 | <ProtoInstance name='Vertex'> |
7645 | <fieldValue name='vertexText' value='"focused"'/> |
7646 | <fieldValue name='description' value='112: focused'/> |
7647 | <fieldValue name='url'/> |
7648 | <fieldValue name='radius' value='0.1500'/> |
7649 | <fieldValue name='displayMode'/> |
7650 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7651 | <fieldValue name='transparency' value='0'/> |
7652 | <fieldValue name='translation' value='0.60370 1.55036 1.24860'/> |
7653 | <fieldValue name='textTranslation' value='0.75370 1.55036 1.24860'/> |
7654 | <fieldValue name='textColor' value='0 0 0'/> |
7655 | </ProtoInstance> |
7656 | <ProtoInstance name='Vertex'> |
7657 | <fieldValue name='vertexText' value='"follow"'/> |
7658 | <fieldValue name='description' value='113: follow'/> |
7659 | <fieldValue name='url'/> |
7660 | <fieldValue name='radius' value='0.1500'/> |
7661 | <fieldValue name='displayMode'/> |
7662 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7663 | <fieldValue name='transparency' value='0'/> |
7664 | <fieldValue name='translation' value='2.37427 -1.23453 -1.28179'/> |
7665 | <fieldValue name='textTranslation' value='2.52427 -1.23453 -1.28179'/> |
7666 | <fieldValue name='textColor' value='0 0 0'/> |
7667 | </ProtoInstance> |
7668 | <ProtoInstance name='Vertex'> |
7669 | <fieldValue name='vertexText' value='"followers"'/> |
7670 | <fieldValue name='description' value='114: followers'/> |
7671 | <fieldValue name='url'/> |
7672 | <fieldValue name='radius' value='0.1500'/> |
7673 | <fieldValue name='displayMode'/> |
7674 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7675 | <fieldValue name='transparency' value='0'/> |
7676 | <fieldValue name='translation' value='2.05840 -1.49199 -2.42095'/> |
7677 | <fieldValue name='textTranslation' value='2.20840 -1.49199 -2.42095'/> |
7678 | <fieldValue name='textColor' value='0 0 0'/> |
7679 | </ProtoInstance> |
7680 | <ProtoInstance name='Vertex'> |
7681 | <fieldValue name='vertexText' value='"food"'/> |
7682 | <fieldValue name='description' value='115: food'/> |
7683 | <fieldValue name='url'/> |
7684 | <fieldValue name='radius' value='0.1500'/> |
7685 | <fieldValue name='displayMode'/> |
7686 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7687 | <fieldValue name='transparency' value='0'/> |
7688 | <fieldValue name='translation' value='0.34180 1.97475 1.66169'/> |
7689 | <fieldValue name='textTranslation' value='0.49180 1.97475 1.66169'/> |
7690 | <fieldValue name='textColor' value='0 0 0'/> |
7691 | </ProtoInstance> |
7692 | <ProtoInstance name='Vertex'> |
7693 | <fieldValue name='vertexText' value='"footer"'/> |
7694 | <fieldValue name='description' value='116: footer'/> |
7695 | <fieldValue name='url'/> |
7696 | <fieldValue name='radius' value='0.1500'/> |
7697 | <fieldValue name='displayMode'/> |
7698 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7699 | <fieldValue name='transparency' value='0'/> |
7700 | <fieldValue name='translation' value='2.04769 -1.84768 -2.60502'/> |
7701 | <fieldValue name='textTranslation' value='2.19769 -1.84768 -2.60502'/> |
7702 | <fieldValue name='textColor' value='0 0 0'/> |
7703 | </ProtoInstance> |
7704 | <ProtoInstance name='Vertex'> |
7705 | <fieldValue name='vertexText' value='"forces"'/> |
7706 | <fieldValue name='description' value='117: forces'/> |
7707 | <fieldValue name='url'/> |
7708 | <fieldValue name='radius' value='0.1500'/> |
7709 | <fieldValue name='displayMode'/> |
7710 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7711 | <fieldValue name='transparency' value='0'/> |
7712 | <fieldValue name='translation' value='-0.26912 0.04790 -1.08885'/> |
7713 | <fieldValue name='textTranslation' value='-0.11912 0.04790 -1.08885'/> |
7714 | <fieldValue name='textColor' value='0 0 0'/> |
7715 | </ProtoInstance> |
7716 | <ProtoInstance name='Vertex'> |
7717 | <fieldValue name='vertexText' value='"fort"'/> |
7718 | <fieldValue name='description' value='118: fort'/> |
7719 | <fieldValue name='url'/> |
7720 | <fieldValue name='radius' value='0.1500'/> |
7721 | <fieldValue name='displayMode'/> |
7722 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
7723 | <fieldValue name='transparency' value='0'/> |
7724 | <fieldValue name='translation' value='2.24584 -2.53630 1.47351'/> |
7725 | <fieldValue name='textTranslation' value='2.39584 -2.53630 1.47351'/> |
7726 | <fieldValue name='textColor' value='0 0 0'/> |
7727 | </ProtoInstance> |
7728 | <ProtoInstance name='Vertex'> |
7729 | <fieldValue name='vertexText' value='"freedom"'/> |
7730 | <fieldValue name='description' value='119: freedom'/> |
7731 | <fieldValue name='url'/> |
7732 | <fieldValue name='radius' value='0.1500'/> |
7733 | <fieldValue name='displayMode'/> |
7734 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7735 | <fieldValue name='transparency' value='0'/> |
7736 | <fieldValue name='translation' value='1.84202 -0.26421 -0.21469'/> |
7737 | <fieldValue name='textTranslation' value='1.99202 -0.26421 -0.21469'/> |
7738 | <fieldValue name='textColor' value='0 0 0'/> |
7739 | </ProtoInstance> |
7740 | <ProtoInstance name='Vertex'> |
7741 | <fieldValue name='vertexText' value='"games"'/> |
7742 | <fieldValue name='description' value='120: games'/> |
7743 | <fieldValue name='url'/> |
7744 | <fieldValue name='radius' value='0.1500'/> |
7745 | <fieldValue name='displayMode'/> |
7746 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7747 | <fieldValue name='transparency' value='0'/> |
7748 | <fieldValue name='translation' value='2.31192 1.74532 0.71678'/> |
7749 | <fieldValue name='textTranslation' value='2.46192 1.74532 0.71678'/> |
7750 | <fieldValue name='textColor' value='0 0 0'/> |
7751 | </ProtoInstance> |
7752 | <ProtoInstance name='Vertex'> |
7753 | <fieldValue name='vertexText' value='"general"'/> |
7754 | <fieldValue name='description' value='121: general'/> |
7755 | <fieldValue name='url'/> |
7756 | <fieldValue name='radius' value='0.1500'/> |
7757 | <fieldValue name='displayMode'/> |
7758 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7759 | <fieldValue name='transparency' value='0'/> |
7760 | <fieldValue name='translation' value='2.01600 -0.70542 -0.30136'/> |
7761 | <fieldValue name='textTranslation' value='2.16600 -0.70542 -0.30136'/> |
7762 | <fieldValue name='textColor' value='0 0 0'/> |
7763 | </ProtoInstance> |
7764 | <ProtoInstance name='Vertex'> |
7765 | <fieldValue name='vertexText' value='"gift"'/> |
7766 | <fieldValue name='description' value='122: gift'/> |
7767 | <fieldValue name='url'/> |
7768 | <fieldValue name='radius' value='0.1500'/> |
7769 | <fieldValue name='displayMode'/> |
7770 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7771 | <fieldValue name='transparency' value='0'/> |
7772 | <fieldValue name='translation' value='-0.75623 0.65621 1.35332'/> |
7773 | <fieldValue name='textTranslation' value='-0.60623 0.65621 1.35332'/> |
7774 | <fieldValue name='textColor' value='0 0 0'/> |
7775 | </ProtoInstance> |
7776 | <ProtoInstance name='Vertex'> |
7777 | <fieldValue name='vertexText' value='"government"'/> |
7778 | <fieldValue name='description' value='123: government'/> |
7779 | <fieldValue name='url'/> |
7780 | <fieldValue name='radius' value='0.1500'/> |
7781 | <fieldValue name='displayMode'/> |
7782 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7783 | <fieldValue name='transparency' value='0'/> |
7784 | <fieldValue name='translation' value='-0.14547 2.34465 -1.69392'/> |
7785 | <fieldValue name='textTranslation' value='0.00453 2.34465 -1.69392'/> |
7786 | <fieldValue name='textColor' value='0 0 0'/> |
7787 | </ProtoInstance> |
7788 | <ProtoInstance name='Vertex'> |
7789 | <fieldValue name='vertexText' value='"graphic"'/> |
7790 | <fieldValue name='description' value='124: graphic'/> |
7791 | <fieldValue name='url'/> |
7792 | <fieldValue name='radius' value='0.1500'/> |
7793 | <fieldValue name='displayMode'/> |
7794 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7795 | <fieldValue name='transparency' value='0'/> |
7796 | <fieldValue name='translation' value='-0.25015 -0.08360 -0.53325'/> |
7797 | <fieldValue name='textTranslation' value='-0.10015 -0.08360 -0.53325'/> |
7798 | <fieldValue name='textColor' value='0 0 0'/> |
7799 | </ProtoInstance> |
7800 | <ProtoInstance name='Vertex'> |
7801 | <fieldValue name='vertexText' value='"haitians"'/> |
7802 | <fieldValue name='description' value='125: haitians'/> |
7803 | <fieldValue name='url'/> |
7804 | <fieldValue name='radius' value='0.1500'/> |
7805 | <fieldValue name='displayMode'/> |
7806 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7807 | <fieldValue name='transparency' value='0'/> |
7808 | <fieldValue name='translation' value='-0.48234 -0.36967 -1.08322'/> |
7809 | <fieldValue name='textTranslation' value='-0.33234 -0.36967 -1.08322'/> |
7810 | <fieldValue name='textColor' value='0 0 0'/> |
7811 | </ProtoInstance> |
7812 | <ProtoInstance name='Vertex'> |
7813 | <fieldValue name='vertexText' value='"hard"'/> |
7814 | <fieldValue name='description' value='126: hard'/> |
7815 | <fieldValue name='url'/> |
7816 | <fieldValue name='radius' value='0.1500'/> |
7817 | <fieldValue name='displayMode'/> |
7818 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7819 | <fieldValue name='transparency' value='0'/> |
7820 | <fieldValue name='translation' value='-0.45944 1.73283 0.08572'/> |
7821 | <fieldValue name='textTranslation' value='-0.30944 1.73283 0.08572'/> |
7822 | <fieldValue name='textColor' value='0 0 0'/> |
7823 | </ProtoInstance> |
7824 | <ProtoInstance name='Vertex'> |
7825 | <fieldValue name='vertexText' value='"heading"'/> |
7826 | <fieldValue name='description' value='127: heading'/> |
7827 | <fieldValue name='url'/> |
7828 | <fieldValue name='radius' value='0.1500'/> |
7829 | <fieldValue name='displayMode'/> |
7830 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7831 | <fieldValue name='transparency' value='0'/> |
7832 | <fieldValue name='translation' value='-0.65560 1.72722 0.05275'/> |
7833 | <fieldValue name='textTranslation' value='-0.50560 1.72722 0.05275'/> |
7834 | <fieldValue name='textColor' value='0 0 0'/> |
7835 | </ProtoInstance> |
7836 | <ProtoInstance name='Vertex'> |
7837 | <fieldValue name='vertexText' value='"helicopters"'/> |
7838 | <fieldValue name='description' value='128: helicopters'/> |
7839 | <fieldValue name='url'/> |
7840 | <fieldValue name='radius' value='0.1500'/> |
7841 | <fieldValue name='displayMode'/> |
7842 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7843 | <fieldValue name='transparency' value='0'/> |
7844 | <fieldValue name='translation' value='-0.62457 -0.50745 -1.50863'/> |
7845 | <fieldValue name='textTranslation' value='-0.47457 -0.50745 -1.50863'/> |
7846 | <fieldValue name='textColor' value='0 0 0'/> |
7847 | </ProtoInstance> |
7848 | <ProtoInstance name='Vertex'> |
7849 | <fieldValue name='vertexText' value='"helps"'/> |
7850 | <fieldValue name='description' value='129: helps'/> |
7851 | <fieldValue name='url'/> |
7852 | <fieldValue name='radius' value='0.1500'/> |
7853 | <fieldValue name='displayMode'/> |
7854 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7855 | <fieldValue name='transparency' value='0'/> |
7856 | <fieldValue name='translation' value='-1.05539 0.62616 1.66121'/> |
7857 | <fieldValue name='textTranslation' value='-0.90539 0.62616 1.66121'/> |
7858 | <fieldValue name='textColor' value='0 0 0'/> |
7859 | </ProtoInstance> |
7860 | <ProtoInstance name='Vertex'> |
7861 | <fieldValue name='vertexText' value='"hemisphere"'/> |
7862 | <fieldValue name='description' value='130: hemisphere'/> |
7863 | <fieldValue name='url'/> |
7864 | <fieldValue name='radius' value='0.1500'/> |
7865 | <fieldValue name='displayMode'/> |
7866 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
7867 | <fieldValue name='transparency' value='0'/> |
7868 | <fieldValue name='translation' value='1.77180 0.84852 0.62389'/> |
7869 | <fieldValue name='textTranslation' value='1.92180 0.84852 0.62389'/> |
7870 | <fieldValue name='textColor' value='0 0 0'/> |
7871 | </ProtoInstance> |
7872 | <ProtoInstance name='Vertex'> |
7873 | <fieldValue name='vertexText' value='"house"'/> |
7874 | <fieldValue name='description' value='131: house'/> |
7875 | <fieldValue name='url'/> |
7876 | <fieldValue name='radius' value='0.1500'/> |
7877 | <fieldValue name='displayMode'/> |
7878 | <fieldValue name='diffuseColor' value='0 0 0'/> |
7879 | <fieldValue name='transparency' value='0'/> |
7880 | <fieldValue name='translation' value='-0.57967 -0.68698 -0.50080'/> |
7881 | <fieldValue name='textTranslation' value='-0.42967 -0.68698 -0.50080'/> |
7882 | <fieldValue name='textColor' value='0 0 0'/> |
7883 | </ProtoInstance> |
7884 | <ProtoInstance name='Vertex'> |
7885 | <fieldValue name='vertexText' value='"identify"'/> |
7886 | <fieldValue name='description' value='132: identify'/> |
7887 | <fieldValue name='url'/> |
7888 | <fieldValue name='radius' value='0.1500'/> |
7889 | <fieldValue name='displayMode'/> |
7890 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7891 | <fieldValue name='transparency' value='0'/> |
7892 | <fieldValue name='translation' value='-0.02761 2.29384 -1.02927'/> |
7893 | <fieldValue name='textTranslation' value='0.12239 2.29384 -1.02927'/> |
7894 | <fieldValue name='textColor' value='0 0 0'/> |
7895 | </ProtoInstance> |
7896 | <ProtoInstance name='Vertex'> |
7897 | <fieldValue name='vertexText' value='"immediately"'/> |
7898 | <fieldValue name='description' value='133: immediately'/> |
7899 | <fieldValue name='url'/> |
7900 | <fieldValue name='radius' value='0.1500'/> |
7901 | <fieldValue name='displayMode'/> |
7902 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7903 | <fieldValue name='transparency' value='0'/> |
7904 | <fieldValue name='translation' value='-1.11699 0.68113 1.70141'/> |
7905 | <fieldValue name='textTranslation' value='-0.96699 0.68113 1.70141'/> |
7906 | <fieldValue name='textColor' value='0 0 0'/> |
7907 | </ProtoInstance> |
7908 | <ProtoInstance name='Vertex'> |
7909 | <fieldValue name='vertexText' value='"individuals"'/> |
7910 | <fieldValue name='description' value='134: individuals'/> |
7911 | <fieldValue name='url'/> |
7912 | <fieldValue name='radius' value='0.1500'/> |
7913 | <fieldValue name='displayMode'/> |
7914 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7915 | <fieldValue name='transparency' value='0'/> |
7916 | <fieldValue name='translation' value='2.39777 -1.40239 -2.69254'/> |
7917 | <fieldValue name='textTranslation' value='2.54777 -1.40239 -2.69254'/> |
7918 | <fieldValue name='textColor' value='0 0 0'/> |
7919 | </ProtoInstance> |
7920 | <ProtoInstance name='Vertex'> |
7921 | <fieldValue name='vertexText' value='"infants"'/> |
7922 | <fieldValue name='description' value='135: infants'/> |
7923 | <fieldValue name='url'/> |
7924 | <fieldValue name='radius' value='0.1500'/> |
7925 | <fieldValue name='displayMode'/> |
7926 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
7927 | <fieldValue name='transparency' value='0'/> |
7928 | <fieldValue name='translation' value='-0.66506 1.73196 0.05396'/> |
7929 | <fieldValue name='textTranslation' value='-0.51506 1.73196 0.05396'/> |
7930 | <fieldValue name='textColor' value='0 0 0'/> |
7931 | </ProtoInstance> |
7932 | <ProtoInstance name='Vertex'> |
7933 | <fieldValue name='vertexText' value='"information"'/> |
7934 | <fieldValue name='description' value='136: information'/> |
7935 | <fieldValue name='url'/> |
7936 | <fieldValue name='radius' value='0.1500'/> |
7937 | <fieldValue name='displayMode'/> |
7938 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7939 | <fieldValue name='transparency' value='0'/> |
7940 | <fieldValue name='translation' value='1.61255 -0.01800 -0.01166'/> |
7941 | <fieldValue name='textTranslation' value='1.76255 -0.01800 -0.01166'/> |
7942 | <fieldValue name='textColor' value='0 0 0'/> |
7943 | </ProtoInstance> |
7944 | <ProtoInstance name='Vertex'> |
7945 | <fieldValue name='vertexText' value='"inquiries"'/> |
7946 | <fieldValue name='description' value='137: inquiries'/> |
7947 | <fieldValue name='url'/> |
7948 | <fieldValue name='radius' value='0.1500'/> |
7949 | <fieldValue name='displayMode'/> |
7950 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
7951 | <fieldValue name='transparency' value='0'/> |
7952 | <fieldValue name='translation' value='-0.37597 1.48903 -1.80318'/> |
7953 | <fieldValue name='textTranslation' value='-0.22597 1.48903 -1.80318'/> |
7954 | <fieldValue name='textColor' value='0 0 0'/> |
7955 | </ProtoInstance> |
7956 | <ProtoInstance name='Vertex'> |
7957 | <fieldValue name='vertexText' value='"internal"'/> |
7958 | <fieldValue name='description' value='138: internal'/> |
7959 | <fieldValue name='url'/> |
7960 | <fieldValue name='radius' value='0.1500'/> |
7961 | <fieldValue name='displayMode'/> |
7962 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
7963 | <fieldValue name='transparency' value='0'/> |
7964 | <fieldValue name='translation' value='2.43044 -0.38209 -0.09268'/> |
7965 | <fieldValue name='textTranslation' value='2.58044 -0.38209 -0.09268'/> |
7966 | <fieldValue name='textColor' value='0 0 0'/> |
7967 | </ProtoInstance> |
7968 | <ProtoInstance name='Vertex'> |
7969 | <fieldValue name='vertexText' value='"international"'/> |
7970 | <fieldValue name='description' value='139: international'/> |
7971 | <fieldValue name='url'/> |
7972 | <fieldValue name='radius' value='0.1500'/> |
7973 | <fieldValue name='displayMode'/> |
7974 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7975 | <fieldValue name='transparency' value='0'/> |
7976 | <fieldValue name='translation' value='0.09651 0.99106 1.06373'/> |
7977 | <fieldValue name='textTranslation' value='0.24651 0.99106 1.06373'/> |
7978 | <fieldValue name='textColor' value='0 0 0'/> |
7979 | </ProtoInstance> |
7980 | <ProtoInstance name='Vertex'> |
7981 | <fieldValue name='vertexText' value='"internationals"'/> |
7982 | <fieldValue name='description' value='140: internationals'/> |
7983 | <fieldValue name='url'/> |
7984 | <fieldValue name='radius' value='0.1500'/> |
7985 | <fieldValue name='displayMode'/> |
7986 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
7987 | <fieldValue name='transparency' value='0'/> |
7988 | <fieldValue name='translation' value='-1.01812 0.72319 2.14729'/> |
7989 | <fieldValue name='textTranslation' value='-0.86812 0.72319 2.14729'/> |
7990 | <fieldValue name='textColor' value='0 0 0'/> |
7991 | </ProtoInstance> |
7992 | <ProtoInstance name='Vertex'> |
7993 | <fieldValue name='vertexText' value='"island"'/> |
7994 | <fieldValue name='description' value='141: island'/> |
7995 | <fieldValue name='url'/> |
7996 | <fieldValue name='radius' value='0.1500'/> |
7997 | <fieldValue name='displayMode'/> |
7998 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
7999 | <fieldValue name='transparency' value='0'/> |
8000 | <fieldValue name='translation' value='0.29495 1.89679 1.75870'/> |
8001 | <fieldValue name='textTranslation' value='0.44495 1.89679 1.75870'/> |
8002 | <fieldValue name='textColor' value='0 0 0'/> |
8003 | </ProtoInstance> |
8004 | <ProtoInstance name='Vertex'> |
8005 | <fieldValue name='vertexText' value='"issues"'/> |
8006 | <fieldValue name='description' value='142: issues'/> |
8007 | <fieldValue name='url'/> |
8008 | <fieldValue name='radius' value='0.1500'/> |
8009 | <fieldValue name='displayMode'/> |
8010 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8011 | <fieldValue name='transparency' value='0'/> |
8012 | <fieldValue name='translation' value='2.28647 1.48235 1.21404'/> |
8013 | <fieldValue name='textTranslation' value='2.43647 1.48235 1.21404'/> |
8014 | <fieldValue name='textColor' value='0 0 0'/> |
8015 | </ProtoInstance> |
8016 | <ProtoInstance name='Vertex'> |
8017 | <fieldValue name='vertexText' value='"jobs"'/> |
8018 | <fieldValue name='description' value='143: jobs'/> |
8019 | <fieldValue name='url'/> |
8020 | <fieldValue name='radius' value='0.1500'/> |
8021 | <fieldValue name='displayMode'/> |
8022 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8023 | <fieldValue name='transparency' value='0'/> |
8024 | <fieldValue name='translation' value='2.32874 -1.76108 -2.53645'/> |
8025 | <fieldValue name='textTranslation' value='2.47874 -1.76108 -2.53645'/> |
8026 | <fieldValue name='textColor' value='0 0 0'/> |
8027 | </ProtoInstance> |
8028 | <ProtoInstance name='Vertex'> |
8029 | <fieldValue name='vertexText' value='"keen"'/> |
8030 | <fieldValue name='description' value='144: keen'/> |
8031 | <fieldValue name='url'/> |
8032 | <fieldValue name='radius' value='0.1500'/> |
8033 | <fieldValue name='displayMode'/> |
8034 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8035 | <fieldValue name='transparency' value='0'/> |
8036 | <fieldValue name='translation' value='1.69272 -2.75053 1.13089'/> |
8037 | <fieldValue name='textTranslation' value='1.84272 -2.75053 1.13089'/> |
8038 | <fieldValue name='textColor' value='0 0 0'/> |
8039 | </ProtoInstance> |
8040 | <ProtoInstance name='Vertex'> |
8041 | <fieldValue name='vertexText' value='"kinds"'/> |
8042 | <fieldValue name='description' value='145: kinds'/> |
8043 | <fieldValue name='url'/> |
8044 | <fieldValue name='radius' value='0.1500'/> |
8045 | <fieldValue name='displayMode'/> |
8046 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8047 | <fieldValue name='transparency' value='0'/> |
8048 | <fieldValue name='translation' value='2.17986 -1.42750 -2.37399'/> |
8049 | <fieldValue name='textTranslation' value='2.32986 -1.42750 -2.37399'/> |
8050 | <fieldValue name='textColor' value='0 0 0'/> |
8051 | </ProtoInstance> |
8052 | <ProtoInstance name='Vertex'> |
8053 | <fieldValue name='vertexText' value='"king"'/> |
8054 | <fieldValue name='description' value='146: king'/> |
8055 | <fieldValue name='url'/> |
8056 | <fieldValue name='radius' value='0.1500'/> |
8057 | <fieldValue name='displayMode'/> |
8058 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
8059 | <fieldValue name='transparency' value='0'/> |
8060 | <fieldValue name='translation' value='-1.25609 0.49936 2.11340'/> |
8061 | <fieldValue name='textTranslation' value='-1.10609 0.49936 2.11340'/> |
8062 | <fieldValue name='textColor' value='0 0 0'/> |
8063 | </ProtoInstance> |
8064 | <ProtoInstance name='Vertex'> |
8065 | <fieldValue name='vertexText' value='"knowing"'/> |
8066 | <fieldValue name='description' value='147: knowing'/> |
8067 | <fieldValue name='url'/> |
8068 | <fieldValue name='radius' value='0.1500'/> |
8069 | <fieldValue name='displayMode'/> |
8070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8071 | <fieldValue name='transparency' value='0'/> |
8072 | <fieldValue name='translation' value='-0.78370 -1.01332 -1.02519'/> |
8073 | <fieldValue name='textTranslation' value='-0.63370 -1.01332 -1.02519'/> |
8074 | <fieldValue name='textColor' value='0 0 0'/> |
8075 | </ProtoInstance> |
8076 | <ProtoInstance name='Vertex'> |
8077 | <fieldValue name='vertexText' value='"landing"'/> |
8078 | <fieldValue name='description' value='148: landing'/> |
8079 | <fieldValue name='url'/> |
8080 | <fieldValue name='radius' value='0.1500'/> |
8081 | <fieldValue name='displayMode'/> |
8082 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8083 | <fieldValue name='transparency' value='0'/> |
8084 | <fieldValue name='translation' value='1.78846 -2.65879 1.51985'/> |
8085 | <fieldValue name='textTranslation' value='1.93846 -2.65879 1.51985'/> |
8086 | <fieldValue name='textColor' value='0 0 0'/> |
8087 | </ProtoInstance> |
8088 | <ProtoInstance name='Vertex'> |
8089 | <fieldValue name='vertexText' value='"largest"'/> |
8090 | <fieldValue name='description' value='149: largest'/> |
8091 | <fieldValue name='url'/> |
8092 | <fieldValue name='radius' value='0.1500'/> |
8093 | <fieldValue name='displayMode'/> |
8094 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8095 | <fieldValue name='transparency' value='0'/> |
8096 | <fieldValue name='translation' value='1.70946 1.67353 0.59419'/> |
8097 | <fieldValue name='textTranslation' value='1.85946 1.67353 0.59419'/> |
8098 | <fieldValue name='textColor' value='0 0 0'/> |
8099 | </ProtoInstance> |
8100 | <ProtoInstance name='Vertex'> |
8101 | <fieldValue name='vertexText' value='"launch"'/> |
8102 | <fieldValue name='description' value='150: launch'/> |
8103 | <fieldValue name='url'/> |
8104 | <fieldValue name='radius' value='0.1500'/> |
8105 | <fieldValue name='displayMode'/> |
8106 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8107 | <fieldValue name='transparency' value='0'/> |
8108 | <fieldValue name='translation' value='2.01326 1.96792 1.06507'/> |
8109 | <fieldValue name='textTranslation' value='2.16326 1.96792 1.06507'/> |
8110 | <fieldValue name='textColor' value='0 0 0'/> |
8111 | </ProtoInstance> |
8112 | <ProtoInstance name='Vertex'> |
8113 | <fieldValue name='vertexText' value='"learning"'/> |
8114 | <fieldValue name='description' value='151: learning'/> |
8115 | <fieldValue name='url'/> |
8116 | <fieldValue name='radius' value='0.1500'/> |
8117 | <fieldValue name='displayMode'/> |
8118 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8119 | <fieldValue name='transparency' value='0'/> |
8120 | <fieldValue name='translation' value='2.55152 -1.29880 -0.17138'/> |
8121 | <fieldValue name='textTranslation' value='2.70152 -1.29880 -0.17138'/> |
8122 | <fieldValue name='textColor' value='0 0 0'/> |
8123 | </ProtoInstance> |
8124 | <ProtoInstance name='Vertex'> |
8125 | <fieldValue name='vertexText' value='"leveled"'/> |
8126 | <fieldValue name='description' value='152: leveled'/> |
8127 | <fieldValue name='url'/> |
8128 | <fieldValue name='radius' value='0.1500'/> |
8129 | <fieldValue name='displayMode'/> |
8130 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8131 | <fieldValue name='transparency' value='0'/> |
8132 | <fieldValue name='translation' value='-0.90317 -0.98963 -0.43411'/> |
8133 | <fieldValue name='textTranslation' value='-0.75317 -0.98963 -0.43411'/> |
8134 | <fieldValue name='textColor' value='0 0 0'/> |
8135 | </ProtoInstance> |
8136 | <ProtoInstance name='Vertex'> |
8137 | <fieldValue name='vertexText' value='"life"'/> |
8138 | <fieldValue name='description' value='153: life'/> |
8139 | <fieldValue name='url'/> |
8140 | <fieldValue name='radius' value='0.1500'/> |
8141 | <fieldValue name='displayMode'/> |
8142 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8143 | <fieldValue name='transparency' value='0'/> |
8144 | <fieldValue name='translation' value='-0.91374 1.91957 0.02261'/> |
8145 | <fieldValue name='textTranslation' value='-0.76374 1.91957 0.02261'/> |
8146 | <fieldValue name='textColor' value='0 0 0'/> |
8147 | </ProtoInstance> |
8148 | <ProtoInstance name='Vertex'> |
8149 | <fieldValue name='vertexText' value='"link"'/> |
8150 | <fieldValue name='description' value='154: link'/> |
8151 | <fieldValue name='url'/> |
8152 | <fieldValue name='radius' value='0.1500'/> |
8153 | <fieldValue name='displayMode'/> |
8154 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8155 | <fieldValue name='transparency' value='0'/> |
8156 | <fieldValue name='translation' value='2.74216 -1.02898 -0.33887'/> |
8157 | <fieldValue name='textTranslation' value='2.89216 -1.02898 -0.33887'/> |
8158 | <fieldValue name='textColor' value='0 0 0'/> |
8159 | </ProtoInstance> |
8160 | <ProtoInstance name='Vertex'> |
8161 | <fieldValue name='vertexText' value='"links"'/> |
8162 | <fieldValue name='description' value='155: links'/> |
8163 | <fieldValue name='url'/> |
8164 | <fieldValue name='radius' value='0.1500'/> |
8165 | <fieldValue name='displayMode'/> |
8166 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8167 | <fieldValue name='transparency' value='0'/> |
8168 | <fieldValue name='translation' value='0.56578 -0.65291 -0.58478'/> |
8169 | <fieldValue name='textTranslation' value='0.71578 -0.65291 -0.58478'/> |
8170 | <fieldValue name='textColor' value='0 0 0'/> |
8171 | </ProtoInstance> |
8172 | <ProtoInstance name='Vertex'> |
8173 | <fieldValue name='vertexText' value='"listed"'/> |
8174 | <fieldValue name='description' value='156: listed'/> |
8175 | <fieldValue name='url'/> |
8176 | <fieldValue name='radius' value='0.1500'/> |
8177 | <fieldValue name='displayMode'/> |
8178 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8179 | <fieldValue name='transparency' value='0'/> |
8180 | <fieldValue name='translation' value='2.08053 -1.57371 -2.74143'/> |
8181 | <fieldValue name='textTranslation' value='2.23053 -1.57371 -2.74143'/> |
8182 | <fieldValue name='textColor' value='0 0 0'/> |
8183 | </ProtoInstance> |
8184 | <ProtoInstance name='Vertex'> |
8185 | <fieldValue name='vertexText' value='"living"'/> |
8186 | <fieldValue name='description' value='157: living'/> |
8187 | <fieldValue name='url'/> |
8188 | <fieldValue name='radius' value='0.1500'/> |
8189 | <fieldValue name='displayMode'/> |
8190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8191 | <fieldValue name='transparency' value='0'/> |
8192 | <fieldValue name='translation' value='-0.62921 -0.81003 -1.40237'/> |
8193 | <fieldValue name='textTranslation' value='-0.47921 -0.81003 -1.40237'/> |
8194 | <fieldValue name='textColor' value='0 0 0'/> |
8195 | </ProtoInstance> |
8196 | <ProtoInstance name='Vertex'> |
8197 | <fieldValue name='vertexText' value='"local"'/> |
8198 | <fieldValue name='description' value='158: local'/> |
8199 | <fieldValue name='url'/> |
8200 | <fieldValue name='radius' value='0.1500'/> |
8201 | <fieldValue name='displayMode'/> |
8202 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8203 | <fieldValue name='transparency' value='0'/> |
8204 | <fieldValue name='translation' value='2.18265 -1.60230 -2.20386'/> |
8205 | <fieldValue name='textTranslation' value='2.33265 -1.60230 -2.20386'/> |
8206 | <fieldValue name='textColor' value='0 0 0'/> |
8207 | </ProtoInstance> |
8208 | <ProtoInstance name='Vertex'> |
8209 | <fieldValue name='vertexText' value='"location"'/> |
8210 | <fieldValue name='description' value='159: location'/> |
8211 | <fieldValue name='url'/> |
8212 | <fieldValue name='radius' value='0.1500'/> |
8213 | <fieldValue name='displayMode'/> |
8214 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8215 | <fieldValue name='transparency' value='0'/> |
8216 | <fieldValue name='translation' value='1.92704 -1.08089 -1.20318'/> |
8217 | <fieldValue name='textTranslation' value='2.07704 -1.08089 -1.20318'/> |
8218 | <fieldValue name='textColor' value='0 0 0'/> |
8219 | </ProtoInstance> |
8220 | <ProtoInstance name='Vertex'> |
8221 | <fieldValue name='vertexText' value='"longer"'/> |
8222 | <fieldValue name='description' value='160: longer'/> |
8223 | <fieldValue name='url'/> |
8224 | <fieldValue name='radius' value='0.1500'/> |
8225 | <fieldValue name='displayMode'/> |
8226 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8227 | <fieldValue name='transparency' value='0'/> |
8228 | <fieldValue name='translation' value='0.52833 1.98136 1.99548'/> |
8229 | <fieldValue name='textTranslation' value='0.67833 1.98136 1.99548'/> |
8230 | <fieldValue name='textColor' value='0 0 0'/> |
8231 | </ProtoInstance> |
8232 | <ProtoInstance name='Vertex'> |
8233 | <fieldValue name='vertexText' value='"map"'/> |
8234 | <fieldValue name='description' value='161: map'/> |
8235 | <fieldValue name='url'/> |
8236 | <fieldValue name='radius' value='0.1500'/> |
8237 | <fieldValue name='displayMode'/> |
8238 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8239 | <fieldValue name='transparency' value='0'/> |
8240 | <fieldValue name='translation' value='1.36302 -1.07260 -0.56392'/> |
8241 | <fieldValue name='textTranslation' value='1.51302 -1.07260 -0.56392'/> |
8242 | <fieldValue name='textColor' value='0 0 0'/> |
8243 | </ProtoInstance> |
8244 | <ProtoInstance name='Vertex'> |
8245 | <fieldValue name='vertexText' value='"media"'/> |
8246 | <fieldValue name='description' value='162: media'/> |
8247 | <fieldValue name='url'/> |
8248 | <fieldValue name='radius' value='0.1500'/> |
8249 | <fieldValue name='displayMode'/> |
8250 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8251 | <fieldValue name='transparency' value='0'/> |
8252 | <fieldValue name='translation' value='1.32044 0.59748 0.14425'/> |
8253 | <fieldValue name='textTranslation' value='1.47044 0.59748 0.14425'/> |
8254 | <fieldValue name='textColor' value='0 0 0'/> |
8255 | </ProtoInstance> |
8256 | <ProtoInstance name='Vertex'> |
8257 | <fieldValue name='vertexText' value='"medical"'/> |
8258 | <fieldValue name='description' value='163: medical'/> |
8259 | <fieldValue name='url'/> |
8260 | <fieldValue name='radius' value='0.1500'/> |
8261 | <fieldValue name='displayMode'/> |
8262 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
8263 | <fieldValue name='transparency' value='0'/> |
8264 | <fieldValue name='translation' value='-0.41849 1.06649 1.30984'/> |
8265 | <fieldValue name='textTranslation' value='-0.26849 1.06649 1.30984'/> |
8266 | <fieldValue name='textColor' value='0 0 0'/> |
8267 | </ProtoInstance> |
8268 | <ProtoInstance name='Vertex'> |
8269 | <fieldValue name='vertexText' value='"medicines"'/> |
8270 | <fieldValue name='description' value='164: medicines'/> |
8271 | <fieldValue name='url'/> |
8272 | <fieldValue name='radius' value='0.1500'/> |
8273 | <fieldValue name='displayMode'/> |
8274 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
8275 | <fieldValue name='transparency' value='0'/> |
8276 | <fieldValue name='translation' value='-1.06026 0.63576 1.66203'/> |
8277 | <fieldValue name='textTranslation' value='-0.91026 0.63576 1.66203'/> |
8278 | <fieldValue name='textColor' value='0 0 0'/> |
8279 | </ProtoInstance> |
8280 | <ProtoInstance name='Vertex'> |
8281 | <fieldValue name='vertexText' value='"miami"'/> |
8282 | <fieldValue name='description' value='165: miami'/> |
8283 | <fieldValue name='url'/> |
8284 | <fieldValue name='radius' value='0.1500'/> |
8285 | <fieldValue name='displayMode'/> |
8286 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8287 | <fieldValue name='transparency' value='0'/> |
8288 | <fieldValue name='translation' value='2.05226 -1.06308 -0.69420'/> |
8289 | <fieldValue name='textTranslation' value='2.20226 -1.06308 -0.69420'/> |
8290 | <fieldValue name='textColor' value='0 0 0'/> |
8291 | </ProtoInstance> |
8292 | <ProtoInstance name='Vertex'> |
8293 | <fieldValue name='vertexText' value='"missing"'/> |
8294 | <fieldValue name='description' value='166: missing'/> |
8295 | <fieldValue name='url'/> |
8296 | <fieldValue name='radius' value='0.1500'/> |
8297 | <fieldValue name='displayMode'/> |
8298 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8299 | <fieldValue name='transparency' value='0'/> |
8300 | <fieldValue name='translation' value='1.79777 0.79278 0.57536'/> |
8301 | <fieldValue name='textTranslation' value='1.94777 0.79278 0.57536'/> |
8302 | <fieldValue name='textColor' value='0 0 0'/> |
8303 | </ProtoInstance> |
8304 | <ProtoInstance name='Vertex'> |
8305 | <fieldValue name='vertexText' value='"mission"'/> |
8306 | <fieldValue name='description' value='167: mission'/> |
8307 | <fieldValue name='url'/> |
8308 | <fieldValue name='radius' value='0.1500'/> |
8309 | <fieldValue name='displayMode'/> |
8310 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8311 | <fieldValue name='transparency' value='0'/> |
8312 | <fieldValue name='translation' value='-0.07722 -0.53875 -0.59686'/> |
8313 | <fieldValue name='textTranslation' value='0.07278 -0.53875 -0.59686'/> |
8314 | <fieldValue name='textColor' value='0 0 0'/> |
8315 | </ProtoInstance> |
8316 | <ProtoInstance name='Vertex'> |
8317 | <fieldValue name='vertexText' value='"mobile"'/> |
8318 | <fieldValue name='description' value='168: mobile'/> |
8319 | <fieldValue name='url'/> |
8320 | <fieldValue name='radius' value='0.1500'/> |
8321 | <fieldValue name='displayMode'/> |
8322 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8323 | <fieldValue name='transparency' value='0'/> |
8324 | <fieldValue name='translation' value='1.69031 1.69092 0.61758'/> |
8325 | <fieldValue name='textTranslation' value='1.84031 1.69092 0.61758'/> |
8326 | <fieldValue name='textColor' value='0 0 0'/> |
8327 | </ProtoInstance> |
8328 | <ProtoInstance name='Vertex'> |
8329 | <fieldValue name='vertexText' value='"news"'/> |
8330 | <fieldValue name='description' value='169: news'/> |
8331 | <fieldValue name='url'/> |
8332 | <fieldValue name='radius' value='0.1500'/> |
8333 | <fieldValue name='displayMode'/> |
8334 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8335 | <fieldValue name='transparency' value='0'/> |
8336 | <fieldValue name='translation' value='1.36465 -1.03840 -0.52014'/> |
8337 | <fieldValue name='textTranslation' value='1.51465 -1.03840 -0.52014'/> |
8338 | <fieldValue name='textColor' value='0 0 0'/> |
8339 | </ProtoInstance> |
8340 | <ProtoInstance name='Vertex'> |
8341 | <fieldValue name='vertexText' value='"numerous"'/> |
8342 | <fieldValue name='description' value='170: numerous'/> |
8343 | <fieldValue name='url'/> |
8344 | <fieldValue name='radius' value='0.1500'/> |
8345 | <fieldValue name='displayMode'/> |
8346 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
8347 | <fieldValue name='transparency' value='0'/> |
8348 | <fieldValue name='translation' value='-0.41717 2.58208 -1.86994'/> |
8349 | <fieldValue name='textTranslation' value='-0.26717 2.58208 -1.86994'/> |
8350 | <fieldValue name='textColor' value='0 0 0'/> |
8351 | </ProtoInstance> |
8352 | <ProtoInstance name='Vertex'> |
8353 | <fieldValue name='vertexText' value='"nurses"'/> |
8354 | <fieldValue name='description' value='171: nurses'/> |
8355 | <fieldValue name='url'/> |
8356 | <fieldValue name='radius' value='0.1500'/> |
8357 | <fieldValue name='displayMode'/> |
8358 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
8359 | <fieldValue name='transparency' value='0'/> |
8360 | <fieldValue name='translation' value='-1.28038 0.50830 2.09565'/> |
8361 | <fieldValue name='textTranslation' value='-1.13038 0.50830 2.09565'/> |
8362 | <fieldValue name='textColor' value='0 0 0'/> |
8363 | </ProtoInstance> |
8364 | <ProtoInstance name='Vertex'> |
8365 | <fieldValue name='vertexText' value='"officer"'/> |
8366 | <fieldValue name='description' value='172: officer'/> |
8367 | <fieldValue name='url'/> |
8368 | <fieldValue name='radius' value='0.1500'/> |
8369 | <fieldValue name='displayMode'/> |
8370 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8371 | <fieldValue name='transparency' value='0'/> |
8372 | <fieldValue name='translation' value='2.05638 -2.70259 1.30425'/> |
8373 | <fieldValue name='textTranslation' value='2.20638 -2.70259 1.30425'/> |
8374 | <fieldValue name='textColor' value='0 0 0'/> |
8375 | </ProtoInstance> |
8376 | <ProtoInstance name='Vertex'> |
8377 | <fieldValue name='vertexText' value='"operating"'/> |
8378 | <fieldValue name='description' value='173: operating'/> |
8379 | <fieldValue name='url'/> |
8380 | <fieldValue name='radius' value='0.1500'/> |
8381 | <fieldValue name='displayMode'/> |
8382 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8383 | <fieldValue name='transparency' value='0'/> |
8384 | <fieldValue name='translation' value='-0.42998 -0.40866 -1.10468'/> |
8385 | <fieldValue name='textTranslation' value='-0.27998 -0.40866 -1.10468'/> |
8386 | <fieldValue name='textColor' value='0 0 0'/> |
8387 | </ProtoInstance> |
8388 | <ProtoInstance name='Vertex'> |
8389 | <fieldValue name='vertexText' value='"operation"'/> |
8390 | <fieldValue name='description' value='174: operation'/> |
8391 | <fieldValue name='url'/> |
8392 | <fieldValue name='radius' value='0.1500'/> |
8393 | <fieldValue name='displayMode'/> |
8394 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8395 | <fieldValue name='transparency' value='0'/> |
8396 | <fieldValue name='translation' value='1.65620 1.15105 1.21322'/> |
8397 | <fieldValue name='textTranslation' value='1.80620 1.15105 1.21322'/> |
8398 | <fieldValue name='textColor' value='0 0 0'/> |
8399 | </ProtoInstance> |
8400 | <ProtoInstance name='Vertex'> |
8401 | <fieldValue name='vertexText' value='"ops"'/> |
8402 | <fieldValue name='description' value='175: ops'/> |
8403 | <fieldValue name='url'/> |
8404 | <fieldValue name='radius' value='0.1500'/> |
8405 | <fieldValue name='displayMode'/> |
8406 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8407 | <fieldValue name='transparency' value='0'/> |
8408 | <fieldValue name='translation' value='1.96869 -1.01867 -0.38115'/> |
8409 | <fieldValue name='textTranslation' value='2.11869 -1.01867 -0.38115'/> |
8410 | <fieldValue name='textColor' value='0 0 0'/> |
8411 | </ProtoInstance> |
8412 | <ProtoInstance name='Vertex'> |
8413 | <fieldValue name='vertexText' value='"options"'/> |
8414 | <fieldValue name='description' value='176: options'/> |
8415 | <fieldValue name='url'/> |
8416 | <fieldValue name='radius' value='0.1500'/> |
8417 | <fieldValue name='displayMode'/> |
8418 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
8419 | <fieldValue name='transparency' value='0'/> |
8420 | <fieldValue name='translation' value='-0.09947 2.75053 -1.45420'/> |
8421 | <fieldValue name='textTranslation' value='0.05053 2.75053 -1.45420'/> |
8422 | <fieldValue name='textColor' value='0 0 0'/> |
8423 | </ProtoInstance> |
8424 | <ProtoInstance name='Vertex'> |
8425 | <fieldValue name='vertexText' value='"pacific"'/> |
8426 | <fieldValue name='description' value='177: pacific'/> |
8427 | <fieldValue name='url'/> |
8428 | <fieldValue name='radius' value='0.1500'/> |
8429 | <fieldValue name='displayMode'/> |
8430 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8431 | <fieldValue name='transparency' value='0'/> |
8432 | <fieldValue name='translation' value='1.79512 1.51055 0.62356'/> |
8433 | <fieldValue name='textTranslation' value='1.94512 1.51055 0.62356'/> |
8434 | <fieldValue name='textColor' value='0 0 0'/> |
8435 | </ProtoInstance> |
8436 | <ProtoInstance name='Vertex'> |
8437 | <fieldValue name='vertexText' value='"pages"'/> |
8438 | <fieldValue name='description' value='178: pages'/> |
8439 | <fieldValue name='url'/> |
8440 | <fieldValue name='radius' value='0.1500'/> |
8441 | <fieldValue name='displayMode'/> |
8442 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8443 | <fieldValue name='transparency' value='0'/> |
8444 | <fieldValue name='translation' value='1.65554 1.20047 1.21306'/> |
8445 | <fieldValue name='textTranslation' value='1.80554 1.20047 1.21306'/> |
8446 | <fieldValue name='textColor' value='0 0 0'/> |
8447 | </ProtoInstance> |
8448 | <ProtoInstance name='Vertex'> |
8449 | <fieldValue name='vertexText' value='"part"'/> |
8450 | <fieldValue name='description' value='179: part'/> |
8451 | <fieldValue name='url'/> |
8452 | <fieldValue name='radius' value='0.1500'/> |
8453 | <fieldValue name='displayMode'/> |
8454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8455 | <fieldValue name='transparency' value='0'/> |
8456 | <fieldValue name='translation' value='-0.78370 -1.01332 -1.02519'/> |
8457 | <fieldValue name='textTranslation' value='-0.63370 -1.01332 -1.02519'/> |
8458 | <fieldValue name='textColor' value='0 0 0'/> |
8459 | </ProtoInstance> |
8460 | <ProtoInstance name='Vertex'> |
8461 | <fieldValue name='vertexText' value='"patients"'/> |
8462 | <fieldValue name='description' value='180: patients'/> |
8463 | <fieldValue name='url'/> |
8464 | <fieldValue name='radius' value='0.1500'/> |
8465 | <fieldValue name='displayMode'/> |
8466 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8467 | <fieldValue name='transparency' value='0'/> |
8468 | <fieldValue name='translation' value='-0.66376 1.73352 0.05144'/> |
8469 | <fieldValue name='textTranslation' value='-0.51376 1.73352 0.05144'/> |
8470 | <fieldValue name='textColor' value='0 0 0'/> |
8471 | </ProtoInstance> |
8472 | <ProtoInstance name='Vertex'> |
8473 | <fieldValue name='vertexText' value='"pediatrics"'/> |
8474 | <fieldValue name='description' value='181: pediatrics'/> |
8475 | <fieldValue name='url'/> |
8476 | <fieldValue name='radius' value='0.1500'/> |
8477 | <fieldValue name='displayMode'/> |
8478 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8479 | <fieldValue name='transparency' value='0'/> |
8480 | <fieldValue name='translation' value='-0.91222 1.91772 0.02127'/> |
8481 | <fieldValue name='textTranslation' value='-0.76222 1.91772 0.02127'/> |
8482 | <fieldValue name='textColor' value='0 0 0'/> |
8483 | </ProtoInstance> |
8484 | <ProtoInstance name='Vertex'> |
8485 | <fieldValue name='vertexText' value='"people"'/> |
8486 | <fieldValue name='description' value='182: people'/> |
8487 | <fieldValue name='url'/> |
8488 | <fieldValue name='radius' value='0.1500'/> |
8489 | <fieldValue name='displayMode'/> |
8490 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8491 | <fieldValue name='transparency' value='0'/> |
8492 | <fieldValue name='translation' value='0.13249 1.51410 0.45034'/> |
8493 | <fieldValue name='textTranslation' value='0.28249 1.51410 0.45034'/> |
8494 | <fieldValue name='textColor' value='0 0 0'/> |
8495 | </ProtoInstance> |
8496 | <ProtoInstance name='Vertex'> |
8497 | <fieldValue name='vertexText' value='"person"'/> |
8498 | <fieldValue name='description' value='183: person'/> |
8499 | <fieldValue name='url'/> |
8500 | <fieldValue name='radius' value='0.1500'/> |
8501 | <fieldValue name='displayMode'/> |
8502 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8503 | <fieldValue name='transparency' value='0'/> |
8504 | <fieldValue name='translation' value='1.52645 1.76643 0.67093'/> |
8505 | <fieldValue name='textTranslation' value='1.67645 1.76643 0.67093'/> |
8506 | <fieldValue name='textColor' value='0 0 0'/> |
8507 | </ProtoInstance> |
8508 | <ProtoInstance name='Vertex'> |
8509 | <fieldValue name='vertexText' value='"personnel"'/> |
8510 | <fieldValue name='description' value='184: personnel'/> |
8511 | <fieldValue name='url'/> |
8512 | <fieldValue name='radius' value='0.1500'/> |
8513 | <fieldValue name='displayMode'/> |
8514 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8515 | <fieldValue name='transparency' value='0'/> |
8516 | <fieldValue name='translation' value='2.00286 -1.08230 -1.22006'/> |
8517 | <fieldValue name='textTranslation' value='2.15286 -1.08230 -1.22006'/> |
8518 | <fieldValue name='textColor' value='0 0 0'/> |
8519 | </ProtoInstance> |
8520 | <ProtoInstance name='Vertex'> |
8521 | <fieldValue name='vertexText' value='"persons"'/> |
8522 | <fieldValue name='description' value='185: persons'/> |
8523 | <fieldValue name='url'/> |
8524 | <fieldValue name='radius' value='0.1500'/> |
8525 | <fieldValue name='displayMode'/> |
8526 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8527 | <fieldValue name='transparency' value='0'/> |
8528 | <fieldValue name='translation' value='2.35209 0.99340 0.86151'/> |
8529 | <fieldValue name='textTranslation' value='2.50209 0.99340 0.86151'/> |
8530 | <fieldValue name='textColor' value='0 0 0'/> |
8531 | </ProtoInstance> |
8532 | <ProtoInstance name='Vertex'> |
8533 | <fieldValue name='vertexText' value='"petty"'/> |
8534 | <fieldValue name='description' value='186: petty'/> |
8535 | <fieldValue name='url'/> |
8536 | <fieldValue name='radius' value='0.1500'/> |
8537 | <fieldValue name='displayMode'/> |
8538 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8539 | <fieldValue name='transparency' value='0'/> |
8540 | <fieldValue name='translation' value='1.96917 -2.51421 1.12252'/> |
8541 | <fieldValue name='textTranslation' value='2.11917 -2.51421 1.12252'/> |
8542 | <fieldValue name='textColor' value='0 0 0'/> |
8543 | </ProtoInstance> |
8544 | <ProtoInstance name='Vertex'> |
8545 | <fieldValue name='vertexText' value='"phone"'/> |
8546 | <fieldValue name='description' value='187: phone'/> |
8547 | <fieldValue name='url'/> |
8548 | <fieldValue name='radius' value='0.1500'/> |
8549 | <fieldValue name='displayMode'/> |
8550 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8551 | <fieldValue name='transparency' value='0'/> |
8552 | <fieldValue name='translation' value='-0.51299 -0.74707 -0.46526'/> |
8553 | <fieldValue name='textTranslation' value='-0.36299 -0.74707 -0.46526'/> |
8554 | <fieldValue name='textColor' value='0 0 0'/> |
8555 | </ProtoInstance> |
8556 | <ProtoInstance name='Vertex'> |
8557 | <fieldValue name='vertexText' value='"photo"'/> |
8558 | <fieldValue name='description' value='188: photo'/> |
8559 | <fieldValue name='url'/> |
8560 | <fieldValue name='radius' value='0.1500'/> |
8561 | <fieldValue name='displayMode'/> |
8562 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8563 | <fieldValue name='transparency' value='0'/> |
8564 | <fieldValue name='translation' value='-0.39239 0.88445 -0.17941'/> |
8565 | <fieldValue name='textTranslation' value='-0.24239 0.88445 -0.17941'/> |
8566 | <fieldValue name='textColor' value='0 0 0'/> |
8567 | </ProtoInstance> |
8568 | <ProtoInstance name='Vertex'> |
8569 | <fieldValue name='vertexText' value='"policy"'/> |
8570 | <fieldValue name='description' value='189: policy'/> |
8571 | <fieldValue name='url'/> |
8572 | <fieldValue name='radius' value='0.1500'/> |
8573 | <fieldValue name='displayMode'/> |
8574 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8575 | <fieldValue name='transparency' value='0'/> |
8576 | <fieldValue name='translation' value='1.66366 0.24398 0.17922'/> |
8577 | <fieldValue name='textTranslation' value='1.81366 0.24398 0.17922'/> |
8578 | <fieldValue name='textColor' value='0 0 0'/> |
8579 | </ProtoInstance> |
8580 | <ProtoInstance name='Vertex'> |
8581 | <fieldValue name='vertexText' value='"presidents"'/> |
8582 | <fieldValue name='description' value='190: presidents'/> |
8583 | <fieldValue name='url'/> |
8584 | <fieldValue name='radius' value='0.1500'/> |
8585 | <fieldValue name='displayMode'/> |
8586 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8587 | <fieldValue name='transparency' value='0'/> |
8588 | <fieldValue name='translation' value='-0.55780 -0.64520 -0.53990'/> |
8589 | <fieldValue name='textTranslation' value='-0.40780 -0.64520 -0.53990'/> |
8590 | <fieldValue name='textColor' value='0 0 0'/> |
8591 | </ProtoInstance> |
8592 | <ProtoInstance name='Vertex'> |
8593 | <fieldValue name='vertexText' value='"press"'/> |
8594 | <fieldValue name='description' value='191: press'/> |
8595 | <fieldValue name='url'/> |
8596 | <fieldValue name='radius' value='0.1500'/> |
8597 | <fieldValue name='displayMode'/> |
8598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8599 | <fieldValue name='transparency' value='0'/> |
8600 | <fieldValue name='translation' value='-0.03868 -0.40955 -1.01963'/> |
8601 | <fieldValue name='textTranslation' value='0.11132 -0.40955 -1.01963'/> |
8602 | <fieldValue name='textColor' value='0 0 0'/> |
8603 | </ProtoInstance> |
8604 | <ProtoInstance name='Vertex'> |
8605 | <fieldValue name='vertexText' value='"profile"'/> |
8606 | <fieldValue name='description' value='192: profile'/> |
8607 | <fieldValue name='url'/> |
8608 | <fieldValue name='radius' value='0.1500'/> |
8609 | <fieldValue name='displayMode'/> |
8610 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8611 | <fieldValue name='transparency' value='0'/> |
8612 | <fieldValue name='translation' value='-1.18172 2.08263 0.02609'/> |
8613 | <fieldValue name='textTranslation' value='-1.03172 2.08263 0.02609'/> |
8614 | <fieldValue name='textColor' value='0 0 0'/> |
8615 | </ProtoInstance> |
8616 | <ProtoInstance name='Vertex'> |
8617 | <fieldValue name='vertexText' value='"programs"'/> |
8618 | <fieldValue name='description' value='193: programs'/> |
8619 | <fieldValue name='url'/> |
8620 | <fieldValue name='radius' value='0.1500'/> |
8621 | <fieldValue name='displayMode'/> |
8622 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
8623 | <fieldValue name='transparency' value='0'/> |
8624 | <fieldValue name='translation' value='-0.55648 0.84636 1.68140'/> |
8625 | <fieldValue name='textTranslation' value='-0.40648 0.84636 1.68140'/> |
8626 | <fieldValue name='textColor' value='0 0 0'/> |
8627 | </ProtoInstance> |
8628 | <ProtoInstance name='Vertex'> |
8629 | <fieldValue name='vertexText' value='"prospective"'/> |
8630 | <fieldValue name='description' value='194: prospective'/> |
8631 | <fieldValue name='url'/> |
8632 | <fieldValue name='radius' value='0.1500'/> |
8633 | <fieldValue name='displayMode'/> |
8634 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
8635 | <fieldValue name='transparency' value='0'/> |
8636 | <fieldValue name='translation' value='-0.58145 2.41612 -1.99364'/> |
8637 | <fieldValue name='textTranslation' value='-0.43145 2.41612 -1.99364'/> |
8638 | <fieldValue name='textColor' value='0 0 0'/> |
8639 | </ProtoInstance> |
8640 | <ProtoInstance name='Vertex'> |
8641 | <fieldValue name='vertexText' value='"providing"'/> |
8642 | <fieldValue name='description' value='195: providing'/> |
8643 | <fieldValue name='url'/> |
8644 | <fieldValue name='radius' value='0.1500'/> |
8645 | <fieldValue name='displayMode'/> |
8646 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
8647 | <fieldValue name='transparency' value='0'/> |
8648 | <fieldValue name='translation' value='-0.67382 0.76202 1.61470'/> |
8649 | <fieldValue name='textTranslation' value='-0.52382 0.76202 1.61470'/> |
8650 | <fieldValue name='textColor' value='0 0 0'/> |
8651 | </ProtoInstance> |
8652 | <ProtoInstance name='Vertex'> |
8653 | <fieldValue name='vertexText' value='"quake"'/> |
8654 | <fieldValue name='description' value='196: quake'/> |
8655 | <fieldValue name='url'/> |
8656 | <fieldValue name='radius' value='0.1500'/> |
8657 | <fieldValue name='displayMode'/> |
8658 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8659 | <fieldValue name='transparency' value='0'/> |
8660 | <fieldValue name='translation' value='-0.84020 -1.10879 -0.39385'/> |
8661 | <fieldValue name='textTranslation' value='-0.69020 -1.10879 -0.39385'/> |
8662 | <fieldValue name='textColor' value='0 0 0'/> |
8663 | </ProtoInstance> |
8664 | <ProtoInstance name='Vertex'> |
8665 | <fieldValue name='vertexText' value='"rebuild"'/> |
8666 | <fieldValue name='description' value='197: rebuild'/> |
8667 | <fieldValue name='url'/> |
8668 | <fieldValue name='radius' value='0.1500'/> |
8669 | <fieldValue name='displayMode'/> |
8670 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8671 | <fieldValue name='transparency' value='0'/> |
8672 | <fieldValue name='translation' value='1.66848 1.20871 1.26068'/> |
8673 | <fieldValue name='textTranslation' value='1.81848 1.20871 1.26068'/> |
8674 | <fieldValue name='textColor' value='0 0 0'/> |
8675 | </ProtoInstance> |
8676 | <ProtoInstance name='Vertex'> |
8677 | <fieldValue name='vertexText' value='"receive"'/> |
8678 | <fieldValue name='description' value='198: receive'/> |
8679 | <fieldValue name='url'/> |
8680 | <fieldValue name='radius' value='0.1500'/> |
8681 | <fieldValue name='displayMode'/> |
8682 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8683 | <fieldValue name='transparency' value='0'/> |
8684 | <fieldValue name='translation' value='-0.66540 1.70154 0.08972'/> |
8685 | <fieldValue name='textTranslation' value='-0.51540 1.70154 0.08972'/> |
8686 | <fieldValue name='textColor' value='0 0 0'/> |
8687 | </ProtoInstance> |
8688 | <ProtoInstance name='Vertex'> |
8689 | <fieldValue name='vertexText' value='"received"'/> |
8690 | <fieldValue name='description' value='199: received'/> |
8691 | <fieldValue name='url'/> |
8692 | <fieldValue name='radius' value='0.1500'/> |
8693 | <fieldValue name='displayMode'/> |
8694 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
8695 | <fieldValue name='transparency' value='0'/> |
8696 | <fieldValue name='translation' value='-0.27366 2.36542 -1.66797'/> |
8697 | <fieldValue name='textTranslation' value='-0.12366 2.36542 -1.66797'/> |
8698 | <fieldValue name='textColor' value='0 0 0'/> |
8699 | </ProtoInstance> |
8700 | <ProtoInstance name='Vertex'> |
8701 | <fieldValue name='vertexText' value='"reconcile"'/> |
8702 | <fieldValue name='description' value='200: reconcile'/> |
8703 | <fieldValue name='url'/> |
8704 | <fieldValue name='radius' value='0.1500'/> |
8705 | <fieldValue name='displayMode'/> |
8706 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8707 | <fieldValue name='transparency' value='0'/> |
8708 | <fieldValue name='translation' value='2.33591 -1.40826 -2.71845'/> |
8709 | <fieldValue name='textTranslation' value='2.48591 -1.40826 -2.71845'/> |
8710 | <fieldValue name='textColor' value='0 0 0'/> |
8711 | </ProtoInstance> |
8712 | <ProtoInstance name='Vertex'> |
8713 | <fieldValue name='vertexText' value='"recurring"'/> |
8714 | <fieldValue name='description' value='201: recurring'/> |
8715 | <fieldValue name='url'/> |
8716 | <fieldValue name='radius' value='0.1500'/> |
8717 | <fieldValue name='displayMode'/> |
8718 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8719 | <fieldValue name='transparency' value='0'/> |
8720 | <fieldValue name='translation' value='2.02116 1.29103 1.61453'/> |
8721 | <fieldValue name='textTranslation' value='2.17116 1.29103 1.61453'/> |
8722 | <fieldValue name='textColor' value='0 0 0'/> |
8723 | </ProtoInstance> |
8724 | <ProtoInstance name='Vertex'> |
8725 | <fieldValue name='vertexText' value='"reproduction"'/> |
8726 | <fieldValue name='description' value='202: reproduction'/> |
8727 | <fieldValue name='url'/> |
8728 | <fieldValue name='radius' value='0.1500'/> |
8729 | <fieldValue name='displayMode'/> |
8730 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8731 | <fieldValue name='transparency' value='0'/> |
8732 | <fieldValue name='translation' value='2.11025 -1.55900 0.01543'/> |
8733 | <fieldValue name='textTranslation' value='2.26025 -1.55900 0.01543'/> |
8734 | <fieldValue name='textColor' value='0 0 0'/> |
8735 | </ProtoInstance> |
8736 | <ProtoInstance name='Vertex'> |
8737 | <fieldValue name='vertexText' value='"request"'/> |
8738 | <fieldValue name='description' value='203: request'/> |
8739 | <fieldValue name='url'/> |
8740 | <fieldValue name='radius' value='0.1500'/> |
8741 | <fieldValue name='displayMode'/> |
8742 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8743 | <fieldValue name='transparency' value='0'/> |
8744 | <fieldValue name='translation' value='-0.65286 1.59766 -0.00388'/> |
8745 | <fieldValue name='textTranslation' value='-0.50286 1.59766 -0.00388'/> |
8746 | <fieldValue name='textColor' value='0 0 0'/> |
8747 | </ProtoInstance> |
8748 | <ProtoInstance name='Vertex'> |
8749 | <fieldValue name='vertexText' value='"rescue"'/> |
8750 | <fieldValue name='description' value='204: rescue'/> |
8751 | <fieldValue name='url'/> |
8752 | <fieldValue name='radius' value='0.1500'/> |
8753 | <fieldValue name='displayMode'/> |
8754 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8755 | <fieldValue name='transparency' value='0'/> |
8756 | <fieldValue name='translation' value='1.93817 -1.09632 -1.24515'/> |
8757 | <fieldValue name='textTranslation' value='2.08817 -1.09632 -1.24515'/> |
8758 | <fieldValue name='textColor' value='0 0 0'/> |
8759 | </ProtoInstance> |
8760 | <ProtoInstance name='Vertex'> |
8761 | <fieldValue name='vertexText' value='"rescued"'/> |
8762 | <fieldValue name='description' value='205: rescued'/> |
8763 | <fieldValue name='url'/> |
8764 | <fieldValue name='radius' value='0.1500'/> |
8765 | <fieldValue name='displayMode'/> |
8766 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8767 | <fieldValue name='transparency' value='0'/> |
8768 | <fieldValue name='translation' value='2.28405 -1.36736 -1.93960'/> |
8769 | <fieldValue name='textTranslation' value='2.43405 -1.36736 -1.93960'/> |
8770 | <fieldValue name='textColor' value='0 0 0'/> |
8771 | </ProtoInstance> |
8772 | <ProtoInstance name='Vertex'> |
8773 | <fieldValue name='vertexText' value='"rescuing"'/> |
8774 | <fieldValue name='description' value='206: rescuing'/> |
8775 | <fieldValue name='url'/> |
8776 | <fieldValue name='radius' value='0.1500'/> |
8777 | <fieldValue name='displayMode'/> |
8778 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8779 | <fieldValue name='transparency' value='0'/> |
8780 | <fieldValue name='translation' value='2.57173 -1.45340 -2.55906'/> |
8781 | <fieldValue name='textTranslation' value='2.72173 -1.45340 -2.55906'/> |
8782 | <fieldValue name='textColor' value='0 0 0'/> |
8783 | </ProtoInstance> |
8784 | <ProtoInstance name='Vertex'> |
8785 | <fieldValue name='vertexText' value='"reserved"'/> |
8786 | <fieldValue name='description' value='207: reserved'/> |
8787 | <fieldValue name='url'/> |
8788 | <fieldValue name='radius' value='0.1500'/> |
8789 | <fieldValue name='displayMode'/> |
8790 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8791 | <fieldValue name='transparency' value='0'/> |
8792 | <fieldValue name='translation' value='1.84842 -1.55619 0.23868'/> |
8793 | <fieldValue name='textTranslation' value='1.99842 -1.55619 0.23868'/> |
8794 | <fieldValue name='textColor' value='0 0 0'/> |
8795 | </ProtoInstance> |
8796 | <ProtoInstance name='Vertex'> |
8797 | <fieldValue name='vertexText' value='"response"'/> |
8798 | <fieldValue name='description' value='208: response'/> |
8799 | <fieldValue name='url'/> |
8800 | <fieldValue name='radius' value='0.1500'/> |
8801 | <fieldValue name='displayMode'/> |
8802 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8803 | <fieldValue name='transparency' value='0'/> |
8804 | <fieldValue name='translation' value='0.78930 1.48812 1.15647'/> |
8805 | <fieldValue name='textTranslation' value='0.93930 1.48812 1.15647'/> |
8806 | <fieldValue name='textColor' value='0 0 0'/> |
8807 | </ProtoInstance> |
8808 | <ProtoInstance name='Vertex'> |
8809 | <fieldValue name='vertexText' value='"rubble"'/> |
8810 | <fieldValue name='description' value='209: rubble'/> |
8811 | <fieldValue name='url'/> |
8812 | <fieldValue name='radius' value='0.1500'/> |
8813 | <fieldValue name='displayMode'/> |
8814 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8815 | <fieldValue name='transparency' value='0'/> |
8816 | <fieldValue name='translation' value='2.15225 -1.49690 -2.32729'/> |
8817 | <fieldValue name='textTranslation' value='2.30225 -1.49690 -2.32729'/> |
8818 | <fieldValue name='textColor' value='0 0 0'/> |
8819 | </ProtoInstance> |
8820 | <ProtoInstance name='Vertex'> |
8821 | <fieldValue name='vertexText' value='"run"'/> |
8822 | <fieldValue name='description' value='210: run'/> |
8823 | <fieldValue name='url'/> |
8824 | <fieldValue name='radius' value='0.1500'/> |
8825 | <fieldValue name='displayMode'/> |
8826 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8827 | <fieldValue name='transparency' value='0'/> |
8828 | <fieldValue name='translation' value='-0.41269 -1.20072 -0.78895'/> |
8829 | <fieldValue name='textTranslation' value='-0.26269 -1.20072 -0.78895'/> |
8830 | <fieldValue name='textColor' value='0 0 0'/> |
8831 | </ProtoInstance> |
8832 | <ProtoInstance name='Vertex'> |
8833 | <fieldValue name='vertexText' value='"rushing"'/> |
8834 | <fieldValue name='description' value='211: rushing'/> |
8835 | <fieldValue name='url'/> |
8836 | <fieldValue name='radius' value='0.1500'/> |
8837 | <fieldValue name='displayMode'/> |
8838 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8839 | <fieldValue name='transparency' value='0'/> |
8840 | <fieldValue name='translation' value='0.34186 0.26481 -0.90311'/> |
8841 | <fieldValue name='textTranslation' value='0.49186 0.26481 -0.90311'/> |
8842 | <fieldValue name='textColor' value='0 0 0'/> |
8843 | </ProtoInstance> |
8844 | <ProtoInstance name='Vertex'> |
8845 | <fieldValue name='vertexText' value='"safe"'/> |
8846 | <fieldValue name='description' value='212: safe'/> |
8847 | <fieldValue name='url'/> |
8848 | <fieldValue name='radius' value='0.1500'/> |
8849 | <fieldValue name='displayMode'/> |
8850 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8851 | <fieldValue name='transparency' value='0'/> |
8852 | <fieldValue name='translation' value='-0.91374 1.91957 0.02261'/> |
8853 | <fieldValue name='textTranslation' value='-0.76374 1.91957 0.02261'/> |
8854 | <fieldValue name='textColor' value='0 0 0'/> |
8855 | </ProtoInstance> |
8856 | <ProtoInstance name='Vertex'> |
8857 | <fieldValue name='vertexText' value='"scenes"'/> |
8858 | <fieldValue name='description' value='213: scenes'/> |
8859 | <fieldValue name='url'/> |
8860 | <fieldValue name='radius' value='0.1500'/> |
8861 | <fieldValue name='displayMode'/> |
8862 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8863 | <fieldValue name='transparency' value='0'/> |
8864 | <fieldValue name='translation' value='2.20338 0.65553 0.59733'/> |
8865 | <fieldValue name='textTranslation' value='2.35338 0.65553 0.59733'/> |
8866 | <fieldValue name='textColor' value='0 0 0'/> |
8867 | </ProtoInstance> |
8868 | <ProtoInstance name='Vertex'> |
8869 | <fieldValue name='vertexText' value='"se"'/> |
8870 | <fieldValue name='description' value='214: se'/> |
8871 | <fieldValue name='url'/> |
8872 | <fieldValue name='radius' value='0.1500'/> |
8873 | <fieldValue name='displayMode'/> |
8874 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8875 | <fieldValue name='transparency' value='0'/> |
8876 | <fieldValue name='translation' value='2.48542 -1.06402 -0.95612'/> |
8877 | <fieldValue name='textTranslation' value='2.63542 -1.06402 -0.95612'/> |
8878 | <fieldValue name='textColor' value='0 0 0'/> |
8879 | </ProtoInstance> |
8880 | <ProtoInstance name='Vertex'> |
8881 | <fieldValue name='vertexText' value='"search"'/> |
8882 | <fieldValue name='description' value='215: search'/> |
8883 | <fieldValue name='url'/> |
8884 | <fieldValue name='radius' value='0.1500'/> |
8885 | <fieldValue name='displayMode'/> |
8886 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8887 | <fieldValue name='transparency' value='0'/> |
8888 | <fieldValue name='translation' value='2.21698 -1.44658 -1.88849'/> |
8889 | <fieldValue name='textTranslation' value='2.36698 -1.44658 -1.88849'/> |
8890 | <fieldValue name='textColor' value='0 0 0'/> |
8891 | </ProtoInstance> |
8892 | <ProtoInstance name='Vertex'> |
8893 | <fieldValue name='vertexText' value='"secretary"'/> |
8894 | <fieldValue name='description' value='216: secretary'/> |
8895 | <fieldValue name='url'/> |
8896 | <fieldValue name='radius' value='0.1500'/> |
8897 | <fieldValue name='displayMode'/> |
8898 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8899 | <fieldValue name='transparency' value='0'/> |
8900 | <fieldValue name='translation' value='1.34392 1.96905 1.38923'/> |
8901 | <fieldValue name='textTranslation' value='1.49392 1.96905 1.38923'/> |
8902 | <fieldValue name='textColor' value='0 0 0'/> |
8903 | </ProtoInstance> |
8904 | <ProtoInstance name='Vertex'> |
8905 | <fieldValue name='vertexText' value='"security"'/> |
8906 | <fieldValue name='description' value='217: security'/> |
8907 | <fieldValue name='url'/> |
8908 | <fieldValue name='radius' value='0.1500'/> |
8909 | <fieldValue name='displayMode'/> |
8910 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
8911 | <fieldValue name='transparency' value='0'/> |
8912 | <fieldValue name='translation' value='2.08175 -0.48916 -0.17615'/> |
8913 | <fieldValue name='textTranslation' value='2.23175 -0.48916 -0.17615'/> |
8914 | <fieldValue name='textColor' value='0 0 0'/> |
8915 | </ProtoInstance> |
8916 | <ProtoInstance name='Vertex'> |
8917 | <fieldValue name='vertexText' value='"serves"'/> |
8918 | <fieldValue name='description' value='218: serves'/> |
8919 | <fieldValue name='url'/> |
8920 | <fieldValue name='radius' value='0.1500'/> |
8921 | <fieldValue name='displayMode'/> |
8922 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
8923 | <fieldValue name='transparency' value='0'/> |
8924 | <fieldValue name='translation' value='0.24530 1.35018 0.15953'/> |
8925 | <fieldValue name='textTranslation' value='0.39530 1.35018 0.15953'/> |
8926 | <fieldValue name='textColor' value='0 0 0'/> |
8927 | </ProtoInstance> |
8928 | <ProtoInstance name='Vertex'> |
8929 | <fieldValue name='vertexText' value='"service"'/> |
8930 | <fieldValue name='description' value='219: service'/> |
8931 | <fieldValue name='url'/> |
8932 | <fieldValue name='radius' value='0.1500'/> |
8933 | <fieldValue name='displayMode'/> |
8934 | <fieldValue name='diffuseColor' value='0 0 0'/> |
8935 | <fieldValue name='transparency' value='0'/> |
8936 | <fieldValue name='translation' value='0.50823 -0.51166 -0.55045'/> |
8937 | <fieldValue name='textTranslation' value='0.65823 -0.51166 -0.55045'/> |
8938 | <fieldValue name='textColor' value='0 0 0'/> |
8939 | </ProtoInstance> |
8940 | <ProtoInstance name='Vertex'> |
8941 | <fieldValue name='vertexText' value='"services"'/> |
8942 | <fieldValue name='description' value='220: services'/> |
8943 | <fieldValue name='url'/> |
8944 | <fieldValue name='radius' value='0.1500'/> |
8945 | <fieldValue name='displayMode'/> |
8946 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
8947 | <fieldValue name='transparency' value='0'/> |
8948 | <fieldValue name='translation' value='0.38945 2.37522 -0.58135'/> |
8949 | <fieldValue name='textTranslation' value='0.53945 2.37522 -0.58135'/> |
8950 | <fieldValue name='textColor' value='0 0 0'/> |
8951 | </ProtoInstance> |
8952 | <ProtoInstance name='Vertex'> |
8953 | <fieldValue name='vertexText' value='"share"'/> |
8954 | <fieldValue name='description' value='221: share'/> |
8955 | <fieldValue name='url'/> |
8956 | <fieldValue name='radius' value='0.1500'/> |
8957 | <fieldValue name='displayMode'/> |
8958 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8959 | <fieldValue name='transparency' value='0'/> |
8960 | <fieldValue name='translation' value='1.59947 0.88606 0.41006'/> |
8961 | <fieldValue name='textTranslation' value='1.74947 0.88606 0.41006'/> |
8962 | <fieldValue name='textColor' value='0 0 0'/> |
8963 | </ProtoInstance> |
8964 | <ProtoInstance name='Vertex'> |
8965 | <fieldValue name='vertexText' value='"shared"'/> |
8966 | <fieldValue name='description' value='222: shared'/> |
8967 | <fieldValue name='url'/> |
8968 | <fieldValue name='radius' value='0.1500'/> |
8969 | <fieldValue name='displayMode'/> |
8970 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
8971 | <fieldValue name='transparency' value='0'/> |
8972 | <fieldValue name='translation' value='2.31192 1.74532 0.71678'/> |
8973 | <fieldValue name='textTranslation' value='2.46192 1.74532 0.71678'/> |
8974 | <fieldValue name='textColor' value='0 0 0'/> |
8975 | </ProtoInstance> |
8976 | <ProtoInstance name='Vertex'> |
8977 | <fieldValue name='vertexText' value='"shelter"'/> |
8978 | <fieldValue name='description' value='223: shelter'/> |
8979 | <fieldValue name='url'/> |
8980 | <fieldValue name='radius' value='0.1500'/> |
8981 | <fieldValue name='displayMode'/> |
8982 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
8983 | <fieldValue name='transparency' value='0'/> |
8984 | <fieldValue name='translation' value='-0.15463 1.67766 1.75695'/> |
8985 | <fieldValue name='textTranslation' value='-0.00463 1.67766 1.75695'/> |
8986 | <fieldValue name='textColor' value='0 0 0'/> |
8987 | </ProtoInstance> |
8988 | <ProtoInstance name='Vertex'> |
8989 | <fieldValue name='vertexText' value='"ships"'/> |
8990 | <fieldValue name='description' value='224: ships'/> |
8991 | <fieldValue name='url'/> |
8992 | <fieldValue name='radius' value='0.1500'/> |
8993 | <fieldValue name='displayMode'/> |
8994 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
8995 | <fieldValue name='transparency' value='0'/> |
8996 | <fieldValue name='translation' value='1.78846 -2.65879 1.51985'/> |
8997 | <fieldValue name='textTranslation' value='1.93846 -2.65879 1.51985'/> |
8998 | <fieldValue name='textColor' value='0 0 0'/> |
8999 | </ProtoInstance> |
9000 | <ProtoInstance name='Vertex'> |
9001 | <fieldValue name='vertexText' value='"shows"'/> |
9002 | <fieldValue name='description' value='225: shows'/> |
9003 | <fieldValue name='url'/> |
9004 | <fieldValue name='radius' value='0.1500'/> |
9005 | <fieldValue name='displayMode'/> |
9006 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9007 | <fieldValue name='transparency' value='0'/> |
9008 | <fieldValue name='translation' value='-1.21091 -0.59614 -0.77452'/> |
9009 | <fieldValue name='textTranslation' value='-1.06091 -0.59614 -0.77452'/> |
9010 | <fieldValue name='textColor' value='0 0 0'/> |
9011 | </ProtoInstance> |
9012 | <ProtoInstance name='Vertex'> |
9013 | <fieldValue name='vertexText' value='"similar"'/> |
9014 | <fieldValue name='description' value='226: similar'/> |
9015 | <fieldValue name='url'/> |
9016 | <fieldValue name='radius' value='0.1500'/> |
9017 | <fieldValue name='displayMode'/> |
9018 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9019 | <fieldValue name='transparency' value='0'/> |
9020 | <fieldValue name='translation' value='-1.16352 -0.75967 -0.55546'/> |
9021 | <fieldValue name='textTranslation' value='-1.01352 -0.75967 -0.55546'/> |
9022 | <fieldValue name='textColor' value='0 0 0'/> |
9023 | </ProtoInstance> |
9024 | <ProtoInstance name='Vertex'> |
9025 | <fieldValue name='vertexText' value='"soldiers"'/> |
9026 | <fieldValue name='description' value='227: soldiers'/> |
9027 | <fieldValue name='url'/> |
9028 | <fieldValue name='radius' value='0.1500'/> |
9029 | <fieldValue name='displayMode'/> |
9030 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9031 | <fieldValue name='transparency' value='0'/> |
9032 | <fieldValue name='translation' value='-0.10718 -0.80387 -0.68790'/> |
9033 | <fieldValue name='textTranslation' value='0.04282 -0.80387 -0.68790'/> |
9034 | <fieldValue name='textColor' value='0 0 0'/> |
9035 | </ProtoInstance> |
9036 | <ProtoInstance name='Vertex'> |
9037 | <fieldValue name='vertexText' value='"south"'/> |
9038 | <fieldValue name='description' value='228: south'/> |
9039 | <fieldValue name='url'/> |
9040 | <fieldValue name='radius' value='0.1500'/> |
9041 | <fieldValue name='displayMode'/> |
9042 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9043 | <fieldValue name='transparency' value='0'/> |
9044 | <fieldValue name='translation' value='1.82824 1.39989 0.78437'/> |
9045 | <fieldValue name='textTranslation' value='1.97824 1.39989 0.78437'/> |
9046 | <fieldValue name='textColor' value='0 0 0'/> |
9047 | </ProtoInstance> |
9048 | <ProtoInstance name='Vertex'> |
9049 | <fieldValue name='vertexText' value='"southern"'/> |
9050 | <fieldValue name='description' value='229: southern'/> |
9051 | <fieldValue name='url'/> |
9052 | <fieldValue name='radius' value='0.1500'/> |
9053 | <fieldValue name='displayMode'/> |
9054 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9055 | <fieldValue name='transparency' value='0'/> |
9056 | <fieldValue name='translation' value='0.53916 -0.56069 -0.43642'/> |
9057 | <fieldValue name='textTranslation' value='0.68916 -0.56069 -0.43642'/> |
9058 | <fieldValue name='textColor' value='0 0 0'/> |
9059 | </ProtoInstance> |
9060 | <ProtoInstance name='Vertex'> |
9061 | <fieldValue name='vertexText' value='"started"'/> |
9062 | <fieldValue name='description' value='230: started'/> |
9063 | <fieldValue name='url'/> |
9064 | <fieldValue name='radius' value='0.1500'/> |
9065 | <fieldValue name='displayMode'/> |
9066 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
9067 | <fieldValue name='transparency' value='0'/> |
9068 | <fieldValue name='translation' value='-1.41709 0.67584 1.92830'/> |
9069 | <fieldValue name='textTranslation' value='-1.26709 0.67584 1.92830'/> |
9070 | <fieldValue name='textColor' value='0 0 0'/> |
9071 | </ProtoInstance> |
9072 | <ProtoInstance name='Vertex'> |
9073 | <fieldValue name='vertexText' value='"state"'/> |
9074 | <fieldValue name='description' value='231: state'/> |
9075 | <fieldValue name='url'/> |
9076 | <fieldValue name='radius' value='0.1500'/> |
9077 | <fieldValue name='displayMode'/> |
9078 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
9079 | <fieldValue name='transparency' value='0'/> |
9080 | <fieldValue name='translation' value='0.78686 1.65947 1.10693'/> |
9081 | <fieldValue name='textTranslation' value='0.93686 1.65947 1.10693'/> |
9082 | <fieldValue name='textColor' value='0 0 0'/> |
9083 | </ProtoInstance> |
9084 | <ProtoInstance name='Vertex'> |
9085 | <fieldValue name='vertexText' value='"states"'/> |
9086 | <fieldValue name='description' value='232: states'/> |
9087 | <fieldValue name='url'/> |
9088 | <fieldValue name='radius' value='0.1500'/> |
9089 | <fieldValue name='displayMode'/> |
9090 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9091 | <fieldValue name='transparency' value='0'/> |
9092 | <fieldValue name='translation' value='0.60757 0.50207 -0.00994'/> |
9093 | <fieldValue name='textTranslation' value='0.75757 0.50207 -0.00994'/> |
9094 | <fieldValue name='textColor' value='0 0 0'/> |
9095 | </ProtoInstance> |
9096 | <ProtoInstance name='Vertex'> |
9097 | <fieldValue name='vertexText' value='"status"'/> |
9098 | <fieldValue name='description' value='233: status'/> |
9099 | <fieldValue name='url'/> |
9100 | <fieldValue name='radius' value='0.1500'/> |
9101 | <fieldValue name='displayMode'/> |
9102 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9103 | <fieldValue name='transparency' value='0'/> |
9104 | <fieldValue name='translation' value='2.09161 -1.42937 -2.18352'/> |
9105 | <fieldValue name='textTranslation' value='2.24161 -1.42937 -2.18352'/> |
9106 | <fieldValue name='textColor' value='0 0 0'/> |
9107 | </ProtoInstance> |
9108 | <ProtoInstance name='Vertex'> |
9109 | <fieldValue name='vertexText' value='"stricken"'/> |
9110 | <fieldValue name='description' value='234: stricken'/> |
9111 | <fieldValue name='url'/> |
9112 | <fieldValue name='radius' value='0.1500'/> |
9113 | <fieldValue name='displayMode'/> |
9114 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9115 | <fieldValue name='transparency' value='0'/> |
9116 | <fieldValue name='translation' value='-0.72706 -0.42560 -1.47218'/> |
9117 | <fieldValue name='textTranslation' value='-0.57706 -0.42560 -1.47218'/> |
9118 | <fieldValue name='textColor' value='0 0 0'/> |
9119 | </ProtoInstance> |
9120 | <ProtoInstance name='Vertex'> |
9121 | <fieldValue name='vertexText' value='"subject"'/> |
9122 | <fieldValue name='description' value='235: subject'/> |
9123 | <fieldValue name='url'/> |
9124 | <fieldValue name='radius' value='0.1500'/> |
9125 | <fieldValue name='displayMode'/> |
9126 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9127 | <fieldValue name='transparency' value='0'/> |
9128 | <fieldValue name='translation' value='1.38594 -1.02371 -0.56484'/> |
9129 | <fieldValue name='textTranslation' value='1.53594 -1.02371 -0.56484'/> |
9130 | <fieldValue name='textColor' value='0 0 0'/> |
9131 | </ProtoInstance> |
9132 | <ProtoInstance name='Vertex'> |
9133 | <fieldValue name='vertexText' value='"success"'/> |
9134 | <fieldValue name='description' value='236: success'/> |
9135 | <fieldValue name='url'/> |
9136 | <fieldValue name='radius' value='0.1500'/> |
9137 | <fieldValue name='displayMode'/> |
9138 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9139 | <fieldValue name='transparency' value='0'/> |
9140 | <fieldValue name='translation' value='-0.77192 -1.09089 -0.38847'/> |
9141 | <fieldValue name='textTranslation' value='-0.62192 -1.09089 -0.38847'/> |
9142 | <fieldValue name='textColor' value='0 0 0'/> |
9143 | </ProtoInstance> |
9144 | <ProtoInstance name='Vertex'> |
9145 | <fieldValue name='vertexText' value='"sudan"'/> |
9146 | <fieldValue name='description' value='237: sudan'/> |
9147 | <fieldValue name='url'/> |
9148 | <fieldValue name='radius' value='0.1500'/> |
9149 | <fieldValue name='displayMode'/> |
9150 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9151 | <fieldValue name='transparency' value='0'/> |
9152 | <fieldValue name='translation' value='2.28647 1.48235 1.21404'/> |
9153 | <fieldValue name='textTranslation' value='2.43647 1.48235 1.21404'/> |
9154 | <fieldValue name='textColor' value='0 0 0'/> |
9155 | </ProtoInstance> |
9156 | <ProtoInstance name='Vertex'> |
9157 | <fieldValue name='vertexText' value='"sunday"'/> |
9158 | <fieldValue name='description' value='238: sunday'/> |
9159 | <fieldValue name='url'/> |
9160 | <fieldValue name='radius' value='0.1500'/> |
9161 | <fieldValue name='displayMode'/> |
9162 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9163 | <fieldValue name='transparency' value='0'/> |
9164 | <fieldValue name='translation' value='1.98692 1.46617 1.58728'/> |
9165 | <fieldValue name='textTranslation' value='2.13692 1.46617 1.58728'/> |
9166 | <fieldValue name='textColor' value='0 0 0'/> |
9167 | </ProtoInstance> |
9168 | <ProtoInstance name='Vertex'> |
9169 | <fieldValue name='vertexText' value='"super"'/> |
9170 | <fieldValue name='description' value='239: super'/> |
9171 | <fieldValue name='url'/> |
9172 | <fieldValue name='radius' value='0.1500'/> |
9173 | <fieldValue name='displayMode'/> |
9174 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9175 | <fieldValue name='transparency' value='0'/> |
9176 | <fieldValue name='translation' value='1.98445 1.71216 1.43569'/> |
9177 | <fieldValue name='textTranslation' value='2.13445 1.71216 1.43569'/> |
9178 | <fieldValue name='textColor' value='0 0 0'/> |
9179 | </ProtoInstance> |
9180 | <ProtoInstance name='Vertex'> |
9181 | <fieldValue name='vertexText' value='"supplies"'/> |
9182 | <fieldValue name='description' value='240: supplies'/> |
9183 | <fieldValue name='url'/> |
9184 | <fieldValue name='radius' value='0.1500'/> |
9185 | <fieldValue name='displayMode'/> |
9186 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
9187 | <fieldValue name='transparency' value='0'/> |
9188 | <fieldValue name='translation' value='-1.10753 0.66145 1.70555'/> |
9189 | <fieldValue name='textTranslation' value='-0.95753 0.66145 1.70555'/> |
9190 | <fieldValue name='textColor' value='0 0 0'/> |
9191 | </ProtoInstance> |
9192 | <ProtoInstance name='Vertex'> |
9193 | <fieldValue name='vertexText' value='"support"'/> |
9194 | <fieldValue name='description' value='241: support'/> |
9195 | <fieldValue name='url'/> |
9196 | <fieldValue name='radius' value='0.1500'/> |
9197 | <fieldValue name='displayMode'/> |
9198 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
9199 | <fieldValue name='transparency' value='0'/> |
9200 | <fieldValue name='translation' value='-0.11059 0.66337 0.55795'/> |
9201 | <fieldValue name='textTranslation' value='0.03941 0.66337 0.55795'/> |
9202 | <fieldValue name='textColor' value='0 0 0'/> |
9203 | </ProtoInstance> |
9204 | <ProtoInstance name='Vertex'> |
9205 | <fieldValue name='vertexText' value='"sustain"'/> |
9206 | <fieldValue name='description' value='242: sustain'/> |
9207 | <fieldValue name='url'/> |
9208 | <fieldValue name='radius' value='0.1500'/> |
9209 | <fieldValue name='displayMode'/> |
9210 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
9211 | <fieldValue name='transparency' value='0'/> |
9212 | <fieldValue name='translation' value='1.01785 1.53823 1.20090'/> |
9213 | <fieldValue name='textTranslation' value='1.16785 1.53823 1.20090'/> |
9214 | <fieldValue name='textColor' value='0 0 0'/> |
9215 | </ProtoInstance> |
9216 | <ProtoInstance name='Vertex'> |
9217 | <fieldValue name='vertexText' value='"swift"'/> |
9218 | <fieldValue name='description' value='243: swift'/> |
9219 | <fieldValue name='url'/> |
9220 | <fieldValue name='radius' value='0.1500'/> |
9221 | <fieldValue name='displayMode'/> |
9222 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9223 | <fieldValue name='transparency' value='0'/> |
9224 | <fieldValue name='translation' value='1.63019 1.56364 0.51539'/> |
9225 | <fieldValue name='textTranslation' value='1.78019 1.56364 0.51539'/> |
9226 | <fieldValue name='textColor' value='0 0 0'/> |
9227 | </ProtoInstance> |
9228 | <ProtoInstance name='Vertex'> |
9229 | <fieldValue name='vertexText' value='"team"'/> |
9230 | <fieldValue name='description' value='244: team'/> |
9231 | <fieldValue name='url'/> |
9232 | <fieldValue name='radius' value='0.1500'/> |
9233 | <fieldValue name='displayMode'/> |
9234 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
9235 | <fieldValue name='transparency' value='0'/> |
9236 | <fieldValue name='translation' value='-0.28831 0.45710 0.66655'/> |
9237 | <fieldValue name='textTranslation' value='-0.13831 0.45710 0.66655'/> |
9238 | <fieldValue name='textColor' value='0 0 0'/> |
9239 | </ProtoInstance> |
9240 | <ProtoInstance name='Vertex'> |
9241 | <fieldValue name='vertexText' value='"teams"'/> |
9242 | <fieldValue name='description' value='245: teams'/> |
9243 | <fieldValue name='url'/> |
9244 | <fieldValue name='radius' value='0.1500'/> |
9245 | <fieldValue name='displayMode'/> |
9246 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
9247 | <fieldValue name='transparency' value='0'/> |
9248 | <fieldValue name='translation' value='-0.65101 0.79851 1.59613'/> |
9249 | <fieldValue name='textTranslation' value='-0.50101 0.79851 1.59613'/> |
9250 | <fieldValue name='textColor' value='0 0 0'/> |
9251 | </ProtoInstance> |
9252 | <ProtoInstance name='Vertex'> |
9253 | <fieldValue name='vertexText' value='"terms"'/> |
9254 | <fieldValue name='description' value='246: terms'/> |
9255 | <fieldValue name='url'/> |
9256 | <fieldValue name='radius' value='0.1500'/> |
9257 | <fieldValue name='displayMode'/> |
9258 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9259 | <fieldValue name='transparency' value='0'/> |
9260 | <fieldValue name='translation' value='2.17119 -1.58750 -2.29484'/> |
9261 | <fieldValue name='textTranslation' value='2.32119 -1.58750 -2.29484'/> |
9262 | <fieldValue name='textColor' value='0 0 0'/> |
9263 | </ProtoInstance> |
9264 | <ProtoInstance name='Vertex'> |
9265 | <fieldValue name='vertexText' value='"tool"'/> |
9266 | <fieldValue name='description' value='247: tool'/> |
9267 | <fieldValue name='url'/> |
9268 | <fieldValue name='radius' value='0.1500'/> |
9269 | <fieldValue name='displayMode'/> |
9270 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9271 | <fieldValue name='transparency' value='0'/> |
9272 | <fieldValue name='translation' value='1.56544 2.16927 0.67946'/> |
9273 | <fieldValue name='textTranslation' value='1.71544 2.16927 0.67946'/> |
9274 | <fieldValue name='textColor' value='0 0 0'/> |
9275 | </ProtoInstance> |
9276 | <ProtoInstance name='Vertex'> |
9277 | <fieldValue name='vertexText' value='"topics"'/> |
9278 | <fieldValue name='description' value='248: topics'/> |
9279 | <fieldValue name='url'/> |
9280 | <fieldValue name='radius' value='0.1500'/> |
9281 | <fieldValue name='displayMode'/> |
9282 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9283 | <fieldValue name='transparency' value='0'/> |
9284 | <fieldValue name='translation' value='1.66186 1.22070 1.20578'/> |
9285 | <fieldValue name='textTranslation' value='1.81186 1.22070 1.20578'/> |
9286 | <fieldValue name='textColor' value='0 0 0'/> |
9287 | </ProtoInstance> |
9288 | <ProtoInstance name='Vertex'> |
9289 | <fieldValue name='vertexText' value='"trapped"'/> |
9290 | <fieldValue name='description' value='249: trapped'/> |
9291 | <fieldValue name='url'/> |
9292 | <fieldValue name='radius' value='0.1500'/> |
9293 | <fieldValue name='displayMode'/> |
9294 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9295 | <fieldValue name='transparency' value='0'/> |
9296 | <fieldValue name='translation' value='2.20732 -1.42752 -2.37259'/> |
9297 | <fieldValue name='textTranslation' value='2.35732 -1.42752 -2.37259'/> |
9298 | <fieldValue name='textColor' value='0 0 0'/> |
9299 | </ProtoInstance> |
9300 | <ProtoInstance name='Vertex'> |
9301 | <fieldValue name='vertexText' value='"travel"'/> |
9302 | <fieldValue name='description' value='250: travel'/> |
9303 | <fieldValue name='url'/> |
9304 | <fieldValue name='radius' value='0.1500'/> |
9305 | <fieldValue name='displayMode'/> |
9306 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9307 | <fieldValue name='transparency' value='0'/> |
9308 | <fieldValue name='translation' value='1.76309 1.67484 0.53897'/> |
9309 | <fieldValue name='textTranslation' value='1.91309 1.67484 0.53897'/> |
9310 | <fieldValue name='textColor' value='0 0 0'/> |
9311 | </ProtoInstance> |
9312 | <ProtoInstance name='Vertex'> |
9313 | <fieldValue name='vertexText' value='"treated"'/> |
9314 | <fieldValue name='description' value='251: treated'/> |
9315 | <fieldValue name='url'/> |
9316 | <fieldValue name='radius' value='0.1500'/> |
9317 | <fieldValue name='displayMode'/> |
9318 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
9319 | <fieldValue name='transparency' value='0'/> |
9320 | <fieldValue name='translation' value='-0.91374 1.91957 0.02261'/> |
9321 | <fieldValue name='textTranslation' value='-0.76374 1.91957 0.02261'/> |
9322 | <fieldValue name='textColor' value='0 0 0'/> |
9323 | </ProtoInstance> |
9324 | <ProtoInstance name='Vertex'> |
9325 | <fieldValue name='vertexText' value='"troops"'/> |
9326 | <fieldValue name='description' value='252: troops'/> |
9327 | <fieldValue name='url'/> |
9328 | <fieldValue name='radius' value='0.1500'/> |
9329 | <fieldValue name='displayMode'/> |
9330 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9331 | <fieldValue name='transparency' value='0'/> |
9332 | <fieldValue name='translation' value='-0.14255 -0.52784 -0.68751'/> |
9333 | <fieldValue name='textTranslation' value='0.00745 -0.52784 -0.68751'/> |
9334 | <fieldValue name='textColor' value='0 0 0'/> |
9335 | </ProtoInstance> |
9336 | <ProtoInstance name='Vertex'> |
9337 | <fieldValue name='vertexText' value='"twitter"'/> |
9338 | <fieldValue name='description' value='253: twitter'/> |
9339 | <fieldValue name='url'/> |
9340 | <fieldValue name='radius' value='0.1500'/> |
9341 | <fieldValue name='displayMode'/> |
9342 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9343 | <fieldValue name='transparency' value='0'/> |
9344 | <fieldValue name='translation' value='0.63747 -0.69140 -1.08810'/> |
9345 | <fieldValue name='textTranslation' value='0.78747 -0.69140 -1.08810'/> |
9346 | <fieldValue name='textColor' value='0 0 0'/> |
9347 | </ProtoInstance> |
9348 | <ProtoInstance name='Vertex'> |
9349 | <fieldValue name='vertexText' value='"understand"'/> |
9350 | <fieldValue name='description' value='254: understand'/> |
9351 | <fieldValue name='url'/> |
9352 | <fieldValue name='radius' value='0.1500'/> |
9353 | <fieldValue name='displayMode'/> |
9354 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
9355 | <fieldValue name='transparency' value='0'/> |
9356 | <fieldValue name='translation' value='-0.13883 2.57094 -1.95830'/> |
9357 | <fieldValue name='textTranslation' value='0.01117 2.57094 -1.95830'/> |
9358 | <fieldValue name='textColor' value='0 0 0'/> |
9359 | </ProtoInstance> |
9360 | <ProtoInstance name='Vertex'> |
9361 | <fieldValue name='vertexText' value='"united"'/> |
9362 | <fieldValue name='description' value='255: united'/> |
9363 | <fieldValue name='url'/> |
9364 | <fieldValue name='radius' value='0.1500'/> |
9365 | <fieldValue name='displayMode'/> |
9366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9367 | <fieldValue name='transparency' value='0'/> |
9368 | <fieldValue name='translation' value='0.42980 0.28668 -0.11607'/> |
9369 | <fieldValue name='textTranslation' value='0.57980 0.28668 -0.11607'/> |
9370 | <fieldValue name='textColor' value='0 0 0'/> |
9371 | </ProtoInstance> |
9372 | <ProtoInstance name='Vertex'> |
9373 | <fieldValue name='vertexText' value='"updates"'/> |
9374 | <fieldValue name='description' value='256: updates'/> |
9375 | <fieldValue name='url'/> |
9376 | <fieldValue name='radius' value='0.1500'/> |
9377 | <fieldValue name='displayMode'/> |
9378 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9379 | <fieldValue name='transparency' value='0'/> |
9380 | <fieldValue name='translation' value='2.08084 -1.57303 -2.74168'/> |
9381 | <fieldValue name='textTranslation' value='2.23084 -1.57303 -2.74168'/> |
9382 | <fieldValue name='textColor' value='0 0 0'/> |
9383 | </ProtoInstance> |
9384 | <ProtoInstance name='Vertex'> |
9385 | <fieldValue name='vertexText' value='"uploaded"'/> |
9386 | <fieldValue name='description' value='257: uploaded'/> |
9387 | <fieldValue name='url'/> |
9388 | <fieldValue name='radius' value='0.1500'/> |
9389 | <fieldValue name='displayMode'/> |
9390 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
9391 | <fieldValue name='transparency' value='0'/> |
9392 | <fieldValue name='translation' value='2.17533 -2.19242 0.66137'/> |
9393 | <fieldValue name='textTranslation' value='2.32533 -2.19242 0.66137'/> |
9394 | <fieldValue name='textColor' value='0 0 0'/> |
9395 | </ProtoInstance> |
9396 | <ProtoInstance name='Vertex'> |
9397 | <fieldValue name='vertexText' value='"usa"'/> |
9398 | <fieldValue name='description' value='258: usa'/> |
9399 | <fieldValue name='url'/> |
9400 | <fieldValue name='radius' value='0.1500'/> |
9401 | <fieldValue name='displayMode'/> |
9402 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9403 | <fieldValue name='transparency' value='0'/> |
9404 | <fieldValue name='translation' value='2.04915 -1.03151 -0.75551'/> |
9405 | <fieldValue name='textTranslation' value='2.19915 -1.03151 -0.75551'/> |
9406 | <fieldValue name='textColor' value='0 0 0'/> |
9407 | </ProtoInstance> |
9408 | <ProtoInstance name='Vertex'> |
9409 | <fieldValue name='vertexText' value='"vermont"'/> |
9410 | <fieldValue name='description' value='259: vermont'/> |
9411 | <fieldValue name='url'/> |
9412 | <fieldValue name='radius' value='0.1500'/> |
9413 | <fieldValue name='displayMode'/> |
9414 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9415 | <fieldValue name='transparency' value='0'/> |
9416 | <fieldValue name='translation' value='1.03294 -1.27027 -0.62397'/> |
9417 | <fieldValue name='textTranslation' value='1.18294 -1.27027 -0.62397'/> |
9418 | <fieldValue name='textColor' value='0 0 0'/> |
9419 | </ProtoInstance> |
9420 | <ProtoInstance name='Vertex'> |
9421 | <fieldValue name='vertexText' value='"video"'/> |
9422 | <fieldValue name='description' value='260: video'/> |
9423 | <fieldValue name='url'/> |
9424 | <fieldValue name='radius' value='0.1500'/> |
9425 | <fieldValue name='displayMode'/> |
9426 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9427 | <fieldValue name='transparency' value='0'/> |
9428 | <fieldValue name='translation' value='2.07562 -1.12087 -0.32900'/> |
9429 | <fieldValue name='textTranslation' value='2.22562 -1.12087 -0.32900'/> |
9430 | <fieldValue name='textColor' value='0 0 0'/> |
9431 | </ProtoInstance> |
9432 | <ProtoInstance name='Vertex'> |
9433 | <fieldValue name='vertexText' value='"videos"'/> |
9434 | <fieldValue name='description' value='261: videos'/> |
9435 | <fieldValue name='url'/> |
9436 | <fieldValue name='radius' value='0.1500'/> |
9437 | <fieldValue name='displayMode'/> |
9438 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9439 | <fieldValue name='transparency' value='0'/> |
9440 | <fieldValue name='translation' value='2.54264 -1.17649 -0.84683'/> |
9441 | <fieldValue name='textTranslation' value='2.69264 -1.17649 -0.84683'/> |
9442 | <fieldValue name='textColor' value='0 0 0'/> |
9443 | </ProtoInstance> |
9444 | <ProtoInstance name='Vertex'> |
9445 | <fieldValue name='vertexText' value='"vital"'/> |
9446 | <fieldValue name='description' value='262: vital'/> |
9447 | <fieldValue name='url'/> |
9448 | <fieldValue name='radius' value='0.1500'/> |
9449 | <fieldValue name='displayMode'/> |
9450 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
9451 | <fieldValue name='transparency' value='0'/> |
9452 | <fieldValue name='translation' value='0.05477 1.99207 1.72521'/> |
9453 | <fieldValue name='textTranslation' value='0.20477 1.99207 1.72521'/> |
9454 | <fieldValue name='textColor' value='0 0 0'/> |
9455 | </ProtoInstance> |
9456 | <ProtoInstance name='Vertex'> |
9457 | <fieldValue name='vertexText' value='"washington"'/> |
9458 | <fieldValue name='description' value='263: washington'/> |
9459 | <fieldValue name='url'/> |
9460 | <fieldValue name='radius' value='0.1500'/> |
9461 | <fieldValue name='displayMode'/> |
9462 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9463 | <fieldValue name='transparency' value='0'/> |
9464 | <fieldValue name='translation' value='2.00318 -1.18249 -1.46938'/> |
9465 | <fieldValue name='textTranslation' value='2.15318 -1.18249 -1.46938'/> |
9466 | <fieldValue name='textColor' value='0 0 0'/> |
9467 | </ProtoInstance> |
9468 | <ProtoInstance name='Vertex'> |
9469 | <fieldValue name='vertexText' value='"watches"'/> |
9470 | <fieldValue name='description' value='264: watches'/> |
9471 | <fieldValue name='url'/> |
9472 | <fieldValue name='radius' value='0.1500'/> |
9473 | <fieldValue name='displayMode'/> |
9474 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
9475 | <fieldValue name='transparency' value='0'/> |
9476 | <fieldValue name='translation' value='2.05095 -2.70434 1.30450'/> |
9477 | <fieldValue name='textTranslation' value='2.20095 -2.70434 1.30450'/> |
9478 | <fieldValue name='textColor' value='0 0 0'/> |
9479 | </ProtoInstance> |
9480 | <ProtoInstance name='Vertex'> |
9481 | <fieldValue name='vertexText' value='"water"'/> |
9482 | <fieldValue name='description' value='265: water'/> |
9483 | <fieldValue name='url'/> |
9484 | <fieldValue name='radius' value='0.1500'/> |
9485 | <fieldValue name='displayMode'/> |
9486 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
9487 | <fieldValue name='transparency' value='0'/> |
9488 | <fieldValue name='translation' value='0.06658 1.92398 1.80153'/> |
9489 | <fieldValue name='textTranslation' value='0.21658 1.92398 1.80153'/> |
9490 | <fieldValue name='textColor' value='0 0 0'/> |
9491 | </ProtoInstance> |
9492 | <ProtoInstance name='Vertex'> |
9493 | <fieldValue name='vertexText' value='"web"'/> |
9494 | <fieldValue name='description' value='266: web'/> |
9495 | <fieldValue name='url'/> |
9496 | <fieldValue name='radius' value='0.1500'/> |
9497 | <fieldValue name='displayMode'/> |
9498 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
9499 | <fieldValue name='transparency' value='0'/> |
9500 | <fieldValue name='translation' value='2.17712 -1.48037 -1.91587'/> |
9501 | <fieldValue name='textTranslation' value='2.32712 -1.48037 -1.91587'/> |
9502 | <fieldValue name='textColor' value='0 0 0'/> |
9503 | </ProtoInstance> |
9504 | <ProtoInstance name='Vertex'> |
9505 | <fieldValue name='vertexText' value='"welfare"'/> |
9506 | <fieldValue name='description' value='267: welfare'/> |
9507 | <fieldValue name='url'/> |
9508 | <fieldValue name='radius' value='0.1500'/> |
9509 | <fieldValue name='displayMode'/> |
9510 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
9511 | <fieldValue name='transparency' value='0'/> |
9512 | <fieldValue name='translation' value='-0.16306 2.70833 -1.77649'/> |
9513 | <fieldValue name='textTranslation' value='-0.01306 2.70833 -1.77649'/> |
9514 | <fieldValue name='textColor' value='0 0 0'/> |
9515 | </ProtoInstance> |
9516 | <ProtoInstance name='Vertex'> |
9517 | <fieldValue name='vertexText' value='"western"'/> |
9518 | <fieldValue name='description' value='268: western'/> |
9519 | <fieldValue name='url'/> |
9520 | <fieldValue name='radius' value='0.1500'/> |
9521 | <fieldValue name='displayMode'/> |
9522 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
9523 | <fieldValue name='transparency' value='0'/> |
9524 | <fieldValue name='translation' value='1.82823 1.39976 0.78465'/> |
9525 | <fieldValue name='textTranslation' value='1.97823 1.39976 0.78465'/> |
9526 | <fieldValue name='textColor' value='0 0 0'/> |
9527 | </ProtoInstance> |
9528 | <ProtoInstance name='Vertex'> |
9529 | <fieldValue name='vertexText' value='"working"'/> |
9530 | <fieldValue name='description' value='269: working'/> |
9531 | <fieldValue name='url'/> |
9532 | <fieldValue name='radius' value='0.1500'/> |
9533 | <fieldValue name='displayMode'/> |
9534 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
9535 | <fieldValue name='transparency' value='0'/> |
9536 | <fieldValue name='translation' value='0.11796 1.60997 -0.09799'/> |
9537 | <fieldValue name='textTranslation' value='0.26796 1.60997 -0.09799'/> |
9538 | <fieldValue name='textColor' value='0 0 0'/> |
9539 | </ProtoInstance> |
9540 | <ProtoInstance name='Vertex'> |
9541 | <fieldValue name='vertexText' value='"worst"'/> |
9542 | <fieldValue name='description' value='270: worst'/> |
9543 | <fieldValue name='url'/> |
9544 | <fieldValue name='radius' value='0.1500'/> |
9545 | <fieldValue name='displayMode'/> |
9546 | <fieldValue name='diffuseColor' value='0 0 0'/> |
9547 | <fieldValue name='transparency' value='0'/> |
9548 | <fieldValue name='translation' value='-0.84020 -1.10879 -0.39385'/> |
9549 | <fieldValue name='textTranslation' value='-0.69020 -1.10879 -0.39385'/> |
9550 | <fieldValue name='textColor' value='0 0 0'/> |
9551 | </ProtoInstance> |
9552 | </Scene> |
9553 | </X3D> |
Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
line 53
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 64
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 75
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 86
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 97
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 108
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 119
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 130
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 141
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 152
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 163
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 174
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 185
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 196
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 207
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 218
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 229
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 240
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 251
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 262
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 273
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 284
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 295
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 306
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 317
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 328
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 339
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 350
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 361
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 372
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 383
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 394
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 405
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 416
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 427
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 438
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 449
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 460
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 471
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 482
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 493
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 504
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 515
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 526
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 537
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 548
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 559
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 570
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 581
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 592
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 603
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 614
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 625
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 636
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 647
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 658
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 669
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 680
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 691
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 702
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 713
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 724
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 735
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 746
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 757
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 768
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 779
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 790
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 801
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 812
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 823
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 834
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 845
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 856
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 867
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 878
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 889
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 900
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 911
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 922
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 933
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 944
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 955
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 966
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 977
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 988
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 999
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1010
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1021
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1032
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1043
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1054
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1065
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1076
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1087
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1098
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1109
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1120
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1131
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1142
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1153
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1164
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1175
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1186
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1197
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1208
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1219
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1230
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1241
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1252
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1263
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1274
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1285
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1296
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1307
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1318
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1329
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1340
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1351
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1362
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1373
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1384
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1395
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1406
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1417
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1428
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1439
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1450
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1461
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1472
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1483
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1494
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1505
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1516
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1527
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1538
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1549
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1560
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1571
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1582
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1593
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1604
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1615
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1626
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1637
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1648
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1659
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1670
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1681
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1692
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1703
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1714
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1725
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1736
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1747
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1758
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1769
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1780
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1791
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1802
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1813
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1824
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1835
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1846
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1857
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1868
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1879
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1890
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1901
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1912
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1923
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1934
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1945
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1956
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1967
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1978
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1989
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2000
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2011
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2022
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2033
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2044
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2055
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2066
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2077
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2088
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2099
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2110
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2121
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2132
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2143
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2154
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2165
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2176
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2187
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2198
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2209
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2220
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2231
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2242
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2253
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2264
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2275
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2286
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2297
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2308
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2319
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2330
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2341
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2352
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2363
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2374
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2385
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2396
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2407
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2418
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2429
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2440
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2451
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2462
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2473
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2484
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2495
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2506
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2517
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2528
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2539
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2550
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2561
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2572
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2583
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2594
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2605
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2616
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2627
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2638
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2649
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2660
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2671
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2682
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2693
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2704
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2715
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2726
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2737
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2748
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2759
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2770
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2781
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2792
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2803
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2814
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2825
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2836
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2847
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2858
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2869
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2880
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2891
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2902
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2913
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2924
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2935
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2946
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2957
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2968
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2979
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2990
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3001
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3012
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3023
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3034
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3045
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3056
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3067
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3078
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3089
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3100
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3111
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3122
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3133
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3144
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3155
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3166
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3177
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3188
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3199
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3210
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3221
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3232
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3243
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3254
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3265
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3276
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3287
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3298
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3309
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3320
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3331
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3342
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3353
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3364
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3375
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3386
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3397
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3408
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3419
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3430
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3441
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3452
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3463
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3474
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3485
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3496
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3507
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3518
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3529
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3540
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3551
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3562
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3573
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3584
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3595
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3606
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3617
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3628
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3639
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3650
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3661
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3672
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3683
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3694
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3705
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3716
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3727
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3738
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3749
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3760
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3771
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3782
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3793
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3804
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3826
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3837
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3848
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3859
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3870
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3881
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3892
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3903
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3914
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3925
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3936
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3958
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3969
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3980
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3991
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4002
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4013
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4024
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4035
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4046
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4057
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4068
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4090
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4101
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4112
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4123
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4134
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4145
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4156
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4167
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4178
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4189
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4200
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4222
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4233
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4244
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4255
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4266
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4277
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4288
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4299
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4310
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4321
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4332
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4354
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4365
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4376
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4387
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4398
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4409
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4420
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4431
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4442
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4453
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4464
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4486
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4497
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4508
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4519
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4530
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4541
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4552
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4563
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4574
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4585
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4596
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4618
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4629
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4640
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4651
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4662
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4673
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4684
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4695
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4706
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4717
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4728
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4739
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4750
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4761
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4772
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4783
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4794
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4805
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4816
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4827
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4838
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4849
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4860
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4871
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4882
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4893
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4904
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4915
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4926
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4937
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4948
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4959
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4970
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4981
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 4992
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5003
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5014
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5025
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5036
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5047
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5058
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5069
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5080
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5091
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5102
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5113
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5124
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5135
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5146
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5157
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5168
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5179
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5190
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5201
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5212
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5223
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5234
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5245
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5256
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5267
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5278
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5289
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5300
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5311
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5322
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5333
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5344
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5355
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5366
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5377
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5388
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5399
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5410
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5421
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5432
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5443
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5454
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5465
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5476
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5487
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5498
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5509
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5520
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5531
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5542
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5553
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5564
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5575
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5586
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5597
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5608
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5619
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5630
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5641
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5652
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5663
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5674
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5685
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5696
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5707
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5718
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5729
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5740
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5751
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5762
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5773
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5784
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5795
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5806
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5817
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5828
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5839
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5850
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5861
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5872
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5883
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5894
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5905
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5916
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5927
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5938
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5949
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5960
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5971
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5982
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 5993
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6004
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6015
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6026
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6037
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6048
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6059
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6070
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6081
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6092
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6103
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6114
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6125
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6136
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6147
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6158
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6169
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6180
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6191
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6202
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6213
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6224
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6235
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6246
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6257
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6268
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6279
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6290
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6301
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6312
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6324
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6336
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6348
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6360
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6372
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6384
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6396
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6408
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6420
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6432
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6444
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6456
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6468
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6480
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6492
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6504
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6516
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6528
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6540
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6552
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6564
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6576
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6588
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6600
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6612
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6624
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6636
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6648
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6660
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6672
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6684
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6696
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6708
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6720
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6732
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6744
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6756
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6768
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6780
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6792
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6804
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6816
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6828
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6840
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6852
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6864
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6876
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6888
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6900
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6912
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6924
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6936
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6948
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6960
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6972
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6984
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 6996
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7008
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7020
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7032
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7044
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7056
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7068
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7080
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7092
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7104
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7116
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7128
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7140
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7152
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7164
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7176
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7188
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7200
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7212
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7224
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7236
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7248
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7260
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7272
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7284
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7296
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7308
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7320
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7332
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7344
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7356
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7368
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7380
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7392
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7404
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7416
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7428
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7440
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7452
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7464
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7476
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7488
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7500
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7512
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7524
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7536
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7548
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7560
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7572
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7584
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7596
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7608
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7620
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7632
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7644
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7656
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7668
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7680
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7692
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7704
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7716
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7728
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7740
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7752
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7764
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7776
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7788
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7800
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7812
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7824
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7836
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7848
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7860
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7872
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7884
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7896
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7908
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7920
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7932
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7944
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7956
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7968
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7980
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 7992
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8004
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8016
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8028
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8040
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8052
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8064
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8076
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8088
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8100
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8112
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8124
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8136
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8148
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8160
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8172
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8184
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8196
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8208
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8220
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8232
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8244
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8256
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8268
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8280
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8292
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8304
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8316
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8328
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8340
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8352
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8364
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8376
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8388
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8400
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8412
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8424
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8436
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8448
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8460
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8472
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8484
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8496
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8508
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8520
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8532
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8544
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8556
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8568
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8580
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8592
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8604
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8616
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8628
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8640
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8652
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8664
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8676
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8688
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8700
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8712
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8724
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8736
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8748
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8760
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8772
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8784
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8796
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8808
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8820
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8832
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8844
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8856
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8868
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8880
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8892
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8904
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8916
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8928
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8940
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8952
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8964
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8976
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 8988
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9000
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9012
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9024
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9036
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9048
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9060
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9072
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9084
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9096
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9108
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9120
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9132
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9144
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9156
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9168
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9180
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9192
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9204
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9216
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9228
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9240
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9252
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9264
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9276
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9288
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9300
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9312
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9324
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9336
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9348
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9360
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9372
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9384
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9396
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9408
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9420
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9432
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9444
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9456
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9468
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9480
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9492
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9504
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9516
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9528
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 9540
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from 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.
-->