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='1.02528'/>
 55                 <fieldValue name='cylinderTranslationvalue='-0.89306 -1.35655 -0.98552'/>
 56                 <fieldValue name='coneTranslationvalue='-1.05258 -1.39544 -0.67344'/>
 57                 <fieldValue name='rotationvalue='90.73580 -0.00000 46.38073 1.68132'/>
 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='0.99340'/>
 66                 <fieldValue name='cylinderTranslationvalue='-0.32149 -1.24827 -1.08050'/>
 67                 <fieldValue name='coneTranslationvalue='-0.09124 -1.21320 -0.83734'/>
 68                 <fieldValue name='rotationvalue='71.73998 0 -67.93254 1.46646'/>
 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.71871'/>
 77                 <fieldValue name='cylinderTranslationvalue='-0.57662 -0.46602 -1.62844'/>
 78                 <fieldValue name='coneTranslationvalue='-0.50782 0.21269 -1.78245'/>
 79                 <fieldValue name='rotationvalue='-37.84868 0 -16.90792 0.24359'/>
 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.71213'/>
 88                 <fieldValue name='cylinderTranslationvalue='0.14332 -1.56365 -1.31209'/>
 89                 <fieldValue name='coneTranslationvalue='0.79744 -1.77801 -1.20874'/>
 90                 <fieldValue name='rotationvalue='25.42129 0 -160.89548 1.88386'/>
 91                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 92                 <fieldValue name='ballRadiusvalue='0.02'/>
 93                 <fieldValue name='traceEnabledvalue='false'/>
 94                 <fieldValue name='displayMode'/>
 95                 <fieldValue name='transparencyvalue='0'/>
 96            </ProtoInstance>
 97            <ProtoInstance name='Arc'>
 98                 <fieldValue name='cylinderHeightvalue='1.01483'/>
 99                 <fieldValue name='cylinderTranslationvalue='-0.91268 -1.13710 -1.02972'/>
