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.83296'/>
 55                 <fieldValue name='cylinderTranslationvalue='-0.92075 1.32155 1.54825'/>
 56                 <fieldValue name='coneTranslationvalue='-1.11923 1.19343 1.44842'/>
 57                 <fieldValue name='rotationvalue='-32.42364 0 64.46177 2.09390'/>
 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.50480'/>
 66                 <fieldValue name='cylinderTranslationvalue='-0.70665 2.02377 1.15342'/>
 67                 <fieldValue name='coneTranslationvalue='-0.79185 2.41285 0.71490'/>
 68                 <fieldValue name='rotationvalue='-111.39127 0 21.64265 0.85426'/>
 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='0.36556'/>
 77                 <fieldValue name='cylinderTranslationvalue='-0.68936 1.56036 1.86592'/>
 78                 <fieldValue name='coneTranslationvalue='-0.70069 1.56419 1.88531'/>
 79                 <fieldValue name='rotationvalue='31.10998 -0.00000 18.18489 1.40179'/>
 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='0.84608'/>
 88                 <fieldValue name='cylinderTranslationvalue='-0.53783 1.64087 2.11400'/>
 89                 <fieldValue name='coneTranslationvalue='-0.50014 1.71004 2.36496'/>
 90                 <fieldValue name='rotationvalue='80.72482 0 -12.12157 1.30468'/>
 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='0.81369'/>
 99                 <fieldValue name='cylinderTranslationvalue='-0.64241 1.23105 1.43751'/>
