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='2.09327'/>
 55                 <fieldValue name='cylinderTranslationvalue='0.47807 -0.78407 -2.01364'/>
 56                 <fieldValue name='coneTranslationvalue='0.30201 -0.16761 -2.62610'/>
 57                 <fieldValue name='rotationvalue='-144.59595 0 41.56716 0.80199'/>
 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.35879'/>
 66                 <fieldValue name='cylinderTranslationvalue='0.17567 -1.88964 -1.04890'/>
 67                 <fieldValue name='coneTranslationvalue='-0.21441 -2.17852 -0.86408'/>
 68                 <fieldValue name='rotationvalue='48.35177 -0.00000 102.04856 2.16058'/>
 69                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 70                 <fieldValue name='ballRadiusvalue='0.02'/>
 71                 <fieldValue name='traceEnabledvalue='false'/>
 72                 <fieldValue name='displayMode'/>
 73                 <fieldValue name='transparencyvalue='0'/>
 74            </ProtoInstance>
 75            <ProtoInstance name='Arc'>
 76                 <fieldValue name='cylinderHeightvalue='1.34685'/>
 77                 <fieldValue name='cylinderTranslationvalue='0.59548 -2.11139 -0.99778'/>
 78                 <fieldValue name='coneTranslationvalue='0.52653 -2.56854 -0.77450'/>
 79                 <fieldValue name='rotationvalue='58.57475 -0.00000 18.08669 2.66904'/>
 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='2.23969'/>
 88                 <fieldValue name='cylinderTranslationvalue='1.71218 -1.09677 -1.45974'/>
 89                 <fieldValue name='coneTranslationvalue='2.59182 -0.74106 -1.60467'/>
 90                 <fieldValue name='rotationvalue='-33.81687 0 -205.25446 1.19116'/>
 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.59198'/>
 99                 <fieldValue name='cylinderTranslationvalue='0.63126 -1.30994 -1.50016'/>