100                 <fieldValue name='coneTranslationvalue='-1.08489 -1.02557 -0.74936'/>
101                 <fieldValue name='rotationvalue='81.89569 -0.00000 50.30438 1.24398'/>
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.71538'/>
110                 <fieldValue name='cylinderTranslationvalue='-1.50572 -1.39745 -1.32584'/>
111                 <fieldValue name='coneTranslationvalue='-2.19273 -1.47673 -1.23363'/>
112                 <fieldValue name='rotationvalue='22.67165 -0.00000 168.91223 1.68466'/>
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.72436'/>
121                 <fieldValue name='cylinderTranslationvalue='-1.42964 -1.38162 -1.05693'/>
122                 <fieldValue name='coneTranslationvalue='-2.05551 -1.44808 -0.74561'/>
123                 <fieldValue name='rotationvalue='76.45271 -0.00000 153.69679 1.66560'/>
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.05523'/>
132                 <fieldValue name='cylinderTranslationvalue='-1.10860 -1.13265 -1.66317'/>
133                 <fieldValue name='coneTranslationvalue='-1.42036 -1.01604 -1.81923'/>
134                 <fieldValue name='rotationvalue='-44.79496 0 89.48896 1.24803'/>
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.66413'/>
143                 <fieldValue name='cylinderTranslationvalue='-0.39128 -1.64855 -0.73350'/>
144                 <fieldValue name='coneTranslationvalue='-0.17331 -1.93007 -0.16350'/>
145                 <fieldValue name='rotationvalue='141.14038 0 -53.97429 2.00302'/>
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.05246'/>
154                 <fieldValue name='cylinderTranslationvalue='-0.96004 -1.20330 -1.86138'/>
155                 <fieldValue name='coneTranslationvalue='-1.16805 -1.13600 -2.15520'/>
156                 <fieldValue name='rotationvalue='-84.43641 0 59.77663 1.38599'/>
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.70127'/>
165                 <fieldValue name='cylinderTranslationvalue='0.10593 -1.49737 -1.74939'/>
166                 <fieldValue name='coneTranslationvalue='0.72872 -1.65761 -2.00123'/>
167                 <fieldValue name='rotationvalue='-62.03738 0 -153.41625 1.80495'/>
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.98448'/>
176                 <fieldValue name='cylinderTranslationvalue='-0.48442 -1.70582 -1.65455'/>
177                 <fieldValue name='coneTranslationvalue='-0.36513 -1.97973 -1.79990'/>
178                 <fieldValue name='rotationvalue='-43.06989 0 -35.34758 2.53999'/>
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.04097'/>
187                 <fieldValue name='cylinderTranslationvalue='-0.49653 -1.30738 -1.93291'/>
188                 <fieldValue name='coneTranslationvalue='-0.38251 -1.31250 -2.27485'/>
189                 <fieldValue name='rotationvalue='-98.74165 0 -32.92577 1.58498'/>
190                 <fieldValue name='diffuseColorvalue='0 0 0'/>
191                 <fieldValue name='ballRadiusvalue='0.02'/>
192                 <fieldValue name='traceEnabledvalue='false'/>
193                 <fieldValue name='displayMode'/>
194                 <fieldValue name='transparencyvalue='0'/>
195            </ProtoInstance>
196            <ProtoInstance name='Arc'>
197                 <fieldValue name='cylinderHeightvalue='1.58436'/>
198                 <fieldValue name='cylinderTranslationvalue='-0.81657 -1.87098 -1.96586'/>
199                 <fieldValue name='coneTranslationvalue='-0.94060 -2.32664 -2.38615'/>
200                 <fieldValue name='rotationvalue='-105.33261 0 31.08360 2.37571'/>
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.00546'/>
209                 <fieldValue name='cylinderTranslationvalue='-0.43380 -1.49507 -1.03547'/>
210                 <fieldValue name='coneTranslationvalue='-0.27880 -1.62805 -0.76023'/>
211                 <fieldValue name='rotationvalue='80.74565 0 -45.47154 1.96927'/>
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.62999'/>
220                 <fieldValue name='cylinderTranslationvalue='-0.31986 -2.02587 -1.29479'/>
221                 <fieldValue name='coneTranslationvalue='-0.04557 -2.60923 -1.17873'/>
222                 <fieldValue name='rotationvalue='28.88188 0 -68.25888 2.66954'/>
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.02492'/>
231                 <fieldValue name='cylinderTranslationvalue='-1.03835 -1.56059 -1.66818'/>
232                 <fieldValue name='coneTranslationvalue='-1.29778 -1.73982 -1.82567'/>
233                 <fieldValue name='rotationvalue='-45.79647 0 75.43918 2.10425'/>
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.04009'/>
242                 <fieldValue name='cylinderTranslationvalue='-0.71385 -1.19623 -1.94605'/>
243                 <fieldValue name='coneTranslationvalue='-0.75033 -1.12438 -2.29697'/>
244                 <fieldValue name='rotationvalue='-101.37087 0 10.53877 1.36990'/>
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.95426'/>
253                 <fieldValue name='cylinderTranslationvalue='-0.47620 -1.02950 -1.09240'/>
254                 <fieldValue name='coneTranslationvalue='-0.35326 -0.84970 -0.86189'/>
255                 <fieldValue name='rotationvalue='69.36019 0 -36.99203 0.96801'/>
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.99147'/>
264                 <fieldValue name='cylinderTranslationvalue='-0.84338 -1.72392 -1.25798'/>
265                 <fieldValue name='coneTranslationvalue='-0.96680 -2.01101 -1.13525'/>
266                 <fieldValue name='rotationvalue='36.24369 -0.00000 36.44570 2.59659'/>
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.59534'/>
275                 <fieldValue name='cylinderTranslationvalue='-0.93981 -1.92852 -1.03473'/>
276                 <fieldValue name='coneTranslationvalue='-1.16256 -2.43097 -0.71140'/>
277                 <fieldValue name='rotationvalue='80.89279 -0.00000 55.72989 2.47826'/>
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.06600'/>
286                 <fieldValue name='cylinderTranslationvalue='-0.15185 -1.44373 -1.50278'/>
287                 <fieldValue name='coneTranslationvalue='0.20456 -1.54431 -1.54728'/>
288                 <fieldValue name='rotationvalue='-12.71652 0 -101.86023 1.84383'/>
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.00916'/>
297                 <fieldValue name='cylinderTranslationvalue='-1.07495 -1.01177 -1.42190'/>
298                 <fieldValue name='coneTranslationvalue='-1.35753 -0.81494 -1.41009'/>
299                 <fieldValue name='rotationvalue='3.45959 -0.00000 82.75880 0.96280'/>
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.63850'/>
308                 <fieldValue name='cylinderTranslationvalue='-0.77460 -1.05627 -1.26701'/>
309                 <fieldValue name='coneTranslationvalue='-0.83119 -0.93470 -1.18112'/>
310                 <fieldValue name='rotationvalue='34.43748 -0.00000 22.68874 0.70218'/>
311                 <fieldValue name='diffuseColorvalue='0 0 0'/>
312                 <fieldValue name='ballRadiusvalue='0.02'/>
313                 <fieldValue name='traceEnabledvalue='false'/>
314                 <fieldValue name='displayMode'/>
315                 <fieldValue name='transparencyvalue='0'/>
316            </ProtoInstance>
317            <ProtoInstance name='Arc'>
318                 <fieldValue name='cylinderHeightvalue='1.01319'/>
319                 <fieldValue name='cylinderTranslationvalue='-0.47261 -1.53984 -1.84363'/>
320                 <fieldValue name='coneTranslationvalue='-0.34361 -1.70393 -2.12033'/>
321                 <fieldValue name='rotationvalue='-80.88701 0 -37.70908 2.06397'/>
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.98196'/>
330                 <fieldValue name='cylinderTranslationvalue='-0.95725 -1.68840 -1.48950'/>
331                 <fieldValue name='coneTranslationvalue='-1.15686 -1.95024 -1.52341'/>
332                 <fieldValue name='rotationvalue='-10.06062 0 59.21969 2.48336'/>
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.02056'/>
341                 <fieldValue name='cylinderTranslationvalue='-0.24611 -1.07964 -1.63810'/>
342                 <fieldValue name='coneTranslationvalue='0.03880 -0.92837 -1.77464'/>
343                 <fieldValue name='rotationvalue='-39.78097 0 -83.00931 1.12425'/>
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.93606'/>
352                 <fieldValue name='cylinderTranslationvalue='1.82979 2.14624 2.08447'/>
353                 <fieldValue name='coneTranslationvalue='1.78428 2.42347 1.95816'/>
354                 <fieldValue name='rotationvalue='-38.38236 0 13.83106 0.45098'/>
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.03249'/>
363                 <fieldValue name='cylinderTranslationvalue='2.31987 1.76399 1.98005'/>
364                 <fieldValue name='coneTranslationvalue='2.61033 1.79089 1.77556'/>
365                 <fieldValue name='rotationvalue='-59.26680 0 -84.18393 1.49521'/>
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.96967'/>
374                 <fieldValue name='cylinderTranslationvalue='2.10176 1.28747 2.32637'/>
375                 <fieldValue name='coneTranslationvalue='2.23764 0.99433 2.35986'/>
376                 <fieldValue name='rotationvalue='9.99717 0 -40.56140 2.69619'/>
377                 <fieldValue name='diffuseColorvalue='0 0 0'/>
378                 <fieldValue name='ballRadiusvalue='0.02'/>
379                 <fieldValue name='traceEnabledvalue='false'/>
380                 <fieldValue name='displayMode'/>
381                 <fieldValue name='transparencyvalue='0'/>
382            </ProtoInstance>
383            <ProtoInstance name='Arc'>
384                 <fieldValue name='cylinderHeightvalue='1.04174'/>
385                 <fieldValue name='cylinderTranslationvalue='1.45106 1.60011 2.51112'/>
386                 <fieldValue name='coneTranslationvalue='1.14075 1.51358 2.67376'/>
387                 <fieldValue name='rotationvalue='46.94852 -0.00000 89.57797 1.81293'/>
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.49060'/>
396                 <fieldValue name='cylinderTranslationvalue='1.97382 1.50592 2.35741'/>
397                 <fieldValue name='coneTranslationvalue='1.99985 1.42973 2.38559'/>
398                 <fieldValue name='rotationvalue='16.20670 0 -14.97391 2.67509'/>
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.96133'/>
407                 <fieldValue name='cylinderTranslationvalue='1.59724 2.09603 2.22787'/>
408                 <fieldValue name='coneTranslationvalue='1.39597 2.34355 2.19551'/>
409                 <fieldValue name='rotationvalue='-9.70165 0 60.34121 0.68897'/>
410                 <fieldValue name='diffuseColorvalue='0 0 0'/>
411                 <fieldValue name='ballRadiusvalue='0.02'/>
412                 <fieldValue name='traceEnabledvalue='false'/>
413                 <fieldValue name='displayMode'/>
414                 <fieldValue name='transparencyvalue='0'/>
415            </ProtoInstance>
416            <ProtoInstance name='Arc'>
417                 <fieldValue name='cylinderHeightvalue='1.08556'/>
418                 <fieldValue name='cylinderTranslationvalue='-0.44197 0.89439 -1.94006'/>
419                 <fieldValue name='coneTranslationvalue='-0.47731 0.52314 -1.85376'/>
420                 <fieldValue name='rotationvalue='24.47405 -0.00000 10.02182 2.89550'/>
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.33342'/>
429                 <fieldValue name='cylinderTranslationvalue='-0.53763 1.43738 -2.14161'/>
430                 <fieldValue name='coneTranslationvalue='-0.54350 1.43804 -2.14479'/>
431                 <fieldValue name='rotationvalue='-15.83610 0 29.15428 1.47134'/>
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.38983'/>
440                 <fieldValue name='cylinderTranslationvalue='-0.45510 2.08628 -1.87250'/>
441                 <fieldValue name='coneTranslationvalue='-0.50378 2.59852 -1.72630'/>
442                 <fieldValue name='rotationvalue='37.98554 -0.00000 12.64861 0.29221'/>
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='1.31669'/>
451                 <fieldValue name='cylinderTranslationvalue='-0.10500 1.90493 -2.40415'/>
452                 <fieldValue name='coneTranslationvalue='0.11215 2.27138 -2.66282'/>
453                 <fieldValue name='rotationvalue='-68.34407 0 -57.37230 0.74463'/>
454                 <fieldValue name='diffuseColorvalue='0 0 0'/>
455                 <fieldValue name='ballRadiusvalue='0.02'/>
456                 <fieldValue name='traceEnabledvalue='false'/>
457                 <fieldValue name='displayMode'/>
458                 <fieldValue name='transparencyvalue='0'/>
459            </ProtoInstance>
460            <ProtoInstance name='Arc'>
461                 <fieldValue name='cylinderHeightvalue='1.26771'/>
462                 <fieldValue name='cylinderTranslationvalue='0.07018 1.84460 -1.96913'/>
463                 <fieldValue name='coneTranslationvalue='0.41558 2.16141 -1.89938'/>
464                 <fieldValue name='rotationvalue='18.66012 0 -92.40668 0.83850'/>
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.83066'/>
473                 <fieldValue name='cylinderTranslationvalue='-0.23262 1.71444 -2.30926'/>
474                 <fieldValue name='coneTranslationvalue='-0.13473 1.89495 -2.46101'/>
475                 <fieldValue name='rotationvalue='-49.36780 0 -31.84680 0.78561'/>
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.30302'/>
484                 <fieldValue name='cylinderTranslationvalue='-0.25772 1.48056 -2.02508'/>
485                 <fieldValue name='coneTranslationvalue='-0.26524 1.47721 -2.02717'/>
486                 <fieldValue name='rotationvalue='7.46971 0 -26.82724 1.16552'/>
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='1.37961'/>
495                 <fieldValue name='cylinderTranslationvalue='-0.67705 2.04476 -1.99032'/>
496                 <fieldValue name='coneTranslationvalue='-0.89610 2.52397 -1.93493'/>
497                 <fieldValue name='rotationvalue='14.42177 -0.00000 57.03929 0.44057'/>
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.79333'/>
506                 <fieldValue name='cylinderTranslationvalue='-0.61976 1.69424 -2.23749'/>
507                 <fieldValue name='coneTranslationvalue='-0.75573 1.85737 -2.34194'/>
508                 <fieldValue name='rotationvalue='-35.01253 0 45.58036 0.81029'/>
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.44941'/>
517                 <fieldValue name='cylinderTranslationvalue='-1.14458 -1.19365 -0.57604'/>
518                 <fieldValue name='coneTranslationvalue='-1.15023 -1.13046 -0.58877'/>
519                 <fieldValue name='rotationvalue='-8.84012 0 3.92365 0.21690'/>
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.54972'/>
528                 <fieldValue name='cylinderTranslationvalue='-0.09414 -1.44333 -0.67677'/>
529                 <fieldValue name='coneTranslationvalue='-0.14107 -1.54647 -0.65795'/>
530                 <fieldValue name='rotationvalue='9.00567 -0.00000 22.46099 2.68576'/>
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.53642'/>
539                 <fieldValue name='cylinderTranslationvalue='-0.13653 -0.97776 -0.73370'/>
540                 <fieldValue name='coneTranslationvalue='-0.19895 -0.88950 -0.73850'/>
541                 <fieldValue name='rotationvalue='-2.37979 0 30.94050 0.61689'/>
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='1.17406'/>
550                 <fieldValue name='cylinderTranslationvalue='-0.58774 0.91095 -2.01924'/>
551                 <fieldValue name='coneTranslationvalue='-0.65733 1.30593 -2.16585'/>
552                 <fieldValue name='rotationvalue='-40.31016 0 19.13245 0.38985'/>
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='1.24059'/>
561                 <fieldValue name='cylinderTranslationvalue='-0.30783 0.95413 -1.90271'/>
562                 <fieldValue name='coneTranslationvalue='-0.17111 1.38910 -1.96580'/>
563                 <fieldValue name='rotationvalue='-17.00435 0 -36.84906 0.33326'/>
564                 <fieldValue name='diffuseColorvalue='0 0 0'/>
565                 <fieldValue name='ballRadiusvalue='0.02'/>
566                 <fieldValue name='traceEnabledvalue='false'/>
567                 <fieldValue name='displayMode'/>
568                 <fieldValue name='transparencyvalue='0'/>
569            </ProtoInstance>
570            <ProtoInstance name='Arc'>
571                 <fieldValue name='cylinderHeightvalue='0.61251'/>
572                 <fieldValue name='cylinderTranslationvalue='-0.40349 1.49711 -2.10426'/>
573                 <fieldValue name='coneTranslationvalue='-0.26982 1.51773 -2.04861'/>
574                 <fieldValue name='rotationvalue='23.30581 0 -55.98152 1.42932'/>
575                 <fieldValue name='diffuseColorvalue='0 0 0'/>
576                 <fieldValue name='ballRadiusvalue='0.02'/>
577                 <fieldValue name='traceEnabledvalue='false'/>
578                 <fieldValue name='displayMode'/>
579                 <fieldValue name='transparencyvalue='0'/>
580            </ProtoInstance>
581            <ProtoInstance name='Arc'>
582                 <fieldValue name='cylinderHeightvalue='0.57243'/>
583                 <fieldValue name='cylinderTranslationvalue='-0.76553 1.71079 -2.31667'/>
584                 <fieldValue name='coneTranslationvalue='-0.80175 1.82406 -2.35895'/>
585                 <fieldValue name='rotationvalue='-19.17642 0 16.42609 0.45683'/>
586                 <fieldValue name='diffuseColorvalue='0 0 0'/>
587                 <fieldValue name='ballRadiusvalue='0.02'/>
588                 <fieldValue name='traceEnabledvalue='false'/>
589                 <fieldValue name='displayMode'/>
590                 <fieldValue name='transparencyvalue='0'/>
591            </ProtoInstance>
592            <ProtoInstance name='Arc'>
593                 <fieldValue name='cylinderHeightvalue='0.50939'/>
594                 <fieldValue name='cylinderTranslationvalue='-0.74030 2.71021 -1.80039'/>
595                 <fieldValue name='coneTranslationvalue='-0.82282 2.69478 -1.84419'/>
596                 <fieldValue name='rotationvalue='-23.56377 0 44.39067 1.73455'/>
597                 <fieldValue name='diffuseColorvalue='0 0 0'/>
598                 <fieldValue name='ballRadiusvalue='0.02'/>
599                 <fieldValue name='traceEnabledvalue='false'/>
600                 <fieldValue name='displayMode'/>
601                 <fieldValue name='transparencyvalue='0'/>
602            </ProtoInstance>
603            <ProtoInstance name='Arc'>
604                 <fieldValue name='cylinderHeightvalue='0.74262'/>
605                 <fieldValue name='cylinderTranslationvalue='0.65262 -1.70737 -1.37567'/>
606                 <fieldValue name='coneTranslationvalue='0.48464 -1.63913 -1.48419'/>
607                 <fieldValue name='rotationvalue='-38.13781 0 59.03525 1.24194'/>
608                 <fieldValue name='diffuseColorvalue='0 0 0'/>
609                 <fieldValue name='ballRadiusvalue='0.02'/>
610                 <fieldValue name='traceEnabledvalue='false'/>
611                 <fieldValue name='displayMode'/>
612                 <fieldValue name='transparencyvalue='0'/>
613            </ProtoInstance>
614            <ProtoInstance name='Arc'>
615                 <fieldValue name='cylinderHeightvalue='0.57238'/>
616                 <fieldValue name='cylinderTranslationvalue='-1.02612 -0.89338 -0.85753'/>
617                 <fieldValue name='coneTranslationvalue='-0.96524 -0.85774 -0.96216'/>
618                 <fieldValue name='rotationvalue='-47.45820 0 -27.61565 1.28447'/>
619                 <fieldValue name='diffuseColorvalue='0 0 0'/>
620                 <fieldValue name='ballRadiusvalue='0.02'/>
621                 <fieldValue name='traceEnabledvalue='false'/>
622                 <fieldValue name='displayMode'/>
623                 <fieldValue name='transparencyvalue='0'/>
624            </ProtoInstance>
625            <ProtoInstance name='Arc'>
626                 <fieldValue name='cylinderHeightvalue='0.49629'/>
627                 <fieldValue name='cylinderTranslationvalue='0.05424 2.19855 -2.65099'/>
628                 <fieldValue name='coneTranslationvalue='0.00890 2.13089 -2.61728'/>
629                 <fieldValue name='rotationvalue='18.97627 -0.00000 25.52550 2.44594'/>
630                 <fieldValue name='diffuseColorvalue='0 0 0'/>
631                 <fieldValue name='ballRadiusvalue='0.02'/>
632                 <fieldValue name='traceEnabledvalue='false'/>
633                 <fieldValue name='displayMode'/>
634                 <fieldValue name='transparencyvalue='0'/>
635            </ProtoInstance>
636            <ProtoInstance name='Arc'>
637                 <fieldValue name='cylinderHeightvalue='0.55982'/>
638                 <fieldValue name='cylinderTranslationvalue='-2.27420 -1.47907 -0.94358'/>
639                 <fieldValue name='coneTranslationvalue='-2.24161 -1.47228 -0.82838'/>
640                 <fieldValue name='rotationvalue='53.78106 0 -15.21544 1.51418'/>
641                 <fieldValue name='diffuseColorvalue='0 0 0'/>
642                 <fieldValue name='ballRadiusvalue='0.02'/>
643                 <fieldValue name='traceEnabledvalue='false'/>
644                 <fieldValue name='displayMode'/>
645                 <fieldValue name='transparencyvalue='0'/>
646            </ProtoInstance>
647            <ProtoInstance name='Arc'>
648                 <fieldValue name='cylinderHeightvalue='0.51516'/>
649                 <fieldValue name='cylinderTranslationvalue='-1.40748 -1.03595 -2.08536'/>
650                 <fieldValue name='coneTranslationvalue='-1.35120 -1.06271 -2.16044'/>
651                 <fieldValue name='rotationvalue='-39.64145 0 -29.71233 1.84865'/>
652                 <fieldValue name='diffuseColorvalue='0 0 0'/>
653                 <fieldValue name='ballRadiusvalue='0.02'/>
654                 <fieldValue name='traceEnabledvalue='false'/>
655                 <fieldValue name='displayMode'/>
656                 <fieldValue name='transparencyvalue='0'/>
657            </ProtoInstance>
658            <ProtoInstance name='Arc'>
659                 <fieldValue name='cylinderHeightvalue='0.54389'/>
660                 <fieldValue name='cylinderTranslationvalue='-1.52239 -0.84442 -1.64588'/>
661                 <fieldValue name='coneTranslationvalue='-1.50854 -0.79466 -1.54656'/>
662                 <fieldValue name='rotationvalue='48.25455 0 -6.73016 1.11021'/>
663                 <fieldValue name='diffuseColorvalue='0 0 0'/>
664                 <fieldValue name='ballRadiusvalue='0.02'/>
665                 <fieldValue name='traceEnabledvalue='false'/>
666                 <fieldValue name='displayMode'/>
667                 <fieldValue name='transparencyvalue='0'/>
668            </ProtoInstance>
669            <ProtoInstance name='Arc'>
670                 <fieldValue name='cylinderHeightvalue='0.68279'/>
671                 <fieldValue name='cylinderTranslationvalue='-0.16393 -1.84361 -0.32977'/>
672                 <fieldValue name='coneTranslationvalue='-0.18652 -1.76206 -0.49022'/>
673                 <fieldValue name='rotationvalue='-60.39473 0 8.50275 1.10452'/>
674                 <fieldValue name='diffuseColorvalue='0 0 0'/>
675                 <fieldValue name='ballRadiusvalue='0.02'/>
676                 <fieldValue name='traceEnabledvalue='false'/>
677                 <fieldValue name='displayMode'/>
678                 <fieldValue name='transparencyvalue='0'/>
679            </ProtoInstance>
680            <ProtoInstance name='Arc'>
681                 <fieldValue name='cylinderHeightvalue='0.98626'/>
682                 <fieldValue name='cylinderTranslationvalue='0.20431 1.90434 -1.93178'/>
683                 <fieldValue name='coneTranslationvalue='-0.01720 1.65841 -1.96957'/>
684                 <fieldValue name='rotationvalue='-11.19042 0 65.57944 2.40125'/>
685                 <fieldValue name='diffuseColorvalue='0 0 0'/>
686                 <fieldValue name='ballRadiusvalue='0.02'/>
687                 <fieldValue name='traceEnabledvalue='false'/>
688                 <fieldValue name='displayMode'/>
689                 <fieldValue name='transparencyvalue='0'/>
690            </ProtoInstance>
691            <ProtoInstance name='Arc'>
692                 <fieldValue name='cylinderHeightvalue='0.55557'/>
693                 <fieldValue name='cylinderTranslationvalue='1.52809 2.51727 2.03596'/>
694                 <fieldValue name='coneTranslationvalue='1.42948 2.49598 2.09677'/>
695                 <fieldValue name='rotationvalue='28.68071 -0.00000 46.51016 1.75254'/>
696                 <fieldValue name='diffuseColorvalue='0 0 0'/>
697                 <fieldValue name='ballRadiusvalue='0.02'/>
698                 <fieldValue name='traceEnabledvalue='false'/>
699                 <fieldValue name='displayMode'/>
700                 <fieldValue name='transparencyvalue='0'/>
701            </ProtoInstance>
702            <ProtoInstance name='Arc'>
703                 <fieldValue name='cylinderHeightvalue='0.52088'/>
704                 <fieldValue name='cylinderTranslationvalue='-1.01273 -1.09952 -2.36823'/>
705                 <fieldValue name='coneTranslationvalue='-0.91779 -1.09680 -2.40089'/>
706                 <fieldValue name='rotationvalue='-16.93446 0 -49.23785 1.54363'/>
707                 <fieldValue name='diffuseColorvalue='0 0 0'/>
708                 <fieldValue name='ballRadiusvalue='0.02'/>
709                 <fieldValue name='traceEnabledvalue='false'/>
710                 <fieldValue name='displayMode'/>
711                 <fieldValue name='transparencyvalue='0'/>
712            </ProtoInstance>
713            <ProtoInstance name='Arc'>
714                 <fieldValue name='cylinderHeightvalue='0.72150'/>
715                 <fieldValue name='cylinderTranslationvalue='0.61523 -1.64109 -1.81297'/>
716                 <fieldValue name='coneTranslationvalue='0.47178 -1.61124 -1.67574'/>
717                 <fieldValue name='rotationvalue='49.32086 -0.00000 51.55602 1.42155'/>
718                 <fieldValue name='diffuseColorvalue='0 0 0'/>
719                 <fieldValue name='ballRadiusvalue='0.02'/>
720                 <fieldValue name='traceEnabledvalue='false'/>
721                 <fieldValue name='displayMode'/>
722                 <fieldValue name='transparencyvalue='0'/>
723            </ProtoInstance>
724            <ProtoInstance name='Arc'>
725                 <fieldValue name='cylinderHeightvalue='0.50376'/>
726                 <fieldValue name='cylinderTranslationvalue='-0.29587 -1.94566 -2.05898'/>
727                 <fieldValue name='coneTranslationvalue='-0.29157 -1.88511 -2.12796'/>
728                 <fieldValue name='rotationvalue='-37.81712 0 -2.36150 0.85134'/>
729                 <fieldValue name='diffuseColorvalue='0 0 0'/>
730                 <fieldValue name='ballRadiusvalue='0.02'/>
731                 <fieldValue name='traceEnabledvalue='false'/>
732                 <fieldValue name='displayMode'/>
733                 <fieldValue name='transparencyvalue='0'/>
734            </ProtoInstance>
735            <ProtoInstance name='Arc'>
736                 <fieldValue name='cylinderHeightvalue='0.51010'/>
737                 <fieldValue name='cylinderTranslationvalue='2.17663 1.06838 2.40740'/>
738                 <fieldValue name='coneTranslationvalue='2.12895 1.14979 2.41897'/>
739                 <fieldValue name='rotationvalue='6.20953 -0.00000 25.58748 0.54238'/>
740                 <fieldValue name='diffuseColorvalue='0 0 0'/>
741                 <fieldValue name='ballRadiusvalue='0.02'/>
742                 <fieldValue name='traceEnabledvalue='false'/>
743                 <fieldValue name='displayMode'/>
744                 <fieldValue name='transparencyvalue='0'/>
745            </ProtoInstance>
746            <ProtoInstance name='Arc'>
747                 <fieldValue name='cylinderHeightvalue='0.48891'/>
748                 <fieldValue name='cylinderTranslationvalue='-0.54922 -1.20361 -2.43976'/>
749                 <fieldValue name='coneTranslationvalue='-0.62430 -1.16520 -2.44430'/>
750                 <fieldValue name='rotationvalue='-2.62922 0 43.46454 1.09874'/>
751                 <fieldValue name='diffuseColorvalue='0 0 0'/>
752                 <fieldValue name='ballRadiusvalue='0.02'/>
753                 <fieldValue name='traceEnabledvalue='false'/>
754                 <fieldValue name='displayMode'/>
755                 <fieldValue name='transparencyvalue='0'/>
756            </ProtoInstance>
757            <ProtoInstance name='Arc'>
758                 <fieldValue name='cylinderHeightvalue='0.50030'/>
759                 <fieldValue name='cylinderTranslationvalue='-0.30798 -1.54722 -2.33734'/>
760                 <fieldValue name='coneTranslationvalue='-0.29936 -1.63099 -2.30517'/>
761                 <fieldValue name='rotationvalue='17.85464 0 -4.78331 2.76316'/>
762                 <fieldValue name='diffuseColorvalue='0 0 0'/>
763                 <fieldValue name='ballRadiusvalue='0.02'/>
764                 <fieldValue name='traceEnabledvalue='false'/>
765                 <fieldValue name='displayMode'/>
766                 <fieldValue name='transparencyvalue='0'/>
767            </ProtoInstance>
768            <ProtoInstance name='Arc'>
769                 <fieldValue name='cylinderHeightvalue='0.46835'/>
770                 <fieldValue name='cylinderTranslationvalue='-1.33445 -1.94900 -1.71848'/>
771                 <fieldValue name='coneTranslationvalue='-1.30876 -1.98948 -1.66189'/>
772                 <fieldValue name='rotationvalue='35.73585 0 -16.21949 2.14813'/>
773                 <fieldValue name='diffuseColorvalue='0 0 0'/>
774                 <fieldValue name='ballRadiusvalue='0.02'/>
775                 <fieldValue name='traceEnabledvalue='false'/>
776                 <fieldValue name='displayMode'/>
777                 <fieldValue name='transparencyvalue='0'/>
778            </ProtoInstance>
779            <ProtoInstance name='Arc'>
780                 <fieldValue name='cylinderHeightvalue='0.69355'/>
781                 <fieldValue name='cylinderTranslationvalue='-0.58964 -0.78577 -0.92021'/>
782                 <fieldValue name='coneTranslationvalue='-0.75036 -0.80019 -1.01426'/>
783                 <fieldValue name='rotationvalue='-34.92271 0 59.68077 1.64809'/>
784                 <fieldValue name='diffuseColorvalue='0 0 0'/>
785                 <fieldValue name='ballRadiusvalue='0.02'/>
786                 <fieldValue name='traceEnabledvalue='false'/>
787                 <fieldValue name='displayMode'/>
788                 <fieldValue name='transparencyvalue='0'/>
789            </ProtoInstance>
790            <ProtoInstance name='Arc'>
791                 <fieldValue name='cylinderHeightvalue='0.63561'/>
792                 <fieldValue name='cylinderTranslationvalue='-1.12203 -2.35244 -0.85352'/>
793                 <fieldValue name='coneTranslationvalue='-1.16991 -2.45403 -0.74267'/>
794                 <fieldValue name='rotationvalue='44.64910 -0.00000 19.28419 2.27026'/>
795                 <fieldValue name='diffuseColorvalue='0 0 0'/>
796                 <fieldValue name='ballRadiusvalue='0.02'/>
797                 <fieldValue name='traceEnabledvalue='false'/>
798                 <fieldValue name='displayMode'/>
799                 <fieldValue name='transparencyvalue='0'/>
800            </ProtoInstance>
801            <ProtoInstance name='Arc'>
802                 <fieldValue name='cylinderHeightvalue='0.52088'/>
803                 <fieldValue name='cylinderTranslationvalue='-1.13948 -2.11232 -1.30828'/>
804                 <fieldValue name='coneTranslationvalue='-1.18340 -2.09862 -1.39757'/>
805                 <fieldValue name='rotationvalue='-46.30431 0 22.77400 1.43402'/>
806                 <fieldValue name='diffuseColorvalue='0 0 0'/>
807                 <fieldValue name='ballRadiusvalue='0.02'/>
808                 <fieldValue name='traceEnabledvalue='false'/>
809                 <fieldValue name='displayMode'/>
810                 <fieldValue name='transparencyvalue='0'/>
811            </ProtoInstance>
812            <ProtoInstance name='Arc'>
813                 <fieldValue name='cylinderHeightvalue='0.68171'/>
814                 <fieldValue name='cylinderTranslationvalue='-1.18839 -0.76804 -1.24971'/>
815                 <fieldValue name='coneTranslationvalue='-1.02903 -0.79166 -1.16753'/>
816                 <fieldValue name='rotationvalue='30.97790 0 -60.07007 1.70173'/>
817                 <fieldValue name='diffuseColorvalue='0 0 0'/>
818                 <fieldValue name='ballRadiusvalue='0.02'/>
819                 <fieldValue name='traceEnabledvalue='false'/>
820                 <fieldValue name='displayMode'/>
821                 <fieldValue name='transparencyvalue='0'/>
822            </ProtoInstance>
823            <ProtoInstance name='Vertex'>
824                 <fieldValue name='vertexTextvalue='"2010-01-23-ARMY.MIL"'/>
825                 <fieldValue name='descriptionvalue='1: 2010-01-23-ARMY.MIL'/>
826                 <fieldValue name='url'/>
827                 <fieldValue name='radiusvalue='0.1500'/>
828                 <fieldValue name='displayMode'/>
829                 <fieldValue name='diffuseColorvalue='0 0 0'/>
830                 <fieldValue name='transparencyvalue='0'/>
831                 <fieldValue name='translationvalue='-0.66116 -1.30000 -1.43920'/>
832                 <fieldValue name='textTranslationvalue='-0.51116 -1.30000 -1.43920'/>
833                 <fieldValue name='textColorvalue='0 0 0'/>
834            </ProtoInstance>
835            <ProtoInstance name='Vertex'>
836                 <fieldValue name='vertexTextvalue='"2010-01-23-TWITTER.COM-USAID_HAITI"'/>
837                 <fieldValue name='descriptionvalue='2: 2010-01-23-TWITTER.COM-USAID_HAITI'/>
838                 <fieldValue name='url'/>
839                 <fieldValue name='radiusvalue='0.1500'/>
840                 <fieldValue name='displayMode'/>
841                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
842                 <fieldValue name='transparencyvalue='0'/>
843                 <fieldValue name='translationvalue='1.89895 1.72500 2.27638'/>
844                 <fieldValue name='textTranslationvalue='2.04895 1.72500 2.27638'/>
845                 <fieldValue name='textColorvalue='0 0 0'/>
846            </ProtoInstance>
847            <ProtoInstance name='Vertex'>
848                 <fieldValue name='vertexTextvalue='"2010-01-23-YOUTUBE.COM-USER"'/>
849                 <fieldValue name='descriptionvalue='3: 2010-01-23-YOUTUBE.COM-USER'/>
850                 <fieldValue name='url'/>
851                 <fieldValue name='radiusvalue='0.1500'/>
852                 <fieldValue name='displayMode'/>
853                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
854                 <fieldValue name='transparencyvalue='0'/>
855                 <fieldValue name='translationvalue='-0.39186 1.42082 -2.06243'/>
856                 <fieldValue name='textTranslationvalue='-0.24186 1.42082 -2.06243'/>
857                 <fieldValue name='textColorvalue='0 0 0'/>
858            </ProtoInstance>
859            <ProtoInstance name='Vertex'>
860                 <fieldValue name='vertexTextvalue=' "Haiti/2010-01-23/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-23.simple" '/>
861                 <fieldValue name='descriptionvalue='4: Haiti/2010-01-23/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-23.simple'/>
862                 <fieldValue name='url'/>
863                 <fieldValue name='radiusvalue='0.1500'/>
864                 <fieldValue name='displayMode'/>
865                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
866                 <fieldValue name='transparencyvalue='0'/>
867                 <fieldValue name='translationvalue='-2.74079 2.58791 1.41379'/>
868                 <fieldValue name='textTranslationvalue='-2.59079 2.58791 1.41379'/>
869                 <fieldValue name='textColorvalue='0 0 0'/>
870            </ProtoInstance>
871            <ProtoInstance name='Vertex'>
872                 <fieldValue name='vertexTextvalue='"additional"'/>
873                 <fieldValue name='descriptionvalue='5: additional'/>
874                 <fieldValue name='url'/>
875                 <fieldValue name='radiusvalue='0.1500'/>
876                 <fieldValue name='displayMode'/>
877                 <fieldValue name='diffuseColorvalue='0 0 0'/>
878                 <fieldValue name='transparencyvalue='0'/>
879                 <fieldValue name='translationvalue='-1.12496 -1.41309 -0.53184'/>
880                 <fieldValue name='textTranslationvalue='-0.97496 -1.41309 -0.53184'/>
881                 <fieldValue name='textColorvalue='0 0 0'/>
882            </ProtoInstance>
883            <ProtoInstance name='Vertex'>
884                 <fieldValue name='vertexTextvalue='"affairs"'/>
885                 <fieldValue name='descriptionvalue='6: affairs'/>
886                 <fieldValue name='url'/>
887                 <fieldValue name='radiusvalue='0.1500'/>
888                 <fieldValue name='displayMode'/>
889                 <fieldValue name='diffuseColorvalue='0 0 0'/>
890                 <fieldValue name='transparencyvalue='0'/>
891                 <fieldValue name='translationvalue='0.01817 -1.19654 -0.72180'/>
892                 <fieldValue name='textTranslationvalue='0.16817 -1.19654 -0.72180'/>
893                 <fieldValue name='textColorvalue='0 0 0'/>
894            </ProtoInstance>
895            <ProtoInstance name='Vertex'>
896                 <fieldValue name='vertexTextvalue='"aid"'/>
897                 <fieldValue name='descriptionvalue='7: aid'/>
898                 <fieldValue name='url'/>
899                 <fieldValue name='radiusvalue='0.1500'/>
900                 <fieldValue name='displayMode'/>
901                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
902                 <fieldValue name='transparencyvalue='0'/>
903                 <fieldValue name='translationvalue='-0.49208 0.36796 -1.81769'/>
904                 <fieldValue name='textTranslationvalue='-0.34208 0.36796 -1.81769'/>
905                 <fieldValue name='textColorvalue='0 0 0'/>
906            </ProtoInstance>
907            <ProtoInstance name='Vertex'>
908                 <fieldValue name='vertexTextvalue='"air"'/>
909                 <fieldValue name='descriptionvalue='8: air'/>
910                 <fieldValue name='url'/>
911                 <fieldValue name='radiusvalue='0.1500'/>
912                 <fieldValue name='displayMode'/>
913                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
914                 <fieldValue name='transparencyvalue='0'/>
915                 <fieldValue name='translationvalue='-0.68340 1.45393 -2.22079'/>
916                 <fieldValue name='textTranslationvalue='-0.53340 1.45393 -2.22079'/>
917                 <fieldValue name='textColorvalue='0 0 0'/>
918            </ProtoInstance>
919            <ProtoInstance name='Vertex'>
920                 <fieldValue name='vertexTextvalue='"airport"'/>
921                 <fieldValue name='descriptionvalue='9: airport'/>
922                 <fieldValue name='url'/>
923                 <fieldValue name='radiusvalue='0.1500'/>
924                 <fieldValue name='displayMode'/>
925                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
926                 <fieldValue name='transparencyvalue='0'/>
927                 <fieldValue name='translationvalue='-0.51834 2.75174 -1.68257'/>
928                 <fieldValue name='textTranslationvalue='-0.36834 2.75174 -1.68257'/>
929                 <fieldValue name='textColorvalue='0 0 0'/>
930            </ProtoInstance>
931            <ProtoInstance name='Vertex'>
932                 <fieldValue name='vertexTextvalue='"antonio"'/>
933                 <fieldValue name='descriptionvalue='10: antonio'/>
934                 <fieldValue name='url'/>
935                 <fieldValue name='radiusvalue='0.1500'/>
936                 <fieldValue name='displayMode'/>
937                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
938                 <fieldValue name='transparencyvalue='0'/>
939                 <fieldValue name='translationvalue='0.94780 -1.82729 -1.18499'/>
940                 <fieldValue name='textTranslationvalue='1.09780 -1.82729 -1.18499'/>
941                 <fieldValue name='textColorvalue='0 0 0'/>
942            </ProtoInstance>
943            <ProtoInstance name='Vertex'>
944                 <fieldValue name='vertexTextvalue='"army"'/>
945                 <fieldValue name='descriptionvalue='11: army'/>
946                 <fieldValue name='url'/>
947                 <fieldValue name='radiusvalue='0.1500'/>
948                 <fieldValue name='displayMode'/>
949                 <fieldValue name='diffuseColorvalue='0 0 0'/>
950                 <fieldValue name='transparencyvalue='0'/>
951                 <fieldValue name='translationvalue='-1.16420 -0.97421 -0.62024'/>
952                 <fieldValue name='textTranslationvalue='-1.01420 -0.97421 -0.62024'/>
953                 <fieldValue name='textColorvalue='0 0 0'/>
954            </ProtoInstance>
955            <ProtoInstance name='Vertex'>
956                 <fieldValue name='vertexTextvalue='"assessment"'/>
957                 <fieldValue name='descriptionvalue='12: assessment'/>
958                 <fieldValue name='url'/>
959                 <fieldValue name='radiusvalue='0.1500'/>
960                 <fieldValue name='displayMode'/>
961                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
962                 <fieldValue name='transparencyvalue='0'/>
963                 <fieldValue name='translationvalue='0.18186 2.38903 -2.74587'/>
964                 <fieldValue name='textTranslationvalue='0.33186 2.38903 -2.74587'/>
965                 <fieldValue name='textColorvalue='0 0 0'/>
966            </ProtoInstance>
967            <ProtoInstance name='Vertex'>
968                 <fieldValue name='vertexTextvalue='"bids"'/>
969                 <fieldValue name='descriptionvalue='13: bids'/>
970                 <fieldValue name='url'/>
971                 <fieldValue name='radiusvalue='0.1500'/>
972                 <fieldValue name='displayMode'/>
973                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
974                 <fieldValue name='transparencyvalue='0'/>
975                 <fieldValue name='translationvalue='-2.35028 -1.49491 -1.21248'/>
976                 <fieldValue name='textTranslationvalue='-2.20028 -1.49491 -1.21248'/>
977                 <fieldValue name='textColorvalue='0 0 0'/>
978            </ProtoInstance>
979            <ProtoInstance name='Vertex'>
980                 <fieldValue name='vertexTextvalue='"center"'/>
981                 <fieldValue name='descriptionvalue='14: center'/>
982                 <fieldValue name='url'/>
983                 <fieldValue name='radiusvalue='0.1500'/>
984                 <fieldValue name='displayMode'/>
985                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
986                 <fieldValue name='transparencyvalue='0'/>
987                 <fieldValue name='translationvalue='-2.19812 -1.46323 -0.67467'/>
988                 <fieldValue name='textTranslationvalue='-2.04812 -1.46323 -0.67467'/>
989                 <fieldValue name='textColorvalue='0 0 0'/>
990            </ProtoInstance>
991            <ProtoInstance name='Vertex'>
992                 <fieldValue name='vertexTextvalue='"civilians"'/>
993                 <fieldValue name='descriptionvalue='15: civilians'/>
994                 <fieldValue name='url'/>
995                 <fieldValue name='radiusvalue='0.1500'/>
996                 <fieldValue name='displayMode'/>
997                 <fieldValue name='diffuseColorvalue='0 0 0'/>
998                 <fieldValue name='transparencyvalue='0'/>
999                 <fieldValue name='translationvalue='-1.55605 -0.96529 -1.88715'/>
1000                 <fieldValue name='textTranslationvalue='-1.40605 -0.96529 -1.88715'/>
1001                 <fieldValue name='textColorvalue='0 0 0'/>
1002            </ProtoInstance>
1003            <ProtoInstance name='Vertex'>
1004                 <fieldValue name='vertexTextvalue='"command"'/>
1005                 <fieldValue name='descriptionvalue='16: command'/>
1006                 <fieldValue name='url'/>
1007                 <fieldValue name='radiusvalue='0.1500'/>
1008                 <fieldValue name='displayMode'/>
1009                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1010                 <fieldValue name='transparencyvalue='0'/>
1011                 <fieldValue name='translationvalue='-0.12141 -1.99709 -0.02779'/>
1012                 <fieldValue name='textTranslationvalue='0.02859 -1.99709 -0.02779'/>
1013                 <fieldValue name='textColorvalue='0 0 0'/>
1014            </ProtoInstance>
1015            <ProtoInstance name='Vertex'>
1016                 <fieldValue name='vertexTextvalue='"commodore"'/>
1017                 <fieldValue name='descriptionvalue='17: commodore'/>
1018                 <fieldValue name='url'/>
1019                 <fieldValue name='radiusvalue='0.1500'/>
1020                 <fieldValue name='displayMode'/>
1021                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1022                 <fieldValue name='transparencyvalue='0'/>
1023                 <fieldValue name='translationvalue='0.53221 2.26839 -1.87582'/>
1024                 <fieldValue name='textTranslationvalue='0.68221 2.26839 -1.87582'/>
1025                 <fieldValue name='textColorvalue='0 0 0'/>
1026            </ProtoInstance>
1027            <ProtoInstance name='Vertex'>
1028                 <fieldValue name='vertexTextvalue='"contact"'/>
1029                 <fieldValue name='descriptionvalue='18: contact'/>
1030                 <fieldValue name='url'/>
1031                 <fieldValue name='radiusvalue='0.1500'/>
1032                 <fieldValue name='displayMode'/>
1033                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1034                 <fieldValue name='transparencyvalue='0'/>
1035                 <fieldValue name='translationvalue='1.76064 2.56748 1.89256'/>
1036                 <fieldValue name='textTranslationvalue='1.91064 2.56748 1.89256'/>
1037                 <fieldValue name='textColorvalue='0 0 0'/>
1038            </ProtoInstance>
1039            <ProtoInstance name='Vertex'>
1040                 <fieldValue name='vertexTextvalue='"damage"'/>
1041                 <fieldValue name='descriptionvalue='19: damage'/>
1042                 <fieldValue name='url'/>
1043                 <fieldValue name='radiusvalue='0.1500'/>
1044                 <fieldValue name='displayMode'/>
1045                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1046                 <fieldValue name='transparencyvalue='0'/>
1047                 <fieldValue name='translationvalue='-0.07339 2.00806 -2.55610'/>
1048                 <fieldValue name='textTranslationvalue='0.07661 2.00806 -2.55610'/>
1049                 <fieldValue name='textColorvalue='0 0 0'/>
1050            </ProtoInstance>
1051            <ProtoInstance name='Vertex'>
1052                 <fieldValue name='vertexTextvalue='"deployed"'/>
1053                 <fieldValue name='descriptionvalue='20: deployed'/>
1054                 <fieldValue name='url'/>
1055                 <fieldValue name='radiusvalue='0.1500'/>
1056                 <fieldValue name='displayMode'/>
1057                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1058                 <fieldValue name='transparencyvalue='0'/>
1059                 <fieldValue name='translationvalue='-1.25892 -1.10660 -2.28356'/>
1060                 <fieldValue name='textTranslationvalue='-1.10892 -1.10660 -2.28356'/>
1061                 <fieldValue name='textColorvalue='0 0 0'/>
1062            </ProtoInstance>
1063            <ProtoInstance name='Vertex'>
1064                 <fieldValue name='vertexTextvalue='"drop"'/>
1065                 <fieldValue name='descriptionvalue='21: drop'/>
1066                 <fieldValue name='url'/>
1067                 <fieldValue name='radiusvalue='0.1500'/>
1068                 <fieldValue name='displayMode'/>
1069                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1070                 <fieldValue name='transparencyvalue='0'/>
1071                 <fieldValue name='translationvalue='-0.12359 1.54029 -1.98773'/>
1072                 <fieldValue name='textTranslationvalue='0.02641 1.54029 -1.98773'/>
1073                 <fieldValue name='textColorvalue='0 0 0'/>
1074            </ProtoInstance>
1075            <ProtoInstance name='Vertex'>
1076                 <fieldValue name='vertexTextvalue='"field"'/>
1077                 <fieldValue name='descriptionvalue='22: field'/>
1078                 <fieldValue name='url'/>
1079                 <fieldValue name='radiusvalue='0.1500'/>
1080                 <fieldValue name='displayMode'/>
1081                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
1082                 <fieldValue name='transparencyvalue='0'/>
1083                 <fieldValue name='translationvalue='0.87301 -1.69473 -2.05957'/>
1084                 <fieldValue name='textTranslationvalue='1.02301 -1.69473 -2.05957'/>
1085                 <fieldValue name='textColorvalue='0 0 0'/>
1086            </ProtoInstance>
1087            <ProtoInstance name='Vertex'>
1088                 <fieldValue name='vertexTextvalue='"footer"'/>
1089                 <fieldValue name='descriptionvalue='23: footer'/>
1090                 <fieldValue name='url'/>
1091                 <fieldValue name='radiusvalue='0.1500'/>
1092                 <fieldValue name='displayMode'/>
1093                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1094                 <fieldValue name='transparencyvalue='0'/>
1095                 <fieldValue name='translationvalue='2.74079 1.80297 1.68371'/>
1096                 <fieldValue name='textTranslationvalue='2.89079 1.80297 1.68371'/>
1097                 <fieldValue name='textColorvalue='0 0 0'/>
1098            </ProtoInstance>
1099            <ProtoInstance name='Vertex'>
1100                 <fieldValue name='vertexTextvalue='"force"'/>
1101                 <fieldValue name='descriptionvalue='24: force'/>
1102                 <fieldValue name='url'/>
1103                 <fieldValue name='radiusvalue='0.1500'/>
1104                 <fieldValue name='displayMode'/>
1105                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1106                 <fieldValue name='transparencyvalue='0'/>
1107                 <fieldValue name='translationvalue='-0.30768 -2.11164 -1.86990'/>
1108                 <fieldValue name='textTranslationvalue='-0.15768 -2.11164 -1.86990'/>
1109                 <fieldValue name='textColorvalue='0 0 0'/>
1110            </ProtoInstance>
1111            <ProtoInstance name='Vertex'>
1112                 <fieldValue name='vertexTextvalue='"jobs"'/>
1113                 <fieldValue name='descriptionvalue='25: jobs'/>
1114                 <fieldValue name='url'/>
1115                 <fieldValue name='radiusvalue='0.1500'/>
1116                 <fieldValue name='displayMode'/>
1117                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1118                 <fieldValue name='transparencyvalue='0'/>
1119                 <fieldValue name='translationvalue='2.30456 0.84994 2.37635'/>
1120                 <fieldValue name='textTranslationvalue='2.45456 0.84994 2.37635'/>
1121                 <fieldValue name='textColorvalue='0 0 0'/>
1122            </ProtoInstance>
1123            <ProtoInstance name='Vertex'>
1124                 <fieldValue name='vertexTextvalue='"joint"'/>
1125                 <fieldValue name='descriptionvalue='26: joint'/>
1126                 <fieldValue name='url'/>
1127                 <fieldValue name='radiusvalue='0.1500'/>
1128                 <fieldValue name='displayMode'/>
1129                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1130                 <fieldValue name='transparencyvalue='0'/>
1131                 <fieldValue name='translationvalue='-0.33190 -1.31477 -2.42662'/>
1132                 <fieldValue name='textTranslationvalue='-0.18190 -1.31477 -2.42662'/>
1133                 <fieldValue name='textColorvalue='0 0 0'/>
1134            </ProtoInstance>
1135            <ProtoInstance name='Vertex'>
1136                 <fieldValue name='vertexTextvalue='"jose"'/>
1137                 <fieldValue name='descriptionvalue='27: jose'/>
1138                 <fieldValue name='url'/>
1139                 <fieldValue name='radiusvalue='0.1500'/>
1140                 <fieldValue name='displayMode'/>
1141                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1142                 <fieldValue name='transparencyvalue='0'/>
1143                 <fieldValue name='translationvalue='-0.97199 -2.44196 -2.49252'/>
1144                 <fieldValue name='textTranslationvalue='-0.82199 -2.44196 -2.49252'/>
1145                 <fieldValue name='textColorvalue='0 0 0'/>
1146            </ProtoInstance>
1147            <ProtoInstance name='Vertex'>
1148                 <fieldValue name='vertexTextvalue='"office"'/>
1149                 <fieldValue name='descriptionvalue='28: office'/>
1150                 <fieldValue name='url'/>
1151                 <fieldValue name='radiusvalue='0.1500'/>
1152                 <fieldValue name='displayMode'/>
1153                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1154                 <fieldValue name='transparencyvalue='0'/>
1155                 <fieldValue name='translationvalue='-0.20644 -1.69013 -0.63174'/>
1156                 <fieldValue name='textTranslationvalue='-0.05644 -1.69013 -0.63174'/>
1157                 <fieldValue name='textColorvalue='0 0 0'/>
1158            </ProtoInstance>
1159            <ProtoInstance name='Vertex'>
1160                 <fieldValue name='vertexTextvalue='"ongoing"'/>
1161                 <fieldValue name='descriptionvalue='29: ongoing'/>
1162                 <fieldValue name='url'/>
1163                 <fieldValue name='radiusvalue='0.1500'/>
1164                 <fieldValue name='displayMode'/>
1165                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1166                 <fieldValue name='transparencyvalue='0'/>
1167                 <fieldValue name='translationvalue='0.02143 -2.75174 -1.15038'/>
1168                 <fieldValue name='textTranslationvalue='0.17143 -2.75174 -1.15038'/>
1169                 <fieldValue name='textColorvalue='0 0 0'/>
1170            </ProtoInstance>
1171            <ProtoInstance name='Vertex'>
1172                 <fieldValue name='vertexTextvalue='"operation"'/>
1173                 <fieldValue name='descriptionvalue='30: operation'/>
1174                 <fieldValue name='url'/>
1175                 <fieldValue name='radiusvalue='0.1500'/>
1176                 <fieldValue name='displayMode'/>
1177                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1178                 <fieldValue name='transparencyvalue='0'/>
1179                 <fieldValue name='translationvalue='-1.41555 -1.82118 -1.89716'/>
1180                 <fieldValue name='textTranslationvalue='-1.26555 -1.82118 -1.89716'/>
1181                 <fieldValue name='textColorvalue='0 0 0'/>
1182            </ProtoInstance>
1183            <ProtoInstance name='Vertex'>
1184                 <fieldValue name='vertexTextvalue='"part"'/>
1185                 <fieldValue name='descriptionvalue='31: part'/>
1186                 <fieldValue name='url'/>
1187                 <fieldValue name='radiusvalue='0.1500'/>
1188                 <fieldValue name='displayMode'/>
1189                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1190                 <fieldValue name='transparencyvalue='0'/>
1191                 <fieldValue name='translationvalue='-0.76654 -1.09245 -2.45291'/>
1192                 <fieldValue name='textTranslationvalue='-0.61654 -1.09245 -2.45291'/>
1193                 <fieldValue name='textColorvalue='0 0 0'/>
1194            </ProtoInstance>
1195            <ProtoInstance name='Vertex'>
1196                 <fieldValue name='vertexTextvalue='"public"'/>
1197                 <fieldValue name='descriptionvalue='32: public'/>
1198                 <fieldValue name='url'/>
1199                 <fieldValue name='radiusvalue='0.1500'/>
1200                 <fieldValue name='displayMode'/>
1201                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1202                 <fieldValue name='transparencyvalue='0'/>
1203                 <fieldValue name='translationvalue='-0.29124 -0.75899 -0.74560'/>
1204                 <fieldValue name='textTranslationvalue='-0.14124 -0.75899 -0.74560'/>
1205                 <fieldValue name='textColorvalue='0 0 0'/>
1206            </ProtoInstance>
1207            <ProtoInstance name='Vertex'>
1208                 <fieldValue name='vertexTextvalue='"response"'/>
1209                 <fieldValue name='descriptionvalue='33: response'/>
1210                 <fieldValue name='url'/>
1211                 <fieldValue name='radiusvalue='0.1500'/>
1212                 <fieldValue name='displayMode'/>
1213                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1214                 <fieldValue name='transparencyvalue='0'/>
1215                 <fieldValue name='translationvalue='-1.02561 -2.14783 -1.07676'/>
1216                 <fieldValue name='textTranslationvalue='-0.87561 -2.14783 -1.07676'/>
1217                 <fieldValue name='textColorvalue='0 0 0'/>
1218            </ProtoInstance>
1219            <ProtoInstance name='Vertex'>
1220                 <fieldValue name='vertexTextvalue='"robert"'/>
1221                 <fieldValue name='descriptionvalue='34: robert'/>
1222                 <fieldValue name='url'/>
1223                 <fieldValue name='radiusvalue='0.1500'/>
1224                 <fieldValue name='displayMode'/>
1225                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1226                 <fieldValue name='transparencyvalue='0'/>
1227                 <fieldValue name='translationvalue='-1.21845 -2.55704 -0.63027'/>
1228                 <fieldValue name='textTranslationvalue='-1.06845 -2.55704 -0.63027'/>
1229                 <fieldValue name='textColorvalue='0 0 0'/>
1230            </ProtoInstance>
1231            <ProtoInstance name='Vertex'>
1232                 <fieldValue name='vertexTextvalue='"runway"'/>
1233                 <fieldValue name='descriptionvalue='35: runway'/>
1234                 <fieldValue name='url'/>
1235                 <fieldValue name='radiusvalue='0.1500'/>
1236                 <fieldValue name='displayMode'/>
1237                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1238                 <fieldValue name='transparencyvalue='0'/>
1239                 <fieldValue name='translationvalue='-0.96225 2.66869 -1.91821'/>
1240                 <fieldValue name='textTranslationvalue='-0.81225 2.66869 -1.91821'/>
1241                 <fieldValue name='textColorvalue='0 0 0'/>
1242            </ProtoInstance>
1243            <ProtoInstance name='Vertex'>
1244                 <fieldValue name='vertexTextvalue='"san"'/>
1245                 <fieldValue name='descriptionvalue='36: san'/>
1246                 <fieldValue name='url'/>
1247                 <fieldValue name='radiusvalue='0.1500'/>
1248                 <fieldValue name='displayMode'/>
1249                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
1250                 <fieldValue name='transparencyvalue='0'/>
1251                 <fieldValue name='translationvalue='0.35745 -1.58745 -1.56636'/>
1252                 <fieldValue name='textTranslationvalue='0.50745 -1.58745 -1.56636'/>
1253                 <fieldValue name='textColorvalue='0 0 0'/>
1254            </ProtoInstance>
1255            <ProtoInstance name='Vertex'>
1256                 <fieldValue name='vertexTextvalue='"soldiers"'/>
1257                 <fieldValue name='descriptionvalue='37: soldiers'/>
1258                 <fieldValue name='url'/>
1259                 <fieldValue name='radiusvalue='0.1500'/>
1260                 <fieldValue name='displayMode'/>
1261                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1262                 <fieldValue name='transparencyvalue='0'/>
1263                 <fieldValue name='translationvalue='-1.48874 -0.72354 -1.40460'/>
1264                 <fieldValue name='textTranslationvalue='-1.33874 -0.72354 -1.40460'/>
1265                 <fieldValue name='textColorvalue='0 0 0'/>
1266            </ProtoInstance>
1267            <ProtoInstance name='Vertex'>
1268                 <fieldValue name='vertexTextvalue='"south"'/>
1269                 <fieldValue name='descriptionvalue='38: south'/>
1270                 <fieldValue name='url'/>
1271                 <fieldValue name='radiusvalue='0.1500'/>
1272                 <fieldValue name='displayMode'/>
1273                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1274                 <fieldValue name='transparencyvalue='0'/>
1275                 <fieldValue name='translationvalue='-0.88804 -0.81255 -1.09482'/>
1276                 <fieldValue name='textTranslationvalue='-0.73804 -0.81255 -1.09482'/>
1277                 <fieldValue name='textColorvalue='0 0 0'/>
1278            </ProtoInstance>
1279            <ProtoInstance name='Vertex'>
1280                 <fieldValue name='vertexTextvalue='"status"'/>
1281                 <fieldValue name='descriptionvalue='39: status'/>
1282                 <fieldValue name='url'/>
1283                 <fieldValue name='radiusvalue='0.1500'/>
1284                 <fieldValue name='displayMode'/>
1285                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1286                 <fieldValue name='transparencyvalue='0'/>
1287                 <fieldValue name='translationvalue='1.00317 1.47522 2.74587'/>
1288                 <fieldValue name='textTranslationvalue='1.15317 1.47522 2.74587'/>
1289                 <fieldValue name='textColorvalue='0 0 0'/>
1290            </ProtoInstance>
1291            <ProtoInstance name='Vertex'>
1292                 <fieldValue name='vertexTextvalue='"supplies"'/>
1293                 <fieldValue name='descriptionvalue='40: supplies'/>
1294                 <fieldValue name='url'/>
1295                 <fieldValue name='radiusvalue='0.1500'/>
1296                 <fieldValue name='displayMode'/>
1297                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1298                 <fieldValue name='transparencyvalue='0'/>
1299                 <fieldValue name='translationvalue='-0.84766 1.96766 -2.41255'/>
1300                 <fieldValue name='textTranslationvalue='-0.69766 1.96766 -2.41255'/>
1301                 <fieldValue name='textColorvalue='0 0 0'/>
1302            </ProtoInstance>
1303            <ProtoInstance name='Vertex'>
1304                 <fieldValue name='vertexTextvalue='"task"'/>
1305                 <fieldValue name='descriptionvalue='41: task'/>
1306                 <fieldValue name='url'/>
1307                 <fieldValue name='radiusvalue='0.1500'/>
1308                 <fieldValue name='displayMode'/>
1309                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1310                 <fieldValue name='transparencyvalue='0'/>
1311                 <fieldValue name='translationvalue='-0.28406 -1.77967 -2.24807'/>
1312                 <fieldValue name='textTranslationvalue='-0.13406 -1.77967 -2.24807'/>
1313                 <fieldValue name='textColorvalue='0 0 0'/>
1314            </ProtoInstance>
1315            <ProtoInstance name='Vertex'>
1316                 <fieldValue name='vertexTextvalue='"terms"'/>
1317                 <fieldValue name='descriptionvalue='42: terms'/>
1318                 <fieldValue name='url'/>
1319                 <fieldValue name='radiusvalue='0.1500'/>
1320                 <fieldValue name='displayMode'/>
1321                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1322                 <fieldValue name='transparencyvalue='0'/>
1323                 <fieldValue name='translationvalue='2.04869 1.28683 2.43845'/>
1324                 <fieldValue name='textTranslationvalue='2.19869 1.28683 2.43845'/>
1325                 <fieldValue name='textColorvalue='0 0 0'/>
1326            </ProtoInstance>
1327            <ProtoInstance name='Vertex'>
1328                 <fieldValue name='vertexTextvalue='"twitter"'/>
1329                 <fieldValue name='descriptionvalue='43: twitter'/>
1330                 <fieldValue name='url'/>
1331                 <fieldValue name='radiusvalue='0.1500'/>
1332                 <fieldValue name='displayMode'/>
1333                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1334                 <fieldValue name='transparencyvalue='0'/>
1335                 <fieldValue name='translationvalue='1.29554 2.46706 2.17936'/>
1336                 <fieldValue name='textTranslationvalue='1.44554 2.46706 2.17936'/>
1337                 <fieldValue name='textColorvalue='0 0 0'/>
1338            </ProtoInstance>
1339            <ProtoInstance name='Vertex'>
1340                 <fieldValue name='vertexTextvalue='"unified"'/>
1341                 <fieldValue name='descriptionvalue='44: unified'/>
1342                 <fieldValue name='url'/>
1343                 <fieldValue name='radiusvalue='0.1500'/>
1344                 <fieldValue name='displayMode'/>
1345                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1346                 <fieldValue name='transparencyvalue='0'/>
1347                 <fieldValue name='translationvalue='-1.25335 -2.07681 -1.53980'/>
1348                 <fieldValue name='textTranslationvalue='-1.10335 -2.07681 -1.53980'/>
1349                 <fieldValue name='textColorvalue='0 0 0'/>
1350            </ProtoInstance>
1351            <ProtoInstance name='Vertex'>
1352                 <fieldValue name='vertexTextvalue='"victims"'/>
1353                 <fieldValue name='descriptionvalue='45: victims'/>
1354                 <fieldValue name='url'/>
1355                 <fieldValue name='radiusvalue='0.1500'/>
1356                 <fieldValue name='displayMode'/>
1357                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1358                 <fieldValue name='transparencyvalue='0'/>
1359                 <fieldValue name='translationvalue='0.16894 -0.85927 -1.83701'/>
1360                 <fieldValue name='textTranslationvalue='0.31894 -0.85927 -1.83701'/>
1361                 <fieldValue name='textColorvalue='0 0 0'/>
1362            </ProtoInstance>
1363       </Scene>
1364  </X3D>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

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

Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.

Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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