100                 <fieldValue name='coneTranslationvalue='-0.66909 1.04991 1.27196'/>
101                 <fieldValue name='rotationvalue='-54.57187 0 8.79474 2.39476'/>
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='1.48079'/>
110                 <fieldValue name='cylinderTranslationvalue='-0.56931 2.14137 1.29433'/>
111                 <fieldValue name='coneTranslationvalue='-0.54648 2.62092 0.96819'/>
112                 <fieldValue name='rotationvalue='-83.20911 0 -5.82501 0.59837'/>
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.39777'/>
121                 <fieldValue name='cylinderTranslationvalue='-1.16436 1.90015 1.53467'/>
122                 <fieldValue name='coneTranslationvalue='-1.60073 2.18585 1.39919'/>
123                 <fieldValue name='rotationvalue='-35.14074 0 113.18525 1.01199'/>
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.53702'/>
132                 <fieldValue name='cylinderTranslationvalue='-1.01101 1.58301 1.06420'/>
133                 <fieldValue name='coneTranslationvalue='-1.33769 1.62530 0.55255'/>
134                 <fieldValue name='rotationvalue='-129.23469 0 82.51433 1.50125'/>
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='0.83588'/>
143                 <fieldValue name='cylinderTranslationvalue='-1.00556 1.48166 1.79174'/>
144                 <fieldValue name='coneTranslationvalue='-1.25683 1.45206 1.84196'/>
145                 <fieldValue name='rotationvalue='16.27392 -0.00000 81.42528 1.68580'/>
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.44095'/>
154                 <fieldValue name='cylinderTranslationvalue='-0.14665 2.09041 1.73222'/>
155                 <fieldValue name='coneTranslationvalue='0.20481 2.52667 1.74921'/>
156                 <fieldValue name='rotationvalue='4.36911 0 -90.35787 0.67873'/>
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='0.90934'/>
165                 <fieldValue name='cylinderTranslationvalue='-0.40437 1.93324 1.78879'/>
166                 <fieldValue name='coneTranslationvalue='-0.27860 2.19484 1.83961'/>
167                 <fieldValue name='rotationvalue='15.68372 0 -38.81253 0.47839'/>
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.54021'/>
176                 <fieldValue name='cylinderTranslationvalue='-0.21433 1.77980 1.09155'/>
177                 <fieldValue name='coneTranslationvalue='0.08997 1.97800 0.60130'/>
178                 <fieldValue name='rotationvalue='-123.76363 0 -76.82072 1.23992'/>
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.53112'/>
187                 <fieldValue name='cylinderTranslationvalue='0.13885 1.70153 1.82411'/>
188                 <fieldValue name='coneTranslationvalue='0.72204 1.83752 1.91408'/>
189                 <fieldValue name='rotationvalue='22.74837 0 -147.45712 1.34430'/>
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.51250'/>
198                 <fieldValue name='cylinderTranslationvalue='-0.12737 1.24416 2.22856'/>
199                 <fieldValue name='coneTranslationvalue='0.24404 1.01910 2.63712'/>
200                 <fieldValue name='rotationvalue='103.63822 0 -94.21406 1.95785'/>
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.81733'/>
209                 <fieldValue name='cylinderTranslationvalue='-0.62371 1.88615 1.90849'/>
210                 <fieldValue name='coneTranslationvalue='-0.63910 2.10310 2.02904'/>
211                 <fieldValue name='rotationvalue='39.62331 -0.00000 5.05555 0.51062'/>
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='1.50021'/>
220                 <fieldValue name='cylinderTranslationvalue='-0.45568 0.80059 1.81433'/>
221                 <fieldValue name='coneTranslationvalue='-0.34337 0.22708 1.89611'/>
222                 <fieldValue name='rotationvalue='20.79085 0 -28.55171 2.90393'/>
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='0.95424'/>
231                 <fieldValue name='cylinderTranslationvalue='-0.12830 1.55347 1.78811'/>
232                 <fieldValue name='coneTranslationvalue='0.18418 1.56932 1.83978'/>
233                 <fieldValue name='rotationvalue='15.54748 0 -94.02815 1.52078'/>
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.55037'/>
242                 <fieldValue name='cylinderTranslationvalue='0.15364 1.36703 1.80446'/>
243                 <fieldValue name='coneTranslationvalue='0.75049 1.23800 1.87913'/>
244                 <fieldValue name='rotationvalue='18.81800 0 -150.41630 1.78211'/>
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.56107'/>
253                 <fieldValue name='cylinderTranslationvalue='-0.05165 1.85679 1.25958'/>
254                 <fieldValue name='coneTranslationvalue='0.38306 2.11690 0.90120'/>
255                 <fieldValue name='rotationvalue='-90.15739 0 -109.35816 1.13827'/>
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.84724'/>
264                 <fieldValue name='cylinderTranslationvalue='-0.64843 1.52414 2.13100'/>
265                 <fieldValue name='coneTranslationvalue='-0.67954 1.52073 2.39275'/>
266                 <fieldValue name='rotationvalue='84.12502 -0.00000 9.99891 1.58373'/>
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.50987'/>
275                 <fieldValue name='cylinderTranslationvalue='-0.29247 1.07736 2.23170'/>
276                 <fieldValue name='coneTranslationvalue='-0.05135 0.72096 2.64253'/>
277                 <fieldValue name='rotationvalue='104.26474 0 -61.19355 2.21312'/>
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.52286'/>
286                 <fieldValue name='cylinderTranslationvalue='-0.88953 0.89861 2.02161'/>
287                 <fieldValue name='coneTranslationvalue='-1.11945 0.40019 2.26745'/>
288                 <fieldValue name='rotationvalue='62.24788 -0.00000 58.21822 2.54760'/>
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='1.55145'/>
297                 <fieldValue name='cylinderTranslationvalue='-1.22294 1.07243 1.65811'/>
298                 <fieldValue name='coneTranslationvalue='-1.71863 0.70955 1.61663'/>
299                 <fieldValue name='rotationvalue='-10.45243 0 124.90015 2.20106'/>
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.54076'/>
308                 <fieldValue name='cylinderTranslationvalue='-1.18999 1.48756 1.21866'/>
309                 <fieldValue name='coneTranslationvalue='-1.65868 1.45425 0.82906'/>
310                 <fieldValue name='rotationvalue='-98.34311 0 118.31034 1.62541'/>
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='0.86580'/>
319                 <fieldValue name='cylinderTranslationvalue='-0.49000 1.11184 1.67705'/>
320                 <fieldValue name='coneTranslationvalue='-0.42163 0.84848 1.65604'/>
321                 <fieldValue name='rotationvalue='-6.66436 0 -21.68840 2.87644'/>
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.89887'/>
330                 <fieldValue name='cylinderTranslationvalue='-0.91442 1.84548 1.66161'/>
331                 <fieldValue name='coneTranslationvalue='-1.11791 2.04889 1.63021'/>
332                 <fieldValue name='rotationvalue='-9.75226 0 63.19600 0.79146'/>
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.25939'/>
341                 <fieldValue name='cylinderTranslationvalue='-0.99966 1.33716 2.15590'/>
342                 <fieldValue name='coneTranslationvalue='-1.29894 1.19360 2.48822'/>
343                 <fieldValue name='rotationvalue='89.10581 -0.00000 80.24495 1.88140'/>
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.31990'/>
352                 <fieldValue name='cylinderTranslationvalue='1.26666 -1.49366 -2.29959'/>
353                 <fieldValue name='coneTranslationvalue='1.03776 -1.21159 -2.64309'/>
354                 <fieldValue name='rotationvalue='-90.68616 0 60.42938 0.97133'/>
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='1.33490'/>
363                 <fieldValue name='cylinderTranslationvalue='1.40409 -1.37409 -2.26612'/>
364                 <fieldValue name='coneTranslationvalue='1.27886 -1.00009 -2.58542'/>
365                 <fieldValue name='rotationvalue='-83.99343 0 32.94280 0.74215'/>
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='1.32523'/>
374                 <fieldValue name='cylinderTranslationvalue='1.01906 -1.76892 -2.20310'/>
375                 <fieldValue name='coneTranslationvalue='0.60206 -1.69528 -2.47386'/>
376                 <fieldValue name='rotationvalue='-71.38944 0 109.94881 1.42375'/>
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.34079'/>
385                 <fieldValue name='cylinderTranslationvalue='2.01859 -1.36890 -1.84580'/>
386                 <fieldValue name='coneTranslationvalue='2.36103 -0.99043 -1.84553'/>
387                 <fieldValue name='rotationvalue='0.07084 0 -89.95719 0.73546'/>
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='1.27439'/>
396                 <fieldValue name='cylinderTranslationvalue='2.15887 -1.69915 -1.67296'/>
397                 <fieldValue name='coneTranslationvalue='2.60077 -1.57419 -1.54326'/>
398                 <fieldValue name='rotationvalue='34.63884 0 -118.01337 1.30584'/>
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='0.78019'/>
407                 <fieldValue name='cylinderTranslationvalue='1.83299 -2.02355 -1.60624'/>
408                 <fieldValue name='coneTranslationvalue='1.98882 -2.11647 -1.46472'/>
409                 <fieldValue name='rotationvalue='47.98374 0 -52.83674 1.98652'/>
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.37064'/>
418                 <fieldValue name='cylinderTranslationvalue='1.75740 -1.27367 -2.13464'/>
419                 <fieldValue name='coneTranslationvalue='1.90196 -0.81962 -2.35578'/>
420                 <fieldValue name='rotationvalue='-57.69710 0 -37.71810 0.52697'/>
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='0.76067'/>
429                 <fieldValue name='cylinderTranslationvalue='1.54831 -2.20970 -1.68456'/>
430                 <fieldValue name='coneTranslationvalue='1.53644 -2.40880 -1.59094'/>
431                 <fieldValue name='rotationvalue='32.32024 -0.00000 4.09920 2.69899'/>
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.28820'/>
440                 <fieldValue name='cylinderTranslationvalue='1.12983 -2.28805 -1.63627'/>
441                 <fieldValue name='coneTranslationvalue='0.79991 -2.60524 -1.47852'/>
442                 <fieldValue name='rotationvalue='41.97707 -0.00000 87.79444 2.28529'/>
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.70868'/>
451                 <fieldValue name='cylinderTranslationvalue='1.91459 -1.84481 -1.92058'/>
452                 <fieldValue name='coneTranslationvalue='2.10424 -1.83318 -1.96139'/>
453                 <fieldValue name='rotationvalue='-14.88354 0 -69.15774 1.51092'/>
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='1.34281'/>
462                 <fieldValue name='cylinderTranslationvalue='1.96464 -2.00561 -1.32212'/>
463                 <fieldValue name='coneTranslationvalue='2.26614 -2.11195 -0.92297'/>
464                 <fieldValue name='rotationvalue='104.80710 0 -79.16635 1.78025'/>
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='0.72193'/>
473                 <fieldValue name='cylinderTranslationvalue='1.67346 -1.93830 -1.50835'/>
474                 <fieldValue name='coneTranslationvalue='1.73173 -1.97855 -1.32027'/>
475                 <fieldValue name='rotationvalue='67.56240 0 -20.93094 1.77244'/>
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='1.30982'/>
484                 <fieldValue name='cylinderTranslationvalue='1.48340 -2.30957 -1.37195'/>
485                 <fieldValue name='coneTranslationvalue='1.41887 -2.64476 -1.01359'/>
486                 <fieldValue name='rotationvalue='94.84196 -0.00000 17.08043 2.31485'/>
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.74272'/>
495                 <fieldValue name='cylinderTranslationvalue='1.32467 -2.14332 -1.88366'/>
496                 <fieldValue name='coneTranslationvalue='1.18572 -2.30115 -1.90500'/>
497                 <fieldValue name='rotationvalue='-7.49974 0 48.82729 2.41394'/>
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='0.60864'/>
506                 <fieldValue name='cylinderTranslationvalue='1.67994 -1.86436 -2.12945'/>
507                 <fieldValue name='coneTranslationvalue='1.73265 -1.86358 -2.26380'/>
508                 <fieldValue name='rotationvalue='-56.65886 0 -22.22716 1.56537'/>
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.76508'/>
517                 <fieldValue name='cylinderTranslationvalue='1.81150 -1.58671 -1.94325'/>
518                 <fieldValue name='coneTranslationvalue='1.95268 -1.42422 -1.99974'/>
519                 <fieldValue name='rotationvalue='-19.41914 0 -48.53816 0.75228'/>
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='1.34184'/>
528                 <fieldValue name='cylinderTranslationvalue='0.94625 -1.89281 -2.09484'/>
529                 <fieldValue name='coneTranslationvalue='0.47216 -1.91321 -2.28421'/>
530                 <fieldValue name='rotationvalue='-49.73604 0 124.51099 1.61075'/>
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='1.39326'/>
539                 <fieldValue name='cylinderTranslationvalue='0.92071 -2.11370 -1.78359'/>
540                 <fieldValue name='coneTranslationvalue='0.42147 -2.30451 -1.73540'/>
541                 <fieldValue name='rotationvalue='12.51298 -0.00000 129.61848 1.93431'/>
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.62586'/>
550                 <fieldValue name='cylinderTranslationvalue='-0.96472 1.02299 1.27539'/>
551                 <fieldValue name='coneTranslationvalue='-0.82870 0.97876 1.22127'/>
552                 <fieldValue name='rotationvalue='-22.14823 0 -55.66703 1.86419'/>
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.60700'/>
561                 <fieldValue name='cylinderTranslationvalue='-1.32787 1.27360 1.62962'/>
562                 <fieldValue name='coneTranslationvalue='-1.36798 1.34930 1.74475'/>
563                 <fieldValue name='rotationvalue='48.69756 -0.00000 16.96352 1.01512'/>
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.45846'/>
572                 <fieldValue name='cylinderTranslationvalue='-0.67753 2.63553 0.73737'/>
573                 <fieldValue name='coneTranslationvalue='-0.63605 2.67104 0.77993'/>
574                 <fieldValue name='rotationvalue='28.18217 0 -27.46766 1.03212'/>
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.60327'/>
583                 <fieldValue name='cylinderTranslationvalue='-0.62875 1.67161 2.26955'/>
584                 <fieldValue name='coneTranslationvalue='-0.55760 1.70942 2.38603'/>
585                 <fieldValue name='rotationvalue='49.61484 0 -30.30646 1.30061'/>
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.66837'/>
594                 <fieldValue name='cylinderTranslationvalue='-1.09649 1.51240 1.94729'/>
595                 <fieldValue name='coneTranslationvalue='-1.26130 1.47138 1.90863'/>
596                 <fieldValue name='rotationvalue='-14.83605 0 63.24039 1.80853'/>
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.67011'/>
605                 <fieldValue name='cylinderTranslationvalue='-0.71464 1.91690 2.06404'/>
606                 <fieldValue name='coneTranslationvalue='-0.68034 2.08711 2.08628'/>
607                 <fieldValue name='rotationvalue='8.51333 0 -13.12934 0.23569'/>
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.54130'/>
616                 <fieldValue name='cylinderTranslationvalue='-0.73936 1.55488 2.28655'/>
617                 <fieldValue name='coneTranslationvalue='-0.72262 1.54007 2.39492'/>
618                 <fieldValue name='rotationvalue='53.01505 0 -8.18598 1.70504'/>
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.95957'/>
627                 <fieldValue name='cylinderTranslationvalue='-1.09059 1.36790 2.31145'/>
628                 <fieldValue name='coneTranslationvalue='-1.29741 1.21913 2.50473'/>
629                 <fieldValue name='rotationvalue='57.99584 -0.00000 62.06006 2.05467'/>
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.37043'/>
638                 <fieldValue name='cylinderTranslationvalue='1.10194 -1.00174 -2.71956'/>
639                 <fieldValue name='coneTranslationvalue='1.12066 -0.98547 -2.71500'/>
640                 <fieldValue name='rotationvalue='6.69273 0 -27.48658 0.86901'/>
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.32341'/>
649                 <fieldValue name='cylinderTranslationvalue='-0.58782 1.63539 2.53462'/>
650                 <fieldValue name='coneTranslationvalue='-0.58899 1.63416 2.53480'/>
651                 <fieldValue name='rotationvalue='3.40021 -0.00000 22.12048 2.37732'/>
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.61586'/>
660                 <fieldValue name='cylinderTranslationvalue='-0.53397 0.81328 1.40419'/>
661                 <fieldValue name='coneTranslationvalue='-0.46075 0.75601 1.51926'/>
662                 <fieldValue name='rotationvalue='47.90751 0 -30.48314 1.96832'/>
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.35983'/>
671                 <fieldValue name='cylinderTranslationvalue='0.39651 -1.79572 -2.45178'/>
672                 <fieldValue name='coneTranslationvalue='0.38845 -1.80943 -2.43980'/>
673                 <fieldValue name='rotationvalue='21.65340 -0.00000 14.56218 2.33029'/>
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.57123'/>
682                 <fieldValue name='cylinderTranslationvalue='-1.48034 2.21601 1.48591'/>
683                 <fieldValue name='coneTranslationvalue='-1.37042 2.19197 1.54174'/>
684                 <fieldValue name='rotationvalue='25.38848 0 -49.98926 1.76339'/>
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.50991'/>
693                 <fieldValue name='cylinderTranslationvalue='-1.60256 1.54096 0.57248'/>
694                 <fieldValue name='coneTranslationvalue='-1.66922 1.50541 0.63001'/>
695                 <fieldValue name='rotationvalue='30.89157 -0.00000 35.79601 1.95453'/>
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.61425'/>
704                 <fieldValue name='cylinderTranslationvalue='0.04741 2.49404 1.81064'/>
705                 <fieldValue name='coneTranslationvalue='-0.07605 2.41875 1.83774'/>
706                 <fieldValue name='rotationvalue='11.31461 -0.00000 51.54534 2.10800'/>
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.50855'/>
715                 <fieldValue name='cylinderTranslationvalue='-0.42965 2.28978 1.98691'/>
716                 <fieldValue name='coneTranslationvalue='-0.51097 2.27232 2.03129'/>
717                 <fieldValue name='rotationvalue='23.93959 -0.00000 43.86808 1.75708'/>
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.49246'/>
726                 <fieldValue name='cylinderTranslationvalue='0.33246 2.10697 0.64077'/>
727                 <fieldValue name='coneTranslationvalue='0.38943 2.13394 0.69961'/>
728                 <fieldValue name='rotationvalue='33.60624 0 -32.53744 1.25278'/>
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.61510'/>
737                 <fieldValue name='cylinderTranslationvalue='0.60899 1.72539 1.90185'/>
738                 <fieldValue name='coneTranslationvalue='0.48082 1.65435 1.88458'/>
739                 <fieldValue name='rotationvalue='-7.20089 0 53.42897 2.07310'/>
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.46942'/>
748                 <fieldValue name='cylinderTranslationvalue='0.17860 0.79191 2.74989'/>
749                 <fieldValue name='coneTranslationvalue='0.12605 0.73881 2.75088'/>
750                 <fieldValue name='rotationvalue='0.62652 -0.00000 33.02051 2.36121'/>
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.63190'/>
759                 <fieldValue name='cylinderTranslationvalue='2.26128 -1.08959 -1.94290'/>
760                 <fieldValue name='coneTranslationvalue='2.15906 -1.19710 -1.99100'/>
761                 <fieldValue name='rotationvalue='-19.48998 0 41.41903 2.33142'/>
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='Arc'>
769                 <fieldValue name='cylinderHeightvalue='0.75419'/>
770                 <fieldValue name='cylinderTranslationvalue='2.50466 -1.67795 -1.74738'/>
771                 <fieldValue name='coneTranslationvalue='2.36403 -1.76180 -1.88993'/>
772                 <fieldValue name='rotationvalue='-49.52238 0 48.85563 1.96737'/>
773                 <fieldValue name='diffuseColorvalue='0 0 0'/>
774                 <fieldValue name='ballRadiusvalue='0.02'/>
775                 <fieldValue name='traceEnabledvalue='false'/>
776                 <fieldValue name='displayMode'/>
777                 <fieldValue name='transparencyvalue='0'/>
778            </ProtoInstance>
779            <ProtoInstance name='Arc'>
780                 <fieldValue name='cylinderHeightvalue='0.62730'/>
781                 <fieldValue name='cylinderTranslationvalue='2.22882 -2.16315 -1.08220'/>
782                 <fieldValue name='coneTranslationvalue='2.29331 -2.15437 -0.94302'/>
783                 <fieldValue name='rotationvalue='56.82335 0 -26.32962 1.51358'/>
784                 <fieldValue name='diffuseColorvalue='0 0 0'/>
785                 <fieldValue name='ballRadiusvalue='0.02'/>
786                 <fieldValue name='traceEnabledvalue='false'/>
787                 <fieldValue name='displayMode'/>
788                 <fieldValue name='transparencyvalue='0'/>
789            </ProtoInstance>
790            <ProtoInstance name='Arc'>
791                 <fieldValue name='cylinderHeightvalue='0.41134'/>
792                 <fieldValue name='cylinderTranslationvalue='1.93764 -2.09584 -1.26843'/>
793                 <fieldValue name='coneTranslationvalue='1.90222 -2.07691 -1.24669'/>
794                 <fieldValue name='rotationvalue='19.57866 -0.00000 31.90579 1.14342'/>
795                 <fieldValue name='diffuseColorvalue='0 0 0'/>
796                 <fieldValue name='ballRadiusvalue='0.02'/>
797                 <fieldValue name='traceEnabledvalue='false'/>
798                 <fieldValue name='displayMode'/>
799                 <fieldValue name='transparencyvalue='0'/>
800            </ProtoInstance>
801            <ProtoInstance name='Arc'>
802                 <fieldValue name='cylinderHeightvalue='0.68381'/>
803                 <fieldValue name='cylinderTranslationvalue='-0.34724 0.38282 1.78100'/>
804                 <fieldValue name='coneTranslationvalue='-0.36549 0.54842 1.70797'/>
805                 <fieldValue name='rotationvalue='-27.45521 0 6.86331 0.42669'/>
806                 <fieldValue name='diffuseColorvalue='0 0 0'/>
807                 <fieldValue name='ballRadiusvalue='0.02'/>
808                 <fieldValue name='traceEnabledvalue='false'/>
809                 <fieldValue name='displayMode'/>
810                 <fieldValue name='transparencyvalue='0'/>
811            </ProtoInstance>
812            <ProtoInstance name='Arc'>
813                 <fieldValue name='cylinderHeightvalue='0.66906'/>
814                 <fieldValue name='cylinderTranslationvalue='1.46291 -2.65325 -1.21035'/>
815                 <fieldValue name='coneTranslationvalue='1.42904 -2.70536 -1.04725'/>
816                 <fieldValue name='rotationvalue='62.52172 -0.00000 12.98122 1.87395'/>
817                 <fieldValue name='diffuseColorvalue='0 0 0'/>
818                 <fieldValue name='ballRadiusvalue='0.02'/>
819                 <fieldValue name='traceEnabledvalue='false'/>
820                 <fieldValue name='displayMode'/>
821                 <fieldValue name='transparencyvalue='0'/>
822            </ProtoInstance>
823            <ProtoInstance name='Arc'>
824                 <fieldValue name='cylinderHeightvalue='0.69313'/>
825                 <fieldValue name='cylinderTranslationvalue='0.88570 -2.56535 -1.67377'/>
826                 <fieldValue name='coneTranslationvalue='0.99058 -2.48744 -1.80694'/>
827                 <fieldValue name='rotationvalue='-49.47681 0 -38.96716 1.13998'/>
828                 <fieldValue name='diffuseColorvalue='0 0 0'/>
829                 <fieldValue name='ballRadiusvalue='0.02'/>
830                 <fieldValue name='traceEnabledvalue='false'/>
831                 <fieldValue name='displayMode'/>
832                 <fieldValue name='transparencyvalue='0'/>
833            </ProtoInstance>
834            <ProtoInstance name='Arc'>
835                 <fieldValue name='cylinderHeightvalue='0.67681'/>
836                 <fieldValue name='cylinderTranslationvalue='0.62378 1.39088 1.88220'/>
837                 <fieldValue name='coneTranslationvalue='0.77242 1.29259 1.89082'/>
838                 <fieldValue name='rotationvalue='3.27052 0 -56.38815 2.15428'/>
839                 <fieldValue name='diffuseColorvalue='0 0 0'/>
840                 <fieldValue name='ballRadiusvalue='0.02'/>
841                 <fieldValue name='traceEnabledvalue='false'/>
842                 <fieldValue name='displayMode'/>
843                 <fieldValue name='transparencyvalue='0'/>
844            </ProtoInstance>
845            <ProtoInstance name='Arc'>
846                 <fieldValue name='cylinderHeightvalue='0.62952'/>
847                 <fieldValue name='cylinderTranslationvalue='2.02573 -1.84316 -2.20387'/>
848                 <fieldValue name='coneTranslationvalue='1.91036 -1.85277 -2.30657'/>
849                 <fieldValue name='rotationvalue='-41.77531 0 46.93058 1.63296'/>
850                 <fieldValue name='diffuseColorvalue='0 0 0'/>
851                 <fieldValue name='ballRadiusvalue='0.02'/>
852                 <fieldValue name='traceEnabledvalue='false'/>
853                 <fieldValue name='displayMode'/>
854                 <fieldValue name='transparencyvalue='0'/>
855            </ProtoInstance>
856            <ProtoInstance name='Vertex'>
857                 <fieldValue name='vertexTextvalue='"2010-02-15-BLOGS.STATE.GOV-INDEX.PHP"'/>
858                 <fieldValue name='descriptionvalue='1: 2010-02-15-BLOGS.STATE.GOV-INDEX.PHP'/>
859                 <fieldValue name='url'/>
860                 <fieldValue name='radiusvalue='0.1500'/>
861                 <fieldValue name='displayMode'/>
862                 <fieldValue name='diffuseColorvalue='0 0 0'/>
863                 <fieldValue name='transparencyvalue='0'/>
864                 <fieldValue name='translationvalue='-0.59844 1.52961 1.71037'/>
865                 <fieldValue name='textTranslationvalue='-0.44844 1.52961 1.71037'/>
866                 <fieldValue name='textColorvalue='0 0 0'/>
867            </ProtoInstance>
868            <ProtoInstance name='Vertex'>
869                 <fieldValue name='vertexTextvalue='"2010-02-15-TWITTER.COM-HAITI_INRELIEF"'/>
870                 <fieldValue name='descriptionvalue='2: 2010-02-15-TWITTER.COM-HAITI_INRELIEF'/>
871                 <fieldValue name='url'/>
872                 <fieldValue name='radiusvalue='0.1500'/>
873                 <fieldValue name='displayMode'/>
874                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
875                 <fieldValue name='transparencyvalue='0'/>
876                 <fieldValue name='translationvalue='1.56881 -1.86601 -1.84616'/>
877                 <fieldValue name='textTranslationvalue='1.71881 -1.86601 -1.84616'/>
878                 <fieldValue name='textColorvalue='0 0 0'/>
879            </ProtoInstance>
880            <ProtoInstance name='Vertex'>
881                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-15/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-15.simple" '/>
882                 <fieldValue name='descriptionvalue='3: Haiti/2010-02-15/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-15.simple'/>
883                 <fieldValue name='url'/>
884                 <fieldValue name='radiusvalue='0.1500'/>
885                 <fieldValue name='displayMode'/>
886                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
887                 <fieldValue name='transparencyvalue='0'/>
888                 <fieldValue name='translationvalue='-2.74894 -0.32875 -1.91788'/>
889                 <fieldValue name='textTranslationvalue='-2.59894 -0.32875 -1.91788'/>
890                 <fieldValue name='textColorvalue='0 0 0'/>
891            </ProtoInstance>
892            <ProtoInstance name='Vertex'>
893                 <fieldValue name='vertexTextvalue='"africa"'/>
894                 <fieldValue name='descriptionvalue='4: africa'/>
895                 <fieldValue name='url'/>
896                 <fieldValue name='radiusvalue='0.1500'/>
897                 <fieldValue name='displayMode'/>
898                 <fieldValue name='diffuseColorvalue='0 0 0'/>
899                 <fieldValue name='transparencyvalue='0'/>
900                 <fieldValue name='translationvalue='-1.24305 1.11349 1.38614'/>
901                 <fieldValue name='textTranslationvalue='-1.09305 1.11349 1.38614'/>
902                 <fieldValue name='textColorvalue='0 0 0'/>
903            </ProtoInstance>
904            <ProtoInstance name='Vertex'>
905                 <fieldValue name='vertexTextvalue='"americas"'/>
906                 <fieldValue name='descriptionvalue='5: americas'/>
907                 <fieldValue name='url'/>
908                 <fieldValue name='radiusvalue='0.1500'/>
909                 <fieldValue name='displayMode'/>
910                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
911                 <fieldValue name='transparencyvalue='0'/>
912                 <fieldValue name='translationvalue='-0.81486 2.51793 0.59646'/>
913                 <fieldValue name='textTranslationvalue='-0.66486 2.51793 0.59646'/>
914                 <fieldValue name='textColorvalue='0 0 0'/>
915            </ProtoInstance>
916            <ProtoInstance name='Vertex'>
917                 <fieldValue name='vertexTextvalue='"asia"'/>
918                 <fieldValue name='descriptionvalue='6: asia'/>
919                 <fieldValue name='url'/>
920                 <fieldValue name='radiusvalue='0.1500'/>
921                 <fieldValue name='displayMode'/>
922                 <fieldValue name='diffuseColorvalue='0 0 0'/>
923                 <fieldValue name='transparencyvalue='0'/>
924                 <fieldValue name='translationvalue='-0.78029 1.59110 2.02147'/>
925                 <fieldValue name='textTranslationvalue='-0.63029 1.59110 2.02147'/>
926                 <fieldValue name='textColorvalue='0 0 0'/>
927            </ProtoInstance>
928            <ProtoInstance name='Vertex'>
929                 <fieldValue name='vertexTextvalue='"beach"'/>
930                 <fieldValue name='descriptionvalue='7: beach'/>
931                 <fieldValue name='url'/>
932                 <fieldValue name='radiusvalue='0.1500'/>
933                 <fieldValue name='displayMode'/>
934                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
935                 <fieldValue name='transparencyvalue='0'/>
936                 <fieldValue name='translationvalue='0.96451 -1.12132 -2.75302'/>
937                 <fieldValue name='textTranslationvalue='1.11451 -1.12132 -2.75302'/>
938                 <fieldValue name='textColorvalue='0 0 0'/>
939            </ProtoInstance>
940            <ProtoInstance name='Vertex'>
941                 <fieldValue name='vertexTextvalue='"boxes"'/>
942                 <fieldValue name='descriptionvalue='8: boxes'/>
943                 <fieldValue name='url'/>
944                 <fieldValue name='radiusvalue='0.1500'/>
945                 <fieldValue name='displayMode'/>
946                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
947                 <fieldValue name='transparencyvalue='0'/>
948                 <fieldValue name='translationvalue='1.23938 -0.88217 -2.68609'/>
949                 <fieldValue name='textTranslationvalue='1.38938 -0.88217 -2.68609'/>
950                 <fieldValue name='textColorvalue='0 0 0'/>
951            </ProtoInstance>
952            <ProtoInstance name='Vertex'>
953                 <fieldValue name='vertexTextvalue='"central"'/>
954                 <fieldValue name='descriptionvalue='9: central'/>
955                 <fieldValue name='url'/>
956                 <fieldValue name='radiusvalue='0.1500'/>
957                 <fieldValue name='displayMode'/>
958                 <fieldValue name='diffuseColorvalue='0 0 0'/>
959                 <fieldValue name='transparencyvalue='0'/>
960                 <fieldValue name='translationvalue='-0.47722 1.75212 2.51762'/>
961                 <fieldValue name='textTranslationvalue='-0.32722 1.75212 2.51762'/>
962                 <fieldValue name='textColorvalue='0 0 0'/>
963            </ProtoInstance>
964            <ProtoInstance name='Vertex'>
965                 <fieldValue name='vertexTextvalue='"channels"'/>
966                 <fieldValue name='descriptionvalue='10: channels'/>
967                 <fieldValue name='url'/>
968                 <fieldValue name='radiusvalue='0.1500'/>
969                 <fieldValue name='displayMode'/>
970                 <fieldValue name='diffuseColorvalue='0 0 0'/>
971                 <fieldValue name='transparencyvalue='0'/>
972                 <fieldValue name='translationvalue='-0.68638 0.93249 1.16465'/>
973                 <fieldValue name='textTranslationvalue='-0.53638 0.93249 1.16465'/>
974                 <fieldValue name='textColorvalue='0 0 0'/>
975            </ProtoInstance>
976            <ProtoInstance name='Vertex'>
977                 <fieldValue name='vertexTextvalue='"contact"'/>
978                 <fieldValue name='descriptionvalue='11: contact'/>
979                 <fieldValue name='url'/>
980                 <fieldValue name='radiusvalue='0.1500'/>
981                 <fieldValue name='displayMode'/>
982                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
983                 <fieldValue name='transparencyvalue='0'/>
984                 <fieldValue name='translationvalue='0.46932 -1.67184 -2.56005'/>
985                 <fieldValue name='textTranslationvalue='0.61932 -1.67184 -2.56005'/>
986                 <fieldValue name='textColorvalue='0 0 0'/>
987            </ProtoInstance>
988            <ProtoInstance name='Vertex'>
989                 <fieldValue name='vertexTextvalue='"countries"'/>
990                 <fieldValue name='descriptionvalue='12: countries'/>
991                 <fieldValue name='url'/>
992                 <fieldValue name='radiusvalue='0.1500'/>
993                 <fieldValue name='displayMode'/>
994                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
995                 <fieldValue name='transparencyvalue='0'/>
996                 <fieldValue name='translationvalue='-0.54019 2.75312 0.87828'/>
997                 <fieldValue name='textTranslationvalue='-0.39019 2.75312 0.87828'/>
998                 <fieldValue name='textColorvalue='0 0 0'/>
999            </ProtoInstance>
1000            <ProtoInstance name='Vertex'>
1001                 <fieldValue name='vertexTextvalue='"diary"'/>
1002                 <fieldValue name='descriptionvalue='13: diary'/>
1003                 <fieldValue name='url'/>
1004                 <fieldValue name='radiusvalue='0.1500'/>
1005                 <fieldValue name='displayMode'/>
1006                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1007                 <fieldValue name='transparencyvalue='0'/>
1008                 <fieldValue name='translationvalue='-1.73029 2.27068 1.35896'/>
1009                 <fieldValue name='textTranslationvalue='-1.58029 2.27068 1.35896'/>
1010                 <fieldValue name='textColorvalue='0 0 0'/>
1011            </ProtoInstance>
1012            <ProtoInstance name='Vertex'>
1013                 <fieldValue name='vertexTextvalue='"dominates"'/>
1014                 <fieldValue name='descriptionvalue='14: dominates'/>
1015                 <fieldValue name='url'/>
1016                 <fieldValue name='radiusvalue='0.1500'/>
1017                 <fieldValue name='displayMode'/>
1018                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
1019                 <fieldValue name='transparencyvalue='0'/>
1020                 <fieldValue name='translationvalue='-1.42358 1.63641 0.41802'/>
1021                 <fieldValue name='textTranslationvalue='-1.27358 1.63641 0.41802'/>
1022                 <fieldValue name='textColorvalue='0 0 0'/>
1023            </ProtoInstance>
1024            <ProtoInstance name='Vertex'>
1025                 <fieldValue name='vertexTextvalue='"east"'/>
1026                 <fieldValue name='descriptionvalue='15: east'/>
1027                 <fieldValue name='url'/>
1028                 <fieldValue name='radiusvalue='0.1500'/>
1029                 <fieldValue name='displayMode'/>
1030                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1031                 <fieldValue name='transparencyvalue='0'/>
1032                 <fieldValue name='translationvalue='-1.41269 1.43370 1.87311'/>
1033                 <fieldValue name='textTranslationvalue='-1.26269 1.43370 1.87311'/>
1034                 <fieldValue name='textColorvalue='0 0 0'/>
1035            </ProtoInstance>
1036            <ProtoInstance name='Vertex'>
1037                 <fieldValue name='vertexTextvalue='"eurasia"'/>
1038                 <fieldValue name='descriptionvalue='16: eurasia'/>
1039                 <fieldValue name='url'/>
1040                 <fieldValue name='radiusvalue='0.1500'/>
1041                 <fieldValue name='displayMode'/>
1042                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1043                 <fieldValue name='transparencyvalue='0'/>
1044                 <fieldValue name='translationvalue='0.30514 2.65120 1.75406'/>
1045                 <fieldValue name='textTranslationvalue='0.45514 2.65120 1.75406'/>
1046                 <fieldValue name='textColorvalue='0 0 0'/>
1047            </ProtoInstance>
1048            <ProtoInstance name='Vertex'>
1049                 <fieldValue name='vertexTextvalue='"europe"'/>
1050                 <fieldValue name='descriptionvalue='17: europe'/>
1051                 <fieldValue name='url'/>
1052                 <fieldValue name='radiusvalue='0.1500'/>
1053                 <fieldValue name='displayMode'/>
1054                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1055                 <fieldValue name='transparencyvalue='0'/>
1056                 <fieldValue name='translationvalue='-0.21031 2.33687 1.86721'/>
1057                 <fieldValue name='textTranslationvalue='-0.06031 2.33687 1.86721'/>
1058                 <fieldValue name='textColorvalue='0 0 0'/>
1059            </ProtoInstance>
1060            <ProtoInstance name='Vertex'>
1061                 <fieldValue name='vertexTextvalue='"games"'/>
1062                 <fieldValue name='descriptionvalue='18: games'/>
1063                 <fieldValue name='url'/>
1064                 <fieldValue name='radiusvalue='0.1500'/>
1065                 <fieldValue name='displayMode'/>
1066                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
1067                 <fieldValue name='transparencyvalue='0'/>
1068                 <fieldValue name='translationvalue='0.16977 2.02998 0.47274'/>
1069                 <fieldValue name='textTranslationvalue='0.31977 2.02998 0.47274'/>
1070                 <fieldValue name='textColorvalue='0 0 0'/>
1071            </ProtoInstance>
1072            <ProtoInstance name='Vertex'>
1073                 <fieldValue name='vertexTextvalue='"hemisphere"'/>
1074                 <fieldValue name='descriptionvalue='19: hemisphere'/>
1075                 <fieldValue name='url'/>
1076                 <fieldValue name='radiusvalue='0.1500'/>
1077                 <fieldValue name='displayMode'/>
1078                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
1079                 <fieldValue name='transparencyvalue='0'/>
1080                 <fieldValue name='translationvalue='0.87613 1.87345 1.93786'/>
1081                 <fieldValue name='textTranslationvalue='1.02613 1.87345 1.93786'/>
1082                 <fieldValue name='textColorvalue='0 0 0'/>
1083            </ProtoInstance>
1084            <ProtoInstance name='Vertex'>
1085                 <fieldValue name='vertexTextvalue='"issues"'/>
1086                 <fieldValue name='descriptionvalue='20: issues'/>
1087                 <fieldValue name='url'/>
1088                 <fieldValue name='radiusvalue='0.1500'/>
1089                 <fieldValue name='displayMode'/>
1090                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
1091                 <fieldValue name='transparencyvalue='0'/>
1092                 <fieldValue name='translationvalue='0.34370 0.95870 2.74675'/>
1093                 <fieldValue name='textTranslationvalue='0.49370 0.95870 2.74675'/>
1094                 <fieldValue name='textColorvalue='0 0 0'/>
1095            </ProtoInstance>
1096            <ProtoInstance name='Vertex'>
1097                 <fieldValue name='vertexTextvalue='"jobs"'/>
1098                 <fieldValue name='descriptionvalue='21: jobs'/>
1099                 <fieldValue name='url'/>
1100                 <fieldValue name='radiusvalue='0.1500'/>
1101                 <fieldValue name='displayMode'/>
1102                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1103                 <fieldValue name='transparencyvalue='0'/>
1104                 <fieldValue name='translationvalue='2.46838 -0.87179 -1.84545'/>
1105                 <fieldValue name='textTranslationvalue='2.61838 -0.87179 -1.84545'/>
1106                 <fieldValue name='textColorvalue='0 0 0'/>
1107            </ProtoInstance>
1108            <ProtoInstance name='Vertex'>
1109                 <fieldValue name='vertexTextvalue='"johns"'/>
1110                 <fieldValue name='descriptionvalue='22: johns'/>
1111                 <fieldValue name='url'/>
1112                 <fieldValue name='radiusvalue='0.1500'/>
1113                 <fieldValue name='displayMode'/>
1114                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1115                 <fieldValue name='transparencyvalue='0'/>
1116                 <fieldValue name='translationvalue='2.74894 -1.53229 -1.49977'/>
1117                 <fieldValue name='textTranslationvalue='2.89894 -1.53229 -1.49977'/>
1118                 <fieldValue name='textColorvalue='0 0 0'/>
1119            </ProtoInstance>
1120            <ProtoInstance name='Vertex'>
1121                 <fieldValue name='vertexTextvalue='"kinds"'/>
1122                 <fieldValue name='descriptionvalue='23: kinds'/>
1123                 <fieldValue name='url'/>
1124                 <fieldValue name='radiusvalue='0.1500'/>
1125                 <fieldValue name='displayMode'/>
1126                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1127                 <fieldValue name='transparencyvalue='0'/>
1128                 <fieldValue name='translationvalue='2.09717 -2.18109 -1.36632'/>
1129                 <fieldValue name='textTranslationvalue='2.24717 -2.18109 -1.36632'/>
1130                 <fieldValue name='textColorvalue='0 0 0'/>
1131            </ProtoInstance>
1132            <ProtoInstance name='Vertex'>
1133                 <fieldValue name='vertexTextvalue='"moving"'/>
1134                 <fieldValue name='descriptionvalue='24: moving'/>
1135                 <fieldValue name='url'/>
1136                 <fieldValue name='radiusvalue='0.1500'/>
1137                 <fieldValue name='displayMode'/>
1138                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1139                 <fieldValue name='transparencyvalue='0'/>
1140                 <fieldValue name='translationvalue='1.94599 -0.68132 -2.42313'/>
1141                 <fieldValue name='textTranslationvalue='2.09599 -0.68132 -2.42313'/>
1142                 <fieldValue name='textColorvalue='0 0 0'/>
1143            </ProtoInstance>
1144            <ProtoInstance name='Vertex'>
1145                 <fieldValue name='vertexTextvalue='"pacific"'/>
1146                 <fieldValue name='descriptionvalue='25: pacific'/>
1147                 <fieldValue name='url'/>
1148                 <fieldValue name='radiusvalue='0.1500'/>
1149                 <fieldValue name='displayMode'/>
1150                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1151                 <fieldValue name='transparencyvalue='0'/>
1152                 <fieldValue name='translationvalue='-0.64899 2.24269 2.10660'/>
1153                 <fieldValue name='textTranslationvalue='-0.49899 2.24269 2.10660'/>
1154                 <fieldValue name='textColorvalue='0 0 0'/>
1155            </ProtoInstance>
1156            <ProtoInstance name='Vertex'>
1157                 <fieldValue name='vertexTextvalue='"pages"'/>
1158                 <fieldValue name='descriptionvalue='26: pages'/>
1159                 <fieldValue name='url'/>
1160                 <fieldValue name='radiusvalue='0.1500'/>
1161                 <fieldValue name='displayMode'/>
1162                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1163                 <fieldValue name='transparencyvalue='0'/>
1164                 <fieldValue name='translationvalue='-0.31292 0.07157 1.91828'/>
1165                 <fieldValue name='textTranslationvalue='-0.16292 0.07157 1.91828'/>
1166                 <fieldValue name='textColorvalue='0 0 0'/>
1167            </ProtoInstance>
1168            <ProtoInstance name='Vertex'>
1169                 <fieldValue name='vertexTextvalue='"people"'/>
1170                 <fieldValue name='descriptionvalue='27: people'/>
1171                 <fieldValue name='url'/>
1172                 <fieldValue name='radiusvalue='0.1500'/>
1173                 <fieldValue name='displayMode'/>
1174                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1175                 <fieldValue name='transparencyvalue='0'/>
1176                 <fieldValue name='translationvalue='1.52781 -2.55338 -1.52295'/>
1177                 <fieldValue name='textTranslationvalue='1.67781 -2.55338 -1.52295'/>
1178                 <fieldValue name='textColorvalue='0 0 0'/>
1179            </ProtoInstance>
1180            <ProtoInstance name='Vertex'>
1181                 <fieldValue name='vertexTextvalue='"personnel"'/>
1182                 <fieldValue name='descriptionvalue='28: personnel'/>
1183                 <fieldValue name='url'/>
1184                 <fieldValue name='radiusvalue='0.1500'/>
1185                 <fieldValue name='displayMode'/>
1186                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1187                 <fieldValue name='transparencyvalue='0'/>
1188                 <fieldValue name='translationvalue='0.69086 -2.71008 -1.42639'/>
1189                 <fieldValue name='textTranslationvalue='0.84086 -2.71008 -1.42639'/>
1190                 <fieldValue name='textColorvalue='0 0 0'/>
1191            </ProtoInstance>
1192            <ProtoInstance name='Vertex'>
1193                 <fieldValue name='vertexTextvalue='"policy"'/>
1194                 <fieldValue name='descriptionvalue='29: policy'/>
1195                 <fieldValue name='url'/>
1196                 <fieldValue name='radiusvalue='0.1500'/>
1197                 <fieldValue name='displayMode'/>
1198                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
1199                 <fieldValue name='transparencyvalue='0'/>
1200                 <fieldValue name='translationvalue='0.34184 1.57732 1.86585'/>
1201                 <fieldValue name='textTranslationvalue='0.49184 1.57732 1.86585'/>
1202                 <fieldValue name='textColorvalue='0 0 0'/>
1203            </ProtoInstance>
1204            <ProtoInstance name='Vertex'>
1205                 <fieldValue name='vertexTextvalue='"port"'/>
1206                 <fieldValue name='descriptionvalue='30: port'/>
1207                 <fieldValue name='url'/>
1208                 <fieldValue name='radiusvalue='0.1500'/>
1209                 <fieldValue name='displayMode'/>
1210                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1211                 <fieldValue name='transparencyvalue='0'/>
1212                 <fieldValue name='translationvalue='2.26038 -1.82360 -1.99499'/>
1213                 <fieldValue name='textTranslationvalue='2.41038 -1.82360 -1.99499'/>
1214                 <fieldValue name='textColorvalue='0 0 0'/>
1215            </ProtoInstance>
1216            <ProtoInstance name='Vertex'>
1217                 <fieldValue name='vertexTextvalue='"reconcile"'/>
1218                 <fieldValue name='descriptionvalue='31: reconcile'/>
1219                 <fieldValue name='url'/>
1220                 <fieldValue name='radiusvalue='0.1500'/>
1221                 <fieldValue name='displayMode'/>
1222                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1223                 <fieldValue name='transparencyvalue='0'/>
1224                 <fieldValue name='translationvalue='2.36047 -2.14522 -0.79809'/>
1225                 <fieldValue name='textTranslationvalue='2.51047 -2.14522 -0.79809'/>
1226                 <fieldValue name='textColorvalue='0 0 0'/>
1227            </ProtoInstance>
1228            <ProtoInstance name='Vertex'>
1229                 <fieldValue name='vertexTextvalue='"scenes"'/>
1230                 <fieldValue name='descriptionvalue='32: scenes'/>
1231                 <fieldValue name='url'/>
1232                 <fieldValue name='radiusvalue='0.1500'/>
1233                 <fieldValue name='displayMode'/>
1234                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
1235                 <fieldValue name='transparencyvalue='0'/>
1236                 <fieldValue name='translationvalue='0.90573 1.20444 1.89855'/>
1237                 <fieldValue name='textTranslationvalue='1.05573 1.20444 1.89855'/>
1238                 <fieldValue name='textColorvalue='0 0 0'/>
1239            </ProtoInstance>
1240            <ProtoInstance name='Vertex'>
1241                 <fieldValue name='vertexTextvalue='"shared"'/>
1242                 <fieldValue name='descriptionvalue='33: shared'/>
1243                 <fieldValue name='url'/>
1244                 <fieldValue name='radiusvalue='0.1500'/>
1245                 <fieldValue name='displayMode'/>
1246                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
1247                 <fieldValue name='transparencyvalue='0'/>
1248                 <fieldValue name='translationvalue='0.49514 2.18396 0.80880'/>
1249                 <fieldValue name='textTranslationvalue='0.64514 2.18396 0.80880'/>
1250                 <fieldValue name='textColorvalue='0 0 0'/>
1251            </ProtoInstance>
1252            <ProtoInstance name='Vertex'>
1253                 <fieldValue name='vertexTextvalue='"south"'/>
1254                 <fieldValue name='descriptionvalue='34: south'/>
1255                 <fieldValue name='url'/>
1256                 <fieldValue name='radiusvalue='0.1500'/>
1257                 <fieldValue name='displayMode'/>
1258                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1259                 <fieldValue name='transparencyvalue='0'/>
1260                 <fieldValue name='translationvalue='-0.69843 1.51866 2.55162'/>
1261                 <fieldValue name='textTranslationvalue='-0.54843 1.51866 2.55162'/>
1262                 <fieldValue name='textColorvalue='0 0 0'/>
1263            </ProtoInstance>
1264            <ProtoInstance name='Vertex'>
1265                 <fieldValue name='vertexTextvalue='"status"'/>
1266                 <fieldValue name='descriptionvalue='35: status'/>
1267                 <fieldValue name='url'/>
1268                 <fieldValue name='radiusvalue='0.1500'/>
1269                 <fieldValue name='displayMode'/>
1270                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1271                 <fieldValue name='transparencyvalue='0'/>
1272                 <fieldValue name='translationvalue='1.77811 -2.01060 -1.17053'/>
1273                 <fieldValue name='textTranslationvalue='1.92811 -2.01060 -1.17053'/>
1274                 <fieldValue name='textColorvalue='0 0 0'/>
1275            </ProtoInstance>
1276            <ProtoInstance name='Vertex'>
1277                 <fieldValue name='vertexTextvalue='"street"'/>
1278                 <fieldValue name='descriptionvalue='36: street'/>
1279                 <fieldValue name='url'/>
1280                 <fieldValue name='radiusvalue='0.1500'/>
1281                 <fieldValue name='displayMode'/>
1282                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1283                 <fieldValue name='transparencyvalue='0'/>
1284                 <fieldValue name='translationvalue='1.39800 -2.75312 -0.89774'/>
1285                 <fieldValue name='textTranslationvalue='1.54800 -2.75312 -0.89774'/>
1286                 <fieldValue name='textColorvalue='0 0 0'/>
1287            </ProtoInstance>
1288            <ProtoInstance name='Vertex'>
1289                 <fieldValue name='vertexTextvalue='"sudan"'/>
1290                 <fieldValue name='descriptionvalue='37: sudan'/>
1291                 <fieldValue name='url'/>
1292                 <fieldValue name='radiusvalue='0.1500'/>
1293                 <fieldValue name='displayMode'/>
1294                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
1295                 <fieldValue name='transparencyvalue='0'/>
1296                 <fieldValue name='translationvalue='0.01350 0.62511 2.75302'/>
1297                 <fieldValue name='textTranslationvalue='0.16350 0.62511 2.75302'/>
1298                 <fieldValue name='textColorvalue='0 0 0'/>
1299            </ProtoInstance>
1300            <ProtoInstance name='Vertex'>
1301                 <fieldValue name='vertexTextvalue='"sunday"'/>
1302                 <fieldValue name='descriptionvalue='38: sunday'/>
1303                 <fieldValue name='url'/>
1304                 <fieldValue name='radiusvalue='0.1500'/>
1305                 <fieldValue name='displayMode'/>
1306                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1307                 <fieldValue name='transparencyvalue='0'/>
1308                 <fieldValue name='translationvalue='-1.18062 0.26760 2.33285'/>
1309                 <fieldValue name='textTranslationvalue='-1.03062 0.26760 2.33285'/>
1310                 <fieldValue name='textColorvalue='0 0 0'/>
1311            </ProtoInstance>
1312            <ProtoInstance name='Vertex'>
1313                 <fieldValue name='vertexTextvalue='"super"'/>
1314                 <fieldValue name='descriptionvalue='39: super'/>
1315                 <fieldValue name='url'/>
1316                 <fieldValue name='radiusvalue='0.1500'/>
1317                 <fieldValue name='displayMode'/>
1318                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1319                 <fieldValue name='transparencyvalue='0'/>
1320                 <fieldValue name='translationvalue='-1.84744 0.61525 1.60585'/>
1321                 <fieldValue name='textTranslationvalue='-1.69744 0.61525 1.60585'/>
1322                 <fieldValue name='textColorvalue='0 0 0'/>
1323            </ProtoInstance>
1324            <ProtoInstance name='Vertex'>
1325                 <fieldValue name='vertexTextvalue='"supplies"'/>
1326                 <fieldValue name='descriptionvalue='40: supplies'/>
1327                 <fieldValue name='url'/>
1328                 <fieldValue name='radiusvalue='0.1500'/>
1329                 <fieldValue name='displayMode'/>
1330                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1331                 <fieldValue name='transparencyvalue='0'/>
1332                 <fieldValue name='translationvalue='1.08053 -2.42063 -1.92115'/>
1333                 <fieldValue name='textTranslationvalue='1.23053 -2.42063 -1.92115'/>
1334                 <fieldValue name='textColorvalue='0 0 0'/>
1335            </ProtoInstance>
1336            <ProtoInstance name='Vertex'>
1337                 <fieldValue name='vertexTextvalue='"team"'/>
1338                 <fieldValue name='descriptionvalue='41: team'/>
1339                 <fieldValue name='url'/>
1340                 <fieldValue name='radiusvalue='0.1500'/>
1341                 <fieldValue name='displayMode'/>
1342                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
1343                 <fieldValue name='transparencyvalue='0'/>
1344                 <fieldValue name='translationvalue='-1.78154 1.44551 0.72694'/>
1345                 <fieldValue name='textTranslationvalue='-1.63154 1.44551 0.72694'/>
1346                 <fieldValue name='textColorvalue='0 0 0'/>
1347            </ProtoInstance>
1348            <ProtoInstance name='Vertex'>
1349                 <fieldValue name='vertexTextvalue='"tents"'/>
1350                 <fieldValue name='descriptionvalue='42: tents'/>
1351                 <fieldValue name='url'/>
1352                 <fieldValue name='radiusvalue='0.1500'/>
1353                 <fieldValue name='displayMode'/>
1354                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1355                 <fieldValue name='transparencyvalue='0'/>
1356                 <fieldValue name='translationvalue='1.79108 -1.86271 -2.41275'/>
1357                 <fieldValue name='textTranslationvalue='1.94108 -1.86271 -2.41275'/>
1358                 <fieldValue name='textColorvalue='0 0 0'/>
1359            </ProtoInstance>
1360            <ProtoInstance name='Vertex'>
1361                 <fieldValue name='vertexTextvalue='"terms"'/>
1362                 <fieldValue name='descriptionvalue='43: terms'/>
1363                 <fieldValue name='url'/>
1364                 <fieldValue name='radiusvalue='0.1500'/>
1365                 <fieldValue name='displayMode'/>
1366                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1367                 <fieldValue name='transparencyvalue='0'/>
1368                 <fieldValue name='translationvalue='2.05419 -1.30740 -2.04035'/>
1369                 <fieldValue name='textTranslationvalue='2.20419 -1.30740 -2.04035'/>
1370                 <fieldValue name='textColorvalue='0 0 0'/>
1371            </ProtoInstance>
1372            <ProtoInstance name='Vertex'>
1373                 <fieldValue name='vertexTextvalue='"topics"'/>
1374                 <fieldValue name='descriptionvalue='44: topics'/>
1375                 <fieldValue name='url'/>
1376                 <fieldValue name='radiusvalue='0.1500'/>
1377                 <fieldValue name='displayMode'/>
1378                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1379                 <fieldValue name='transparencyvalue='0'/>
1380                 <fieldValue name='translationvalue='-0.38155 0.69407 1.64373'/>
1381                 <fieldValue name='textTranslationvalue='-0.23155 0.69407 1.64373'/>
1382                 <fieldValue name='textColorvalue='0 0 0'/>
1383            </ProtoInstance>
1384            <ProtoInstance name='Vertex'>
1385                 <fieldValue name='vertexTextvalue='"travel"'/>
1386                 <fieldValue name='descriptionvalue='45: travel'/>
1387                 <fieldValue name='url'/>
1388                 <fieldValue name='radiusvalue='0.1500'/>
1389                 <fieldValue name='displayMode'/>
1390                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1391                 <fieldValue name='transparencyvalue='0'/>
1392                 <fieldValue name='translationvalue='-1.23040 2.16134 1.61285'/>
1393                 <fieldValue name='textTranslationvalue='-1.08040 2.16134 1.61285'/>
1394                 <fieldValue name='textColorvalue='0 0 0'/>
1395            </ProtoInstance>
1396            <ProtoInstance name='Vertex'>
1397                 <fieldValue name='vertexTextvalue='"twitter"'/>
1398                 <fieldValue name='descriptionvalue='46: twitter'/>
1399                 <fieldValue name='url'/>
1400                 <fieldValue name='radiusvalue='0.1500'/>
1401                 <fieldValue name='displayMode'/>
1402                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1403                 <fieldValue name='transparencyvalue='0'/>
1404                 <fieldValue name='translationvalue='0.32370 -1.91960 -2.34352'/>
1405                 <fieldValue name='textTranslationvalue='0.47370 -1.91960 -2.34352'/>
1406                 <fieldValue name='textColorvalue='0 0 0'/>
1407            </ProtoInstance>
1408            <ProtoInstance name='Vertex'>
1409                 <fieldValue name='vertexTextvalue='"video"'/>
1410                 <fieldValue name='descriptionvalue='47: video'/>
1411                 <fieldValue name='url'/>
1412                 <fieldValue name='radiusvalue='0.1500'/>
1413                 <fieldValue name='displayMode'/>
1414                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1415                 <fieldValue name='transparencyvalue='0'/>
1416                 <fieldValue name='translationvalue='0.27262 -2.36140 -1.72103'/>
1417                 <fieldValue name='textTranslationvalue='0.42262 -2.36140 -1.72103'/>
1418                 <fieldValue name='textColorvalue='0 0 0'/>
1419            </ProtoInstance>
1420            <ProtoInstance name='Vertex'>
1421                 <fieldValue name='vertexTextvalue='"western"'/>
1422                 <fieldValue name='descriptionvalue='48: western'/>
1423                 <fieldValue name='url'/>
1424                 <fieldValue name='radiusvalue='0.1500'/>
1425                 <fieldValue name='displayMode'/>
1426                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1427                 <fieldValue name='transparencyvalue='0'/>
1428                 <fieldValue name='translationvalue='-1.40089 1.14470 2.60143'/>
1429                 <fieldValue name='textTranslationvalue='-1.25089 1.14470 2.60143'/>
1430                 <fieldValue name='textColorvalue='0 0 0'/>
1431            </ProtoInstance>
1432       </Scene>
1433  </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
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

line 1420
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from 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. -->