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.90604'/>
 55                 <fieldValue name='cylinderTranslationvalue='0.89996 -1.48147 -1.17666'/>
 56                 <fieldValue name='coneTranslationvalue='0.66951 -1.49332 -0.99607'/>
 57                 <fieldValue name='rotationvalue='55.83967 -0.00000 71.25753 1.61123'/>
 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.59256'/>
 66                 <fieldValue name='cylinderTranslationvalue='1.29873 -1.83668 -0.75390'/>
 67                 <fieldValue name='coneTranslationvalue='1.33269 -2.13515 -0.19299'/>
 68                 <fieldValue name='rotationvalue='140.39132 0 -8.49783 2.05904'/>
 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.45801'/>
 77                 <fieldValue name='cylinderTranslationvalue='1.01278 -0.92019 -1.87699'/>
 78                 <fieldValue name='coneTranslationvalue='0.82275 -0.49639 -2.20570'/>
 79                 <fieldValue name='rotationvalue='-84.22729 0 48.69275 0.73054'/>
 80                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 81                 <fieldValue name='ballRadiusvalue='0.02'/>
 82                 <fieldValue name='traceEnabledvalue='false'/>
 83                 <fieldValue name='displayMode'/>
 84                 <fieldValue name='transparencyvalue='0'/>
 85            </ProtoInstance>
 86            <ProtoInstance name='Arc'>
 87                 <fieldValue name='cylinderHeightvalue='1.33324'/>
 88                 <fieldValue name='cylinderTranslationvalue='1.15885 -1.34540 -2.10472'/>
 89                 <fieldValue name='coneTranslationvalue='1.08484 -1.25590 -2.59785'/>
 90                 <fieldValue name='rotationvalue='-129.77341 0 19.47822 1.39320'/>
 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.84720'/>
 99                 <fieldValue name='cylinderTranslationvalue='1.54952 -1.16031 -1.41445'/>