100                 <fieldValue name='coneTranslationvalue='0.60616 -1.21721 -1.59642'/>
101                 <fieldValue name='rotationvalue='-41.90054 0 10.92909 0.82049'/>
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.35468'/>
110                 <fieldValue name='cylinderTranslationvalue='0.88289 -0.86654 -1.23005'/>
111                 <fieldValue name='coneTranslationvalue='1.03334 -0.37373 -1.18376'/>
112                 <fieldValue name='rotationvalue='12.12123 0 -39.39598 0.30917'/>
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.38490'/>
121                 <fieldValue name='cylinderTranslationvalue='0.61484 -1.34114 -0.62333'/>
122                 <fieldValue name='coneTranslationvalue='0.56020 -1.20993 -0.11020'/>
123                 <fieldValue name='rotationvalue='133.46534 -0.00000 14.21318 1.32182'/>
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.37763'/>
132                 <fieldValue name='cylinderTranslationvalue='0.94474 -1.09475 -0.80737'/>
133                 <fieldValue name='coneTranslationvalue='1.14344 -0.77460 -0.43634'/>
134                 <fieldValue name='rotationvalue='96.65802 0 -51.76528 0.92051'/>
135                 <fieldValue name='diffuseColorvalue='0 0 0'/>
136                 <fieldValue name='ballRadiusvalue='0.02'/>
137                 <fieldValue name='traceEnabledvalue='false'/>
138                 <fieldValue name='displayMode'/>
139                 <fieldValue name='transparencyvalue='0'/>
140            </ProtoInstance>
141            <ProtoInstance name='Arc'>
142                 <fieldValue name='cylinderHeightvalue='1.33413'/>
143                 <fieldValue name='cylinderTranslationvalue='1.05525 -1.99570 -1.01795'/>
144                 <fieldValue name='coneTranslationvalue='1.33600 -2.36356 -0.81066'/>
145                 <fieldValue name='rotationvalue='54.54094 0 -73.86836 2.38251'/>
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.33628'/>
154                 <fieldValue name='cylinderTranslationvalue='1.03149 -1.53813 -1.86188'/>
155                 <fieldValue name='coneTranslationvalue='1.29431 -1.55817 -2.29631'/>
156                 <fieldValue name='rotationvalue='-114.24411 0 -69.11613 1.61026'/>
157                 <fieldValue name='diffuseColorvalue='0 0 0'/>
158                 <fieldValue name='ballRadiusvalue='0.02'/>
159                 <fieldValue name='traceEnabledvalue='false'/>
160                 <fieldValue name='displayMode'/>
161                 <fieldValue name='transparencyvalue='0'/>
162            </ProtoInstance>
163            <ProtoInstance name='Arc'>
164                 <fieldValue name='cylinderHeightvalue='1.40231'/>
165                 <fieldValue name='cylinderTranslationvalue='0.75266 -1.93802 -1.84335'/>
166                 <fieldValue name='coneTranslationvalue='0.80418 -2.26700 -2.26993'/>
167                 <fieldValue name='rotationvalue='-110.53909 0 -13.35012 2.22425'/>
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='2.20193'/>
176                 <fieldValue name='cylinderTranslationvalue='-0.34357 -1.83405 -1.07061'/>
177                 <fieldValue name='coneTranslationvalue='-1.22344 -2.10950 -0.88255'/>
178                 <fieldValue name='rotationvalue='44.00901 -0.00000 205.89622 1.86788'/>
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.35440'/>
187                 <fieldValue name='cylinderTranslationvalue='0.34638 -1.67169 -1.85435'/>
188                 <fieldValue name='coneTranslationvalue='0.08707 -1.79383 -2.28486'/>
189                 <fieldValue name='rotationvalue='-112.73805 0 67.90548 1.80920'/>
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='2.19037'/>
198                 <fieldValue name='cylinderTranslationvalue='1.53224 -2.12263 -0.95902'/>
199                 <fieldValue name='coneTranslationvalue='2.25493 -2.64426 -0.67583'/>
200                 <fieldValue name='rotationvalue='66.32839 0 -169.26659 2.16250'/>
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='1.37320'/>
209                 <fieldValue name='cylinderTranslationvalue='0.17748 -1.05048 -1.30222'/>
210                 <fieldValue name='coneTranslationvalue='-0.21247 -0.69669 -1.31110'/>
211                 <fieldValue name='rotationvalue='-2.31319 0 101.68565 0.83410'/>
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.50156'/>
220                 <fieldValue name='cylinderTranslationvalue='0.42343 -0.58224 -2.22314'/>
221                 <fieldValue name='coneTranslationvalue='0.54397 -0.99605 -1.81909'/>
222                 <fieldValue name='rotationvalue='102.69541 0 -30.63806 2.34681'/>
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.95504'/>
231                 <fieldValue name='cylinderTranslationvalue='0.08523 -2.48926 -0.75603'/>
232                 <fieldValue name='coneTranslationvalue='0.36438 -2.63671 -0.72204'/>
233                 <fieldValue name='rotationvalue='10.22298 0 -83.96187 2.05373'/>
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.04531'/>
242                 <fieldValue name='cylinderTranslationvalue='-0.85381 -2.21192 -0.82885'/>
243                 <fieldValue name='coneTranslationvalue='-1.21410 -2.17335 -0.84392'/>
244                 <fieldValue name='rotationvalue='-4.34276 0 103.84766 1.46425'/>
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='0.94907'/>
253                 <fieldValue name='cylinderTranslationvalue='0.96482 -2.59532 -0.72508'/>
254                 <fieldValue name='coneTranslationvalue='1.26957 -2.51864 -0.73845'/>
255                 <fieldValue name='rotationvalue='-4.03381 0 -91.95505 1.32453'/>
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='1.15391'/>
264                 <fieldValue name='cylinderTranslationvalue='0.82824 -0.66472 -1.43955'/>
265                 <fieldValue name='coneTranslationvalue='1.01009 -0.34428 -1.24435'/>
266                 <fieldValue name='rotationvalue='54.02177 0 -50.32507 0.69428'/>
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.17148'/>
275                 <fieldValue name='cylinderTranslationvalue='0.97685 -1.33630 -2.07138'/>
276                 <fieldValue name='coneTranslationvalue='1.26775 -1.50215 -2.33429'/>
277                 <fieldValue name='rotationvalue='-72.34357 0 -80.04522 1.97096'/>
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.16184'/>
286                 <fieldValue name='cylinderTranslationvalue='0.29174 -1.46987 -2.06385'/>
287                 <fieldValue name='coneTranslationvalue='0.08532 -1.73198 -2.32049'/>
288                 <fieldValue name='rotationvalue='-70.83751 0 56.97639 2.24301'/>
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.11789'/>
297                 <fieldValue name='cylinderTranslationvalue='0.12284 -0.84866 -1.51173'/>
298                 <fieldValue name='coneTranslationvalue='-0.20105 -0.66347 -1.37045'/>
299                 <fieldValue name='rotationvalue='39.58735 -0.00000 90.75656 1.08807'/>
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='0.96864'/>
308                 <fieldValue name='cylinderTranslationvalue='1.14172 -0.44953 -0.74676'/>
309                 <fieldValue name='coneTranslationvalue='1.18313 -0.60234 -0.46372'/>
310                 <fieldValue name='rotationvalue='84.53679 0 -12.36931 2.06144'/>
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.90201'/>
319                 <fieldValue name='cylinderTranslationvalue='0.87367 -0.92412 -0.14004'/>
320                 <fieldValue name='coneTranslationvalue='1.08653 -0.76514 -0.25879'/>
321                 <fieldValue name='rotationvalue='-36.80732 0 -65.97846 0.99285'/>
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.99419'/>
330                 <fieldValue name='cylinderTranslationvalue='1.90158 -2.60657 -0.68631'/>
331                 <fieldValue name='coneTranslationvalue='2.22505 -2.69265 -0.64634'/>
332                 <fieldValue name='rotationvalue='11.78745 0 -95.39823 1.82900'/>
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='0.97571'/>
341                 <fieldValue name='cylinderTranslationvalue='1.09824 -1.96438 -2.41457'/>
342                 <fieldValue name='coneTranslationvalue='0.91086 -2.23312 -2.40212'/>
343                 <fieldValue name='rotationvalue='3.70502 -0.00000 55.76601 2.53167'/>
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='0.97183'/>
352                 <fieldValue name='cylinderTranslationvalue='0.41313 -2.09794 -2.40704'/>
353                 <fieldValue name='coneTranslationvalue='0.14063 -1.91931 -2.41442'/>
354                 <fieldValue name='rotationvalue='-2.19896 0 81.25560 0.99071'/>
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='Vertex'>
362                 <fieldValue name='vertexTextvalue='"2010-02-01-YOUTUBE.COM-USER"'/>
363                 <fieldValue name='descriptionvalue='1: 2010-02-01-YOUTUBE.COM-USER'/>
364                 <fieldValue name='url'/>
365                 <fieldValue name='radiusvalue='0.1500'/>
366                 <fieldValue name='displayMode'/>
367                 <fieldValue name='diffuseColorvalue='0 0 0'/>
368                 <fieldValue name='transparencyvalue='0'/>
369                 <fieldValue name='translationvalue='0.68591 -1.51177 -1.29066'/>
370                 <fieldValue name='textTranslationvalue='0.83591 -1.51177 -1.29066'/>
371                 <fieldValue name='textColorvalue='0 0 0'/>
372            </ProtoInstance>
373            <ProtoInstance name='Vertex'>
374                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-01/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-01.simple" '/>
375                 <fieldValue name='descriptionvalue='2: Haiti/2010-02-01/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-01.simple'/>
376                 <fieldValue name='url'/>
377                 <fieldValue name='radiusvalue='0.1500'/>
378                 <fieldValue name='displayMode'/>
379                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
380                 <fieldValue name='transparencyvalue='0'/>
381                 <fieldValue name='translationvalue='-2.73845 2.73350 2.73662'/>
382                 <fieldValue name='textTranslationvalue='-2.58845 2.73350 2.73662'/>
383                 <fieldValue name='textColorvalue='0 0 0'/>
384            </ProtoInstance>
385            <ProtoInstance name='Vertex'>
386                 <fieldValue name='vertexTextvalue='"assistance"'/>
387                 <fieldValue name='descriptionvalue='3: assistance'/>
388                 <fieldValue name='url'/>
389                 <fieldValue name='radiusvalue='0.1500'/>
390                 <fieldValue name='displayMode'/>
391                 <fieldValue name='diffuseColorvalue='0 0 0'/>
392                 <fieldValue name='transparencyvalue='0'/>
393                 <fieldValue name='translationvalue='0.27024 -0.05637 -2.73662'/>
394                 <fieldValue name='textTranslationvalue='0.42024 -0.05637 -2.73662'/>
395                 <fieldValue name='textColorvalue='0 0 0'/>
396            </ProtoInstance>
397            <ProtoInstance name='Vertex'>
398                 <fieldValue name='vertexTextvalue='"carry"'/>
399                 <fieldValue name='descriptionvalue='4: carry'/>
400                 <fieldValue name='url'/>
401                 <fieldValue name='radiusvalue='0.1500'/>
402                 <fieldValue name='displayMode'/>
403                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
404                 <fieldValue name='transparencyvalue='0'/>
405                 <fieldValue name='translationvalue='-0.33458 -2.26750 -0.80714'/>
406                 <fieldValue name='textTranslationvalue='-0.18458 -2.26750 -0.80714'/>
407                 <fieldValue name='textColorvalue='0 0 0'/>
408            </ProtoInstance>
409            <ProtoInstance name='Vertex'>
410                 <fieldValue name='vertexTextvalue='"complex"'/>
411                 <fieldValue name='descriptionvalue='5: complex'/>
412                 <fieldValue name='url'/>
413                 <fieldValue name='radiusvalue='0.1500'/>
414                 <fieldValue name='displayMode'/>
415                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
416                 <fieldValue name='transparencyvalue='0'/>
417                 <fieldValue name='translationvalue='0.50504 -2.71101 -0.70491'/>
418                 <fieldValue name='textTranslationvalue='0.65504 -2.71101 -0.70491'/>
419                 <fieldValue name='textColorvalue='0 0 0'/>
420            </ProtoInstance>
421            <ProtoInstance name='Vertex'>
422                 <fieldValue name='vertexTextvalue='"devastating"'/>
423                 <fieldValue name='descriptionvalue='6: devastating'/>
424                 <fieldValue name='url'/>
425                 <fieldValue name='radiusvalue='0.1500'/>
426                 <fieldValue name='displayMode'/>
427                 <fieldValue name='diffuseColorvalue='0 0 0'/>
428                 <fieldValue name='transparencyvalue='0'/>
429                 <fieldValue name='translationvalue='2.73845 -0.68177 -1.62883'/>
430                 <fieldValue name='textTranslationvalue='2.88845 -0.68177 -1.62883'/>
431                 <fieldValue name='textColorvalue='0 0 0'/>
432            </ProtoInstance>
433            <ProtoInstance name='Vertex'>
434                 <fieldValue name='vertexTextvalue='"food"'/>
435                 <fieldValue name='descriptionvalue='7: food'/>
436                 <fieldValue name='url'/>
437                 <fieldValue name='radiusvalue='0.1500'/>
438                 <fieldValue name='displayMode'/>
439                 <fieldValue name='diffuseColorvalue='0 0 0'/>
440                 <fieldValue name='transparencyvalue='0'/>
441                 <fieldValue name='translationvalue='0.57662 -1.10812 -1.70966'/>
442                 <fieldValue name='textTranslationvalue='0.72662 -1.10812 -1.70966'/>
443                 <fieldValue name='textColorvalue='0 0 0'/>
444            </ProtoInstance>
445            <ProtoInstance name='Vertex'>
446                 <fieldValue name='vertexTextvalue='"homeless"'/>
447                 <fieldValue name='descriptionvalue='8: homeless'/>
448                 <fieldValue name='url'/>
449                 <fieldValue name='radiusvalue='0.1500'/>
450                 <fieldValue name='displayMode'/>
451                 <fieldValue name='diffuseColorvalue='0 0 0'/>
452                 <fieldValue name='transparencyvalue='0'/>
453                 <fieldValue name='translationvalue='1.07987 -0.22132 -1.16945'/>
454                 <fieldValue name='textTranslationvalue='1.22987 -0.22132 -1.16945'/>
455                 <fieldValue name='textColorvalue='0 0 0'/>
456            </ProtoInstance>
457            <ProtoInstance name='Vertex'>
458                 <fieldValue name='vertexTextvalue='"left"'/>
459                 <fieldValue name='descriptionvalue='9: left'/>
460                 <fieldValue name='url'/>
461                 <fieldValue name='radiusvalue='0.1500'/>
462                 <fieldValue name='displayMode'/>
463                 <fieldValue name='diffuseColorvalue='0 0 0'/>
464                 <fieldValue name='transparencyvalue='0'/>
465                 <fieldValue name='translationvalue='0.54378 -1.17050 0.04399'/>
466                 <fieldValue name='textTranslationvalue='0.69378 -1.17050 0.04399'/>
467                 <fieldValue name='textColorvalue='0 0 0'/>
468            </ProtoInstance>
469            <ProtoInstance name='Vertex'>
470                 <fieldValue name='vertexTextvalue='"millions"'/>
471                 <fieldValue name='descriptionvalue='10: millions'/>
472                 <fieldValue name='url'/>
473                 <fieldValue name='radiusvalue='0.1500'/>
474                 <fieldValue name='displayMode'/>
475                 <fieldValue name='diffuseColorvalue='0 0 0'/>
476                 <fieldValue name='transparencyvalue='0'/>
477                 <fieldValue name='translationvalue='1.20356 -0.67773 -0.32408'/>
478                 <fieldValue name='textTranslationvalue='1.35356 -0.67773 -0.32408'/>
479                 <fieldValue name='textColorvalue='0 0 0'/>
480            </ProtoInstance>
481            <ProtoInstance name='Vertex'>
482                 <fieldValue name='vertexTextvalue='"operation"'/>
483                 <fieldValue name='descriptionvalue='11: operation'/>
484                 <fieldValue name='url'/>
485                 <fieldValue name='radiusvalue='0.1500'/>
486                 <fieldValue name='displayMode'/>
487                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
488                 <fieldValue name='transparencyvalue='0'/>
489                 <fieldValue name='translationvalue='1.42459 -2.47964 -0.74525'/>
490                 <fieldValue name='textTranslationvalue='1.57459 -2.47964 -0.74525'/>
491                 <fieldValue name='textColorvalue='0 0 0'/>
492            </ProtoInstance>
493            <ProtoInstance name='Vertex'>
494                 <fieldValue name='vertexTextvalue='"programme"'/>
495                 <fieldValue name='descriptionvalue='12: programme'/>
496                 <fieldValue name='url'/>
497                 <fieldValue name='radiusvalue='0.1500'/>
498                 <fieldValue name='displayMode'/>
499                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
500                 <fieldValue name='transparencyvalue='0'/>
501                 <fieldValue name='translationvalue='1.37707 -1.56448 -2.43310'/>
502                 <fieldValue name='textTranslationvalue='1.52707 -1.56448 -2.43310'/>
503                 <fieldValue name='textColorvalue='0 0 0'/>
504            </ProtoInstance>
505            <ProtoInstance name='Vertex'>
506                 <fieldValue name='vertexTextvalue='"providing"'/>
507                 <fieldValue name='descriptionvalue='13: providing'/>
508                 <fieldValue name='url'/>
509                 <fieldValue name='radiusvalue='0.1500'/>
510                 <fieldValue name='displayMode'/>
511                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
512                 <fieldValue name='transparencyvalue='0'/>
513                 <fieldValue name='translationvalue='0.81941 -2.36427 -2.39605'/>
514                 <fieldValue name='textTranslationvalue='0.96941 -2.36427 -2.39605'/>
515                 <fieldValue name='textColorvalue='0 0 0'/>
516            </ProtoInstance>
517            <ProtoInstance name='Vertex'>
518                 <fieldValue name='vertexTextvalue='"takes"'/>
519                 <fieldValue name='descriptionvalue='14: takes'/>
520                 <fieldValue name='url'/>
521                 <fieldValue name='radiusvalue='0.1500'/>
522                 <fieldValue name='displayMode'/>
523                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
524                 <fieldValue name='transparencyvalue='0'/>
525                 <fieldValue name='translationvalue='-1.37305 -2.15634 -0.85057'/>
526                 <fieldValue name='textTranslationvalue='-1.22305 -2.15634 -0.85057'/>
527                 <fieldValue name='textColorvalue='0 0 0'/>
528            </ProtoInstance>
529            <ProtoInstance name='Vertex'>
530                 <fieldValue name='vertexTextvalue='"vital"'/>
531                 <fieldValue name='descriptionvalue='15: vital'/>
532                 <fieldValue name='url'/>
533                 <fieldValue name='radiusvalue='0.1500'/>
534                 <fieldValue name='displayMode'/>
535                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
536                 <fieldValue name='transparencyvalue='0'/>
537                 <fieldValue name='translationvalue='0.00686 -1.83161 -2.41804'/>
538                 <fieldValue name='textTranslationvalue='0.15686 -1.83161 -2.41804'/>
539                 <fieldValue name='textColorvalue='0 0 0'/>
540            </ProtoInstance>
541            <ProtoInstance name='Vertex'>
542                 <fieldValue name='vertexTextvalue='"watch"'/>
543                 <fieldValue name='descriptionvalue='16: watch'/>
544                 <fieldValue name='url'/>
545                 <fieldValue name='radiusvalue='0.1500'/>
546                 <fieldValue name='displayMode'/>
547                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
548                 <fieldValue name='transparencyvalue='0'/>
549                 <fieldValue name='translationvalue='2.37858 -2.73350 -0.62737'/>
550                 <fieldValue name='textTranslationvalue='2.52858 -2.73350 -0.62737'/>
551                 <fieldValue name='textColorvalue='0 0 0'/>
552            </ProtoInstance>
553            <ProtoInstance name='Vertex'>
554                 <fieldValue name='vertexTextvalue='"world"'/>
555                 <fieldValue name='descriptionvalue='17: world'/>
556                 <fieldValue name='url'/>
557                 <fieldValue name='radiusvalue='0.1500'/>
558                 <fieldValue name='displayMode'/>
559                 <fieldValue name='diffuseColorvalue='0 0 0'/>
560                 <fieldValue name='transparencyvalue='0'/>
561                 <fieldValue name='translationvalue='-0.33095 -0.58919 -1.31379'/>
562                 <fieldValue name='textTranslationvalue='-0.18095 -0.58919 -1.31379'/>
563                 <fieldValue name='textColorvalue='0 0 0'/>
564            </ProtoInstance>
565       </Scene>
566  </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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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