X3D Model Documentation: PajekVisualizationExamples.x3d

  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='titlecontent=' PajekVisualizationExamples.x3d '/>
  6            <meta name='descriptioncontent='Reverse engineer and hopefully elaborate on Pajek visualization structures'/>
  7            <meta name='creatorcontent='Don Brutzman and Elaine Reid'/>
  8            <meta name='createdcontent='17 May 2011'/>
  9            <meta name='modifiedcontent='25 September 2023'/>
 10            <meta name='referencecontent='http://pajek.imfm.si'/>
 11            <meta name='subjectcontent='network visualization'/>
 12            <meta name=' warning content=' under development '/>
 13            <meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/>
 14            <meta name='generatorcontent='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/>
 15            <meta name='licensecontent='../../license.html'/>
 16       </head>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
 17       <Scene>
 18            <WorldInfo title='PajekVisualizationExamples.x3d'/>
 19            <ExternProtoDeclare name='Arcappinfo='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='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Arc'/>
 21                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Arc'/>
 22                 <field name='cylinderHeighttype='SFFloataccessType='initializeOnly'
                appinfo='length of Arc between Vertex locations'/>
 23                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 24                 <field name='cylinderTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Arc'/>
 25                 <field name='coneTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='see TODO items in ArcScript'/>
 26                 <field name='rotationtype='SFRotationaccessType='inputOutput'
                appinfo='orientation of Arc'/>
 27                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 28                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Arc'/>
 29                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Arc'/>
 30                 <field name='ballRadiustype='SFFloataccessType='inputOutput'
                appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/>
 31                 <field name='traceEnabledtype='SFBoolaccessType='inputOutput'
                appinfo='debug trace to Browser output console'/>
 32            </ExternProtoDeclare>
 33            <ExternProtoDeclare name='Vertexappinfo='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='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Vertex'/>
 35                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Vertex'/>
 36                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 37                 <field name='radiustype='SFFloataccessType='initializeOnly'
                appinfo='size of Vertex ball'/>
 38                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 39                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Vertex'/>
 40                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Vertex'/>
 41                 <field name='translationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Vertex'/>
 42                 <field name='vertexTexttype='MFStringaccessType='inputOutput'
                appinfo='labels to identify Vertex'/>
 43                 <field name='textTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Text'/>
 44                 <field name='textColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Text'/>
 45            </ExternProtoDeclare>
 46            <ExternProtoDeclare name='NetworkTextappinfo='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='texttype='MFStringaccessType='inputOutput'
                appinfo='information to identify the Integral Network'/>
 48            </ExternProtoDeclare>
 49            <Background groundAngle='1.309 1.570796groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7skyAngle='1.309 1.571skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/>
 50            <PointLight ambientIntensity='1location='0 0 5radius='30'/>
 51            <NavigationInfo transitionType='"ANIMATE"type='"EXAMINE" "FLY" "ANY"'/>
 52            <Viewpoint description='Inspect 15JAN2010Newmanorientation='1 0 0 -0.0997position='0 2 20'/>
 53            <ProtoInstance name='Arc'>
 54                 <fieldValue name='cylinderHeightvalue='0.74287'/>
 55                 <fieldValue name='cylinderTranslationvalue='1.63189 2.02318 1.01571'/>
 56                 <fieldValue name='coneTranslationvalue='1.63303 2.23459 1.01252'/>
 57                 <fieldValue name='rotationvalue='-1.11862 0 -0.39779 0.01598'/>
 58                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 59                 <fieldValue name='ballRadiusvalue='0.02'/>
 60                 <fieldValue name='traceEnabledvalue='false'/>
 61                 <fieldValue name='displayMode'/>
 62                 <fieldValue name='transparencyvalue='0'/>
 63            </ProtoInstance>
 64            <ProtoInstance name='Arc'>
 65                 <fieldValue name='cylinderHeightvalue='1.39522'/>
 66                 <fieldValue name='cylinderTranslationvalue='1.33190 1.64447 1.65201'/>
 67                 <fieldValue name='coneTranslationvalue='1.10225 1.63883 2.13807'/>
 68                 <fieldValue name='rotationvalue='126.14248 -0.00000 59.60059 1.58130'/>
 69                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 70                 <fieldValue name='ballRadiusvalue='0.02'/>
 71                 <fieldValue name='traceEnabledvalue='false'/>
 72                 <fieldValue name='displayMode'/>
 73                 <fieldValue name='transparencyvalue='0'/>
 74            </ProtoInstance>
 75            <ProtoInstance name='Arc'>
 76                 <fieldValue name='cylinderHeightvalue='1.43053'/>
 77                 <fieldValue name='cylinderTranslationvalue='1.14331 1.83098 0.52863'/>
 78                 <fieldValue name='coneTranslationvalue='0.76556 1.97008 0.14617'/>
 79                 <fieldValue name='rotationvalue='-98.53424 0 97.31907 1.31759'/>
 80                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 81                 <fieldValue name='ballRadiusvalue='0.02'/>
 82                 <fieldValue name='traceEnabledvalue='false'/>
 83                 <fieldValue name='displayMode'/>
 84                 <fieldValue name='transparencyvalue='0'/>
 85            </ProtoInstance>
 86            <ProtoInstance name='Arc'>
 87                 <fieldValue name='cylinderHeightvalue='1.18286'/>
 88                 <fieldValue name='cylinderTranslationvalue='1.80690 1.68919 1.58438'/>
 89                 <fieldValue name='coneTranslationvalue='1.93602 1.71646 1.99513'/>
 90                 <fieldValue name='rotationvalue='112.61636 0 -35.40014 1.50754'/>
 91                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 92                 <fieldValue name='ballRadiusvalue='0.02'/>
 93                 <fieldValue name='traceEnabledvalue='false'/>
 94                 <fieldValue name='displayMode'/>
 95                 <fieldValue name='transparencyvalue='0'/>
 96            </ProtoInstance>
 97            <ProtoInstance name='Arc'>
 98                 <fieldValue name='cylinderHeightvalue='1.32681'/>
 99                 <fieldValue name='cylinderTranslationvalue='1.29419 2.02987 1.45080'/>