100                 <fieldValue name='coneTranslationvalue='1.73201 -0.97185 -1.38869'/>
101                 <fieldValue name='rotationvalue='8.28011 0 -58.65406 0.77426'/>
102                 <fieldValue name='diffuseColorvalue='0 0 0'/>
103                 <fieldValue name='ballRadiusvalue='0.02'/>
104                 <fieldValue name='traceEnabledvalue='false'/>
105                 <fieldValue name='displayMode'/>
106                 <fieldValue name='transparencyvalue='0'/>
107            </ProtoInstance>
108            <ProtoInstance name='Arc'>
109                 <fieldValue name='cylinderHeightvalue='0.82950'/>
110                 <fieldValue name='cylinderTranslationvalue='1.19519 -1.16339 -1.17580'/>
111                 <fieldValue name='coneTranslationvalue='1.15769 -0.97927 -1.00379'/>
112                 <fieldValue name='rotationvalue='56.01014 -0.00000 12.21047 0.76299'/>
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.59453'/>
121                 <fieldValue name='cylinderTranslationvalue='1.95426 -1.13243 -1.25830'/>
122                 <fieldValue name='coneTranslationvalue='2.51220 -0.86808 -1.10040'/>
123                 <fieldValue name='rotationvalue='39.51013 0 -139.60344 1.14304'/>
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.59385'/>
132                 <fieldValue name='cylinderTranslationvalue='1.57989 -1.65120 -0.75230'/>
133                 <fieldValue name='coneTranslationvalue='1.83856 -1.80149 -0.19000'/>
134                 <fieldValue name='rotationvalue='140.71088 0 -64.72900 1.80900'/>
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.57441'/>
143                 <fieldValue name='cylinderTranslationvalue='0.53696 -1.36844 -1.76139'/>
144                 <fieldValue name='coneTranslationvalue='-0.03612 -1.29298 -2.00483'/>
145                 <fieldValue name='rotationvalue='-61.10749 0 143.85623 1.45018'/>
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.43555'/>
154                 <fieldValue name='cylinderTranslationvalue='1.48834 -0.94137 -1.89067'/>
155                 <fieldValue name='coneTranslationvalue='1.66870 -0.53589 -2.22856'/>
156                 <fieldValue name='rotationvalue='-86.96306 0 -46.41966 0.75691'/>
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.44574'/>
165                 <fieldValue name='cylinderTranslationvalue='1.66585 -1.99027 -1.17852'/>
166                 <fieldValue name='coneTranslationvalue='1.98480 -2.40071 -0.96257'/>
167                 <fieldValue name='rotationvalue='55.46748 0 -81.92197 2.38793'/>
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='0.83210'/>
176                 <fieldValue name='cylinderTranslationvalue='1.59112 -1.47071 -1.70264'/>
177                 <fieldValue name='coneTranslationvalue='1.79721 -1.47536 -1.85452'/>
178                 <fieldValue name='rotationvalue='-49.35675 0 -66.97439 1.58895'/>
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.42969'/>
187                 <fieldValue name='cylinderTranslationvalue='0.97083 -2.10868 -1.34246'/>
188                 <fieldValue name='coneTranslationvalue='0.74930 -2.60971 -1.25445'/>
189                 <fieldValue name='rotationvalue='22.67812 -0.00000 57.08309 2.69752'/>
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='0.56220'/>
198                 <fieldValue name='cylinderTranslationvalue='1.26663 -1.34989 -1.71291'/>
199                 <fieldValue name='coneTranslationvalue='1.27111 -1.30109 -1.82365'/>
200                 <fieldValue name='rotationvalue='-51.41084 0 -2.07787 1.15603'/>
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.58880'/>
209                 <fieldValue name='cylinderTranslationvalue='0.60285 -1.69842 -1.07012'/>
210                 <fieldValue name='coneTranslationvalue='0.08105 -1.88630 -0.76208'/>
211                 <fieldValue name='rotationvalue='77.14617 -0.00000 130.67999 1.87146'/>
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.51283'/>
220                 <fieldValue name='cylinderTranslationvalue='2.00436 -1.43100 -1.34880'/>
221                 <fieldValue name='coneTranslationvalue='2.59422 -1.40565 -1.26438'/>
222                 <fieldValue name='rotationvalue='21.41177 0 -149.62207 1.52827'/>
223                 <fieldValue name='diffuseColorvalue='0 0 0'/>
224                 <fieldValue name='ballRadiusvalue='0.02'/>
225                 <fieldValue name='traceEnabledvalue='false'/>
226                 <fieldValue name='displayMode'/>
227                 <fieldValue name='transparencyvalue='0'/>
228            </ProtoInstance>
229            <ProtoInstance name='Arc'>
230                 <fieldValue name='cylinderHeightvalue='1.51339'/>
231                 <fieldValue name='cylinderTranslationvalue='0.59906 -1.67259 -1.76703'/>
232                 <fieldValue name='coneTranslationvalue='0.08083 -1.83773 -2.01241'/>
233                 <fieldValue name='rotationvalue='-62.23524 0 131.43787 1.85122'/>
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='0.91735'/>
242                 <fieldValue name='cylinderTranslationvalue='1.19365 -1.90823 -1.54740'/>
243                 <fieldValue name='coneTranslationvalue='1.15289 -2.19804 -1.60701'/>
244                 <fieldValue name='rotationvalue='-18.30824 0 12.51926 2.89740'/>
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.25043'/>
253                 <fieldValue name='cylinderTranslationvalue='-0.54788 2.17814 1.64194'/>
254                 <fieldValue name='coneTranslationvalue='-0.81714 2.38080 1.32123'/>
255                 <fieldValue name='rotationvalue='-86.20342 0 72.37168 1.12007'/>
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.73704'/>
264                 <fieldValue name='cylinderTranslationvalue='0.05716 1.86970 2.34749'/>
265                 <fieldValue name='coneTranslationvalue='0.19475 1.84929 2.50283'/>
266                 <fieldValue name='rotationvalue='54.90632 0 -48.63623 1.66886'/>
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.36639'/>
275                 <fieldValue name='cylinderTranslationvalue='0.01962 2.32999 1.57846'/>
276                 <fieldValue name='coneTranslationvalue='0.17710 2.65484 1.19978'/>
277                 <fieldValue name='rotationvalue='-98.89858 0 -41.12863 0.90090'/>
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='0.60934'/>
286                 <fieldValue name='cylinderTranslationvalue='-0.47931 1.94121 1.99843'/>
287                 <fieldValue name='coneTranslationvalue='-0.61857 1.95804 1.96304'/>
288                 <fieldValue name='rotationvalue='-14.90595 0 58.65584 1.45425'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='0.73782'/>
297                 <fieldValue name='cylinderTranslationvalue='0.11661 2.10433 2.14430'/>
298                 <fieldValue name='coneTranslationvalue='0.28798 2.21676 2.18469'/>
299                 <fieldValue name='rotationvalue='14.26748 0 -60.52656 1.00251'/>
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.38847'/>
308                 <fieldValue name='cylinderTranslationvalue='0.29829 2.24992 1.71383'/>
309                 <fieldValue name='coneTranslationvalue='0.67098 2.51474 1.43747'/>
310                 <fieldValue name='rotationvalue='-71.82574 0 -96.86272 1.05216'/>
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.75032'/>
319                 <fieldValue name='cylinderTranslationvalue='-0.19469 1.71095 2.39344'/>
320                 <fieldValue name='coneTranslationvalue='-0.19966 1.59920 2.57723'/>
321                 <fieldValue name='rotationvalue='64.09555 -0.00000 1.73235 2.11689'/>
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.88111'/>
330                 <fieldValue name='cylinderTranslationvalue='0.22107 1.74703 2.12915'/>
331                 <fieldValue name='coneTranslationvalue='0.48031 1.64593 2.16494'/>
332                 <fieldValue name='rotationvalue='11.23890 0 -81.41885 1.93945'/>
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.42431'/>
341                 <fieldValue name='cylinderTranslationvalue='-0.22745 1.28158 2.41327'/>
342                 <fieldValue name='coneTranslationvalue='-0.25957 0.79762 2.67713'/>
343                 <fieldValue name='rotationvalue='68.06315 -0.00000 8.28530 2.63935'/>
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.26301'/>
352                 <fieldValue name='cylinderTranslationvalue='-0.73142 1.59209 2.12726'/>
353                 <fieldValue name='coneTranslationvalue='-1.13862 1.35788 2.16780'/>
354                 <fieldValue name='rotationvalue='10.85979 -0.00000 109.07798 2.09063'/>
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.33015'/>
363                 <fieldValue name='cylinderTranslationvalue='-0.79393 1.86476 1.80631'/>
364                 <fieldValue name='coneTranslationvalue='-1.25558 1.83360 1.60380'/>
365                 <fieldValue name='rotationvalue='-53.33021 0 121.57988 1.63253'/>
366                 <fieldValue name='diffuseColorvalue='0 0 0'/>
367                 <fieldValue name='ballRadiusvalue='0.02'/>
368                 <fieldValue name='traceEnabledvalue='false'/>
369                 <fieldValue name='displayMode'/>
370                 <fieldValue name='transparencyvalue='0'/>
371            </ProtoInstance>
372            <ProtoInstance name='Arc'>
373                 <fieldValue name='cylinderHeightvalue='0.86796'/>
374                 <fieldValue name='cylinderTranslationvalue='0.83891 -1.18171 -0.89661'/>
375                 <fieldValue name='coneTranslationvalue='1.02529 -0.98089 -0.89607'/>
376                 <fieldValue name='rotationvalue='0.17047 0 -59.04706 0.74817'/>
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='0.76601'/>
385                 <fieldValue name='cylinderTranslationvalue='0.24656 -1.71674 -0.79093'/>
386                 <fieldValue name='coneTranslationvalue='0.07356 -1.84306 -0.72890'/>
387                 <fieldValue name='rotationvalue='21.30650 -0.00000 59.42245 2.17298'/>
388                 <fieldValue name='diffuseColorvalue='0 0 0'/>
389                 <fieldValue name='ballRadiusvalue='0.02'/>
390                 <fieldValue name='traceEnabledvalue='false'/>
391                 <fieldValue name='displayMode'/>
392                 <fieldValue name='transparencyvalue='0'/>
393            </ProtoInstance>
394            <ProtoInstance name='Arc'>
395                 <fieldValue name='cylinderHeightvalue='0.67366'/>
396                 <fieldValue name='cylinderTranslationvalue='1.62238 -2.02472 -0.05034'/>
397                 <fieldValue name='coneTranslationvalue='1.76998 -1.92735 -0.04951'/>
398                 <fieldValue name='rotationvalue='0.31955 0 -56.23117 0.98763'/>
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.86700'/>
407                 <fieldValue name='cylinderTranslationvalue='-0.84116 2.21357 1.56741'/>
408                 <fieldValue name='coneTranslationvalue='-0.79790 2.06409 1.79232'/>
409                 <fieldValue name='rotationvalue='71.29747 0 -13.71584 2.14904'/>
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='0.63205'/>
418                 <fieldValue name='cylinderTranslationvalue='0.35979 2.06825 2.41883'/>
419                 <fieldValue name='coneTranslationvalue='0.38914 2.18409 2.31851'/>
420                 <fieldValue name='rotationvalue='-40.63883 0 -11.89033 0.73411'/>
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.60246'/>
429                 <fieldValue name='cylinderTranslationvalue='0.04849 1.67486 2.66797'/>
430                 <fieldValue name='coneTranslationvalue='-0.06958 1.60043 2.68951'/>
431                 <fieldValue name='rotationvalue='9.18924 -0.00000 50.36858 2.12590'/>
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.05072'/>
440                 <fieldValue name='cylinderTranslationvalue='1.02317 -0.80691 -2.13405'/>
441                 <fieldValue name='coneTranslationvalue='1.19971 -1.10575 -2.01994'/>
442                 <fieldValue name='rotationvalue='32.81645 0 -50.77061 2.52856'/>
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.81278'/>
451                 <fieldValue name='cylinderTranslationvalue='1.16924 -1.23212 -2.36178'/>
452                 <fieldValue name='coneTranslationvalue='1.23459 -1.23484 -2.12422'/>
453                 <fieldValue name='rotationvalue='78.36256 0 -21.55609 1.58184'/>
454                 <fieldValue name='diffuseColorvalue='0 0 0'/>
455                 <fieldValue name='ballRadiusvalue='0.02'/>
456                 <fieldValue name='traceEnabledvalue='false'/>
457                 <fieldValue name='displayMode'/>
458                 <fieldValue name='transparencyvalue='0'/>
459            </ProtoInstance>
460            <ProtoInstance name='Arc'>
461                 <fieldValue name='cylinderHeightvalue='0.63997'/>
462                 <fieldValue name='cylinderTranslationvalue='0.50393 2.67412 1.21934'/>
463                 <fieldValue name='coneTranslationvalue='0.64326 2.63408 1.28702'/>
464                 <fieldValue name='rotationvalue='27.07284 0 -55.73409 1.82371'/>
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.89898'/>
473                 <fieldValue name='cylinderTranslationvalue='-1.02470 1.62752 2.05273'/>
474                 <fieldValue name='coneTranslationvalue='-1.18706 1.40267 2.13570'/>
475                 <fieldValue name='rotationvalue='25.76575 -0.00000 50.42214 2.46021'/>
476                 <fieldValue name='diffuseColorvalue='0 0 0'/>
477                 <fieldValue name='ballRadiusvalue='0.02'/>
478                 <fieldValue name='traceEnabledvalue='false'/>
479                 <fieldValue name='displayMode'/>
480                 <fieldValue name='transparencyvalue='0'/>
481            </ProtoInstance>
482            <ProtoInstance name='Arc'>
483                 <fieldValue name='cylinderHeightvalue='0.75297'/>
484                 <fieldValue name='cylinderTranslationvalue='-1.08720 1.90018 1.73178'/>
485                 <fieldValue name='coneTranslationvalue='-1.26812 1.85622 1.62130'/>
486                 <fieldValue name='rotationvalue='-38.42426 0 62.92405 1.77530'/>
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.85442'/>
495                 <fieldValue name='cylinderTranslationvalue='1.48846 -0.86054 -1.13440'/>
496                 <fieldValue name='coneTranslationvalue='1.26684 -0.86247 -0.98513'/>
497                 <fieldValue name='rotationvalue='47.73003 -0.00000 70.86452 1.57801'/>
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.85119'/>
506                 <fieldValue name='cylinderTranslationvalue='1.88439 -1.16787 -1.66124'/>
507                 <fieldValue name='coneTranslationvalue='1.91035 -1.36157 -1.84108'/>
508                 <fieldValue name='rotationvalue='-57.63686 0 -8.32034 2.38815'/>
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.63195'/>
517                 <fieldValue name='cylinderTranslationvalue='2.70237 -1.10028 -1.15125'/>
518                 <fieldValue name='coneTranslationvalue='2.72710 -1.24766 -1.19592'/>
519                 <fieldValue name='rotationvalue='-18.09836 0 -10.01863 2.80811'/>
520                 <fieldValue name='diffuseColorvalue='0 0 0'/>
521                 <fieldValue name='ballRadiusvalue='0.02'/>
522                 <fieldValue name='traceEnabledvalue='false'/>
523                 <fieldValue name='displayMode'/>
524                 <fieldValue name='transparencyvalue='0'/>
525            </ProtoInstance>
526            <ProtoInstance name='Arc'>
527                 <fieldValue name='cylinderHeightvalue='0.62094'/>
528                 <fieldValue name='cylinderTranslationvalue='-0.12023 -1.57787 -2.07257'/>
529                 <fieldValue name='coneTranslationvalue='-0.09013 -1.72527 -2.07530'/>
530                 <fieldValue name='rotationvalue='-1.12775 0 -12.41836 2.93940'/>
531                 <fieldValue name='diffuseColorvalue='0 0 0'/>
532                 <fieldValue name='ballRadiusvalue='0.02'/>
533                 <fieldValue name='traceEnabledvalue='false'/>
534                 <fieldValue name='displayMode'/>
535                 <fieldValue name='transparencyvalue='0'/>
536            </ProtoInstance>
537            <ProtoInstance name='Arc'>
538                 <fieldValue name='cylinderHeightvalue='0.99527'/>
539                 <fieldValue name='cylinderTranslationvalue='1.49873 -0.82809 -2.14772'/>
540                 <fieldValue name='coneTranslationvalue='1.34831 -1.10526 -2.02712'/>
541                 <fieldValue name='rotationvalue='35.55222 -0.00000 44.34180 2.53381'/>
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.69280'/>
550                 <fieldValue name='cylinderTranslationvalue='1.60151 -1.35744 -1.95969'/>
551                 <fieldValue name='coneTranslationvalue='1.42690 -1.29242 -1.96522'/>
552                 <fieldValue name='rotationvalue='-2.05410 0 64.89653 1.21450'/>
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.72615'/>
561                 <fieldValue name='cylinderTranslationvalue='0.90823 -2.55374 -1.43401'/>
562                 <fieldValue name='coneTranslationvalue='1.03286 -2.44162 -1.54863'/>
563                 <fieldValue name='rotationvalue='-40.98635 0 -44.56383 0.98594'/>
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='Vertex'>
571                 <fieldValue name='vertexTextvalue='"2010-02-05-OXFAMAMERICA.ORG-FRONT"'/>
572                 <fieldValue name='descriptionvalue='1: 2010-02-05-OXFAMAMERICA.ORG-FRONT'/>
573                 <fieldValue name='url'/>
574                 <fieldValue name='radiusvalue='0.1500'/>
575                 <fieldValue name='displayMode'/>
576                 <fieldValue name='diffuseColorvalue='0 0 0'/>
577                 <fieldValue name='transparencyvalue='0'/>
578                 <fieldValue name='translationvalue='1.25625 -1.46316 -1.45586'/>
579                 <fieldValue name='textTranslationvalue='1.40625 -1.46316 -1.45586'/>
580                 <fieldValue name='textColorvalue='0 0 0'/>
581            </ProtoInstance>
582            <ProtoInstance name='Vertex'>
583                 <fieldValue name='vertexTextvalue='"2010-02-05-YOUTUBE.COM-WATCH"'/>
584                 <fieldValue name='descriptionvalue='2: 2010-02-05-YOUTUBE.COM-WATCH'/>
585                 <fieldValue name='url'/>
586                 <fieldValue name='radiusvalue='0.1500'/>
587                 <fieldValue name='displayMode'/>
588                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
589                 <fieldValue name='transparencyvalue='0'/>
590                 <fieldValue name='translationvalue='-0.18603 1.90579 2.07296'/>
591                 <fieldValue name='textTranslationvalue='-0.03603 1.90579 2.07296'/>
592                 <fieldValue name='textColorvalue='0 0 0'/>
593            </ProtoInstance>
594            <ProtoInstance name='Vertex'>
595                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-05/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-05.simple" '/>
596                 <fieldValue name='descriptionvalue='3: Haiti/2010-02-05/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-05.simple'/>
597                 <fieldValue name='url'/>
598                 <fieldValue name='radiusvalue='0.1500'/>
599                 <fieldValue name='displayMode'/>
600                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
601                 <fieldValue name='transparencyvalue='0'/>
602                 <fieldValue name='translationvalue='-2.75247 0.64023 -1.00507'/>
603                 <fieldValue name='textTranslationvalue='-2.60247 0.64023 -1.00507'/>
604                 <fieldValue name='textColorvalue='0 0 0'/>
605            </ProtoInstance>
606            <ProtoInstance name='Vertex'>
607                 <fieldValue name='vertexTextvalue='"actions"'/>
608                 <fieldValue name='descriptionvalue='4: actions'/>
609                 <fieldValue name='url'/>
610                 <fieldValue name='radiusvalue='0.1500'/>
611                 <fieldValue name='displayMode'/>
612                 <fieldValue name='diffuseColorvalue='0 0 0'/>
613                 <fieldValue name='transparencyvalue='0'/>
614                 <fieldValue name='translationvalue='0.54367 -1.49979 -0.89746'/>
615                 <fieldValue name='textTranslationvalue='0.69367 -1.49979 -0.89746'/>
616                 <fieldValue name='textColorvalue='0 0 0'/>
617            </ProtoInstance>
618            <ProtoInstance name='Vertex'>
619                 <fieldValue name='vertexTextvalue='"activists"'/>
620                 <fieldValue name='descriptionvalue='5: activists'/>
621                 <fieldValue name='url'/>
622                 <fieldValue name='radiusvalue='0.1500'/>
623                 <fieldValue name='displayMode'/>
624                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
625                 <fieldValue name='transparencyvalue='0'/>
626                 <fieldValue name='translationvalue='1.34122 -2.21020 -0.05194'/>
627                 <fieldValue name='textTranslationvalue='1.49122 -2.21020 -0.05194'/>
628                 <fieldValue name='textColorvalue='0 0 0'/>
629            </ProtoInstance>
630            <ProtoInstance name='Vertex'>
631                 <fieldValue name='vertexTextvalue='"assessment"'/>
632                 <fieldValue name='descriptionvalue='6: assessment'/>
633                 <fieldValue name='url'/>
634                 <fieldValue name='radiusvalue='0.1500'/>
635                 <fieldValue name='displayMode'/>
636                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
637                 <fieldValue name='transparencyvalue='0'/>
638                 <fieldValue name='translationvalue='-0.90974 2.45050 1.21092'/>
639                 <fieldValue name='textTranslationvalue='-0.75974 2.45050 1.21092'/>
640                 <fieldValue name='textColorvalue='0 0 0'/>
641            </ProtoInstance>
642            <ProtoInstance name='Vertex'>
643                 <fieldValue name='vertexTextvalue='"assistance"'/>
644                 <fieldValue name='descriptionvalue='7: assistance'/>
645                 <fieldValue name='url'/>
646                 <fieldValue name='radiusvalue='0.1500'/>
647                 <fieldValue name='displayMode'/>
648                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
649                 <fieldValue name='transparencyvalue='0'/>
650                 <fieldValue name='translationvalue='0.30034 1.83362 2.62202'/>
651                 <fieldValue name='textTranslationvalue='0.45034 1.83362 2.62202'/>
652                 <fieldValue name='textColorvalue='0 0 0'/>
653            </ProtoInstance>
654            <ProtoInstance name='Vertex'>
655                 <fieldValue name='vertexTextvalue='"concerned"'/>
656                 <fieldValue name='descriptionvalue='8: concerned'/>
657                 <fieldValue name='url'/>
658                 <fieldValue name='radiusvalue='0.1500'/>
659                 <fieldValue name='displayMode'/>
660                 <fieldValue name='diffuseColorvalue='0 0 0'/>
661                 <fieldValue name='transparencyvalue='0'/>
662                 <fieldValue name='translationvalue='0.76932 -0.37722 -2.29813'/>
663                 <fieldValue name='textTranslationvalue='0.91932 -0.37722 -2.29813'/>
664                 <fieldValue name='textColorvalue='0 0 0'/>
665            </ProtoInstance>
666            <ProtoInstance name='Vertex'>
667                 <fieldValue name='vertexTextvalue='"corruption"'/>
668                 <fieldValue name='descriptionvalue='9: corruption'/>
669                 <fieldValue name='url'/>
670                 <fieldValue name='radiusvalue='0.1500'/>
671                 <fieldValue name='displayMode'/>
672                 <fieldValue name='diffuseColorvalue='0 0 0'/>
673                 <fieldValue name='transparencyvalue='0'/>
674                 <fieldValue name='translationvalue='1.06146 -1.22763 -2.75359'/>
675                 <fieldValue name='textTranslationvalue='1.21146 -1.22763 -2.75359'/>
676                 <fieldValue name='textColorvalue='0 0 0'/>
677            </ProtoInstance>
678            <ProtoInstance name='Vertex'>
679                 <fieldValue name='vertexTextvalue='"customize"'/>
680                 <fieldValue name='descriptionvalue='10: customize'/>
681                 <fieldValue name='url'/>
682                 <fieldValue name='radiusvalue='0.1500'/>
683                 <fieldValue name='displayMode'/>
684                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
685                 <fieldValue name='transparencyvalue='0'/>
686                 <fieldValue name='translationvalue='0.22526 2.75419 1.08397'/>
687                 <fieldValue name='textTranslationvalue='0.37526 2.75419 1.08397'/>
688                 <fieldValue name='textColorvalue='0 0 0'/>
689            </ProtoInstance>
690            <ProtoInstance name='Vertex'>
691                 <fieldValue name='vertexTextvalue='"damage"'/>
692                 <fieldValue name='descriptionvalue='11: damage'/>
693                 <fieldValue name='url'/>
694                 <fieldValue name='radiusvalue='0.1500'/>
695                 <fieldValue name='displayMode'/>
696                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
697                 <fieldValue name='transparencyvalue='0'/>
698                 <fieldValue name='translationvalue='-0.77258 1.97664 1.92390'/>
699                 <fieldValue name='textTranslationvalue='-0.62258 1.97664 1.92390'/>
700                 <fieldValue name='textColorvalue='0 0 0'/>
701            </ProtoInstance>
702            <ProtoInstance name='Vertex'>
703                 <fieldValue name='vertexTextvalue='"dec"'/>
704                 <fieldValue name='descriptionvalue='12: dec'/>
705                 <fieldValue name='url'/>
706                 <fieldValue name='radiusvalue='0.1500'/>
707                 <fieldValue name='displayMode'/>
708                 <fieldValue name='diffuseColorvalue='0 0 0'/>
709                 <fieldValue name='transparencyvalue='0'/>
710                 <fieldValue name='translationvalue='1.84279 -0.85746 -1.37305'/>
711                 <fieldValue name='textTranslationvalue='1.99279 -0.85746 -1.37305'/>
712                 <fieldValue name='textColorvalue='0 0 0'/>
713            </ProtoInstance>
714            <ProtoInstance name='Vertex'>
715                 <fieldValue name='vertexTextvalue='"disaster"'/>
716                 <fieldValue name='descriptionvalue='13: disaster'/>
717                 <fieldValue name='url'/>
718                 <fieldValue name='radiusvalue='0.1500'/>
719                 <fieldValue name='displayMode'/>
720                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
721                 <fieldValue name='transparencyvalue='0'/>
722                 <fieldValue name='translationvalue='0.41924 2.30287 2.21563'/>
723                 <fieldValue name='textTranslationvalue='0.56924 2.30287 2.21563'/>
724                 <fieldValue name='textColorvalue='0 0 0'/>
725            </ProtoInstance>
726            <ProtoInstance name='Vertex'>
727                 <fieldValue name='vertexTextvalue='"document"'/>
728                 <fieldValue name='descriptionvalue='14: document'/>
729                 <fieldValue name='url'/>
730                 <fieldValue name='radiusvalue='0.1500'/>
731                 <fieldValue name='displayMode'/>
732                 <fieldValue name='diffuseColorvalue='0 0 0'/>
733                 <fieldValue name='transparencyvalue='0'/>
734                 <fieldValue name='translationvalue='1.13414 -0.86362 -0.89575'/>
735                 <fieldValue name='textTranslationvalue='1.28414 -0.86362 -0.89575'/>
736                 <fieldValue name='textColorvalue='0 0 0'/>
737            </ProtoInstance>
738            <ProtoInstance name='Vertex'>
739                 <fieldValue name='vertexTextvalue='"el"'/>
740                 <fieldValue name='descriptionvalue='15: el'/>
741                 <fieldValue name='url'/>
742                 <fieldValue name='radiusvalue='0.1500'/>
743                 <fieldValue name='displayMode'/>
744                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
745                 <fieldValue name='transparencyvalue='0'/>
746                 <fieldValue name='translationvalue='2.65228 -0.80171 -1.06075'/>
747                 <fieldValue name='textTranslationvalue='2.80228 -0.80171 -1.06075'/>
748                 <fieldValue name='textColorvalue='0 0 0'/>
749            </ProtoInstance>
750            <ProtoInstance name='Vertex'>
751                 <fieldValue name='vertexTextvalue='"embed"'/>
752                 <fieldValue name='descriptionvalue='16: embed'/>
753                 <fieldValue name='url'/>
754                 <fieldValue name='radiusvalue='0.1500'/>
755                 <fieldValue name='displayMode'/>
756                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
757                 <fieldValue name='transparencyvalue='0'/>
758                 <fieldValue name='translationvalue='0.78260 2.59405 1.35470'/>
759                 <fieldValue name='textTranslationvalue='0.93260 2.59405 1.35470'/>
760                 <fieldValue name='textColorvalue='0 0 0'/>
761            </ProtoInstance>
762            <ProtoInstance name='Vertex'>
763                 <fieldValue name='vertexTextvalue='"environmental"'/>
764                 <fieldValue name='descriptionvalue='17: environmental'/>
765                 <fieldValue name='url'/>
766                 <fieldValue name='radiusvalue='0.1500'/>
767                 <fieldValue name='displayMode'/>
768                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
769                 <fieldValue name='transparencyvalue='0'/>
770                 <fieldValue name='translationvalue='1.90354 -1.83924 -0.04875'/>
771                 <fieldValue name='textTranslationvalue='2.05354 -1.83924 -0.04875'/>
772                 <fieldValue name='textColorvalue='0 0 0'/>
773            </ProtoInstance>
774            <ProtoInstance name='Vertex'>
775                 <fieldValue name='vertexTextvalue='"examines"'/>
776                 <fieldValue name='descriptionvalue='18: examines'/>
777                 <fieldValue name='url'/>
778                 <fieldValue name='radiusvalue='0.1500'/>
779                 <fieldValue name='displayMode'/>
780                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
781                 <fieldValue name='transparencyvalue='0'/>
782                 <fieldValue name='translationvalue='-0.18232 -1.27372 -2.06693'/>
783                 <fieldValue name='textTranslationvalue='-0.03232 -1.27372 -2.06693'/>
784                 <fieldValue name='textColorvalue='0 0 0'/>
785            </ProtoInstance>
786            <ProtoInstance name='Vertex'>
787                 <fieldValue name='vertexTextvalue='"foreign"'/>
788                 <fieldValue name='descriptionvalue='19: foreign'/>
789                 <fieldValue name='url'/>
790                 <fieldValue name='radiusvalue='0.1500'/>
791                 <fieldValue name='displayMode'/>
792                 <fieldValue name='diffuseColorvalue='0 0 0'/>
793                 <fieldValue name='transparencyvalue='0'/>
794                 <fieldValue name='translationvalue='1.72044 -0.41957 -2.32549'/>
795                 <fieldValue name='textTranslationvalue='1.87044 -0.41957 -2.32549'/>
796                 <fieldValue name='textColorvalue='0 0 0'/>
797            </ProtoInstance>
798            <ProtoInstance name='Vertex'>
799                 <fieldValue name='vertexTextvalue='"humanitarian"'/>
800                 <fieldValue name='descriptionvalue='20: humanitarian'/>
801                 <fieldValue name='url'/>
802                 <fieldValue name='radiusvalue='0.1500'/>
803                 <fieldValue name='displayMode'/>
804                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
805                 <fieldValue name='transparencyvalue='0'/>
806                 <fieldValue name='translationvalue='-0.20335 1.51611 2.71391'/>
807                 <fieldValue name='textTranslationvalue='-0.05335 1.51611 2.71391'/>
808                 <fieldValue name='textColorvalue='0 0 0'/>
809            </ProtoInstance>
810            <ProtoInstance name='Vertex'>
811                 <fieldValue name='vertexTextvalue='"info"'/>
812                 <fieldValue name='descriptionvalue='21: info'/>
813                 <fieldValue name='url'/>
814                 <fieldValue name='radiusvalue='0.1500'/>
815                 <fieldValue name='displayMode'/>
816                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
817                 <fieldValue name='transparencyvalue='0'/>
818                 <fieldValue name='translationvalue='0.62816 1.58827 2.18535'/>
819                 <fieldValue name='textTranslationvalue='0.77816 1.58827 2.18535'/>
820                 <fieldValue name='textColorvalue='0 0 0'/>
821            </ProtoInstance>
822            <ProtoInstance name='Vertex'>
823                 <fieldValue name='vertexTextvalue='"media"'/>
824                 <fieldValue name='descriptionvalue='22: media'/>
825                 <fieldValue name='url'/>
826                 <fieldValue name='radiusvalue='0.1500'/>
827                 <fieldValue name='displayMode'/>
828                 <fieldValue name='diffuseColorvalue='0 0 0'/>
829                 <fieldValue name='transparencyvalue='0'/>
830                 <fieldValue name='translationvalue='2.07546 -2.51738 -0.90118'/>
831                 <fieldValue name='textTranslationvalue='2.22546 -2.51738 -0.90118'/>
832                 <fieldValue name='textColorvalue='0 0 0'/>
833            </ProtoInstance>
834            <ProtoInstance name='Vertex'>
835                 <fieldValue name='vertexTextvalue='"money"'/>
836                 <fieldValue name='descriptionvalue='23: money'/>
837                 <fieldValue name='url'/>
838                 <fieldValue name='radiusvalue='0.1500'/>
839                 <fieldValue name='displayMode'/>
840                 <fieldValue name='diffuseColorvalue='0 0 0'/>
841                 <fieldValue name='transparencyvalue='0'/>
842                 <fieldValue name='translationvalue='1.92599 -1.47827 -1.94942'/>
843                 <fieldValue name='textTranslationvalue='2.07599 -1.47827 -1.94942'/>
844                 <fieldValue name='textColorvalue='0 0 0'/>
845            </ProtoInstance>
846            <ProtoInstance name='Vertex'>
847                 <fieldValue name='vertexTextvalue='"news"'/>
848                 <fieldValue name='descriptionvalue='24: news'/>
849                 <fieldValue name='url'/>
850                 <fieldValue name='radiusvalue='0.1500'/>
851                 <fieldValue name='displayMode'/>
852                 <fieldValue name='diffuseColorvalue='0 0 0'/>
853                 <fieldValue name='transparencyvalue='0'/>
854                 <fieldValue name='translationvalue='0.68541 -2.75419 -1.22907'/>
855                 <fieldValue name='textTranslationvalue='0.83541 -2.75419 -1.22907'/>
856                 <fieldValue name='textColorvalue='0 0 0'/>
857            </ProtoInstance>
858            <ProtoInstance name='Vertex'>
859                 <fieldValue name='vertexTextvalue='"oil"'/>
860                 <fieldValue name='descriptionvalue='25: oil'/>
861                 <fieldValue name='url'/>
862                 <fieldValue name='radiusvalue='0.1500'/>
863                 <fieldValue name='displayMode'/>
864                 <fieldValue name='diffuseColorvalue='0 0 0'/>
865                 <fieldValue name='transparencyvalue='0'/>
866                 <fieldValue name='translationvalue='1.27702 -1.23661 -1.96996'/>
867                 <fieldValue name='textTranslationvalue='1.42702 -1.23661 -1.96996'/>
868                 <fieldValue name='textColorvalue='0 0 0'/>
869            </ProtoInstance>
870            <ProtoInstance name='Vertex'>
871                 <fieldValue name='vertexTextvalue='"print"'/>
872                 <fieldValue name='descriptionvalue='26: print'/>
873                 <fieldValue name='url'/>
874                 <fieldValue name='radiusvalue='0.1500'/>
875                 <fieldValue name='displayMode'/>
876                 <fieldValue name='diffuseColorvalue='0 0 0'/>
877                 <fieldValue name='transparencyvalue='0'/>
878                 <fieldValue name='translationvalue='-0.05055 -1.93369 -0.68439'/>
879                 <fieldValue name='textTranslationvalue='0.09945 -1.93369 -0.68439'/>
880                 <fieldValue name='textColorvalue='0 0 0'/>
881            </ProtoInstance>
882            <ProtoInstance name='Vertex'>
883                 <fieldValue name='vertexTextvalue='"salvador"'/>
884                 <fieldValue name='descriptionvalue='27: salvador'/>
885                 <fieldValue name='url'/>
886                 <fieldValue name='radiusvalue='0.1500'/>
887                 <fieldValue name='displayMode'/>
888                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
889                 <fieldValue name='transparencyvalue='0'/>
890                 <fieldValue name='translationvalue='2.75247 -1.39885 -1.24174'/>
891                 <fieldValue name='textTranslationvalue='2.90247 -1.39885 -1.24174'/>
892                 <fieldValue name='textColorvalue='0 0 0'/>
893            </ProtoInstance>
894            <ProtoInstance name='Vertex'>
895                 <fieldValue name='vertexTextvalue='"senate"'/>
896                 <fieldValue name='descriptionvalue='28: senate'/>
897                 <fieldValue name='url'/>
898                 <fieldValue name='radiusvalue='0.1500'/>
899                 <fieldValue name='displayMode'/>
900                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
901                 <fieldValue name='transparencyvalue='0'/>
902                 <fieldValue name='translationvalue='-0.05813 -1.88201 -2.07821'/>
903                 <fieldValue name='textTranslationvalue='0.09187 -1.88201 -2.07821'/>
904                 <fieldValue name='textColorvalue='0 0 0'/>
905            </ProtoInstance>
906            <ProtoInstance name='Vertex'>
907                 <fieldValue name='vertexTextvalue='"sign"'/>
908                 <fieldValue name='descriptionvalue='29: sign'/>
909                 <fieldValue name='url'/>
910                 <fieldValue name='radiusvalue='0.1500'/>
911                 <fieldValue name='displayMode'/>
912                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
913                 <fieldValue name='transparencyvalue='0'/>
914                 <fieldValue name='translationvalue='-0.26888 0.65738 2.75359'/>
915                 <fieldValue name='textTranslationvalue='-0.11888 0.65738 2.75359'/>
916                 <fieldValue name='textColorvalue='0 0 0'/>
917            </ProtoInstance>
918            <ProtoInstance name='Vertex'>
919                 <fieldValue name='vertexTextvalue='"tags"'/>
920                 <fieldValue name='descriptionvalue='30: tags'/>
921                 <fieldValue name='url'/>
922                 <fieldValue name='radiusvalue='0.1500'/>
923                 <fieldValue name='displayMode'/>
924                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
925                 <fieldValue name='transparencyvalue='0'/>
926                 <fieldValue name='translationvalue='-1.27681 1.27840 2.18156'/>
927                 <fieldValue name='textTranslationvalue='-1.12681 1.27840 2.18156'/>
928                 <fieldValue name='textColorvalue='0 0 0'/>
929            </ProtoInstance>
930            <ProtoInstance name='Vertex'>
931                 <fieldValue name='vertexTextvalue='"updates"'/>
932                 <fieldValue name='descriptionvalue='31: updates'/>
933                 <fieldValue name='url'/>
934                 <fieldValue name='radiusvalue='0.1500'/>
935                 <fieldValue name='displayMode'/>
936                 <fieldValue name='diffuseColorvalue='0 0 0'/>
937                 <fieldValue name='transparencyvalue='0'/>
938                 <fieldValue name='translationvalue='1.13105 -2.35329 -1.63894'/>
939                 <fieldValue name='textTranslationvalue='1.28105 -2.35329 -1.63894'/>
940                 <fieldValue name='textColorvalue='0 0 0'/>
941            </ProtoInstance>
942            <ProtoInstance name='Vertex'>
943                 <fieldValue name='vertexTextvalue='"video"'/>
944                 <fieldValue name='descriptionvalue='32: video'/>
945                 <fieldValue name='url'/>
946                 <fieldValue name='radiusvalue='0.1500'/>
947                 <fieldValue name='displayMode'/>
948                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
949                 <fieldValue name='transparencyvalue='0'/>
950                 <fieldValue name='translationvalue='-1.40182 1.82373 1.53966'/>
951                 <fieldValue name='textTranslationvalue='-1.25182 1.82373 1.53966'/>
952                 <fieldValue name='textColorvalue='0 0 0'/>
953            </ProtoInstance>
954       </Scene>
955  </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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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