100                 <fieldValue name='coneTranslationvalue='1.03945 2.31676 1.77671'/>
101                 <fieldValue name='rotationvalue='85.89942 -0.00000 67.14194 0.96442'/>
102                 <fieldValue name='diffuseColorvalue='0 0 0'/>
103                 <fieldValue name='ballRadiusvalue='0.02'/>
104                 <fieldValue name='traceEnabledvalue='false'/>
105                 <fieldValue name='displayMode'/>
106                 <fieldValue name='transparencyvalue='0'/>
107            </ProtoInstance>
108            <ProtoInstance name='Arc'>
109                 <fieldValue name='cylinderHeightvalue='0.57864'/>
110                 <fieldValue name='cylinderTranslationvalue='1.69716 1.85342 0.82501'/>
111                 <fieldValue name='coneTranslationvalue='1.72723 1.94354 0.73727'/>
112                 <fieldValue name='rotationvalue='-39.25836 0 -13.45204 0.79975'/>
113                 <fieldValue name='diffuseColorvalue='0 0 0'/>
114                 <fieldValue name='ballRadiusvalue='0.02'/>
115                 <fieldValue name='traceEnabledvalue='false'/>
116                 <fieldValue name='displayMode'/>
117                 <fieldValue name='transparencyvalue='0'/>
118            </ProtoInstance>
119            <ProtoInstance name='Arc'>
120                 <fieldValue name='cylinderHeightvalue='1.23340'/>
121                 <fieldValue name='cylinderTranslationvalue='1.36336 2.20299 0.94739'/>
122                 <fieldValue name='coneTranslationvalue='1.16598 2.61118 0.89266'/>
123                 <fieldValue name='rotationvalue='-14.78173 0 53.30803 0.46510'/>
124                 <fieldValue name='diffuseColorvalue='0 0 0'/>
125                 <fieldValue name='ballRadiusvalue='0.02'/>
126                 <fieldValue name='traceEnabledvalue='false'/>
127                 <fieldValue name='displayMode'/>
128                 <fieldValue name='transparencyvalue='0'/>
129            </ProtoInstance>
130            <ProtoInstance name='Arc'>
131                 <fieldValue name='cylinderHeightvalue='1.38952'/>
132                 <fieldValue name='cylinderTranslationvalue='1.75581 1.22738 0.48584'/>
133                 <fieldValue name='coneTranslationvalue='1.85273 0.90071 0.07370'/>
134                 <fieldValue name='rotationvalue='-107.09126 0 -25.18175 2.22796'/>
135                 <fieldValue name='diffuseColorvalue='0 0 0'/>
136                 <fieldValue name='ballRadiusvalue='0.02'/>
137                 <fieldValue name='traceEnabledvalue='false'/>
138                 <fieldValue name='displayMode'/>
139                 <fieldValue name='transparencyvalue='0'/>
140            </ProtoInstance>
141            <ProtoInstance name='Arc'>
142                 <fieldValue name='cylinderHeightvalue='1.36066'/>
143                 <fieldValue name='cylinderTranslationvalue='2.01853 1.56764 0.46927'/>
144                 <fieldValue name='coneTranslationvalue='2.31575 1.50328 0.04706'/>
145                 <fieldValue name='rotationvalue='-110.40699 0 -77.72455 1.69481'/>
146                 <fieldValue name='diffuseColorvalue='0 0 0'/>
147                 <fieldValue name='ballRadiusvalue='0.02'/>
148                 <fieldValue name='traceEnabledvalue='false'/>
149                 <fieldValue name='displayMode'/>
150                 <fieldValue name='transparencyvalue='0'/>
151            </ProtoInstance>
152            <ProtoInstance name='Arc'>
153                 <fieldValue name='cylinderHeightvalue='1.35357'/>
154                 <fieldValue name='cylinderTranslationvalue='2.19066 1.31547 0.84673'/>
155                 <fieldValue name='coneTranslationvalue='2.61885 1.05866 0.71344'/>
156                 <fieldValue name='rotationvalue='-34.91344 0 -112.15141 2.09087'/>
157                 <fieldValue name='diffuseColorvalue='0 0 0'/>
158                 <fieldValue name='ballRadiusvalue='0.02'/>
159                 <fieldValue name='traceEnabledvalue='false'/>
160                 <fieldValue name='displayMode'/>
161                 <fieldValue name='transparencyvalue='0'/>
162            </ProtoInstance>
163            <ProtoInstance name='Arc'>
164                 <fieldValue name='cylinderHeightvalue='1.40896'/>
165                 <fieldValue name='cylinderTranslationvalue='1.77473 1.03321 1.32571'/>
166                 <fieldValue name='coneTranslationvalue='1.88667 0.55511 1.56099'/>
167                 <fieldValue name='rotationvalue='60.88224 0 -28.96554 2.64263'/>
168                 <fieldValue name='diffuseColorvalue='0 0 0'/>
169                 <fieldValue name='ballRadiusvalue='0.02'/>
170                 <fieldValue name='traceEnabledvalue='false'/>
171                 <fieldValue name='displayMode'/>
172                 <fieldValue name='transparencyvalue='0'/>
173            </ProtoInstance>
174            <ProtoInstance name='Arc'>
175                 <fieldValue name='cylinderHeightvalue='1.21774'/>
176                 <fieldValue name='cylinderTranslationvalue='2.03356 1.45589 1.43289'/>
177                 <fieldValue name='coneTranslationvalue='2.33114 1.31146 1.73631'/>
178                 <fieldValue name='rotationvalue='82.31714 0 -80.73132 1.89838'/>
179                 <fieldValue name='diffuseColorvalue='0 0 0'/>
180                 <fieldValue name='ballRadiusvalue='0.02'/>
181                 <fieldValue name='traceEnabledvalue='false'/>
182                 <fieldValue name='displayMode'/>
183                 <fieldValue name='transparencyvalue='0'/>
184            </ProtoInstance>
185            <ProtoInstance name='Arc'>
186                 <fieldValue name='cylinderHeightvalue='1.40988'/>
187                 <fieldValue name='cylinderTranslationvalue='2.13530 1.16089 0.99817'/>
188                 <fieldValue name='coneTranslationvalue='2.52598 0.78141 0.98029'/>
189                 <fieldValue name='rotationvalue='-4.62620 0 -101.07839 2.34113'/>
190                 <fieldValue name='diffuseColorvalue='0 0 0'/>
191                 <fieldValue name='ballRadiusvalue='0.02'/>
192                 <fieldValue name='traceEnabledvalue='false'/>
193                 <fieldValue name='displayMode'/>
194                 <fieldValue name='transparencyvalue='0'/>
195            </ProtoInstance>
196            <ProtoInstance name='Arc'>
197                 <fieldValue name='cylinderHeightvalue='1.41526'/>
198                 <fieldValue name='cylinderTranslationvalue='1.43061 1.43137 1.66351'/>
199                 <fieldValue name='coneTranslationvalue='1.27637 1.26078 2.16051'/>
200                 <fieldValue name='rotationvalue='128.44178 -0.00000 39.85953 1.88757'/>
201                 <fieldValue name='diffuseColorvalue='0 0 0'/>
202                 <fieldValue name='ballRadiusvalue='0.02'/>
203                 <fieldValue name='traceEnabledvalue='false'/>
204                 <fieldValue name='displayMode'/>
205                 <fieldValue name='transparencyvalue='0'/>
206            </ProtoInstance>
207            <ProtoInstance name='Arc'>
208                 <fieldValue name='cylinderHeightvalue='0.59884'/>
209                 <fieldValue name='cylinderTranslationvalue='1.82405 1.69223 1.24564'/>
210                 <fieldValue name='coneTranslationvalue='1.91445 1.71106 1.35009'/>
211                 <fieldValue name='rotationvalue='44.86707 0 -38.82855 1.43533'/>
212                 <fieldValue name='diffuseColorvalue='0 0 0'/>
213                 <fieldValue name='ballRadiusvalue='0.02'/>
214                 <fieldValue name='traceEnabledvalue='false'/>
215                 <fieldValue name='displayMode'/>
216                 <fieldValue name='transparencyvalue='0'/>
217            </ProtoInstance>
218            <ProtoInstance name='Arc'>
219                 <fieldValue name='cylinderHeightvalue='0.76531'/>
220                 <fieldValue name='cylinderTranslationvalue='1.71682 1.36059 0.78877'/>
221                 <fieldValue name='coneTranslationvalue='1.76739 1.19114 0.65347'/>
222                 <fieldValue name='rotationvalue='-46.50577 0 -17.38294 2.43567'/>
223                 <fieldValue name='diffuseColorvalue='0 0 0'/>
224                 <fieldValue name='ballRadiusvalue='0.02'/>
225                 <fieldValue name='traceEnabledvalue='false'/>
226                 <fieldValue name='displayMode'/>
227                 <fieldValue name='transparencyvalue='0'/>
228            </ProtoInstance>
229            <ProtoInstance name='Arc'>
230                 <fieldValue name='cylinderHeightvalue='1.22978'/>
231                 <fieldValue name='cylinderTranslationvalue='1.78391 1.88663 0.47428'/>
232                 <fieldValue name='coneTranslationvalue='1.89784 2.06036 0.06961'/>
233                 <fieldValue name='rotationvalue='-109.40330 0 -30.80083 1.17894'/>
234                 <fieldValue name='diffuseColorvalue='0 0 0'/>
235                 <fieldValue name='ballRadiusvalue='0.02'/>
236                 <fieldValue name='traceEnabledvalue='false'/>
237                 <fieldValue name='displayMode'/>
238                 <fieldValue name='transparencyvalue='0'/>
239            </ProtoInstance>
240            <ProtoInstance name='Arc'>
241                 <fieldValue name='cylinderHeightvalue='1.41744'/>
242                 <fieldValue name='cylinderTranslationvalue='0.98541 1.94634 1.00854'/>
243                 <fieldValue name='coneTranslationvalue='0.48642 2.17438 0.99866'/>
244                 <fieldValue name='rotationvalue='-2.55202 0 128.89790 1.14220'/>
245                 <fieldValue name='diffuseColorvalue='0 0 0'/>
246                 <fieldValue name='ballRadiusvalue='0.02'/>
247                 <fieldValue name='traceEnabledvalue='false'/>
248                 <fieldValue name='displayMode'/>
249                 <fieldValue name='transparencyvalue='0'/>
250            </ProtoInstance>
251            <ProtoInstance name='Arc'>
252                 <fieldValue name='cylinderHeightvalue='1.26324'/>
253                 <fieldValue name='cylinderTranslationvalue='1.51043 2.00398 0.51077'/>
254                 <fieldValue name='coneTranslationvalue='1.42123 2.26694 0.12957'/>
255                 <fieldValue name='rotationvalue='-102.10534 0 23.89398 0.97932'/>
256                 <fieldValue name='diffuseColorvalue='0 0 0'/>
257                 <fieldValue name='ballRadiusvalue='0.02'/>
258                 <fieldValue name='traceEnabledvalue='false'/>
259                 <fieldValue name='displayMode'/>
260                 <fieldValue name='transparencyvalue='0'/>
261            </ProtoInstance>
262            <ProtoInstance name='Arc'>
263                 <fieldValue name='cylinderHeightvalue='0.78079'/>
264                 <fieldValue name='cylinderTranslationvalue='1.71471 1.28298 1.11719'/>
265                 <fieldValue name='coneTranslationvalue='1.76475 1.06533 1.17378'/>
266                 <fieldValue name='rotationvalue='19.17844 0 -16.96039 2.80751'/>
267                 <fieldValue name='diffuseColorvalue='0 0 0'/>
268                 <fieldValue name='ballRadiusvalue='0.02'/>
269                 <fieldValue name='traceEnabledvalue='false'/>
270                 <fieldValue name='displayMode'/>
271                 <fieldValue name='transparencyvalue='0'/>
272            </ProtoInstance>
273            <ProtoInstance name='Arc'>
274                 <fieldValue name='cylinderHeightvalue='1.41527'/>
275                 <fieldValue name='cylinderTranslationvalue='0.98357 1.85450 1.22603'/>
276                 <fieldValue name='coneTranslationvalue='0.48338 2.01137 1.38447'/>
277                 <fieldValue name='rotationvalue='40.94595 -0.00000 129.26596 1.28028'/>
278                 <fieldValue name='diffuseColorvalue='0 0 0'/>
279                 <fieldValue name='ballRadiusvalue='0.02'/>
280                 <fieldValue name='traceEnabledvalue='false'/>
281                 <fieldValue name='displayMode'/>
282                 <fieldValue name='transparencyvalue='0'/>
283            </ProtoInstance>
284            <ProtoInstance name='Arc'>
285                 <fieldValue name='cylinderHeightvalue='1.23370'/>
286                 <fieldValue name='cylinderTranslationvalue='-1.82194 -1.64319 2.17637'/>
287                 <fieldValue name='coneTranslationvalue='-1.81125 -1.35954 2.53433'/>
288                 <fieldValue name='rotationvalue='96.66470 0 -2.88585 0.90090'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='0.67393'/>
297                 <fieldValue name='cylinderTranslationvalue='-2.13613 -1.90647 1.59634'/>
298                 <fieldValue name='coneTranslationvalue='-2.29356 -1.84359 1.54555'/>
299                 <fieldValue name='rotationvalue='-19.34224 0 59.95239 1.20754'/>
300                 <fieldValue name='diffuseColorvalue='0 0 0'/>
301                 <fieldValue name='ballRadiusvalue='0.02'/>
302                 <fieldValue name='traceEnabledvalue='false'/>
303                 <fieldValue name='displayMode'/>
304                 <fieldValue name='transparencyvalue='0'/>
305            </ProtoInstance>
306            <ProtoInstance name='Arc'>
307                 <fieldValue name='cylinderHeightvalue='1.23103'/>
308                 <fieldValue name='cylinderTranslationvalue='-2.10303 -1.98939 1.13952'/>
309                 <fieldValue name='coneTranslationvalue='-2.30038 -1.96216 0.72988'/>
310                 <fieldValue name='rotationvalue='-110.70557 0 53.33298 1.51097'/>
311                 <fieldValue name='diffuseColorvalue='0 0 0'/>
312                 <fieldValue name='ballRadiusvalue='0.02'/>
313                 <fieldValue name='traceEnabledvalue='false'/>
314                 <fieldValue name='displayMode'/>
315                 <fieldValue name='transparencyvalue='0'/>
316            </ProtoInstance>
317            <ProtoInstance name='Arc'>
318                 <fieldValue name='cylinderHeightvalue='1.22467'/>
319                 <fieldValue name='cylinderTranslationvalue='-2.15726 -1.52760 1.84597'/>
320                 <fieldValue name='coneTranslationvalue='-2.39430 -1.15928 1.95893'/>
321                 <fieldValue name='rotationvalue='30.58363 -0.00000 64.17789 0.61935'/>
322                 <fieldValue name='diffuseColorvalue='0 0 0'/>
323                 <fieldValue name='ballRadiusvalue='0.02'/>
324                 <fieldValue name='traceEnabledvalue='false'/>
325                 <fieldValue name='displayMode'/>
326                 <fieldValue name='transparencyvalue='0'/>
327            </ProtoInstance>
328            <ProtoInstance name='Arc'>
329                 <fieldValue name='cylinderHeightvalue='0.67842'/>
330                 <fieldValue name='cylinderTranslationvalue='-2.08444 -1.82452 1.80640'/>
331                 <fieldValue name='coneTranslationvalue='-2.21550 -1.71797 1.86628'/>
332                 <fieldValue name='rotationvalue='22.66992 -0.00000 49.61402 0.93407'/>
333                 <fieldValue name='diffuseColorvalue='0 0 0'/>
334                 <fieldValue name='ballRadiusvalue='0.02'/>
335                 <fieldValue name='traceEnabledvalue='false'/>
336                 <fieldValue name='displayMode'/>
337                 <fieldValue name='transparencyvalue='0'/>
338            </ProtoInstance>
339            <ProtoInstance name='Arc'>
340                 <fieldValue name='cylinderHeightvalue='1.28693'/>
341                 <fieldValue name='cylinderTranslationvalue='-1.28638 -2.15640 2.00063'/>
342                 <fieldValue name='coneTranslationvalue='-0.87315 -2.25423 2.23172'/>
343                 <fieldValue name='rotationvalue='61.51542 0 -109.99774 1.77455'/>
344                 <fieldValue name='diffuseColorvalue='0 0 0'/>
345                 <fieldValue name='ballRadiusvalue='0.02'/>
346                 <fieldValue name='traceEnabledvalue='false'/>
347                 <fieldValue name='displayMode'/>
348                 <fieldValue name='transparencyvalue='0'/>
349            </ProtoInstance>
350            <ProtoInstance name='Arc'>
351                 <fieldValue name='cylinderHeightvalue='1.22032'/>
352                 <fieldValue name='cylinderTranslationvalue='-1.94792 -2.15491 1.10715'/>
353                 <fieldValue name='coneTranslationvalue='-2.03022 -2.24988 0.67489'/>
354                 <fieldValue name='rotationvalue='-117.18041 0 22.31073 1.78335'/>
355                 <fieldValue name='diffuseColorvalue='0 0 0'/>
356                 <fieldValue name='ballRadiusvalue='0.02'/>
357                 <fieldValue name='traceEnabledvalue='false'/>
358                 <fieldValue name='displayMode'/>
359                 <fieldValue name='transparencyvalue='0'/>
360            </ProtoInstance>
361            <ProtoInstance name='Arc'>
362                 <fieldValue name='cylinderHeightvalue='0.61185'/>
363                 <fieldValue name='cylinderTranslationvalue='-1.67557 -2.24383 1.83577'/>
364                 <fieldValue name='coneTranslationvalue='-1.59886 -2.34764 1.90385'/>
365                 <fieldValue name='rotationvalue='28.54502 0 -32.16014 2.36227'/>
366                 <fieldValue name='diffuseColorvalue='0 0 0'/>
367                 <fieldValue name='ballRadiusvalue='0.02'/>
368                 <fieldValue name='traceEnabledvalue='false'/>
369                 <fieldValue name='displayMode'/>
370                 <fieldValue name='transparencyvalue='0'/>
371            </ProtoInstance>
372            <ProtoInstance name='Arc'>
373                 <fieldValue name='cylinderHeightvalue='0.60456'/>
374                 <fieldValue name='cylinderTranslationvalue='-1.74361 -2.12028 1.96493'/>
375                 <fieldValue name='coneTranslationvalue='-1.69995 -2.16456 2.09290'/>
376                 <fieldValue name='rotationvalue='54.37605 0 -18.55164 1.88729'/>
377                 <fieldValue name='diffuseColorvalue='0 0 0'/>
378                 <fieldValue name='ballRadiusvalue='0.02'/>
379                 <fieldValue name='traceEnabledvalue='false'/>
380                 <fieldValue name='displayMode'/>
381                 <fieldValue name='transparencyvalue='0'/>
382            </ProtoInstance>
383            <ProtoInstance name='Arc'>
384                 <fieldValue name='cylinderHeightvalue='1.30069'/>
385                 <fieldValue name='cylinderTranslationvalue='-1.27997 -2.35320 1.61285'/>
386                 <fieldValue name='coneTranslationvalue='-0.86045 -2.59976 1.55238'/>
387                 <fieldValue name='rotationvalue='-16.03964 0 -111.28001 2.09766'/>
388                 <fieldValue name='diffuseColorvalue='0 0 0'/>
389                 <fieldValue name='ballRadiusvalue='0.02'/>
390                 <fieldValue name='traceEnabledvalue='false'/>
391                 <fieldValue name='displayMode'/>
392                 <fieldValue name='transparencyvalue='0'/>
393            </ProtoInstance>
394            <ProtoInstance name='Arc'>
395                 <fieldValue name='cylinderHeightvalue='0.68365'/>
396                 <fieldValue name='cylinderTranslationvalue='-1.75984 -2.28895 1.48823'/>
397                 <fieldValue name='coneTranslationvalue='-1.71914 -2.42871 1.37929'/>
398                 <fieldValue name='rotationvalue='-40.96318 0 -15.30486 2.44756'/>
399                 <fieldValue name='diffuseColorvalue='0 0 0'/>
400                 <fieldValue name='ballRadiusvalue='0.02'/>
401                 <fieldValue name='traceEnabledvalue='false'/>
402                 <fieldValue name='displayMode'/>
403                 <fieldValue name='transparencyvalue='0'/>
404            </ProtoInstance>
405            <ProtoInstance name='Arc'>
406                 <fieldValue name='cylinderHeightvalue='1.22624'/>
407                 <fieldValue name='cylinderTranslationvalue='-2.26394 -1.67013 1.43555'/>
408                 <fieldValue name='coneTranslationvalue='-2.57993 -1.40698 1.24524'/>
409                 <fieldValue name='rotationvalue='-51.50067 0 85.51475 0.95114'/>
410                 <fieldValue name='diffuseColorvalue='0 0 0'/>
411                 <fieldValue name='ballRadiusvalue='0.02'/>
412                 <fieldValue name='traceEnabledvalue='false'/>
413                 <fieldValue name='displayMode'/>
414                 <fieldValue name='transparencyvalue='0'/>
415            </ProtoInstance>
416            <ProtoInstance name='Arc'>
417                 <fieldValue name='cylinderHeightvalue='1.23287'/>
418                 <fieldValue name='cylinderTranslationvalue='-1.63598 -1.78301 2.22286'/>
419                 <fieldValue name='coneTranslationvalue='-1.48760 -1.60295 2.61515'/>
420                 <fieldValue name='rotationvalue='105.96108 0 -40.07842 1.16527'/>
421                 <fieldValue name='diffuseColorvalue='0 0 0'/>
422                 <fieldValue name='ballRadiusvalue='0.02'/>
423                 <fieldValue name='traceEnabledvalue='false'/>
424                 <fieldValue name='displayMode'/>
425                 <fieldValue name='transparencyvalue='0'/>
426            </ProtoInstance>
427            <ProtoInstance name='Arc'>
428                 <fieldValue name='cylinderHeightvalue='1.20822'/>
429                 <fieldValue name='cylinderTranslationvalue='-1.55638 -2.39019 1.30054'/>
430                 <fieldValue name='coneTranslationvalue='-1.35054 -2.65778 1.01199'/>
431                 <fieldValue name='rotationvalue='-78.50196 0 -55.99811 2.21746'/>
432                 <fieldValue name='diffuseColorvalue='0 0 0'/>
433                 <fieldValue name='ballRadiusvalue='0.02'/>
434                 <fieldValue name='traceEnabledvalue='false'/>
435                 <fieldValue name='displayMode'/>
436                 <fieldValue name='transparencyvalue='0'/>
437            </ProtoInstance>
438            <ProtoInstance name='Arc'>
439                 <fieldValue name='cylinderHeightvalue='1.01353'/>
440                 <fieldValue name='cylinderTranslationvalue='-0.75857 -0.46475 -2.56564'/>
441                 <fieldValue name='coneTranslationvalue='-0.98082 -0.19860 -2.56232'/>
442                 <fieldValue name='rotationvalue='0.96949 -0.00000 64.96138 0.69582'/>
443                 <fieldValue name='diffuseColorvalue='0 0 0'/>
444                 <fieldValue name='ballRadiusvalue='0.02'/>
445                 <fieldValue name='traceEnabledvalue='false'/>
446                 <fieldValue name='displayMode'/>
447                 <fieldValue name='transparencyvalue='0'/>
448            </ProtoInstance>
449            <ProtoInstance name='Arc'>
450                 <fieldValue name='cylinderHeightvalue='0.94475'/>
451                 <fieldValue name='cylinderTranslationvalue='-0.03596 -0.60969 -2.64360'/>
452                 <fieldValue name='coneTranslationvalue='0.22710 -0.44833 -2.69195'/>
453                 <fieldValue name='rotationvalue='-14.62380 0 -79.56028 1.02795'/>
454                 <fieldValue name='diffuseColorvalue='0 0 0'/>
455                 <fieldValue name='ballRadiusvalue='0.02'/>
456                 <fieldValue name='traceEnabledvalue='false'/>
457                 <fieldValue name='displayMode'/>
458                 <fieldValue name='transparencyvalue='0'/>
459            </ProtoInstance>
460            <ProtoInstance name='Arc'>
461                 <fieldValue name='cylinderHeightvalue='0.54697'/>
462                 <fieldValue name='cylinderTranslationvalue='-0.34231 -1.10608 -2.51817'/>
463                 <fieldValue name='coneTranslationvalue='-0.30436 -1.21081 -2.49646'/>
464                 <fieldValue name='rotationvalue='10.46350 0 -18.29085 2.74611'/>
465                 <fieldValue name='diffuseColorvalue='0 0 0'/>
466                 <fieldValue name='ballRadiusvalue='0.02'/>
467                 <fieldValue name='traceEnabledvalue='false'/>
468                 <fieldValue name='displayMode'/>
469                 <fieldValue name='transparencyvalue='0'/>
470            </ProtoInstance>
471            <ProtoInstance name='Arc'>
472                 <fieldValue name='cylinderHeightvalue='1.01670'/>
473                 <fieldValue name='cylinderTranslationvalue='-0.09976 -1.21308 -2.43738'/>
474                 <fieldValue name='coneTranslationvalue='0.12911 -1.45935 -2.34617'/>
475                 <fieldValue name='rotationvalue='26.62051 0 -66.79902 2.35596'/>
476                 <fieldValue name='diffuseColorvalue='0 0 0'/>
477                 <fieldValue name='ballRadiusvalue='0.02'/>
478                 <fieldValue name='traceEnabledvalue='false'/>
479                 <fieldValue name='displayMode'/>
480                 <fieldValue name='transparencyvalue='0'/>
481            </ProtoInstance>
482            <ProtoInstance name='Arc'>
483                 <fieldValue name='cylinderHeightvalue='0.53037'/>
484                 <fieldValue name='cylinderTranslationvalue='-0.58469 -1.06227 -2.50689'/>
485                 <fieldValue name='coneTranslationvalue='-0.64456 -1.14500 -2.48167'/>
486                 <fieldValue name='rotationvalue='12.71873 -0.00000 30.18691 2.47588'/>
487                 <fieldValue name='diffuseColorvalue='0 0 0'/>
488                 <fieldValue name='ballRadiusvalue='0.02'/>
489                 <fieldValue name='traceEnabledvalue='false'/>
490                 <fieldValue name='displayMode'/>
491                 <fieldValue name='transparencyvalue='0'/>
492            </ProtoInstance>
493            <ProtoInstance name='Arc'>
494                 <fieldValue name='cylinderHeightvalue='0.53142'/>
495                 <fieldValue name='cylinderTranslationvalue='-0.28427 -0.65382 -2.66157'/>
496                 <fieldValue name='coneTranslationvalue='-0.22479 -0.57430 -2.69781'/>
497                 <fieldValue name='rotationvalue='-18.21775 0 -29.89890 0.71927'/>
498                 <fieldValue name='diffuseColorvalue='0 0 0'/>
499                 <fieldValue name='ballRadiusvalue='0.02'/>
500                 <fieldValue name='traceEnabledvalue='false'/>
501                 <fieldValue name='displayMode'/>
502                 <fieldValue name='transparencyvalue='0'/>
503            </ProtoInstance>
504            <ProtoInstance name='Arc'>
505                 <fieldValue name='cylinderHeightvalue='1.00789'/>
506                 <fieldValue name='cylinderTranslationvalue='-0.89106 -0.65379 -2.50067'/>
507                 <fieldValue name='coneTranslationvalue='-1.20316 -0.51735 -2.45302'/>
508                 <fieldValue name='rotationvalue='13.96265 -0.00000 91.45908 1.16287'/>
509                 <fieldValue name='diffuseColorvalue='0 0 0'/>
510                 <fieldValue name='ballRadiusvalue='0.02'/>
511                 <fieldValue name='traceEnabledvalue='false'/>
512                 <fieldValue name='displayMode'/>
513                 <fieldValue name='transparencyvalue='0'/>
514            </ProtoInstance>
515            <ProtoInstance name='Arc'>
516                 <fieldValue name='cylinderHeightvalue='0.47452'/>
517                 <fieldValue name='cylinderTranslationvalue='-1.62155 -1.40001 2.70618'/>
518                 <fieldValue name='coneTranslationvalue='-1.56099 -1.44554 2.72131'/>
519                 <fieldValue name='rotationvalue='9.29638 0 -37.19257 2.20099'/>
520                 <fieldValue name='diffuseColorvalue='0 0 0'/>
521                 <fieldValue name='ballRadiusvalue='0.02'/>
522                 <fieldValue name='traceEnabledvalue='false'/>
523                 <fieldValue name='displayMode'/>
524                 <fieldValue name='transparencyvalue='0'/>
525            </ProtoInstance>
526            <ProtoInstance name='Arc'>
527                 <fieldValue name='cylinderHeightvalue='0.52705'/>
528                 <fieldValue name='cylinderTranslationvalue='1.69915 2.22481 0.81942'/>
529                 <fieldValue name='coneTranslationvalue='1.72480 2.15812 0.74450'/>
530                 <fieldValue name='rotationvalue='-38.13975 0 -13.05425 2.27078'/>
531                 <fieldValue name='diffuseColorvalue='0 0 0'/>
532                 <fieldValue name='ballRadiusvalue='0.02'/>
533                 <fieldValue name='traceEnabledvalue='false'/>
534                 <fieldValue name='displayMode'/>
535                 <fieldValue name='transparencyvalue='0'/>
536            </ProtoInstance>
537            <ProtoInstance name='Arc'>
538                 <fieldValue name='cylinderHeightvalue='0.66062'/>
539                 <fieldValue name='cylinderTranslationvalue='1.36535 2.57438 0.94180'/>
540                 <fieldValue name='coneTranslationvalue='1.22690 2.66708 0.90658'/>
541                 <fieldValue name='rotationvalue='-13.66311 0 53.70582 0.99518'/>
542                 <fieldValue name='diffuseColorvalue='0 0 0'/>
543                 <fieldValue name='ballRadiusvalue='0.02'/>
544                 <fieldValue name='traceEnabledvalue='false'/>
545                 <fieldValue name='displayMode'/>
546                 <fieldValue name='transparencyvalue='0'/>
547            </ProtoInstance>
548            <ProtoInstance name='Arc'>
549                 <fieldValue name='cylinderHeightvalue='0.46266'/>
550                 <fieldValue name='cylinderTranslationvalue='-2.38420 -1.70479 1.70969'/>
551                 <fieldValue name='coneTranslationvalue='-2.36826 -1.67952 1.77446'/>
552                 <fieldValue name='rotationvalue='42.01216 0 -10.33837 1.20867'/>
553                 <fieldValue name='diffuseColorvalue='0 0 0'/>
554                 <fieldValue name='ballRadiusvalue='0.02'/>
555                 <fieldValue name='traceEnabledvalue='false'/>
556                 <fieldValue name='displayMode'/>
557                 <fieldValue name='transparencyvalue='0'/>
558            </ProtoInstance>
559            <ProtoInstance name='Arc'>
560                 <fieldValue name='cylinderHeightvalue='0.62625'/>
561                 <fieldValue name='cylinderTranslationvalue='-2.56370 -1.55040 1.33884'/>
562                 <fieldValue name='coneTranslationvalue='-2.62621 -1.43482 1.26020'/>
563                 <fieldValue name='rotationvalue='-32.15842 0 25.56236 0.71547'/>
564                 <fieldValue name='diffuseColorvalue='0 0 0'/>
565                 <fieldValue name='ballRadiusvalue='0.02'/>
566                 <fieldValue name='traceEnabledvalue='false'/>
567                 <fieldValue name='displayMode'/>
568                 <fieldValue name='transparencyvalue='0'/>
569            </ProtoInstance>
570            <ProtoInstance name='Arc'>
571                 <fieldValue name='cylinderHeightvalue='0.45828'/>
572                 <fieldValue name='cylinderTranslationvalue='-2.21459 -2.11811 0.55362'/>
573                 <fieldValue name='coneTranslationvalue='-2.16778 -2.16805 0.54385'/>
574                 <fieldValue name='rotationvalue='-6.47484 0 -31.02225 2.37800'/>
575                 <fieldValue name='diffuseColorvalue='0 0 0'/>
576                 <fieldValue name='ballRadiusvalue='0.02'/>
577                 <fieldValue name='traceEnabledvalue='false'/>
578                 <fieldValue name='displayMode'/>
579                 <fieldValue name='transparencyvalue='0'/>
580            </ProtoInstance>
581            <ProtoInstance name='Arc'>
582                 <fieldValue name='cylinderHeightvalue='0.61653'/>
583                 <fieldValue name='cylinderTranslationvalue='-2.40533 -1.32592 1.95932'/>
584                 <fieldValue name='coneTranslationvalue='-2.37030 -1.46873 1.94029'/>
585                 <fieldValue name='rotationvalue='-7.91371 0 -14.56387 2.86940'/>
586                 <fieldValue name='diffuseColorvalue='0 0 0'/>
587                 <fieldValue name='ballRadiusvalue='0.02'/>
588                 <fieldValue name='traceEnabledvalue='false'/>
589                 <fieldValue name='displayMode'/>
590                 <fieldValue name='transparencyvalue='0'/>
591            </ProtoInstance>
592            <ProtoInstance name='Arc'>
593                 <fieldValue name='cylinderHeightvalue='0.47027'/>
594                 <fieldValue name='cylinderTranslationvalue='1.13260 1.42404 2.29422'/>
595                 <fieldValue name='coneTranslationvalue='1.16414 1.35594 2.29790'/>
596                 <fieldValue name='rotationvalue='2.29931 0 -19.74106 2.70526'/>
597                 <fieldValue name='diffuseColorvalue='0 0 0'/>
598                 <fieldValue name='ballRadiusvalue='0.02'/>
599                 <fieldValue name='traceEnabledvalue='false'/>
600                 <fieldValue name='displayMode'/>
601                 <fieldValue name='transparencyvalue='0'/>
602            </ProtoInstance>
603            <ProtoInstance name='Arc'>
604                 <fieldValue name='cylinderHeightvalue='0.67839'/>
605                 <fieldValue name='cylinderTranslationvalue='2.00105 1.72962 1.80872'/>
606                 <fieldValue name='coneTranslationvalue='2.01010 1.73123 1.62976'/>
607                 <fieldValue name='rotationvalue='-67.74929 0 -3.42841 1.56181'/>
608                 <fieldValue name='diffuseColorvalue='0 0 0'/>
609                 <fieldValue name='ballRadiusvalue='0.02'/>
610                 <fieldValue name='traceEnabledvalue='false'/>
611                 <fieldValue name='displayMode'/>
612                 <fieldValue name='transparencyvalue='0'/>
613            </ProtoInstance>
614            <ProtoInstance name='Arc'>
615                 <fieldValue name='cylinderHeightvalue='0.47963'/>
616                 <fieldValue name='cylinderTranslationvalue='-1.21586 -0.26484 -2.49582'/>
617                 <fieldValue name='coneTranslationvalue='-1.25996 -0.32775 -2.47420'/>
618                 <fieldValue name='rotationvalue='12.99316 -0.00000 26.49770 2.47882'/>
619                 <fieldValue name='diffuseColorvalue='0 0 0'/>
620                 <fieldValue name='ballRadiusvalue='0.02'/>
621                 <fieldValue name='traceEnabledvalue='false'/>
622                 <fieldValue name='displayMode'/>
623                 <fieldValue name='transparencyvalue='0'/>
624            </ProtoInstance>
625            <ProtoInstance name='Arc'>
626                 <fieldValue name='cylinderHeightvalue='0.72563'/>
627                 <fieldValue name='cylinderTranslationvalue='1.85117 2.08825 0.27799'/>
628                 <fieldValue name='coneTranslationvalue='1.89966 2.10682 0.08194'/>
629                 <fieldValue name='rotationvalue='-70.14493 0 -17.34879 1.47914'/>
630                 <fieldValue name='diffuseColorvalue='0 0 0'/>
631                 <fieldValue name='ballRadiusvalue='0.02'/>
632                 <fieldValue name='traceEnabledvalue='false'/>
633                 <fieldValue name='displayMode'/>
634                 <fieldValue name='transparencyvalue='0'/>
635            </ProtoInstance>
636            <ProtoInstance name='Arc'>
637                 <fieldValue name='cylinderHeightvalue='0.79064'/>
638                 <fieldValue name='cylinderTranslationvalue='1.57769 2.20560 0.31448'/>
639                 <fieldValue name='coneTranslationvalue='1.46654 2.29522 0.12743'/>
640                 <fieldValue name='rotationvalue='-62.84697 0 37.34602 1.18009'/>
641                 <fieldValue name='diffuseColorvalue='0 0 0'/>
642                 <fieldValue name='ballRadiusvalue='0.02'/>
643                 <fieldValue name='traceEnabledvalue='false'/>
644                 <fieldValue name='displayMode'/>
645                 <fieldValue name='transparencyvalue='0'/>
646            </ProtoInstance>
647            <ProtoInstance name='Arc'>
648                 <fieldValue name='cylinderHeightvalue='0.66642'/>
649                 <fieldValue name='cylinderTranslationvalue='1.84273 0.93618 0.25332'/>
650                 <fieldValue name='coneTranslationvalue='1.82246 1.00542 0.41078'/>
651                 <fieldValue name='rotationvalue='60.58549 -0.00000 7.79881 1.15954'/>
652                 <fieldValue name='diffuseColorvalue='0 0 0'/>
653                 <fieldValue name='ballRadiusvalue='0.02'/>
654                 <fieldValue name='traceEnabledvalue='false'/>
655                 <fieldValue name='displayMode'/>
656                 <fieldValue name='transparencyvalue='0'/>
657            </ProtoInstance>
658            <ProtoInstance name='Arc'>
659                 <fieldValue name='cylinderHeightvalue='0.44674'/>
660                 <fieldValue name='cylinderTranslationvalue='2.69605 0.82457 0.82360'/>
661                 <fieldValue name='coneTranslationvalue='2.68035 0.78072 0.86656'/>
662                 <fieldValue name='rotationvalue='30.28723 -0.00000 11.07302 2.33511'/>
663                 <fieldValue name='diffuseColorvalue='0 0 0'/>
664                 <fieldValue name='ballRadiusvalue='0.02'/>
665                 <fieldValue name='traceEnabledvalue='false'/>
666                 <fieldValue name='displayMode'/>
667                 <fieldValue name='transparencyvalue='0'/>
668            </ProtoInstance>
669            <ProtoInstance name='Arc'>
670                 <fieldValue name='cylinderHeightvalue='0.66173'/>
671                 <fieldValue name='cylinderTranslationvalue='1.85953 0.66440 1.42160'/>
672                 <fieldValue name='coneTranslationvalue='1.82854 0.79339 1.31392'/>
673                 <fieldValue name='rotationvalue='-41.70380 0 12.00515 0.71527'/>
674                 <fieldValue name='diffuseColorvalue='0 0 0'/>
675                 <fieldValue name='ballRadiusvalue='0.02'/>
676                 <fieldValue name='traceEnabledvalue='false'/>
677                 <fieldValue name='displayMode'/>
678                 <fieldValue name='transparencyvalue='0'/>
679            </ProtoInstance>
680            <ProtoInstance name='Arc'>
681                 <fieldValue name='cylinderHeightvalue='0.50567'/>
682                 <fieldValue name='cylinderTranslationvalue='0.11354 -0.40980 -2.73469'/>
683                 <fieldValue name='coneTranslationvalue='0.02236 -0.42601 -2.74129'/>
684                 <fieldValue name='rotationvalue='-3.59396 0 49.66138 1.74623'/>
685                 <fieldValue name='diffuseColorvalue='0 0 0'/>
686                 <fieldValue name='ballRadiusvalue='0.02'/>
687                 <fieldValue name='traceEnabledvalue='false'/>
688                 <fieldValue name='displayMode'/>
689                 <fieldValue name='transparencyvalue='0'/>
690            </ProtoInstance>
691            <ProtoInstance name='Arc'>
692                 <fieldValue name='cylinderHeightvalue='0.55426'/>
693                 <fieldValue name='cylinderTranslationvalue='-0.00831 -1.46546 -2.38506'/>
694                 <fieldValue name='coneTranslationvalue='0.09420 -1.51068 -2.35092'/>
695                 <fieldValue name='rotationvalue='16.15701 0 -48.50816 1.96719'/>
696                 <fieldValue name='diffuseColorvalue='0 0 0'/>
697                 <fieldValue name='ballRadiusvalue='0.02'/>
698                 <fieldValue name='traceEnabledvalue='false'/>
699                 <fieldValue name='displayMode'/>
700                 <fieldValue name='transparencyvalue='0'/>
701            </ProtoInstance>
702            <ProtoInstance name='Arc'>
703                 <fieldValue name='cylinderHeightvalue='0.49315'/>
704                 <fieldValue name='cylinderTranslationvalue='-0.49324 -1.31465 -2.45457'/>
705                 <fieldValue name='coneTranslationvalue='-0.57835 -1.29926 -2.45061'/>
706                 <fieldValue name='rotationvalue='2.25523 -0.00000 48.47777 1.39217'/>
707                 <fieldValue name='diffuseColorvalue='0 0 0'/>
708                 <fieldValue name='ballRadiusvalue='0.02'/>
709                 <fieldValue name='traceEnabledvalue='false'/>
710                 <fieldValue name='displayMode'/>
711                 <fieldValue name='transparencyvalue='0'/>
712            </ProtoInstance>
713            <ProtoInstance name='Arc'>
714                 <fieldValue name='cylinderHeightvalue='0.73435'/>
715                 <fieldValue name='cylinderTranslationvalue='2.22770 1.49633 1.65722'/>
716                 <fieldValue name='coneTranslationvalue='2.10949 1.62968 1.55157'/>
717                 <fieldValue name='rotationvalue='-37.45007 0 41.90276 0.87150'/>
718                 <fieldValue name='diffuseColorvalue='0 0 0'/>
719                 <fieldValue name='ballRadiusvalue='0.02'/>
720                 <fieldValue name='traceEnabledvalue='false'/>
721                 <fieldValue name='displayMode'/>
722                 <fieldValue name='transparencyvalue='0'/>
723            </ProtoInstance>
724            <ProtoInstance name='Arc'>
725                 <fieldValue name='cylinderHeightvalue='0.38250'/>
726                 <fieldValue name='cylinderTranslationvalue='-1.58281 -2.33791 2.10766'/>
727                 <fieldValue name='coneTranslationvalue='-1.59393 -2.31772 2.12876'/>
728                 <fieldValue name='rotationvalue='25.83103 -0.00000 13.60851 0.86842'/>
729                 <fieldValue name='diffuseColorvalue='0 0 0'/>
730                 <fieldValue name='ballRadiusvalue='0.02'/>
731                 <fieldValue name='traceEnabledvalue='false'/>
732                 <fieldValue name='displayMode'/>
733                 <fieldValue name='transparencyvalue='0'/>
734            </ProtoInstance>
735            <ProtoInstance name='Arc'>
736                 <fieldValue name='cylinderHeightvalue='0.67494'/>
737                 <fieldValue name='cylinderTranslationvalue='1.80162 0.99178 0.88466'/>
738                 <fieldValue name='coneTranslationvalue='1.80051 0.95097 1.05738'/>
739                 <fieldValue name='rotationvalue='65.68421 -0.00000 0.42255 1.80283'/>
740                 <fieldValue name='diffuseColorvalue='0 0 0'/>
741                 <fieldValue name='ballRadiusvalue='0.02'/>
742                 <fieldValue name='traceEnabledvalue='false'/>
743                 <fieldValue name='displayMode'/>
744                 <fieldValue name='transparencyvalue='0'/>
745            </ProtoInstance>
746            <ProtoInstance name='Arc'>
747                 <fieldValue name='cylinderHeightvalue='0.58950'/>
748                 <fieldValue name='cylinderTranslationvalue='-1.47985 -2.65294 1.09572'/>
749                 <fieldValue name='coneTranslationvalue='-1.38683 -2.69922 1.00992'/>
750                 <fieldValue name='rotationvalue='-37.53878 0 -40.69325 1.92141'/>
751                 <fieldValue name='diffuseColorvalue='0 0 0'/>
752                 <fieldValue name='ballRadiusvalue='0.02'/>
753                 <fieldValue name='traceEnabledvalue='false'/>
754                 <fieldValue name='displayMode'/>
755                 <fieldValue name='transparencyvalue='0'/>
756            </ProtoInstance>
757            <ProtoInstance name='Arc'>
758                 <fieldValue name='cylinderHeightvalue='0.47219'/>
759                 <fieldValue name='cylinderTranslationvalue='0.33908 2.14904 1.21327'/>
760                 <fieldValue name='coneTranslationvalue='0.33849 2.11944 1.28337'/>
761                 <fieldValue name='rotationvalue='43.49797 -0.00000 0.36806 1.97034'/>
762                 <fieldValue name='diffuseColorvalue='0 0 0'/>
763                 <fieldValue name='ballRadiusvalue='0.02'/>
764                 <fieldValue name='traceEnabledvalue='false'/>
765                 <fieldValue name='displayMode'/>
766                 <fieldValue name='transparencyvalue='0'/>
767            </ProtoInstance>
768            <ProtoInstance name='Vertex'>
769                 <fieldValue name='vertexTextvalue='"2010-02-21-FACEBOOK.COM-82NDAIRBORNEDIVISION"'/>
770                 <fieldValue name='descriptionvalue='1: 2010-02-21-FACEBOOK.COM-82NDAIRBORNEDIVISION'/>
771                 <fieldValue name='url'/>
772                 <fieldValue name='radiusvalue='0.1500'/>
773                 <fieldValue name='displayMode'/>
774                 <fieldValue name='diffuseColorvalue='0 0 0'/>
775                 <fieldValue name='transparencyvalue='0'/>
776                 <fieldValue name='translationvalue='1.62990 1.65180 1.02130'/>
777                 <fieldValue name='textTranslationvalue='1.77990 1.65180 1.02130'/>
778                 <fieldValue name='textColorvalue='0 0 0'/>
779            </ProtoInstance>
780            <ProtoInstance name='Vertex'>
781                 <fieldValue name='vertexTextvalue='"2010-02-21-FLICKR.COM-PHOTOS"'/>
782                 <fieldValue name='descriptionvalue='2: 2010-02-21-FLICKR.COM-PHOTOS'/>
783                 <fieldValue name='url'/>
784                 <fieldValue name='radiusvalue='0.1500'/>
785                 <fieldValue name='displayMode'/>
786                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
787                 <fieldValue name='transparencyvalue='0'/>
788                 <fieldValue name='translationvalue='-1.83637 -2.02620 1.69305'/>
789                 <fieldValue name='textTranslationvalue='-1.68637 -2.02620 1.69305'/>
790                 <fieldValue name='textColorvalue='0 0 0'/>
791            </ProtoInstance>
792            <ProtoInstance name='Vertex'>
793                 <fieldValue name='vertexTextvalue='"2010-02-21-TWITTER.COM-JTFHAITI"'/>
794                 <fieldValue name='descriptionvalue='3: 2010-02-21-TWITTER.COM-JTFHAITI'/>
795                 <fieldValue name='url'/>
796                 <fieldValue name='radiusvalue='0.1500'/>
797                 <fieldValue name='displayMode'/>
798                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
799                 <fieldValue name='transparencyvalue='0'/>
800                 <fieldValue name='translationvalue='-0.43376 -0.85371 -2.57048'/>
801                 <fieldValue name='textTranslationvalue='-0.28376 -0.85371 -2.57048'/>
802                 <fieldValue name='textColorvalue='0 0 0'/>
803            </ProtoInstance>
804            <ProtoInstance name='Vertex'>
805                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-21/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-21.simple" '/>
806                 <fieldValue name='descriptionvalue='4: Haiti/2010-02-21/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-21.simple'/>
807                 <fieldValue name='url'/>
808                 <fieldValue name='radiusvalue='0.1500'/>
809                 <fieldValue name='displayMode'/>
810                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
811                 <fieldValue name='transparencyvalue='0'/>
812                 <fieldValue name='translationvalue='-2.75142 1.62533 -0.31546'/>
813                 <fieldValue name='textTranslationvalue='-2.60142 1.62533 -0.31546'/>
814                 <fieldValue name='textColorvalue='0 0 0'/>
815            </ProtoInstance>
816            <ProtoInstance name='Vertex'>
817                 <fieldValue name='vertexTextvalue='"accommodate"'/>
818                 <fieldValue name='descriptionvalue='5: accommodate'/>
819                 <fieldValue name='url'/>
820                 <fieldValue name='radiusvalue='0.1500'/>
821                 <fieldValue name='displayMode'/>
822                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
823                 <fieldValue name='transparencyvalue='0'/>
824                 <fieldValue name='translationvalue='-1.80751 -1.26019 2.65970'/>
825                 <fieldValue name='textTranslationvalue='-1.65751 -1.26019 2.65970'/>
826                 <fieldValue name='textColorvalue='0 0 0'/>
827            </ProtoInstance>
828            <ProtoInstance name='Vertex'>
829                 <fieldValue name='vertexTextvalue='"airborne"'/>
830                 <fieldValue name='descriptionvalue='6: airborne'/>
831                 <fieldValue name='url'/>
832                 <fieldValue name='radiusvalue='0.1500'/>
833                 <fieldValue name='displayMode'/>
834                 <fieldValue name='diffuseColorvalue='0 0 0'/>
835                 <fieldValue name='transparencyvalue='0'/>
836                 <fieldValue name='translationvalue='1.63388 2.39457 1.01011'/>
837                 <fieldValue name='textTranslationvalue='1.78388 2.39457 1.01011'/>
838                 <fieldValue name='textColorvalue='0 0 0'/>
839            </ProtoInstance>
840            <ProtoInstance name='Vertex'>
841                 <fieldValue name='vertexTextvalue='"amphibious"'/>
842                 <fieldValue name='descriptionvalue='7: amphibious'/>
843                 <fieldValue name='url'/>
844                 <fieldValue name='radiusvalue='0.1500'/>
845                 <fieldValue name='displayMode'/>
846                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
847                 <fieldValue name='transparencyvalue='0'/>
848                 <fieldValue name='translationvalue='-2.43589 -1.78674 1.49963'/>
849                 <fieldValue name='textTranslationvalue='-2.28589 -1.78674 1.49963'/>
850                 <fieldValue name='textColorvalue='0 0 0'/>
851            </ProtoInstance>
852            <ProtoInstance name='Vertex'>
853                 <fieldValue name='vertexTextvalue='"assigned"'/>
854                 <fieldValue name='descriptionvalue='8: assigned'/>
855                 <fieldValue name='url'/>
856                 <fieldValue name='radiusvalue='0.1500'/>
857                 <fieldValue name='displayMode'/>
858                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
859                 <fieldValue name='transparencyvalue='0'/>
860                 <fieldValue name='translationvalue='-2.36970 -1.95259 0.58599'/>
861                 <fieldValue name='textTranslationvalue='-2.21970 -1.95259 0.58599'/>
862                 <fieldValue name='textColorvalue='0 0 0'/>
863            </ProtoInstance>
864            <ProtoInstance name='Vertex'>
865                 <fieldValue name='vertexTextvalue='"battalion"'/>
866                 <fieldValue name='descriptionvalue='9: battalion'/>
867                 <fieldValue name='url'/>
868                 <fieldValue name='radiusvalue='0.1500'/>
869                 <fieldValue name='displayMode'/>
870                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
871                 <fieldValue name='transparencyvalue='0'/>
872                 <fieldValue name='translationvalue='-2.47815 -1.02900 1.99889'/>
873                 <fieldValue name='textTranslationvalue='-2.32815 -1.02900 1.99889'/>
874                 <fieldValue name='textColorvalue='0 0 0'/>
875            </ProtoInstance>
876            <ProtoInstance name='Vertex'>
877                 <fieldValue name='vertexTextvalue='"bills"'/>
878                 <fieldValue name='descriptionvalue='10: bills'/>
879                 <fieldValue name='url'/>
880                 <fieldValue name='radiusvalue='0.1500'/>
881                 <fieldValue name='displayMode'/>
882                 <fieldValue name='diffuseColorvalue='0 0 0'/>
883                 <fieldValue name='transparencyvalue='0'/>
884                 <fieldValue name='translationvalue='1.03390 1.63715 2.28273'/>
885                 <fieldValue name='textTranslationvalue='1.18390 1.63715 2.28273'/>
886                 <fieldValue name='textColorvalue='0 0 0'/>
887            </ProtoInstance>
888            <ProtoInstance name='Vertex'>
889                 <fieldValue name='vertexTextvalue='"cell"'/>
890                 <fieldValue name='descriptionvalue='11: cell'/>
891                 <fieldValue name='url'/>
892                 <fieldValue name='radiusvalue='0.1500'/>
893                 <fieldValue name='displayMode'/>
894                 <fieldValue name='diffuseColorvalue='0 0 0'/>
895                 <fieldValue name='transparencyvalue='0'/>
896                 <fieldValue name='translationvalue='0.65671 2.01016 0.03596'/>
897                 <fieldValue name='textTranslationvalue='0.80671 2.01016 0.03596'/>
898                 <fieldValue name='textColorvalue='0 0 0'/>
899            </ProtoInstance>
900            <ProtoInstance name='Vertex'>
901                 <fieldValue name='vertexTextvalue='"charlotte"'/>
902                 <fieldValue name='descriptionvalue='12: charlotte'/>
903                 <fieldValue name='url'/>
904                 <fieldValue name='radiusvalue='0.1500'/>
905                 <fieldValue name='displayMode'/>
906                 <fieldValue name='diffuseColorvalue='0 0 0'/>
907                 <fieldValue name='transparencyvalue='0'/>
908                 <fieldValue name='translationvalue='1.98391 1.72657 2.14746'/>
909                 <fieldValue name='textTranslationvalue='2.13391 1.72657 2.14746'/>
910                 <fieldValue name='textColorvalue='0 0 0'/>
911            </ProtoInstance>
912            <ProtoInstance name='Vertex'>
913                 <fieldValue name='vertexTextvalue='"construction"'/>
914                 <fieldValue name='descriptionvalue='13: construction'/>
915                 <fieldValue name='url'/>
916                 <fieldValue name='radiusvalue='0.1500'/>
917                 <fieldValue name='displayMode'/>
918                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
919                 <fieldValue name='transparencyvalue='0'/>
920                 <fieldValue name='translationvalue='-2.33251 -1.62284 1.91975'/>
921                 <fieldValue name='textTranslationvalue='-2.18251 -1.62284 1.91975'/>
922                 <fieldValue name='textColorvalue='0 0 0'/>
923            </ProtoInstance>
924            <ProtoInstance name='Vertex'>
925                 <fieldValue name='vertexTextvalue='"contact"'/>
926                 <fieldValue name='descriptionvalue='14: contact'/>
927                 <fieldValue name='url'/>
928                 <fieldValue name='radiusvalue='0.1500'/>
929                 <fieldValue name='displayMode'/>
930                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
931                 <fieldValue name='transparencyvalue='0'/>
932                 <fieldValue name='translationvalue='-1.08337 -0.07579 -2.56079'/>
933                 <fieldValue name='textTranslationvalue='-0.93337 -0.07579 -2.56079'/>
934                 <fieldValue name='textColorvalue='0 0 0'/>
935            </ProtoInstance>
936            <ProtoInstance name='Vertex'>
937                 <fieldValue name='vertexTextvalue='"dealing"'/>
938                 <fieldValue name='descriptionvalue='15: dealing'/>
939                 <fieldValue name='url'/>
940                 <fieldValue name='radiusvalue='0.1500'/>
941                 <fieldValue name='displayMode'/>
942                 <fieldValue name='diffuseColorvalue='0 0 0'/>
943                 <fieldValue name='transparencyvalue='0'/>
944                 <fieldValue name='translationvalue='0.95848 2.40794 1.88030'/>
945                 <fieldValue name='textTranslationvalue='1.10848 2.40794 1.88030'/>
946                 <fieldValue name='textColorvalue='0 0 0'/>
947            </ProtoInstance>
948            <ProtoInstance name='Vertex'>
949                 <fieldValue name='vertexTextvalue='"division"'/>
950                 <fieldValue name='descriptionvalue='16: division'/>
951                 <fieldValue name='url'/>
952                 <fieldValue name='radiusvalue='0.1500'/>
953                 <fieldValue name='displayMode'/>
954                 <fieldValue name='diffuseColorvalue='0 0 0'/>
955                 <fieldValue name='transparencyvalue='0'/>
956                 <fieldValue name='translationvalue='1.76442 2.05504 0.62872'/>
957                 <fieldValue name='textTranslationvalue='1.91442 2.05504 0.62872'/>
958                 <fieldValue name='textColorvalue='0 0 0'/>
959            </ProtoInstance>
960            <ProtoInstance name='Vertex'>
961                 <fieldValue name='vertexTextvalue='"divisions"'/>
962                 <fieldValue name='descriptionvalue='17: divisions'/>
963                 <fieldValue name='url'/>
964                 <fieldValue name='radiusvalue='0.1500'/>
965                 <fieldValue name='displayMode'/>
966                 <fieldValue name='diffuseColorvalue='0 0 0'/>
967                 <fieldValue name='transparencyvalue='0'/>
968                 <fieldValue name='translationvalue='1.09682 2.75418 0.87348'/>
969                 <fieldValue name='textTranslationvalue='1.24682 2.75418 0.87348'/>
970                 <fieldValue name='textColorvalue='0 0 0'/>
971            </ProtoInstance>
972            <ProtoInstance name='Vertex'>
973                 <fieldValue name='vertexTextvalue='"falcons"'/>
974                 <fieldValue name='descriptionvalue='18: falcons'/>
975                 <fieldValue name='url'/>
976                 <fieldValue name='radiusvalue='0.1500'/>
977                 <fieldValue name='displayMode'/>
978                 <fieldValue name='diffuseColorvalue='0 0 0'/>
979                 <fieldValue name='transparencyvalue='0'/>
980                 <fieldValue name='translationvalue='1.88172 0.80297 -0.04961'/>
981                 <fieldValue name='textTranslationvalue='2.03172 0.80297 -0.04961'/>
982                 <fieldValue name='textColorvalue='0 0 0'/>
983            </ProtoInstance>
984            <ProtoInstance name='Vertex'>
985                 <fieldValue name='vertexTextvalue='"fan"'/>
986                 <fieldValue name='descriptionvalue='19: fan'/>
987                 <fieldValue name='url'/>
988                 <fieldValue name='radiusvalue='0.1500'/>
989                 <fieldValue name='displayMode'/>
990                 <fieldValue name='diffuseColorvalue='0 0 0'/>
991                 <fieldValue name='transparencyvalue='0'/>
992                 <fieldValue name='translationvalue='2.40715 1.48349 -0.08277'/>
993                 <fieldValue name='textTranslationvalue='2.55715 1.48349 -0.08277'/>
994                 <fieldValue name='textColorvalue='0 0 0'/>
995            </ProtoInstance>
996            <ProtoInstance name='Vertex'>
997                 <fieldValue name='vertexTextvalue='"forum"'/>
998                 <fieldValue name='descriptionvalue='20: forum'/>
999                 <fieldValue name='url'/>
1000                 <fieldValue name='radiusvalue='0.1500'/>
1001                 <fieldValue name='displayMode'/>
1002                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1003                 <fieldValue name='transparencyvalue='0'/>
1004                 <fieldValue name='translationvalue='2.75142 0.97915 0.67217'/>
1005                 <fieldValue name='textTranslationvalue='2.90142 0.97915 0.67217'/>
1006                 <fieldValue name='textColorvalue='0 0 0'/>
1007            </ProtoInstance>
1008            <ProtoInstance name='Vertex'>
1009                 <fieldValue name='vertexTextvalue='"idol"'/>
1010                 <fieldValue name='descriptionvalue='21: idol'/>
1011                 <fieldValue name='url'/>
1012                 <fieldValue name='radiusvalue='0.1500'/>
1013                 <fieldValue name='displayMode'/>
1014                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1015                 <fieldValue name='transparencyvalue='0'/>
1016                 <fieldValue name='translationvalue='1.91956 0.41462 1.63012'/>
1017                 <fieldValue name='textTranslationvalue='2.06956 0.41462 1.63012'/>
1018                 <fieldValue name='textColorvalue='0 0 0'/>
1019            </ProtoInstance>
1020            <ProtoInstance name='Vertex'>
1021                 <fieldValue name='vertexTextvalue='"jobs"'/>
1022                 <fieldValue name='descriptionvalue='22: jobs'/>
1023                 <fieldValue name='url'/>
1024                 <fieldValue name='radiusvalue='0.1500'/>
1025                 <fieldValue name='displayMode'/>
1026                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1027                 <fieldValue name='transparencyvalue='0'/>
1028                 <fieldValue name='translationvalue='0.36184 -0.36567 -2.71672'/>
1029                 <fieldValue name='textTranslationvalue='0.51184 -0.36567 -2.71672'/>
1030                 <fieldValue name='textColorvalue='0 0 0'/>
1031            </ProtoInstance>
1032            <ProtoInstance name='Vertex'>
1033                 <fieldValue name='vertexTextvalue='"kinds"'/>
1034                 <fieldValue name='descriptionvalue='23: kinds'/>
1035                 <fieldValue name='url'/>
1036                 <fieldValue name='radiusvalue='0.1500'/>
1037                 <fieldValue name='displayMode'/>
1038                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1039                 <fieldValue name='transparencyvalue='0'/>
1040                 <fieldValue name='translationvalue='-0.25085 -1.35846 -2.46585'/>
1041                 <fieldValue name='textTranslationvalue='-0.10085 -1.35846 -2.46585'/>
1042                 <fieldValue name='textColorvalue='0 0 0'/>
1043            </ProtoInstance>
1044            <ProtoInstance name='Vertex'>
1045                 <fieldValue name='vertexTextvalue='"latest"'/>
1046                 <fieldValue name='descriptionvalue='24: latest'/>
1047                 <fieldValue name='url'/>
1048                 <fieldValue name='radiusvalue='0.1500'/>
1049                 <fieldValue name='displayMode'/>
1050                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1051                 <fieldValue name='transparencyvalue='0'/>
1052                 <fieldValue name='translationvalue='2.43722 1.25998 1.84447'/>
1053                 <fieldValue name='textTranslationvalue='2.58722 1.25998 1.84447'/>
1054                 <fieldValue name='textColorvalue='0 0 0'/>
1055            </ProtoInstance>
1056            <ProtoInstance name='Vertex'>
1057                 <fieldValue name='vertexTextvalue='"marine"'/>
1058                 <fieldValue name='descriptionvalue='25: marine'/>
1059                 <fieldValue name='url'/>
1060                 <fieldValue name='radiusvalue='0.1500'/>
1061                 <fieldValue name='displayMode'/>
1062                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1063                 <fieldValue name='transparencyvalue='0'/>
1064                 <fieldValue name='translationvalue='-0.73639 -2.28660 2.30820'/>
1065                 <fieldValue name='textTranslationvalue='-0.58639 -2.28660 2.30820'/>
1066                 <fieldValue name='textColorvalue='0 0 0'/>
1067            </ProtoInstance>
1068            <ProtoInstance name='Vertex'>
1069                 <fieldValue name='vertexTextvalue='"marines"'/>
1070                 <fieldValue name='descriptionvalue='26: marines'/>
1071                 <fieldValue name='url'/>
1072                 <fieldValue name='radiusvalue='0.1500'/>
1073                 <fieldValue name='displayMode'/>
1074                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1075                 <fieldValue name='transparencyvalue='0'/>
1076                 <fieldValue name='translationvalue='-2.05947 -2.28363 0.52125'/>
1077                 <fieldValue name='textTranslationvalue='-1.90947 -2.28363 0.52125'/>
1078                 <fieldValue name='textColorvalue='0 0 0'/>
1079            </ProtoInstance>
1080            <ProtoInstance name='Vertex'>
1081                 <fieldValue name='vertexTextvalue='"national"'/>
1082                 <fieldValue name='descriptionvalue='27: national'/>
1083                 <fieldValue name='url'/>
1084                 <fieldValue name='radiusvalue='0.1500'/>
1085                 <fieldValue name='displayMode'/>
1086                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1087                 <fieldValue name='transparencyvalue='0'/>
1088                 <fieldValue name='translationvalue='-1.51477 -2.46146 1.97850'/>
1089                 <fieldValue name='textTranslationvalue='-1.36477 -2.46146 1.97850'/>
1090                 <fieldValue name='textColorvalue='0 0 0'/>
1091            </ProtoInstance>
1092            <ProtoInstance name='Vertex'>
1093                 <fieldValue name='vertexTextvalue='"open"'/>
1094                 <fieldValue name='descriptionvalue='28: open'/>
1095                 <fieldValue name='url'/>
1096                 <fieldValue name='radiusvalue='0.1500'/>
1097                 <fieldValue name='displayMode'/>
1098                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1099                 <fieldValue name='transparencyvalue='0'/>
1100                 <fieldValue name='translationvalue='2.64069 0.66999 0.97504'/>
1101                 <fieldValue name='textTranslationvalue='2.79069 0.66999 0.97504'/>
1102                 <fieldValue name='textColorvalue='0 0 0'/>
1103            </ProtoInstance>
1104            <ProtoInstance name='Vertex'>
1105                 <fieldValue name='vertexTextvalue='"phone"'/>
1106                 <fieldValue name='descriptionvalue='29: phone'/>
1107                 <fieldValue name='url'/>
1108                 <fieldValue name='radiusvalue='0.1500'/>
1109                 <fieldValue name='displayMode'/>
1110                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1111                 <fieldValue name='transparencyvalue='0'/>
1112                 <fieldValue name='translationvalue='1.23131 1.21093 2.30572'/>
1113                 <fieldValue name='textTranslationvalue='1.38131 1.21093 2.30572'/>
1114                 <fieldValue name='textColorvalue='0 0 0'/>
1115            </ProtoInstance>
1116            <ProtoInstance name='Vertex'>
1117                 <fieldValue name='vertexTextvalue='"police"'/>
1118                 <fieldValue name='descriptionvalue='30: police'/>
1119                 <fieldValue name='url'/>
1120                 <fieldValue name='radiusvalue='0.1500'/>
1121                 <fieldValue name='displayMode'/>
1122                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1123                 <fieldValue name='transparencyvalue='0'/>
1124                 <fieldValue name='translationvalue='-1.65085 -2.21436 2.23681'/>
1125                 <fieldValue name='textTranslationvalue='-1.50085 -2.21436 2.23681'/>
1126                 <fieldValue name='textColorvalue='0 0 0'/>
1127            </ProtoInstance>
1128            <ProtoInstance name='Vertex'>
1129                 <fieldValue name='vertexTextvalue='"post"'/>
1130                 <fieldValue name='descriptionvalue='31: post'/>
1131                 <fieldValue name='url'/>
1132                 <fieldValue name='radiusvalue='0.1500'/>
1133                 <fieldValue name='displayMode'/>
1134                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1135                 <fieldValue name='transparencyvalue='0'/>
1136                 <fieldValue name='translationvalue='2.01819 1.73267 1.46997'/>
1137                 <fieldValue name='textTranslationvalue='2.16819 1.73267 1.46997'/>
1138                 <fieldValue name='textColorvalue='0 0 0'/>
1139            </ProtoInstance>
1140            <ProtoInstance name='Vertex'>
1141                 <fieldValue name='vertexTextvalue='"prince"'/>
1142                 <fieldValue name='descriptionvalue='32: prince'/>
1143                 <fieldValue name='url'/>
1144                 <fieldValue name='radiusvalue='0.1500'/>
1145                 <fieldValue name='displayMode'/>
1146                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1147                 <fieldValue name='transparencyvalue='0'/>
1148                 <fieldValue name='translationvalue='-0.72357 -2.68021 1.53265'/>
1149                 <fieldValue name='textTranslationvalue='-0.57357 -2.68021 1.53265'/>
1150                 <fieldValue name='textColorvalue='0 0 0'/>
1151            </ProtoInstance>
1152            <ProtoInstance name='Vertex'>
1153                 <fieldValue name='vertexTextvalue='"reconcile"'/>
1154                 <fieldValue name='descriptionvalue='33: reconcile'/>
1155                 <fieldValue name='url'/>
1156                 <fieldValue name='radiusvalue='0.1500'/>
1157                 <fieldValue name='displayMode'/>
1158                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1159                 <fieldValue name='transparencyvalue='0'/>
1160                 <fieldValue name='translationvalue='0.23423 -1.57246 -2.30428'/>
1161                 <fieldValue name='textTranslationvalue='0.38423 -1.57246 -2.30428'/>
1162                 <fieldValue name='textColorvalue='0 0 0'/>
1163            </ProtoInstance>
1164            <ProtoInstance name='Vertex'>
1165                 <fieldValue name='vertexTextvalue='"red"'/>
1166                 <fieldValue name='descriptionvalue='34: red'/>
1167                 <fieldValue name='url'/>
1168                 <fieldValue name='radiusvalue='0.1500'/>
1169                 <fieldValue name='displayMode'/>
1170                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1171                 <fieldValue name='transparencyvalue='0'/>
1172                 <fieldValue name='translationvalue='1.80373 1.06938 0.55624'/>
1173                 <fieldValue name='textTranslationvalue='1.95373 1.06938 0.55624'/>
1174                 <fieldValue name='textColorvalue='0 0 0'/>
1175            </ProtoInstance>
1176            <ProtoInstance name='Vertex'>
1177                 <fieldValue name='vertexTextvalue='"reserved"'/>
1178                 <fieldValue name='descriptionvalue='35: reserved'/>
1179                 <fieldValue name='url'/>
1180                 <fieldValue name='radiusvalue='0.1500'/>
1181                 <fieldValue name='displayMode'/>
1182                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1183                 <fieldValue name='transparencyvalue='0'/>
1184                 <fieldValue name='translationvalue='-1.68332 -2.55170 1.28342'/>
1185                 <fieldValue name='textTranslationvalue='-1.53332 -2.55170 1.28342'/>
1186                 <fieldValue name='textColorvalue='0 0 0'/>
1187            </ProtoInstance>
1188            <ProtoInstance name='Vertex'>
1189                 <fieldValue name='vertexTextvalue='"sailors"'/>
1190                 <fieldValue name='descriptionvalue='36: sailors'/>
1191                 <fieldValue name='url'/>
1192                 <fieldValue name='radiusvalue='0.1500'/>
1193                 <fieldValue name='displayMode'/>
1194                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1195                 <fieldValue name='transparencyvalue='0'/>
1196                 <fieldValue name='translationvalue='-2.69151 -1.31406 1.17804'/>
1197                 <fieldValue name='textTranslationvalue='-2.54151 -1.31406 1.17804'/>
1198                 <fieldValue name='textColorvalue='0 0 0'/>
1199            </ProtoInstance>
1200            <ProtoInstance name='Vertex'>
1201                 <fieldValue name='vertexTextvalue='"status"'/>
1202                 <fieldValue name='descriptionvalue='37: status'/>
1203                 <fieldValue name='url'/>
1204                 <fieldValue name='radiusvalue='0.1500'/>
1205                 <fieldValue name='displayMode'/>
1206                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1207                 <fieldValue name='transparencyvalue='0'/>
1208                 <fieldValue name='translationvalue='-0.73563 -1.27084 -2.44330'/>
1209                 <fieldValue name='textTranslationvalue='-0.58563 -1.27084 -2.44330'/>
1210                 <fieldValue name='textColorvalue='0 0 0'/>
1211            </ProtoInstance>
1212            <ProtoInstance name='Vertex'>
1213                 <fieldValue name='vertexTextvalue='"support"'/>
1214                 <fieldValue name='descriptionvalue='38: support'/>
1215                 <fieldValue name='url'/>
1216                 <fieldValue name='radiusvalue='0.1500'/>
1217                 <fieldValue name='displayMode'/>
1218                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1219                 <fieldValue name='transparencyvalue='0'/>
1220                 <fieldValue name='translationvalue='1.93791 2.12146 -0.07273'/>
1221                 <fieldValue name='textTranslationvalue='2.08791 2.12146 -0.07273'/>
1222                 <fieldValue name='textColorvalue='0 0 0'/>
1223            </ProtoInstance>
1224            <ProtoInstance name='Vertex'>
1225                 <fieldValue name='vertexTextvalue='"tents"'/>
1226                 <fieldValue name='descriptionvalue='39: tents'/>
1227                 <fieldValue name='url'/>
1228                 <fieldValue name='radiusvalue='0.1500'/>
1229                 <fieldValue name='displayMode'/>
1230                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1231                 <fieldValue name='transparencyvalue='0'/>
1232                 <fieldValue name='translationvalue='-1.43558 -1.53983 2.75266'/>
1233                 <fieldValue name='textTranslationvalue='-1.28558 -1.53983 2.75266'/>
1234                 <fieldValue name='textColorvalue='0 0 0'/>
1235            </ProtoInstance>
1236            <ProtoInstance name='Vertex'>
1237                 <fieldValue name='vertexTextvalue='"terms"'/>
1238                 <fieldValue name='descriptionvalue='40: terms'/>
1239                 <fieldValue name='url'/>
1240                 <fieldValue name='radiusvalue='0.1500'/>
1241                 <fieldValue name='displayMode'/>
1242                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1243                 <fieldValue name='transparencyvalue='0'/>
1244                 <fieldValue name='translationvalue='-0.13477 -0.45393 -2.75266'/>
1245                 <fieldValue name='textTranslationvalue='0.01523 -0.45393 -2.75266'/>
1246                 <fieldValue name='textColorvalue='0 0 0'/>
1247            </ProtoInstance>
1248            <ProtoInstance name='Vertex'>
1249                 <fieldValue name='vertexTextvalue='"topics"'/>
1250                 <fieldValue name='descriptionvalue='41: topics'/>
1251                 <fieldValue name='url'/>
1252                 <fieldValue name='radiusvalue='0.1500'/>
1253                 <fieldValue name='displayMode'/>
1254                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1255                 <fieldValue name='transparencyvalue='0'/>
1256                 <fieldValue name='translationvalue='0.34092 2.24088 0.99578'/>
1257                 <fieldValue name='textTranslationvalue='0.49093 2.24088 0.99578'/>
1258                 <fieldValue name='textColorvalue='0 0 0'/>
1259            </ProtoInstance>
1260            <ProtoInstance name='Vertex'>
1261                 <fieldValue name='vertexTextvalue='"twitter"'/>
1262                 <fieldValue name='descriptionvalue='42: twitter'/>
1263                 <fieldValue name='url'/>
1264                 <fieldValue name='radiusvalue='0.1500'/>
1265                 <fieldValue name='displayMode'/>
1266                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1267                 <fieldValue name='transparencyvalue='0'/>
1268                 <fieldValue name='translationvalue='-1.34835 -0.45388 -2.43086'/>
1269                 <fieldValue name='textTranslationvalue='-1.19835 -0.45388 -2.43086'/>
1270                 <fieldValue name='textColorvalue='0 0 0'/>
1271            </ProtoInstance>
1272            <ProtoInstance name='Vertex'>
1273                 <fieldValue name='vertexTextvalue='"upcoming"'/>
1274                 <fieldValue name='descriptionvalue='43: upcoming'/>
1275                 <fieldValue name='url'/>
1276                 <fieldValue name='radiusvalue='0.1500'/>
1277                 <fieldValue name='displayMode'/>
1278                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1279                 <fieldValue name='transparencyvalue='0'/>
1280                 <fieldValue name='translationvalue='1.39096 2.35616 0.00025'/>
1281                 <fieldValue name='textTranslationvalue='1.54096 2.35616 0.00025'/>
1282                 <fieldValue name='textColorvalue='0 0 0'/>
1283            </ProtoInstance>
1284            <ProtoInstance name='Vertex'>
1285                 <fieldValue name='vertexTextvalue='"uploaded"'/>
1286                 <fieldValue name='descriptionvalue='44: uploaded'/>
1287                 <fieldValue name='url'/>
1288                 <fieldValue name='radiusvalue='0.1500'/>
1289                 <fieldValue name='displayMode'/>
1290                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1291                 <fieldValue name='transparencyvalue='0'/>
1292                 <fieldValue name='translationvalue='-1.27639 -2.75418 0.90803'/>
1293                 <fieldValue name='textTranslationvalue='-1.12639 -2.75418 0.90803'/>
1294                 <fieldValue name='textColorvalue='0 0 0'/>
1295            </ProtoInstance>
1296            <ProtoInstance name='Vertex'>
1297                 <fieldValue name='vertexTextvalue='"visits"'/>
1298                 <fieldValue name='descriptionvalue='45: visits'/>
1299                 <fieldValue name='url'/>
1300                 <fieldValue name='radiusvalue='0.1500'/>
1301                 <fieldValue name='displayMode'/>
1302                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1303                 <fieldValue name='transparencyvalue='0'/>
1304                 <fieldValue name='translationvalue='1.79951 0.91417 1.21309'/>
1305                 <fieldValue name='textTranslationvalue='1.94951 0.91417 1.21309'/>
1306                 <fieldValue name='textColorvalue='0 0 0'/>
1307            </ProtoInstance>
1308            <ProtoInstance name='Vertex'>
1309                 <fieldValue name='vertexTextvalue='"walk"'/>
1310                 <fieldValue name='descriptionvalue='46: walk'/>
1311                 <fieldValue name='url'/>
1312                 <fieldValue name='radiusvalue='0.1500'/>
1313                 <fieldValue name='displayMode'/>
1314                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1315                 <fieldValue name='transparencyvalue='0'/>
1316                 <fieldValue name='translationvalue='0.33724 2.05720 1.43076'/>
1317                 <fieldValue name='textTranslationvalue='0.48724 2.05720 1.43076'/>
1318                 <fieldValue name='textColorvalue='0 0 0'/>
1319            </ProtoInstance>
1320       </Scene>
1321  </X3D>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
X3D Tooltips element index: Background, ExternProtoDeclare, field, fieldValue, head, meta, NavigationInfo, PointLight, ProtoInstance, Scene, Viewpoint, WorldInfo, X3D, plus documentation for accessType definitions, type definitions, XML data types, and field types

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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 780
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 792
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 804
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 816
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 828
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 840
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 852
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 864
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 876
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 888
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this 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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 912
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 924
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 936
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 948
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 960
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 972
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 984
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 996
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1008
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1020
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this 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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1044
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1056
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1068
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1080
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1092
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1104
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1116
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1128
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1140
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1152
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this 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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1176
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1188
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1200
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1212
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1224
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1236
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1248
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1260
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1272
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1284
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this 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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1308
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

Additional guidance on X3D animation can be found in the 10-Step Animation Design Process and Event Tracing hint sheets. Have fun with X3D! 😀

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamplesIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d -->

<!-- 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> -->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->