| 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='title' content=' PajekVisualizationExamples.x3d '/> |
| 6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
| 7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
| 8 | <meta name='created' content='17 May 2011'/> |
| 9 | <meta name='modified' content='25 September 2023'/> |
| 10 | <meta name='reference' content='http://pajek.imfm.si'/> |
| 11 | <meta name='subject' content='network visualization'/> |
| 12 | <meta name=' warning ' content=' under development '/> |
| 13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
| 14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
| 15 | <meta name='license' content='../../license.html'/> |
| 16 | </head> |
| 17 | <Scene> |
| 18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
| 19 | <ExternProtoDeclare name='Arc' appinfo='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='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
| 21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
| 22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
| 23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
| 24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
| 25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
| 26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
| 27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
| 28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
| 29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
| 30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
| 31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
| 32 | </ExternProtoDeclare> |
| 33 | <ExternProtoDeclare name='Vertex' appinfo='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='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
| 35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
| 36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
| 37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
| 38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
| 39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
| 40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
| 41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
| 42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
| 43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
| 44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
| 45 | </ExternProtoDeclare> |
| 46 | <ExternProtoDeclare name='NetworkText' appinfo='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='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
| 48 | </ExternProtoDeclare> |
| 49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
| 50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
| 51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
| 52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
| 53 | <ProtoInstance name='Arc'> |
| 54 | <fieldValue name='cylinderHeight' value='1.37510'/> |
| 55 | <fieldValue name='cylinderTranslation' value='1.00966 -2.20339 -1.80725'/> |
| 56 | <fieldValue name='coneTranslation' value='0.50772 -2.29304 -1.94264'/> |
| 57 | <fieldValue name='rotation' value='-35.29074 0 130.83411 1.74156'/> |
| 58 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 59 | <fieldValue name='ballRadius' value='0.02'/> |
| 60 | <fieldValue name='traceEnabled' value='false'/> |
| 61 | <fieldValue name='displayMode'/> |
| 62 | <fieldValue name='transparency' value='0'/> |
| 63 | </ProtoInstance> |
| 64 | <ProtoInstance name='Arc'> |
| 65 | <fieldValue name='cylinderHeight' value='0.66487'/> |
| 66 | <fieldValue name='cylinderTranslation' value='1.75653 -1.96741 -1.33461'/> |
| 67 | <fieldValue name='coneTranslation' value='1.80461 -1.90561 -1.18098'/> |
| 68 | <fieldValue name='rotation' value='59.23634 0 -18.54042 1.20426'/> |
| 69 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 70 | <fieldValue name='ballRadius' value='0.02'/> |
| 71 | <fieldValue name='traceEnabled' value='false'/> |
| 72 | <fieldValue name='displayMode'/> |
| 73 | <fieldValue name='transparency' value='0'/> |
| 74 | </ProtoInstance> |
| 75 | <ProtoInstance name='Arc'> |
| 76 | <fieldValue name='cylinderHeight' value='0.71386'/> |
| 77 | <fieldValue name='cylinderTranslation' value='1.75076 -2.29443 -1.35398'/> |
| 78 | <fieldValue name='coneTranslation' value='1.79872 -2.40913 -1.20125'/> |
| 79 | <fieldValue name='rotation' value='55.36282 0 -17.38582 2.19250'/> |
| 80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 81 | <fieldValue name='ballRadius' value='0.02'/> |
| 82 | <fieldValue name='traceEnabled' value='false'/> |
| 83 | <fieldValue name='displayMode'/> |
| 84 | <fieldValue name='transparency' value='0'/> |
| 85 | </ProtoInstance> |
| 86 | <ProtoInstance name='Arc'> |
| 87 | <fieldValue name='cylinderHeight' value='1.38389'/> |
| 88 | <fieldValue name='cylinderTranslation' value='1.03534 -2.01892 -1.91226'/> |
| 89 | <fieldValue name='coneTranslation' value='0.55219 -1.96693 -2.12865'/> |
| 90 | <fieldValue name='rotation' value='-56.29343 0 125.69659 1.47290'/> |
| 91 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 92 | <fieldValue name='ballRadius' value='0.02'/> |
| 93 | <fieldValue name='traceEnabled' value='false'/> |
| 94 | <fieldValue name='displayMode'/> |
| 95 | <fieldValue name='transparency' value='0'/> |
| 96 | </ProtoInstance> |
| 97 | <ProtoInstance name='Arc'> |
| 98 | <fieldValue name='cylinderHeight' value='1.33764'/> |
| 99 | <fieldValue name='cylinderTranslation' value='2.19912 -1.83139 -1.32148'/> |
| 100 | <fieldValue name='coneTranslation' value='2.60635 -1.63727 -1.08616'/> |
| 101 | <fieldValue name='rotation' value='61.86358 0 -107.05826 1.17937'/> |
| 102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 103 | <fieldValue name='ballRadius' value='0.02'/> |
| 104 | <fieldValue name='traceEnabled' value='false'/> |
| 105 | <fieldValue name='displayMode'/> |
| 106 | <fieldValue name='transparency' value='0'/> |
| 107 | </ProtoInstance> |
| 108 | <ProtoInstance name='Arc'> |
| 109 | <fieldValue name='cylinderHeight' value='1.29402'/> |
| 110 | <fieldValue name='cylinderTranslation' value='1.71391 -1.76793 -2.19168'/> |
| 111 | <fieldValue name='coneTranslation' value='1.75162 -1.52811 -2.61387'/> |
| 112 | <fieldValue name='rotation' value='-112.17781 0 -10.01760 1.05590'/> |
| 113 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 114 | <fieldValue name='ballRadius' value='0.02'/> |
| 115 | <fieldValue name='traceEnabled' value='false'/> |
| 116 | <fieldValue name='displayMode'/> |
| 117 | <fieldValue name='transparency' value='0'/> |
| 118 | </ProtoInstance> |
| 119 | <ProtoInstance name='Arc'> |
| 120 | <fieldValue name='cylinderHeight' value='1.33459'/> |
| 121 | <fieldValue name='cylinderTranslation' value='1.90478 -1.50819 -1.86042'/> |
| 122 | <fieldValue name='coneTranslation' value='2.08796 -1.06851 -2.03499'/> |
| 123 | <fieldValue name='rotation' value='-45.92493 0 -48.19035 0.52221'/> |
| 124 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 125 | <fieldValue name='ballRadius' value='0.02'/> |
| 126 | <fieldValue name='traceEnabled' value='false'/> |
| 127 | <fieldValue name='displayMode'/> |
| 128 | <fieldValue name='transparency' value='0'/> |
| 129 | </ProtoInstance> |
| 130 | <ProtoInstance name='Arc'> |
| 131 | <fieldValue name='cylinderHeight' value='0.82616'/> |
| 132 | <fieldValue name='cylinderTranslation' value='2.05472 -1.96321 -1.57954'/> |
| 133 | <fieldValue name='coneTranslation' value='2.29420 -1.88764 -1.54814'/> |
| 134 | <fieldValue name='rotation' value='10.25119 0 -78.17787 1.26758'/> |
| 135 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 136 | <fieldValue name='ballRadius' value='0.02'/> |
| 137 | <fieldValue name='traceEnabled' value='false'/> |
| 138 | <fieldValue name='displayMode'/> |
| 139 | <fieldValue name='transparency' value='0'/> |
| 140 | </ProtoInstance> |
| 141 | <ProtoInstance name='Arc'> |
| 142 | <fieldValue name='cylinderHeight' value='0.73561'/> |
| 143 | <fieldValue name='cylinderTranslation' value='1.77995 -1.73768 -1.64015'/> |
| 144 | <fieldValue name='coneTranslation' value='1.84556 -1.54058 -1.64543'/> |
| 145 | <fieldValue name='rotation' value='-1.87037 0 -23.22542 0.32230'/> |
| 146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 147 | <fieldValue name='ballRadius' value='0.02'/> |
| 148 | <fieldValue name='traceEnabled' value='false'/> |
| 149 | <fieldValue name='displayMode'/> |
| 150 | <fieldValue name='transparency' value='0'/> |
| 151 | </ProtoInstance> |
| 152 | <ProtoInstance name='Arc'> |
| 153 | <fieldValue name='cylinderHeight' value='1.39244'/> |
| 154 | <fieldValue name='cylinderTranslation' value='1.98452 -2.06255 -1.01330'/> |
| 155 | <fieldValue name='coneTranslation' value='2.23151 -2.04407 -0.53771'/> |
| 156 | <fieldValue name='rotation' value='123.49949 0 -64.13843 1.53632'/> |
| 157 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 158 | <fieldValue name='ballRadius' value='0.02'/> |
| 159 | <fieldValue name='traceEnabled' value='false'/> |
| 160 | <fieldValue name='displayMode'/> |
| 161 | <fieldValue name='transparency' value='0'/> |
| 162 | </ProtoInstance> |
| 163 | <ProtoInstance name='Arc'> |
| 164 | <fieldValue name='cylinderHeight' value='0.66304'/> |
| 165 | <fieldValue name='cylinderTranslation' value='1.95354 -2.24187 -1.67375'/> |
| 166 | <fieldValue name='coneTranslation' value='2.10344 -2.32224 -1.69598'/> |
| 167 | <fieldValue name='rotation' value='-8.59146 0 -57.94334 2.05841'/> |
| 168 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 169 | <fieldValue name='ballRadius' value='0.02'/> |
| 170 | <fieldValue name='traceEnabled' value='false'/> |
| 171 | <fieldValue name='displayMode'/> |
| 172 | <fieldValue name='transparency' value='0'/> |
| 173 | </ProtoInstance> |
| 174 | <ProtoInstance name='Arc'> |
| 175 | <fieldValue name='cylinderHeight' value='1.36963'/> |
| 176 | <fieldValue name='cylinderTranslation' value='1.60188 -2.33404 -0.99528'/> |
| 177 | <fieldValue name='coneTranslation' value='1.55440 -2.52371 -0.50824'/> |
| 178 | <fieldValue name='rotation' value='127.10328 -0.00000 12.39012 1.94057'/> |
| 179 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 180 | <fieldValue name='ballRadius' value='0.02'/> |
| 181 | <fieldValue name='traceEnabled' value='false'/> |
| 182 | <fieldValue name='displayMode'/> |
| 183 | <fieldValue name='transparency' value='0'/> |
| 184 | </ProtoInstance> |
| 185 | <ProtoInstance name='Arc'> |
| 186 | <fieldValue name='cylinderHeight' value='0.70059'/> |
| 187 | <fieldValue name='cylinderTranslation' value='1.61342 -2.41958 -1.53459'/> |
| 188 | <fieldValue name='coneTranslation' value='1.58603 -2.60049 -1.48232'/> |
| 189 | <fieldValue name='rotation' value='19.24179 -0.00000 10.08172 2.82633'/> |
| 190 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 191 | <fieldValue name='ballRadius' value='0.02'/> |
| 192 | <fieldValue name='traceEnabled' value='false'/> |
| 193 | <fieldValue name='displayMode'/> |
| 194 | <fieldValue name='transparency' value='0'/> |
| 195 | </ProtoInstance> |
| 196 | <ProtoInstance name='Arc'> |
| 197 | <fieldValue name='cylinderHeight' value='0.78930'/> |
| 198 | <fieldValue name='cylinderTranslation' value='1.76750 -1.98716 -1.99839'/> |
| 199 | <fieldValue name='coneTranslation' value='1.82914 -1.92806 -2.21695'/> |
| 200 | <fieldValue name='rotation' value='-73.51815 0 -20.73474 1.31620'/> |
| 201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 202 | <fieldValue name='ballRadius' value='0.02'/> |
| 203 | <fieldValue name='traceEnabled' value='false'/> |
| 204 | <fieldValue name='displayMode'/> |
| 205 | <fieldValue name='transparency' value='0'/> |
| 206 | </ProtoInstance> |
| 207 | <ProtoInstance name='Arc'> |
| 208 | <fieldValue name='cylinderHeight' value='0.76231'/> |
| 209 | <fieldValue name='cylinderTranslation' value='1.49600 -2.19898 -1.95401'/> |
| 210 | <fieldValue name='coneTranslation' value='1.39862 -2.26422 -2.14155'/> |
| 211 | <fieldValue name='rotation' value='-64.64346 0 33.56619 1.87024'/> |
| 212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 213 | <fieldValue name='ballRadius' value='0.02'/> |
| 214 | <fieldValue name='traceEnabled' value='false'/> |
| 215 | <fieldValue name='displayMode'/> |
| 216 | <fieldValue name='transparency' value='0'/> |
| 217 | </ProtoInstance> |
| 218 | <ProtoInstance name='Arc'> |
| 219 | <fieldValue name='cylinderHeight' value='1.36088'/> |
| 220 | <fieldValue name='cylinderTranslation' value='1.09587 -2.39879 -1.42359'/> |
| 221 | <fieldValue name='coneTranslation' value='0.66146 -2.63760 -1.26512'/> |
| 222 | <fieldValue name='rotation' value='41.44007 -0.00000 113.59145 2.04752'/> |
| 223 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 224 | <fieldValue name='ballRadius' value='0.02'/> |
| 225 | <fieldValue name='traceEnabled' value='false'/> |
| 226 | <fieldValue name='displayMode'/> |
| 227 | <fieldValue name='transparency' value='0'/> |
| 228 | </ProtoInstance> |
| 229 | <ProtoInstance name='Arc'> |
| 230 | <fieldValue name='cylinderHeight' value='1.31784'/> |
| 231 | <fieldValue name='cylinderTranslation' value='2.20838 -1.71603 -1.64949'/> |
| 232 | <fieldValue name='coneTranslation' value='2.62071 -1.43548 -1.66365'/> |
| 233 | <fieldValue name='rotation' value='-3.73940 0 -108.91151 0.97362'/> |
| 234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 235 | <fieldValue name='ballRadius' value='0.02'/> |
| 236 | <fieldValue name='traceEnabled' value='false'/> |
| 237 | <fieldValue name='displayMode'/> |
| 238 | <fieldValue name='transparency' value='0'/> |
| 239 | </ProtoInstance> |
| 240 | <ProtoInstance name='Arc'> |
| 241 | <fieldValue name='cylinderHeight' value='1.28061'/> |
| 242 | <fieldValue name='cylinderTranslation' value='1.33239 -2.03738 -2.17644'/> |
| 243 | <fieldValue name='coneTranslation' value='1.08378 -2.00050 -2.58573'/> |
| 244 | <fieldValue name='rotation' value='-109.12846 0 66.28633 1.49393'/> |
| 245 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 246 | <fieldValue name='ballRadius' value='0.02'/> |
| 247 | <fieldValue name='traceEnabled' value='false'/> |
| 248 | <fieldValue name='displayMode'/> |
| 249 | <fieldValue name='transparency' value='0'/> |
| 250 | </ProtoInstance> |
| 251 | <ProtoInstance name='Arc'> |
| 252 | <fieldValue name='cylinderHeight' value='0.69448'/> |
| 253 | <fieldValue name='cylinderTranslation' value='1.52074 -2.37211 -1.76700'/> |
| 254 | <fieldValue name='coneTranslation' value='1.44358 -2.52610 -1.84045'/> |
| 255 | <fieldValue name='rotation' value='-27.24159 0 28.61796 2.53639'/> |
| 256 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 257 | <fieldValue name='ballRadius' value='0.02'/> |
| 258 | <fieldValue name='traceEnabled' value='false'/> |
| 259 | <fieldValue name='displayMode'/> |
| 260 | <fieldValue name='transparency' value='0'/> |
| 261 | </ProtoInstance> |
| 262 | <ProtoInstance name='Arc'> |
| 263 | <fieldValue name='cylinderHeight' value='1.36187'/> |
| 264 | <fieldValue name='cylinderTranslation' value='1.19736 -2.40217 -1.24808'/> |
| 265 | <fieldValue name='coneTranslation' value='0.84050 -2.64363 -0.95530'/> |
| 266 | <fieldValue name='rotation' value='76.54227 -0.00000 93.29358 2.05274'/> |
| 267 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 268 | <fieldValue name='ballRadius' value='0.02'/> |
| 269 | <fieldValue name='traceEnabled' value='false'/> |
| 270 | <fieldValue name='displayMode'/> |
| 271 | <fieldValue name='transparency' value='0'/> |
| 272 | </ProtoInstance> |
| 273 | <ProtoInstance name='Arc'> |
| 274 | <fieldValue name='cylinderHeight' value='0.70452'/> |
| 275 | <fieldValue name='cylinderTranslation' value='-0.29224 -0.38055 2.56136'/> |
| 276 | <fieldValue name='coneTranslation' value='-0.23452 -0.56329 2.57690'/> |
| 277 | <fieldValue name='rotation' value='5.69391 0 -21.14960 2.82547'/> |
| 278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 279 | <fieldValue name='ballRadius' value='0.02'/> |
| 280 | <fieldValue name='traceEnabled' value='false'/> |
| 281 | <fieldValue name='displayMode'/> |
| 282 | <fieldValue name='transparency' value='0'/> |
| 283 | </ProtoInstance> |
| 284 | <ProtoInstance name='Arc'> |
| 285 | <fieldValue name='cylinderHeight' value='1.10320'/> |
| 286 | <fieldValue name='cylinderTranslation' value='-0.38280 0.49781 2.44028'/> |
| 287 | <fieldValue name='coneTranslation' value='-0.37203 0.88370 2.37452'/> |
| 288 | <fieldValue name='rotation' value='-18.52386 0 -3.03599 0.17098'/> |
| 289 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 290 | <fieldValue name='ballRadius' value='0.02'/> |
| 291 | <fieldValue name='traceEnabled' value='false'/> |
| 292 | <fieldValue name='displayMode'/> |
| 293 | <fieldValue name='transparency' value='0'/> |
| 294 | </ProtoInstance> |
| 295 | <ProtoInstance name='Arc'> |
| 296 | <fieldValue name='cylinderHeight' value='0.37980'/> |
| 297 | <fieldValue name='cylinderTranslation' value='-0.26615 0.03559 2.64273'/> |
| 298 | <fieldValue name='coneTranslation' value='-0.24539 0.04840 2.66003'/> |
| 299 | <fieldValue name='rotation' value='21.96779 0 -26.36759 1.12816'/> |
| 300 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 301 | <fieldValue name='ballRadius' value='0.02'/> |
| 302 | <fieldValue name='traceEnabled' value='false'/> |
| 303 | <fieldValue name='displayMode'/> |
| 304 | <fieldValue name='transparency' value='0'/> |
| 305 | </ProtoInstance> |
| 306 | <ProtoInstance name='Arc'> |
| 307 | <fieldValue name='cylinderHeight' value='1.17995'/> |
| 308 | <fieldValue name='cylinderTranslation' value='0.17384 -0.18358 2.57866'/> |
| 309 | <fieldValue name='coneTranslation' value='0.59058 -0.28403 2.61201'/> |
| 310 | <fieldValue name='rotation' value='9.15310 0 -114.36421 1.80660'/> |
| 311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 312 | <fieldValue name='ballRadius' value='0.02'/> |
| 313 | <fieldValue name='traceEnabled' value='false'/> |
| 314 | <fieldValue name='displayMode'/> |
| 315 | <fieldValue name='transparency' value='0'/> |
| 316 | </ProtoInstance> |
| 317 | <ProtoInstance name='Arc'> |
| 318 | <fieldValue name='cylinderHeight' value='1.23716'/> |
| 319 | <fieldValue name='cylinderTranslation' value='0.09679 0.32502 2.51350'/> |
| 320 | <fieldValue name='coneTranslation' value='0.46358 0.59988 2.49911'/> |
| 321 | <fieldValue name='rotation' value='-3.87998 0 -98.95458 0.92807'/> |
| 322 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 323 | <fieldValue name='ballRadius' value='0.02'/> |
| 324 | <fieldValue name='traceEnabled' value='false'/> |
| 325 | <fieldValue name='displayMode'/> |
| 326 | <fieldValue name='transparency' value='0'/> |
| 327 | </ProtoInstance> |
| 328 | <ProtoInstance name='Arc'> |
| 329 | <fieldValue name='cylinderHeight' value='0.68636'/> |
| 330 | <fieldValue name='cylinderTranslation' value='-0.07206 -0.09543 2.62818'/> |
| 331 | <fieldValue name='coneTranslation' value='0.10191 -0.12195 2.67904'/> |
| 332 | <fieldValue name='rotation' value='19.05629 0 -65.18509 1.71607'/> |
| 333 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 334 | <fieldValue name='ballRadius' value='0.02'/> |
| 335 | <fieldValue name='traceEnabled' value='false'/> |
| 336 | <fieldValue name='displayMode'/> |
| 337 | <fieldValue name='transparency' value='0'/> |
| 338 | </ProtoInstance> |
| 339 | <ProtoInstance name='Arc'> |
| 340 | <fieldValue name='cylinderHeight' value='0.47060'/> |
| 341 | <fieldValue name='cylinderTranslation' value='-0.38147 0.18742 2.55987'/> |
| 342 | <fieldValue name='coneTranslation' value='-0.37619 0.26203 2.56851'/> |
| 343 | <fieldValue name='rotation' value='5.39569 0 -3.30193 0.13483'/> |
| 344 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 345 | <fieldValue name='ballRadius' value='0.02'/> |
| 346 | <fieldValue name='traceEnabled' value='false'/> |
| 347 | <fieldValue name='displayMode'/> |
| 348 | <fieldValue name='transparency' value='0'/> |
| 349 | </ProtoInstance> |
| 350 | <ProtoInstance name='Arc'> |
| 351 | <fieldValue name='cylinderHeight' value='0.69256'/> |
| 352 | <fieldValue name='cylinderTranslation' value='-0.46166 -0.38584 2.51885'/> |
| 353 | <fieldValue name='coneTranslation' value='-0.49591 -0.56879 2.51130'/> |
| 354 | <fieldValue name='rotation' value='-2.80868 0 12.73417 2.95217'/> |
| 355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 356 | <fieldValue name='ballRadius' value='0.02'/> |
| 357 | <fieldValue name='traceEnabled' value='false'/> |
| 358 | <fieldValue name='displayMode'/> |
| 359 | <fieldValue name='transparency' value='0'/> |
| 360 | </ProtoInstance> |
| 361 | <ProtoInstance name='Arc'> |
| 362 | <fieldValue name='cylinderHeight' value='0.66232'/> |
| 363 | <fieldValue name='cylinderTranslation' value='-0.72187 -0.03359 2.46492'/> |
| 364 | <fieldValue name='coneTranslation' value='-0.88926 -0.02730 2.42978'/> |
| 365 | <fieldValue name='rotation' value='-13.59582 0 64.77624 1.53407'/> |
| 366 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 367 | <fieldValue name='ballRadius' value='0.02'/> |
| 368 | <fieldValue name='traceEnabled' value='false'/> |
| 369 | <fieldValue name='displayMode'/> |
| 370 | <fieldValue name='transparency' value='0'/> |
| 371 | </ProtoInstance> |
| 372 | <ProtoInstance name='Arc'> |
| 373 | <fieldValue name='cylinderHeight' value='1.26313'/> |
| 374 | <fieldValue name='cylinderTranslation' value='-0.91441 -0.25460 2.23531'/> |
| 375 | <fieldValue name='coneTranslation' value='-1.30001 -0.41055 2.01312'/> |
| 376 | <fieldValue name='rotation' value='-59.51656 0 103.28573 1.90784'/> |
| 377 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 378 | <fieldValue name='ballRadius' value='0.02'/> |
| 379 | <fieldValue name='traceEnabled' value='false'/> |
| 380 | <fieldValue name='displayMode'/> |
| 381 | <fieldValue name='transparency' value='0'/> |
| 382 | </ProtoInstance> |
| 383 | <ProtoInstance name='Arc'> |
| 384 | <fieldValue name='cylinderHeight' value='0.70563'/> |
| 385 | <fieldValue name='cylinderTranslation' value='-0.67637 0.15359 2.44778'/> |
| 386 | <fieldValue name='coneTranslation' value='-0.82851 0.26253 2.40126'/> |
| 387 | <fieldValue name='rotation' value='-17.02353 0 55.67678 0.97037'/> |
| 388 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 389 | <fieldValue name='ballRadius' value='0.02'/> |
| 390 | <fieldValue name='traceEnabled' value='false'/> |
| 391 | <fieldValue name='displayMode'/> |
| 392 | <fieldValue name='transparency' value='0'/> |
| 393 | </ProtoInstance> |
| 394 | <ProtoInstance name='Arc'> |
| 395 | <fieldValue name='cylinderHeight' value='0.66117'/> |
| 396 | <fieldValue name='cylinderTranslation' value='-0.63923 -0.26766 2.48996'/> |
| 397 | <fieldValue name='coneTranslation' value='-0.76371 -0.38218 2.46780'/> |
| 398 | <fieldValue name='rotation' value='-8.58728 0 48.24823 2.30673'/> |
| 399 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 400 | <fieldValue name='ballRadius' value='0.02'/> |
| 401 | <fieldValue name='traceEnabled' value='false'/> |
| 402 | <fieldValue name='displayMode'/> |
| 403 | <fieldValue name='transparency' value='0'/> |
| 404 | </ProtoInstance> |
| 405 | <ProtoInstance name='Arc'> |
| 406 | <fieldValue name='cylinderHeight' value='1.19585'/> |
| 407 | <fieldValue name='cylinderTranslation' value='-0.74213 2.11530 -2.01030'/> |
| 408 | <fieldValue name='coneTranslation' value='-1.00419 1.85690 -2.24763'/> |
| 409 | <fieldValue name='rotation' value='-64.80916 0 71.56238 2.20194'/> |
| 410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 411 | <fieldValue name='ballRadius' value='0.02'/> |
| 412 | <fieldValue name='traceEnabled' value='false'/> |
| 413 | <fieldValue name='displayMode'/> |
| 414 | <fieldValue name='transparency' value='0'/> |
| 415 | </ProtoInstance> |
| 416 | <ProtoInstance name='Arc'> |
| 417 | <fieldValue name='cylinderHeight' value='1.29802'/> |
| 418 | <fieldValue name='cylinderTranslation' value='-0.95310 2.17391 -1.58070'/> |
| 419 | <fieldValue name='coneTranslation' value='-1.38166 1.95224 -1.50117'/> |
| 420 | <fieldValue name='rotation' value='21.11104 -0.00000 113.75696 2.04127'/> |
| 421 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 422 | <fieldValue name='ballRadius' value='0.02'/> |
| 423 | <fieldValue name='traceEnabled' value='false'/> |
| 424 | <fieldValue name='displayMode'/> |
| 425 | <fieldValue name='transparency' value='0'/> |
| 426 | </ProtoInstance> |
| 427 | <ProtoInstance name='Arc'> |
| 428 | <fieldValue name='cylinderHeight' value='1.27779'/> |
| 429 | <fieldValue name='cylinderTranslation' value='0.08255 2.61036 -1.27396'/> |
| 430 | <fieldValue name='coneTranslation' value='0.43250 2.71698 -0.96492'/> |
| 431 | <fieldValue name='rotation' value='82.45851 0 -93.37382 1.34627'/> |
| 432 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 433 | <fieldValue name='ballRadius' value='0.02'/> |
| 434 | <fieldValue name='traceEnabled' value='false'/> |
| 435 | <fieldValue name='displayMode'/> |
| 436 | <fieldValue name='transparency' value='0'/> |
| 437 | </ProtoInstance> |
| 438 | <ProtoInstance name='Arc'> |
| 439 | <fieldValue name='cylinderHeight' value='1.14617'/> |
| 440 | <fieldValue name='cylinderTranslation' value='-0.46072 2.58390 -1.13021'/> |
| 441 | <fieldValue name='coneTranslation' value='-0.51579 2.66736 -0.72941'/> |
| 442 | <fieldValue name='rotation' value='111.20850 -0.00000 15.28097 1.36736'/> |
| 443 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 444 | <fieldValue name='ballRadius' value='0.02'/> |
| 445 | <fieldValue name='traceEnabled' value='false'/> |
| 446 | <fieldValue name='displayMode'/> |
| 447 | <fieldValue name='transparency' value='0'/> |
| 448 | </ProtoInstance> |
| 449 | <ProtoInstance name='Arc'> |
| 450 | <fieldValue name='cylinderHeight' value='0.27926'/> |
| 451 | <fieldValue name='cylinderTranslation' value='-0.36236 2.49618 -1.82126'/> |
| 452 | <fieldValue name='coneTranslation' value='-0.36556 2.49209 -1.80156'/> |
| 453 | <fieldValue name='rotation' value='-27.00119 0 -4.39134 1.36839'/> |
| 454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 455 | <fieldValue name='ballRadius' value='0.02'/> |
| 456 | <fieldValue name='traceEnabled' value='false'/> |
| 457 | <fieldValue name='displayMode'/> |
| 458 | <fieldValue name='transparency' value='0'/> |
| 459 | </ProtoInstance> |
| 460 | <ProtoInstance name='Arc'> |
| 461 | <fieldValue name='cylinderHeight' value='0.48267'/> |
| 462 | <fieldValue name='cylinderTranslation' value='-0.62059 2.48167 -1.63902'/> |
| 463 | <fieldValue name='coneTranslation' value='-0.70022 2.48623 -1.62311'/> |
| 464 | <fieldValue name='rotation' value='9.44594 -0.00000 47.25579 1.51461'/> |
| 465 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 466 | <fieldValue name='ballRadius' value='0.02'/> |
| 467 | <fieldValue name='traceEnabled' value='false'/> |
| 468 | <fieldValue name='displayMode'/> |
| 469 | <fieldValue name='transparency' value='0'/> |
| 470 | </ProtoInstance> |
| 471 | <ProtoInstance name='Arc'> |
| 472 | <fieldValue name='cylinderHeight' value='0.41278'/> |
| 473 | <fieldValue name='cylinderTranslation' value='-0.23430 2.60656 -1.65584'/> |
| 474 | <fieldValue name='coneTranslation' value='-0.20058 2.63768 -1.64900'/> |
| 475 | <fieldValue name='rotation' value='6.08344 0 -30.00341 0.83553'/> |
| 476 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 477 | <fieldValue name='ballRadius' value='0.02'/> |
| 478 | <fieldValue name='traceEnabled' value='false'/> |
| 479 | <fieldValue name='displayMode'/> |
| 480 | <fieldValue name='transparency' value='0'/> |
| 481 | </ProtoInstance> |
| 482 | <ProtoInstance name='Arc'> |
| 483 | <fieldValue name='cylinderHeight' value='1.26258'/> |
| 484 | <fieldValue name='cylinderTranslation' value='-0.26963 2.14734 -2.21774'/> |
| 485 | <fieldValue name='coneTranslation' value='-0.18402 1.90786 -2.61452'/> |
| 486 | <fieldValue name='rotation' value='-106.29677 0 -22.93634 2.10381'/> |
| 487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 488 | <fieldValue name='ballRadius' value='0.02'/> |
| 489 | <fieldValue name='traceEnabled' value='false'/> |
| 490 | <fieldValue name='displayMode'/> |
| 491 | <fieldValue name='transparency' value='0'/> |
| 492 | </ProtoInstance> |
| 493 | <ProtoInstance name='Arc'> |
| 494 | <fieldValue name='cylinderHeight' value='0.72394'/> |
| 495 | <fieldValue name='cylinderTranslation' value='-0.14244 2.43124 -1.95301'/> |
| 496 | <fieldValue name='coneTranslation' value='-0.00748 2.41066 -2.10185'/> |
| 497 | <fieldValue name='rotation' value='-53.35113 0 -48.37506 1.67285'/> |
| 498 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 499 | <fieldValue name='ballRadius' value='0.02'/> |
| 500 | <fieldValue name='traceEnabled' value='false'/> |
| 501 | <fieldValue name='displayMode'/> |
| 502 | <fieldValue name='transparency' value='0'/> |
| 503 | </ProtoInstance> |
| 504 | <ProtoInstance name='Arc'> |
| 505 | <fieldValue name='cylinderHeight' value='0.73255'/> |
| 506 | <fieldValue name='cylinderTranslation' value='-0.03961 2.51787 -1.79966'/> |
| 507 | <fieldValue name='coneTranslation' value='0.15452 2.54589 -1.86353'/> |
| 508 | <fieldValue name='rotation' value='-22.68113 0 -68.94083 1.43454'/> |
| 509 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 510 | <fieldValue name='ballRadius' value='0.02'/> |
| 511 | <fieldValue name='traceEnabled' value='false'/> |
| 512 | <fieldValue name='displayMode'/> |
| 513 | <fieldValue name='transparency' value='0'/> |
| 514 | </ProtoInstance> |
| 515 | <ProtoInstance name='Arc'> |
| 516 | <fieldValue name='cylinderHeight' value='1.29088'/> |
| 517 | <fieldValue name='cylinderTranslation' value='0.21466 2.55375 -1.46155'/> |
| 518 | <fieldValue name='coneTranslation' value='0.66515 2.61816 -1.29255'/> |
| 519 | <fieldValue name='rotation' value='44.94100 0 -119.79471 1.43772'/> |
| 520 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 521 | <fieldValue name='ballRadius' value='0.02'/> |
| 522 | <fieldValue name='traceEnabled' value='false'/> |
| 523 | <fieldValue name='displayMode'/> |
| 524 | <fieldValue name='transparency' value='0'/> |
| 525 | </ProtoInstance> |
| 526 | <ProtoInstance name='Arc'> |
| 527 | <fieldValue name='cylinderHeight' value='0.72405'/> |
| 528 | <fieldValue name='cylinderTranslation' value='-0.65256 2.49347 -1.44445'/> |
| 529 | <fieldValue name='coneTranslation' value='-0.80225 2.50763 -1.30952'/> |
| 530 | <fieldValue name='rotation' value='48.35983 -0.00000 53.64822 1.50069'/> |
| 531 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 532 | <fieldValue name='ballRadius' value='0.02'/> |
| 533 | <fieldValue name='traceEnabled' value='false'/> |
| 534 | <fieldValue name='displayMode'/> |
| 535 | <fieldValue name='transparency' value='0'/> |
| 536 | </ProtoInstance> |
| 537 | <ProtoInstance name='Arc'> |
| 538 | <fieldValue name='cylinderHeight' value='0.53305'/> |
| 539 | <fieldValue name='cylinderTranslation' value='-0.54207 2.35938 -1.87153'/> |
| 540 | <fieldValue name='coneTranslation' value='-0.60512 2.31592 -1.94558'/> |
| 541 | <fieldValue name='rotation' value='-37.05454 0 31.55030 1.99104'/> |
| 542 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 543 | <fieldValue name='ballRadius' value='0.02'/> |
| 544 | <fieldValue name='traceEnabled' value='false'/> |
| 545 | <fieldValue name='displayMode'/> |
| 546 | <fieldValue name='transparency' value='0'/> |
| 547 | </ProtoInstance> |
| 548 | <ProtoInstance name='Arc'> |
| 549 | <fieldValue name='cylinderHeight' value='0.38344'/> |
| 550 | <fieldValue name='cylinderTranslation' value='-0.41587 2.55017 -1.51588'/> |
| 551 | <fieldValue name='coneTranslation' value='-0.42109 2.56375 -1.48769'/> |
| 552 | <fieldValue name='rotation' value='34.07513 -0.00000 6.31151 1.12851'/> |
| 553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 554 | <fieldValue name='ballRadius' value='0.02'/> |
| 555 | <fieldValue name='traceEnabled' value='false'/> |
| 556 | <fieldValue name='displayMode'/> |
| 557 | <fieldValue name='transparency' value='0'/> |
| 558 | </ProtoInstance> |
| 559 | <ProtoInstance name='Arc'> |
| 560 | <fieldValue name='cylinderHeight' value='0.42763'/> |
| 561 | <fieldValue name='cylinderTranslation' value='0.38117 -2.13576 -2.08872'/> |
| 562 | <fieldValue name='coneTranslation' value='0.38764 -2.08933 -2.11515'/> |
| 563 | <fieldValue name='rotation' value='-21.00268 0 -5.13752 0.53010'/> |
| 564 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 565 | <fieldValue name='ballRadius' value='0.02'/> |
| 566 | <fieldValue name='traceEnabled' value='false'/> |
| 567 | <fieldValue name='displayMode'/> |
| 568 | <fieldValue name='transparency' value='0'/> |
| 569 | </ProtoInstance> |
| 570 | <ProtoInstance name='Arc'> |
| 571 | <fieldValue name='cylinderHeight' value='0.34950'/> |
| 572 | <fieldValue name='cylinderTranslation' value='-0.35591 -0.72064 2.54732'/> |
| 573 | <fieldValue name='coneTranslation' value='-0.37021 -0.72109 2.54373'/> |
| 574 | <fieldValue name='rotation' value='-8.50259 0 33.88377 1.60103'/> |
| 575 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 576 | <fieldValue name='ballRadius' value='0.02'/> |
| 577 | <fieldValue name='traceEnabled' value='false'/> |
| 578 | <fieldValue name='displayMode'/> |
| 579 | <fieldValue name='transparency' value='0'/> |
| 580 | </ProtoInstance> |
| 581 | <ProtoInstance name='Arc'> |
| 582 | <fieldValue name='cylinderHeight' value='0.66528'/> |
| 583 | <fieldValue name='cylinderTranslation' value='-0.36630 0.73098 2.46725'/> |
| 584 | <fieldValue name='coneTranslation' value='-0.36560 0.56988 2.52933'/> |
| 585 | <fieldValue name='rotation' value='23.91955 0 -0.26594 2.77379'/> |
| 586 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 587 | <fieldValue name='ballRadius' value='0.02'/> |
| 588 | <fieldValue name='traceEnabled' value='false'/> |
| 589 | <fieldValue name='displayMode'/> |
| 590 | <fieldValue name='transparency' value='0'/> |
| 591 | </ProtoInstance> |
| 592 | <ProtoInstance name='Arc'> |
| 593 | <fieldValue name='cylinderHeight' value='0.46924'/> |
| 594 | <fieldValue name='cylinderTranslation' value='0.05978 -0.01409 2.73802'/> |
| 595 | <fieldValue name='coneTranslation' value='0.12151 -0.05576 2.73339'/> |
| 596 | <fieldValue name='rotation' value='-2.91150 0 -38.81750 2.16328'/> |
| 597 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 598 | <fieldValue name='ballRadius' value='0.02'/> |
| 599 | <fieldValue name='traceEnabled' value='false'/> |
| 600 | <fieldValue name='displayMode'/> |
| 601 | <fieldValue name='transparency' value='0'/> |
| 602 | </ProtoInstance> |
| 603 | <ProtoInstance name='Arc'> |
| 604 | <fieldValue name='cylinderHeight' value='0.41578'/> |
| 605 | <fieldValue name='cylinderTranslation' value='-0.24964 0.26875 2.66971'/> |
| 606 | <fieldValue name='coneTranslation' value='-0.27620 0.30373 2.65062'/> |
| 607 | <fieldValue name='rotation' value='-16.57210 0 23.06566 0.75199'/> |
| 608 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 609 | <fieldValue name='ballRadius' value='0.02'/> |
| 610 | <fieldValue name='traceEnabled' value='false'/> |
| 611 | <fieldValue name='displayMode'/> |
| 612 | <fieldValue name='transparency' value='0'/> |
| 613 | </ProtoInstance> |
| 614 | <ProtoInstance name='Arc'> |
| 615 | <fieldValue name='cylinderHeight' value='0.65529'/> |
| 616 | <fieldValue name='cylinderTranslation' value='1.84346 -2.17529 -1.05780'/> |
| 617 | <fieldValue name='coneTranslation' value='1.84050 -2.34262 -1.06771'/> |
| 618 | <fieldValue name='rotation' value='-3.87352 0 1.15460 3.07987'/> |
| 619 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 620 | <fieldValue name='ballRadius' value='0.02'/> |
| 621 | <fieldValue name='traceEnabled' value='false'/> |
| 622 | <fieldValue name='displayMode'/> |
| 623 | <fieldValue name='transparency' value='0'/> |
| 624 | </ProtoInstance> |
| 625 | <ProtoInstance name='Arc'> |
| 626 | <fieldValue name='cylinderHeight' value='0.76596'/> |
| 627 | <fieldValue name='cylinderTranslation' value='1.87266 -1.61854 -1.34397'/> |
| 628 | <fieldValue name='coneTranslation' value='1.88629 -1.48479 -1.52185'/> |
| 629 | <fieldValue name='rotation' value='-61.10671 0 -4.68500 0.92749'/> |
| 630 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 631 | <fieldValue name='ballRadius' value='0.02'/> |
| 632 | <fieldValue name='traceEnabled' value='false'/> |
| 633 | <fieldValue name='displayMode'/> |
| 634 | <fieldValue name='transparency' value='0'/> |
| 635 | </ProtoInstance> |
| 636 | <ProtoInstance name='Arc'> |
| 637 | <fieldValue name='cylinderHeight' value='0.51823'/> |
| 638 | <fieldValue name='cylinderTranslation' value='1.70035 -2.62746 -1.25777'/> |
| 639 | <fieldValue name='coneTranslation' value='1.64781 -2.67533 -1.32686'/> |
| 640 | <fieldValue name='rotation' value='-36.12103 0 27.46754 2.07484'/> |
| 641 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 642 | <fieldValue name='ballRadius' value='0.02'/> |
| 643 | <fieldValue name='traceEnabled' value='false'/> |
| 644 | <fieldValue name='displayMode'/> |
| 645 | <fieldValue name='transparency' value='0'/> |
| 646 | </ProtoInstance> |
| 647 | <ProtoInstance name='Arc'> |
| 648 | <fieldValue name='cylinderHeight' value='0.64753'/> |
| 649 | <fieldValue name='cylinderTranslation' value='2.59001 -1.70805 -1.27022'/> |
| 650 | <fieldValue name='coneTranslation' value='2.51697 -1.77472 -1.40075'/> |
| 651 | <fieldValue name='rotation' value='-51.61239 0 28.88039 1.99012'/> |
| 652 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 653 | <fieldValue name='ballRadius' value='0.02'/> |
| 654 | <fieldValue name='traceEnabled' value='false'/> |
| 655 | <fieldValue name='displayMode'/> |
| 656 | <fieldValue name='transparency' value='0'/> |
| 657 | </ProtoInstance> |
| 658 | <ProtoInstance name='Arc'> |
| 659 | <fieldValue name='cylinderHeight' value='0.68951'/> |
| 660 | <fieldValue name='cylinderTranslation' value='-0.89988 2.00656 -2.19557'/> |
| 661 | <fieldValue name='coneTranslation' value='-0.79267 2.13736 -2.12120'/> |
| 662 | <fieldValue name='rotation' value='27.75462 0 -40.01207 0.78417'/> |
| 663 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 664 | <fieldValue name='ballRadius' value='0.02'/> |
| 665 | <fieldValue name='traceEnabled' value='false'/> |
| 666 | <fieldValue name='displayMode'/> |
| 667 | <fieldValue name='transparency' value='0'/> |
| 668 | </ProtoInstance> |
| 669 | <ProtoInstance name='Arc'> |
| 670 | <fieldValue name='cylinderHeight' value='0.59429'/> |
| 671 | <fieldValue name='cylinderTranslation' value='1.81759 -1.66854 -2.55927'/> |
| 672 | <fieldValue name='coneTranslation' value='1.84232 -1.76972 -2.47006'/> |
| 673 | <fieldValue name='rotation' value='38.65966 0 -10.71714 2.40055'/> |
| 674 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 675 | <fieldValue name='ballRadius' value='0.02'/> |
| 676 | <fieldValue name='traceEnabled' value='false'/> |
| 677 | <fieldValue name='displayMode'/> |
| 678 | <fieldValue name='transparency' value='0'/> |
| 679 | </ProtoInstance> |
| 680 | <ProtoInstance name='Arc'> |
| 681 | <fieldValue name='cylinderHeight' value='0.53174'/> |
| 682 | <fieldValue name='cylinderTranslation' value='0.49976 -0.23326 2.67394'/> |
| 683 | <fieldValue name='coneTranslation' value='0.40185 -0.19816 2.69366'/> |
| 684 | <fieldValue name='rotation' value='9.90319 -0.00000 49.17912 1.23284'/> |
| 685 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 686 | <fieldValue name='ballRadius' value='0.02'/> |
| 687 | <fieldValue name='traceEnabled' value='false'/> |
| 688 | <fieldValue name='displayMode'/> |
| 689 | <fieldValue name='transparency' value='0'/> |
| 690 | </ProtoInstance> |
| 691 | <ProtoInstance name='Arc'> |
| 692 | <fieldValue name='cylinderHeight' value='0.47263'/> |
| 693 | <fieldValue name='cylinderTranslation' value='0.68153 2.69600 -1.04926'/> |
| 694 | <fieldValue name='coneTranslation' value='0.72419 2.67772 -1.10984'/> |
| 695 | <fieldValue name='rotation' value='-37.51752 0 -26.42088 1.81268'/> |
| 696 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 697 | <fieldValue name='ballRadius' value='0.02'/> |
| 698 | <fieldValue name='traceEnabled' value='false'/> |
| 699 | <fieldValue name='displayMode'/> |
| 700 | <fieldValue name='transparency' value='0'/> |
| 701 | </ProtoInstance> |
| 702 | <ProtoInstance name='Arc'> |
| 703 | <fieldValue name='cylinderHeight' value='0.77946'/> |
| 704 | <fieldValue name='cylinderTranslation' value='-0.49228 2.66596 -0.95984'/> |
| 705 | <fieldValue name='coneTranslation' value='-0.46584 2.64608 -1.18717'/> |
| 706 | <fieldValue name='rotation' value='-77.13337 0 -8.96946 1.65744'/> |
| 707 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 708 | <fieldValue name='ballRadius' value='0.02'/> |
| 709 | <fieldValue name='traceEnabled' value='false'/> |
| 710 | <fieldValue name='displayMode'/> |
| 711 | <fieldValue name='transparency' value='0'/> |
| 712 | </ProtoInstance> |
| 713 | <ProtoInstance name='Arc'> |
| 714 | <fieldValue name='cylinderHeight' value='0.47306'/> |
| 715 | <fieldValue name='cylinderTranslation' value='-0.21234 2.63463 -1.79084'/> |
| 716 | <fieldValue name='coneTranslation' value='-0.17091 2.67034 -1.73732'/> |
| 717 | <fieldValue name='rotation' value='33.08463 0 -25.61207 1.08531'/> |
| 718 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 719 | <fieldValue name='ballRadius' value='0.02'/> |
| 720 | <fieldValue name='traceEnabled' value='false'/> |
| 721 | <fieldValue name='displayMode'/> |
| 722 | <fieldValue name='transparency' value='0'/> |
| 723 | </ProtoInstance> |
| 724 | <ProtoInstance name='Arc'> |
| 725 | <fieldValue name='cylinderHeight' value='0.52892'/> |
| 726 | <fieldValue name='cylinderTranslation' value='-0.12048 2.45931 -2.08802'/> |
| 727 | <fieldValue name='coneTranslation' value='-0.03362 2.43366 -2.14006'/> |
| 728 | <fieldValue name='rotation' value='-26.34994 0 -43.98372 1.81891'/> |
| 729 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 730 | <fieldValue name='ballRadius' value='0.02'/> |
| 731 | <fieldValue name='traceEnabled' value='false'/> |
| 732 | <fieldValue name='displayMode'/> |
| 733 | <fieldValue name='transparency' value='0'/> |
| 734 | </ProtoInstance> |
| 735 | <ProtoInstance name='Arc'> |
| 736 | <fieldValue name='cylinderHeight' value='0.46277'/> |
| 737 | <fieldValue name='cylinderTranslation' value='-0.52011 2.38745 -2.00653'/> |
| 738 | <fieldValue name='coneTranslation' value='-0.57555 2.34524 -2.02204'/> |
| 739 | <fieldValue name='rotation' value='-10.05335 0 35.94165 2.20341'/> |
| 740 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 741 | <fieldValue name='ballRadius' value='0.02'/> |
| 742 | <fieldValue name='traceEnabled' value='false'/> |
| 743 | <fieldValue name='displayMode'/> |
| 744 | <fieldValue name='transparency' value='0'/> |
| 745 | </ProtoInstance> |
| 746 | <ProtoInstance name='Arc'> |
| 747 | <fieldValue name='cylinderHeight' value='0.68342'/> |
| 748 | <fieldValue name='cylinderTranslation' value='2.02090 -1.15932 -1.86977'/> |
| 749 | <fieldValue name='coneTranslation' value='1.95453 -1.28136 -1.75264'/> |
| 750 | <fieldValue name='rotation' value='44.05456 -0.00000 24.96493 2.30715'/> |
| 751 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 752 | <fieldValue name='ballRadius' value='0.02'/> |
| 753 | <fieldValue name='traceEnabled' value='false'/> |
| 754 | <fieldValue name='displayMode'/> |
| 755 | <fieldValue name='transparency' value='0'/> |
| 756 | </ProtoInstance> |
| 757 | <ProtoInstance name='Arc'> |
| 758 | <fieldValue name='cylinderHeight' value='0.39506'/> |
| 759 | <fieldValue name='cylinderTranslation' value='-0.88884 2.50703 -1.39722'/> |
| 760 | <fieldValue name='coneTranslation' value='-0.89491 2.50927 -1.36026'/> |
| 761 | <fieldValue name='rotation' value='38.91389 -0.00000 6.39242 1.51099'/> |
| 762 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 763 | <fieldValue name='ballRadius' value='0.02'/> |
| 764 | <fieldValue name='traceEnabled' value='false'/> |
| 765 | <fieldValue name='displayMode'/> |
| 766 | <fieldValue name='transparency' value='0'/> |
| 767 | </ProtoInstance> |
| 768 | <ProtoInstance name='Arc'> |
| 769 | <fieldValue name='cylinderHeight' value='0.51557'/> |
| 770 | <fieldValue name='cylinderTranslation' value='0.11041 2.65631 -1.76924'/> |
| 771 | <fieldValue name='coneTranslation' value='0.18426 2.62267 -1.82380'/> |
| 772 | <fieldValue name='rotation' value='-28.76457 0 -38.93742 1.92202'/> |
| 773 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 774 | <fieldValue name='ballRadius' value='0.02'/> |
| 775 | <fieldValue name='traceEnabled' value='false'/> |
| 776 | <fieldValue name='displayMode'/> |
| 777 | <fieldValue name='transparency' value='0'/> |
| 778 | </ProtoInstance> |
| 779 | <ProtoInstance name='Arc'> |
| 780 | <fieldValue name='cylinderHeight' value='0.47217'/> |
| 781 | <fieldValue name='cylinderTranslation' value='-0.26586 2.68862 -1.48546'/> |
| 782 | <fieldValue name='coneTranslation' value='-0.32437 2.67045 -1.44035'/> |
| 783 | <fieldValue name='rotation' value='27.99169 -0.00000 36.31492 1.81196'/> |
| 784 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 785 | <fieldValue name='ballRadius' value='0.02'/> |
| 786 | <fieldValue name='traceEnabled' value='false'/> |
| 787 | <fieldValue name='displayMode'/> |
| 788 | <fieldValue name='transparency' value='0'/> |
| 789 | </ProtoInstance> |
| 790 | <ProtoInstance name='Arc'> |
| 791 | <fieldValue name='cylinderHeight' value='0.59868'/> |
| 792 | <fieldValue name='cylinderTranslation' value='2.59927 -1.59269 -1.59824'/> |
| 793 | <fieldValue name='coneTranslation' value='2.67080 -1.47763 -1.63080'/> |
| 794 | <fieldValue name='rotation' value='-13.99059 0 -30.73364 0.59928'/> |
| 795 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 796 | <fieldValue name='ballRadius' value='0.02'/> |
| 797 | <fieldValue name='traceEnabled' value='false'/> |
| 798 | <fieldValue name='displayMode'/> |
| 799 | <fieldValue name='transparency' value='0'/> |
| 800 | </ProtoInstance> |
| 801 | <ProtoInstance name='Arc'> |
| 802 | <fieldValue name='cylinderHeight' value='0.40789'/> |
| 803 | <fieldValue name='cylinderTranslation' value='0.20226 2.48099 -2.06642'/> |
| 804 | <fieldValue name='coneTranslation' value='0.22442 2.49966 -2.03337'/> |
| 805 | <fieldValue name='rotation' value='30.67000 0 -20.56577 1.13210'/> |
| 806 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 807 | <fieldValue name='ballRadius' value='0.02'/> |
| 808 | <fieldValue name='traceEnabled' value='false'/> |
| 809 | <fieldValue name='displayMode'/> |
| 810 | <fieldValue name='transparency' value='0'/> |
| 811 | </ProtoInstance> |
| 812 | <ProtoInstance name='Arc'> |
| 813 | <fieldValue name='cylinderHeight' value='0.50935'/> |
| 814 | <fieldValue name='cylinderTranslation' value='1.47033 -2.70514 -1.67079'/> |
| 815 | <fieldValue name='coneTranslation' value='1.43587 -2.68750 -1.75720'/> |
| 816 | <fieldValue name='rotation' value='-46.48338 0 18.53624 1.38333'/> |
| 817 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 818 | <fieldValue name='ballRadius' value='0.02'/> |
| 819 | <fieldValue name='traceEnabled' value='false'/> |
| 820 | <fieldValue name='displayMode'/> |
| 821 | <fieldValue name='transparency' value='0'/> |
| 822 | </ProtoInstance> |
| 823 | <ProtoInstance name='Arc'> |
| 824 | <fieldValue name='cylinderHeight' value='0.63986'/> |
| 825 | <fieldValue name='cylinderTranslation' value='1.16456 -2.14981 -2.49965'/> |
| 826 | <fieldValue name='coneTranslation' value='1.08278 -2.06903 -2.61084'/> |
| 827 | <fieldValue name='rotation' value='-44.48500 0 32.72014 1.04126'/> |
| 828 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 829 | <fieldValue name='ballRadius' value='0.02'/> |
| 830 | <fieldValue name='traceEnabled' value='false'/> |
| 831 | <fieldValue name='displayMode'/> |
| 832 | <fieldValue name='transparency' value='0'/> |
| 833 | </ProtoInstance> |
| 834 | <ProtoInstance name='Arc'> |
| 835 | <fieldValue name='cylinderHeight' value='0.51209'/> |
| 836 | <fieldValue name='cylinderTranslation' value='1.35291 -2.48455 -2.09022'/> |
| 837 | <fieldValue name='coneTranslation' value='1.36219 -2.54949 -2.02007'/> |
| 838 | <fieldValue name='rotation' value='37.40187 0 -4.94824 2.31335'/> |
| 839 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 840 | <fieldValue name='ballRadius' value='0.02'/> |
| 841 | <fieldValue name='traceEnabled' value='false'/> |
| 842 | <fieldValue name='displayMode'/> |
| 843 | <fieldValue name='transparency' value='0'/> |
| 844 | </ProtoInstance> |
| 845 | <ProtoInstance name='Arc'> |
| 846 | <fieldValue name='cylinderHeight' value='0.40554'/> |
| 847 | <fieldValue name='cylinderTranslation' value='0.62940 -2.71441 -1.04088'/> |
| 848 | <fieldValue name='coneTranslation' value='0.65081 -2.71512 -1.00386'/> |
| 849 | <fieldValue name='rotation' value='35.10219 0 -20.29788 1.58747'/> |
| 850 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 851 | <fieldValue name='ballRadius' value='0.02'/> |
| 852 | <fieldValue name='traceEnabled' value='false'/> |
| 853 | <fieldValue name='displayMode'/> |
| 854 | <fieldValue name='transparency' value='0'/> |
| 855 | </ProtoInstance> |
| 856 | <ProtoInstance name='Arc'> |
| 857 | <fieldValue name='cylinderHeight' value='0.43049'/> |
| 858 | <fieldValue name='cylinderTranslation' value='-0.70290 -0.60775 2.47592'/> |
| 859 | <fieldValue name='coneTranslation' value='-0.74847 -0.57742 2.46850'/> |
| 860 | <fieldValue name='rotation' value='-5.77860 0 35.51406 0.98962'/> |
| 861 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 862 | <fieldValue name='ballRadius' value='0.02'/> |
| 863 | <fieldValue name='traceEnabled' value='false'/> |
| 864 | <fieldValue name='displayMode'/> |
| 865 | <fieldValue name='transparency' value='0'/> |
| 866 | </ProtoInstance> |
| 867 | <ProtoInstance name='Arc'> |
| 868 | <fieldValue name='cylinderHeight' value='0.50729'/> |
| 869 | <fieldValue name='cylinderTranslation' value='-0.68411 2.57553 -1.27408'/> |
| 870 | <fieldValue name='coneTranslation' value='-0.59673 2.59647 -1.30045'/> |
| 871 | <fieldValue name='rotation' value='-14.28470 0 -47.33671 1.34535'/> |
| 872 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 873 | <fieldValue name='ballRadius' value='0.02'/> |
| 874 | <fieldValue name='traceEnabled' value='false'/> |
| 875 | <fieldValue name='displayMode'/> |
| 876 | <fieldValue name='transparency' value='0'/> |
| 877 | </ProtoInstance> |
| 878 | <ProtoInstance name='Arc'> |
| 879 | <fieldValue name='cylinderHeight' value='0.38678'/> |
| 880 | <fieldValue name='cylinderTranslation' value='-1.00025 0.16575 2.37980'/> |
| 881 | <fieldValue name='coneTranslation' value='-0.99239 0.19807 2.37684'/> |
| 882 | <fieldValue name='rotation' value='-3.42771 0 -9.09945 0.25413'/> |
| 883 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 884 | <fieldValue name='ballRadius' value='0.02'/> |
| 885 | <fieldValue name='traceEnabled' value='false'/> |
| 886 | <fieldValue name='displayMode'/> |
| 887 | <fieldValue name='transparency' value='0'/> |
| 888 | </ProtoInstance> |
| 889 | <ProtoInstance name='Arc'> |
| 890 | <fieldValue name='cylinderHeight' value='0.49899'/> |
| 891 | <fieldValue name='cylinderTranslation' value='-0.96311 -0.25550 2.42198'/> |
| 892 | <fieldValue name='coneTranslation' value='-0.93346 -0.33947 2.43096'/> |
| 893 | <fieldValue name='rotation' value='5.00854 0 -16.52801 2.78818'/> |
| 894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 895 | <fieldValue name='ballRadius' value='0.02'/> |
| 896 | <fieldValue name='traceEnabled' value='false'/> |
| 897 | <fieldValue name='displayMode'/> |
| 898 | <fieldValue name='transparency' value='0'/> |
| 899 | </ProtoInstance> |
| 900 | <ProtoInstance name='Vertex'> |
| 901 | <fieldValue name='vertexText' value='"2010-02-14-SOUTHCOM.MIL-APPSSC"'/> |
| 902 | <fieldValue name='description' value='1: 2010-02-14-SOUTHCOM.MIL-APPSSC'/> |
| 903 | <fieldValue name='url'/> |
| 904 | <fieldValue name='radius' value='0.1500'/> |
| 905 | <fieldValue name='displayMode'/> |
| 906 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 907 | <fieldValue name='transparency' value='0'/> |
| 908 | <fieldValue name='translation' value='1.66383 -2.08655 -1.63080'/> |
| 909 | <fieldValue name='textTranslation' value='1.81383 -2.08655 -1.63080'/> |
| 910 | <fieldValue name='textColor' value='0 0 0'/> |
| 911 | </ProtoInstance> |
| 912 | <ProtoInstance name='Vertex'> |
| 913 | <fieldValue name='vertexText' value='"2010-02-14-TWITTER.COM-SOUTHCOMWATCH"'/> |
| 914 | <fieldValue name='description' value='2: 2010-02-14-TWITTER.COM-SOUTHCOMWATCH'/> |
| 915 | <fieldValue name='url'/> |
| 916 | <fieldValue name='radius' value='0.1500'/> |
| 917 | <fieldValue name='displayMode'/> |
| 918 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 919 | <fieldValue name='transparency' value='0'/> |
| 920 | <fieldValue name='translation' value='-0.39798 -0.04575 2.53290'/> |
| 921 | <fieldValue name='textTranslation' value='-0.24798 -0.04575 2.53290'/> |
| 922 | <fieldValue name='textColor' value='0 0 0'/> |
| 923 | </ProtoInstance> |
| 924 | <ProtoInstance name='Vertex'> |
| 925 | <fieldValue name='vertexText' value='"2010-02-14-YELE.ORG"'/> |
| 926 | <fieldValue name='description' value='3: 2010-02-14-YELE.ORG'/> |
| 927 | <fieldValue name='url'/> |
| 928 | <fieldValue name='radius' value='0.1500'/> |
| 929 | <fieldValue name='displayMode'/> |
| 930 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 931 | <fieldValue name='transparency' value='0'/> |
| 932 | <fieldValue name='translation' value='-0.38432 2.46812 -1.68625'/> |
| 933 | <fieldValue name='textTranslation' value='-0.23432 2.46812 -1.68625'/> |
| 934 | <fieldValue name='textColor' value='0 0 0'/> |
| 935 | </ProtoInstance> |
| 936 | <ProtoInstance name='Vertex'> |
| 937 | <fieldValue name='vertexText' value=' "Haiti/2010-02-14/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-14.simple" '/> |
| 938 | <fieldValue name='description' value='4: Haiti/2010-02-14/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-14.simple'/> |
| 939 | <fieldValue name='url'/> |
| 940 | <fieldValue name='radius' value='0.1500'/> |
| 941 | <fieldValue name='displayMode'/> |
| 942 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 943 | <fieldValue name='transparency' value='0'/> |
| 944 | <fieldValue name='translation' value='-2.75294 -0.96395 -0.94821'/> |
| 945 | <fieldValue name='textTranslation' value='-2.60294 -0.96395 -0.94821'/> |
| 946 | <fieldValue name='textColor' value='0 0 0'/> |
| 947 | </ProtoInstance> |
| 948 | <ProtoInstance name='Vertex'> |
| 949 | <fieldValue name='vertexText' value='"aboard"'/> |
| 950 | <fieldValue name='description' value='5: aboard'/> |
| 951 | <fieldValue name='url'/> |
| 952 | <fieldValue name='radius' value='0.1500'/> |
| 953 | <fieldValue name='displayMode'/> |
| 954 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 955 | <fieldValue name='transparency' value='0'/> |
| 956 | <fieldValue name='translation' value='0.35549 -2.32023 -1.98370'/> |
| 957 | <fieldValue name='textTranslation' value='0.50549 -2.32023 -1.98370'/> |
| 958 | <fieldValue name='textColor' value='0 0 0'/> |
| 959 | </ProtoInstance> |
| 960 | <ProtoInstance name='Vertex'> |
| 961 | <fieldValue name='vertexText' value='"briefing"'/> |
| 962 | <fieldValue name='description' value='6: briefing'/> |
| 963 | <fieldValue name='url'/> |
| 964 | <fieldValue name='radius' value='0.1500'/> |
| 965 | <fieldValue name='displayMode'/> |
| 966 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 967 | <fieldValue name='transparency' value='0'/> |
| 968 | <fieldValue name='translation' value='-0.18649 -0.71536 2.58983'/> |
| 969 | <fieldValue name='textTranslation' value='-0.03649 -0.71536 2.58983'/> |
| 970 | <fieldValue name='textColor' value='0 0 0'/> |
| 971 | </ProtoInstance> |
| 972 | <ProtoInstance name='Vertex'> |
| 973 | <fieldValue name='vertexText' value='"brought"'/> |
| 974 | <fieldValue name='description' value='7: brought'/> |
| 975 | <fieldValue name='url'/> |
| 976 | <fieldValue name='radius' value='0.1500'/> |
| 977 | <fieldValue name='displayMode'/> |
| 978 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 979 | <fieldValue name='transparency' value='0'/> |
| 980 | <fieldValue name='translation' value='-0.36762 1.04137 2.34766'/> |
| 981 | <fieldValue name='textTranslation' value='-0.21762 1.04137 2.34766'/> |
| 982 | <fieldValue name='textColor' value='0 0 0'/> |
| 983 | </ProtoInstance> |
| 984 | <ProtoInstance name='Vertex'> |
| 985 | <fieldValue name='vertexText' value='"capacity"'/> |
| 986 | <fieldValue name='description' value='8: capacity'/> |
| 987 | <fieldValue name='url'/> |
| 988 | <fieldValue name='radius' value='0.1500'/> |
| 989 | <fieldValue name='displayMode'/> |
| 990 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 991 | <fieldValue name='transparency' value='0'/> |
| 992 | <fieldValue name='translation' value='-0.13431 0.11693 2.75257'/> |
| 993 | <fieldValue name='textTranslation' value='0.01569 0.11693 2.75257'/> |
| 994 | <fieldValue name='textColor' value='0 0 0'/> |
| 995 | </ProtoInstance> |
| 996 | <ProtoInstance name='Vertex'> |
| 997 | <fieldValue name='vertexText' value='"center"'/> |
| 998 | <fieldValue name='description' value='9: center'/> |
| 999 | <fieldValue name='url'/> |
| 1000 | <fieldValue name='radius' value='0.1500'/> |
| 1001 | <fieldValue name='displayMode'/> |
| 1002 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1003 | <fieldValue name='transparency' value='0'/> |
| 1004 | <fieldValue name='translation' value='1.84923 -1.84827 -1.03843'/> |
| 1005 | <fieldValue name='textTranslation' value='1.99923 -1.84827 -1.03843'/> |
| 1006 | <fieldValue name='textColor' value='0 0 0'/> |
| 1007 | </ProtoInstance> |
| 1008 | <ProtoInstance name='Vertex'> |
| 1009 | <fieldValue name='vertexText' value='"charge"'/> |
| 1010 | <fieldValue name='description' value='10: charge'/> |
| 1011 | <fieldValue name='url'/> |
| 1012 | <fieldValue name='radius' value='0.1500'/> |
| 1013 | <fieldValue name='displayMode'/> |
| 1014 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1015 | <fieldValue name='transparency' value='0'/> |
| 1016 | <fieldValue name='translation' value='1.83768 -2.50232 -1.07717'/> |
| 1017 | <fieldValue name='textTranslation' value='1.98768 -2.50232 -1.07717'/> |
| 1018 | <fieldValue name='textColor' value='0 0 0'/> |
| 1019 | </ProtoInstance> |
| 1020 | <ProtoInstance name='Vertex'> |
| 1021 | <fieldValue name='vertexText' value='"colombia"'/> |
| 1022 | <fieldValue name='description' value='11: colombia'/> |
| 1023 | <fieldValue name='url'/> |
| 1024 | <fieldValue name='radius' value='0.1500'/> |
| 1025 | <fieldValue name='displayMode'/> |
| 1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1027 | <fieldValue name='transparency' value='0'/> |
| 1028 | <fieldValue name='translation' value='0.40686 -1.95129 -2.19373'/> |
| 1029 | <fieldValue name='textTranslation' value='0.55686 -1.95129 -2.19373'/> |
| 1030 | <fieldValue name='textColor' value='0 0 0'/> |
| 1031 | </ProtoInstance> |
| 1032 | <ProtoInstance name='Vertex'> |
| 1033 | <fieldValue name='vertexText' value='"command"'/> |
| 1034 | <fieldValue name='description' value='12: command'/> |
| 1035 | <fieldValue name='url'/> |
| 1036 | <fieldValue name='radius' value='0.1500'/> |
| 1037 | <fieldValue name='displayMode'/> |
| 1038 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1039 | <fieldValue name='transparency' value='0'/> |
| 1040 | <fieldValue name='translation' value='2.73441 -1.57623 -1.01216'/> |
| 1041 | <fieldValue name='textTranslation' value='2.88441 -1.57623 -1.01216'/> |
| 1042 | <fieldValue name='textColor' value='0 0 0'/> |
| 1043 | </ProtoInstance> |
| 1044 | <ProtoInstance name='Vertex'> |
| 1045 | <fieldValue name='vertexText' value='"continues"'/> |
| 1046 | <fieldValue name='description' value='13: continues'/> |
| 1047 | <fieldValue name='url'/> |
| 1048 | <fieldValue name='radius' value='0.1500'/> |
| 1049 | <fieldValue name='displayMode'/> |
| 1050 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1051 | <fieldValue name='transparency' value='0'/> |
| 1052 | <fieldValue name='translation' value='-1.09994 1.76249 -2.33435'/> |
| 1053 | <fieldValue name='textTranslation' value='-0.94994 1.76249 -2.33435'/> |
| 1054 | <fieldValue name='textColor' value='0 0 0'/> |
| 1055 | </ProtoInstance> |
| 1056 | <ProtoInstance name='Vertex'> |
| 1057 | <fieldValue name='vertexText' value='"corp"'/> |
| 1058 | <fieldValue name='description' value='14: corp'/> |
| 1059 | <fieldValue name='url'/> |
| 1060 | <fieldValue name='radius' value='0.1500'/> |
| 1061 | <fieldValue name='displayMode'/> |
| 1062 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1063 | <fieldValue name='transparency' value='0'/> |
| 1064 | <fieldValue name='translation' value='-1.52188 1.87971 -1.47514'/> |
| 1065 | <fieldValue name='textTranslation' value='-1.37188 1.87971 -1.47514'/> |
| 1066 | <fieldValue name='textColor' value='0 0 0'/> |
| 1067 | </ProtoInstance> |
| 1068 | <ProtoInstance name='Vertex'> |
| 1069 | <fieldValue name='vertexText' value='"delegation"'/> |
| 1070 | <fieldValue name='description' value='15: delegation'/> |
| 1071 | <fieldValue name='url'/> |
| 1072 | <fieldValue name='radius' value='0.1500'/> |
| 1073 | <fieldValue name='displayMode'/> |
| 1074 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1075 | <fieldValue name='transparency' value='0'/> |
| 1076 | <fieldValue name='translation' value='1.76400 -1.44932 -2.75257'/> |
| 1077 | <fieldValue name='textTranslation' value='1.91400 -1.44932 -2.75257'/> |
| 1078 | <fieldValue name='textColor' value='0 0 0'/> |
| 1079 | </ProtoInstance> |
| 1080 | <ProtoInstance name='Vertex'> |
| 1081 | <fieldValue name='vertexText' value='"demand"'/> |
| 1082 | <fieldValue name='description' value='16: demand'/> |
| 1083 | <fieldValue name='url'/> |
| 1084 | <fieldValue name='radius' value='0.1500'/> |
| 1085 | <fieldValue name='displayMode'/> |
| 1086 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 1087 | <fieldValue name='transparency' value='0'/> |
| 1088 | <fieldValue name='translation' value='0.74566 -0.32141 2.62443'/> |
| 1089 | <fieldValue name='textTranslation' value='0.89566 -0.32141 2.62443'/> |
| 1090 | <fieldValue name='textColor' value='0 0 0'/> |
| 1091 | </ProtoInstance> |
| 1092 | <ProtoInstance name='Vertex'> |
| 1093 | <fieldValue name='vertexText' value='"des"'/> |
| 1094 | <fieldValue name='description' value='17: des'/> |
| 1095 | <fieldValue name='url'/> |
| 1096 | <fieldValue name='radius' value='0.1500'/> |
| 1097 | <fieldValue name='displayMode'/> |
| 1098 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1099 | <fieldValue name='transparency' value='0'/> |
| 1100 | <fieldValue name='translation' value='0.54942 2.75261 -0.86167'/> |
| 1101 | <fieldValue name='textTranslation' value='0.69942 2.75261 -0.86167'/> |
| 1102 | <fieldValue name='textColor' value='0 0 0'/> |
| 1103 | </ProtoInstance> |
| 1104 | <ProtoInstance name='Vertex'> |
| 1105 | <fieldValue name='vertexText' value='"distribute"'/> |
| 1106 | <fieldValue name='description' value='18: distribute'/> |
| 1107 | <fieldValue name='url'/> |
| 1108 | <fieldValue name='radius' value='0.1500'/> |
| 1109 | <fieldValue name='displayMode'/> |
| 1110 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1111 | <fieldValue name='transparency' value='0'/> |
| 1112 | <fieldValue name='translation' value='-0.53712 2.69968 -0.57417'/> |
| 1113 | <fieldValue name='textTranslation' value='-0.38712 2.69968 -0.57417'/> |
| 1114 | <fieldValue name='textColor' value='0 0 0'/> |
| 1115 | </ProtoInstance> |
| 1116 | <ProtoInstance name='Vertex'> |
| 1117 | <fieldValue name='vertexText' value='"distributed"'/> |
| 1118 | <fieldValue name='description' value='19: distributed'/> |
| 1119 | <fieldValue name='url'/> |
| 1120 | <fieldValue name='radius' value='0.1500'/> |
| 1121 | <fieldValue name='displayMode'/> |
| 1122 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1123 | <fieldValue name='transparency' value='0'/> |
| 1124 | <fieldValue name='translation' value='-0.34040 2.52425 -1.95627'/> |
| 1125 | <fieldValue name='textTranslation' value='-0.19040 2.52425 -1.95627'/> |
| 1126 | <fieldValue name='textColor' value='0 0 0'/> |
| 1127 | </ProtoInstance> |
| 1128 | <ProtoInstance name='Vertex'> |
| 1129 | <fieldValue name='vertexText' value='"dominance"'/> |
| 1130 | <fieldValue name='description' value='20: dominance'/> |
| 1131 | <fieldValue name='url'/> |
| 1132 | <fieldValue name='radius' value='0.1500'/> |
| 1133 | <fieldValue name='displayMode'/> |
| 1134 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1135 | <fieldValue name='transparency' value='0'/> |
| 1136 | <fieldValue name='translation' value='2.14573 -0.92983 -2.09004'/> |
| 1137 | <fieldValue name='textTranslation' value='2.29573 -0.92983 -2.09004'/> |
| 1138 | <fieldValue name='textColor' value='0 0 0'/> |
| 1139 | </ProtoInstance> |
| 1140 | <ProtoInstance name='Vertex'> |
| 1141 | <fieldValue name='vertexText' value='"enduring"'/> |
| 1142 | <fieldValue name='description' value='21: enduring'/> |
| 1143 | <fieldValue name='url'/> |
| 1144 | <fieldValue name='radius' value='0.1500'/> |
| 1145 | <fieldValue name='displayMode'/> |
| 1146 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 1147 | <fieldValue name='transparency' value='0'/> |
| 1148 | <fieldValue name='translation' value='0.59156 0.69578 2.49410'/> |
| 1149 | <fieldValue name='textTranslation' value='0.74156 0.69578 2.49410'/> |
| 1150 | <fieldValue name='textColor' value='0 0 0'/> |
| 1151 | </ProtoInstance> |
| 1152 | <ProtoInstance name='Vertex'> |
| 1153 | <fieldValue name='vertexText' value='"families"'/> |
| 1154 | <fieldValue name='description' value='22: families'/> |
| 1155 | <fieldValue name='url'/> |
| 1156 | <fieldValue name='radius' value='0.1500'/> |
| 1157 | <fieldValue name='displayMode'/> |
| 1158 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1159 | <fieldValue name='transparency' value='0'/> |
| 1160 | <fieldValue name='translation' value='-0.85687 2.49522 -1.59179'/> |
| 1161 | <fieldValue name='textTranslation' value='-0.70687 2.49522 -1.59179'/> |
| 1162 | <fieldValue name='textColor' value='0 0 0'/> |
| 1163 | </ProtoInstance> |
| 1164 | <ProtoInstance name='Vertex'> |
| 1165 | <fieldValue name='vertexText' value='"gallons"'/> |
| 1166 | <fieldValue name='description' value='23: gallons'/> |
| 1167 | <fieldValue name='url'/> |
| 1168 | <fieldValue name='radius' value='0.1500'/> |
| 1169 | <fieldValue name='displayMode'/> |
| 1170 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1171 | <fieldValue name='transparency' value='0'/> |
| 1172 | <fieldValue name='translation' value='-0.08428 2.74500 -1.62542'/> |
| 1173 | <fieldValue name='textTranslation' value='0.06572 2.74500 -1.62542'/> |
| 1174 | <fieldValue name='textColor' value='0 0 0'/> |
| 1175 | </ProtoInstance> |
| 1176 | <ProtoInstance name='Vertex'> |
| 1177 | <fieldValue name='vertexText' value='"hereto"'/> |
| 1178 | <fieldValue name='description' value='24: hereto'/> |
| 1179 | <fieldValue name='url'/> |
| 1180 | <fieldValue name='radius' value='0.1500'/> |
| 1181 | <fieldValue name='displayMode'/> |
| 1182 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1183 | <fieldValue name='transparency' value='0'/> |
| 1184 | <fieldValue name='translation' value='-0.15495 1.82656 -2.74922'/> |
| 1185 | <fieldValue name='textTranslation' value='-0.00495 1.82656 -2.74922'/> |
| 1186 | <fieldValue name='textColor' value='0 0 0'/> |
| 1187 | </ProtoInstance> |
| 1188 | <ProtoInstance name='Vertex'> |
| 1189 | <fieldValue name='vertexText' value='"hospital"'/> |
| 1190 | <fieldValue name='description' value='25: hospital'/> |
| 1191 | <fieldValue name='url'/> |
| 1192 | <fieldValue name='radius' value='0.1500'/> |
| 1193 | <fieldValue name='displayMode'/> |
| 1194 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1195 | <fieldValue name='transparency' value='0'/> |
| 1196 | <fieldValue name='translation' value='2.44560 -1.83987 -1.52828'/> |
| 1197 | <fieldValue name='textTranslation' value='2.59560 -1.83987 -1.52828'/> |
| 1198 | <fieldValue name='textColor' value='0 0 0'/> |
| 1199 | </ProtoInstance> |
| 1200 | <ProtoInstance name='Vertex'> |
| 1201 | <fieldValue name='vertexText' value='"hot"'/> |
| 1202 | <fieldValue name='description' value='26: hot'/> |
| 1203 | <fieldValue name='url'/> |
| 1204 | <fieldValue name='radius' value='0.1500'/> |
| 1205 | <fieldValue name='displayMode'/> |
| 1206 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1207 | <fieldValue name='transparency' value='0'/> |
| 1208 | <fieldValue name='translation' value='0.09944 2.39436 -2.21977'/> |
| 1209 | <fieldValue name='textTranslation' value='0.24944 2.39436 -2.21977'/> |
| 1210 | <fieldValue name='textColor' value='0 0 0'/> |
| 1211 | </ProtoInstance> |
| 1212 | <ProtoInstance name='Vertex'> |
| 1213 | <fieldValue name='vertexText' value='"information"'/> |
| 1214 | <fieldValue name='description' value='27: information'/> |
| 1215 | <fieldValue name='url'/> |
| 1216 | <fieldValue name='radius' value='0.1500'/> |
| 1217 | <fieldValue name='displayMode'/> |
| 1218 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1219 | <fieldValue name='transparency' value='0'/> |
| 1220 | <fieldValue name='translation' value='1.89608 -1.38881 -1.64950'/> |
| 1221 | <fieldValue name='textTranslation' value='2.04608 -1.38881 -1.64950'/> |
| 1222 | <fieldValue name='textColor' value='0 0 0'/> |
| 1223 | </ProtoInstance> |
| 1224 | <ProtoInstance name='Vertex'> |
| 1225 | <fieldValue name='vertexText' value='"learning"'/> |
| 1226 | <fieldValue name='description' value='28: learning'/> |
| 1227 | <fieldValue name='url'/> |
| 1228 | <fieldValue name='radius' value='0.1500'/> |
| 1229 | <fieldValue name='displayMode'/> |
| 1230 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1231 | <fieldValue name='transparency' value='0'/> |
| 1232 | <fieldValue name='translation' value='2.30521 -2.03856 -0.39580'/> |
| 1233 | <fieldValue name='textTranslation' value='2.45521 -2.03856 -0.39580'/> |
| 1234 | <fieldValue name='textColor' value='0 0 0'/> |
| 1235 | </ProtoInstance> |
| 1236 | <ProtoInstance name='Vertex'> |
| 1237 | <fieldValue name='vertexText' value='"links"'/> |
| 1238 | <fieldValue name='description' value='29: links'/> |
| 1239 | <fieldValue name='url'/> |
| 1240 | <fieldValue name='radius' value='0.1500'/> |
| 1241 | <fieldValue name='displayMode'/> |
| 1242 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1243 | <fieldValue name='transparency' value='0'/> |
| 1244 | <fieldValue name='translation' value='2.24326 -2.39720 -1.71671'/> |
| 1245 | <fieldValue name='textTranslation' value='2.39326 -2.39720 -1.71671'/> |
| 1246 | <fieldValue name='textColor' value='0 0 0'/> |
| 1247 | </ProtoInstance> |
| 1248 | <ProtoInstance name='Vertex'> |
| 1249 | <fieldValue name='vertexText' value='"meals"'/> |
| 1250 | <fieldValue name='description' value='30: meals'/> |
| 1251 | <fieldValue name='url'/> |
| 1252 | <fieldValue name='radius' value='0.1500'/> |
| 1253 | <fieldValue name='displayMode'/> |
| 1254 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1255 | <fieldValue name='transparency' value='0'/> |
| 1256 | <fieldValue name='translation' value='0.30509 2.56762 -1.91307'/> |
| 1257 | <fieldValue name='textTranslation' value='0.45509 2.56762 -1.91307'/> |
| 1258 | <fieldValue name='textColor' value='0 0 0'/> |
| 1259 | </ProtoInstance> |
| 1260 | <ProtoInstance name='Vertex'> |
| 1261 | <fieldValue name='vertexText' value='"meets"'/> |
| 1262 | <fieldValue name='description' value='31: meets'/> |
| 1263 | <fieldValue name='url'/> |
| 1264 | <fieldValue name='radius' value='0.1500'/> |
| 1265 | <fieldValue name='displayMode'/> |
| 1266 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 1267 | <fieldValue name='transparency' value='0'/> |
| 1268 | <fieldValue name='translation' value='0.25387 -0.14511 2.72346'/> |
| 1269 | <fieldValue name='textTranslation' value='0.40387 -0.14511 2.72346'/> |
| 1270 | <fieldValue name='textColor' value='0 0 0'/> |
| 1271 | </ProtoInstance> |
| 1272 | <ProtoInstance name='Vertex'> |
| 1273 | <fieldValue name='vertexText' value='"mil"'/> |
| 1274 | <fieldValue name='description' value='32: mil'/> |
| 1275 | <fieldValue name='url'/> |
| 1276 | <fieldValue name='radius' value='0.1500'/> |
| 1277 | <fieldValue name='displayMode'/> |
| 1278 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 1279 | <fieldValue name='transparency' value='0'/> |
| 1280 | <fieldValue name='translation' value='-0.36497 0.42058 2.58685'/> |
| 1281 | <fieldValue name='textTranslation' value='-0.21497 0.42058 2.58685'/> |
| 1282 | <fieldValue name='textColor' value='0 0 0'/> |
| 1283 | </ProtoInstance> |
| 1284 | <ProtoInstance name='Vertex'> |
| 1285 | <fieldValue name='vertexText' value='"norfolk"'/> |
| 1286 | <fieldValue name='description' value='33: norfolk'/> |
| 1287 | <fieldValue name='url'/> |
| 1288 | <fieldValue name='radius' value='0.1500'/> |
| 1289 | <fieldValue name='displayMode'/> |
| 1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1291 | <fieldValue name='transparency' value='0'/> |
| 1292 | <fieldValue name='translation' value='1.53992 -2.58153 -0.35976'/> |
| 1293 | <fieldValue name='textTranslation' value='1.68992 -2.58153 -0.35976'/> |
| 1294 | <fieldValue name='textColor' value='0 0 0'/> |
| 1295 | </ProtoInstance> |
| 1296 | <ProtoInstance name='Vertex'> |
| 1297 | <fieldValue name='vertexText' value='"officer"'/> |
| 1298 | <fieldValue name='description' value='34: officer'/> |
| 1299 | <fieldValue name='url'/> |
| 1300 | <fieldValue name='radius' value='0.1500'/> |
| 1301 | <fieldValue name='displayMode'/> |
| 1302 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1303 | <fieldValue name='transparency' value='0'/> |
| 1304 | <fieldValue name='translation' value='1.56301 -2.75261 -1.43838'/> |
| 1305 | <fieldValue name='textTranslation' value='1.71301 -2.75261 -1.43838'/> |
| 1306 | <fieldValue name='textColor' value='0 0 0'/> |
| 1307 | </ProtoInstance> |
| 1308 | <ProtoInstance name='Vertex'> |
| 1309 | <fieldValue name='vertexText' value='"patients"'/> |
| 1310 | <fieldValue name='description' value='35: patients'/> |
| 1311 | <fieldValue name='url'/> |
| 1312 | <fieldValue name='radius' value='0.1500'/> |
| 1313 | <fieldValue name='displayMode'/> |
| 1314 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1315 | <fieldValue name='transparency' value='0'/> |
| 1316 | <fieldValue name='translation' value='1.87117 -1.88776 -2.36598'/> |
| 1317 | <fieldValue name='textTranslation' value='2.02117 -1.88776 -2.36598'/> |
| 1318 | <fieldValue name='textColor' value='0 0 0'/> |
| 1319 | </ProtoInstance> |
| 1320 | <ProtoInstance name='Vertex'> |
| 1321 | <fieldValue name='vertexText' value='"photo"'/> |
| 1322 | <fieldValue name='description' value='36: photo'/> |
| 1323 | <fieldValue name='url'/> |
| 1324 | <fieldValue name='radius' value='0.1500'/> |
| 1325 | <fieldValue name='displayMode'/> |
| 1326 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1327 | <fieldValue name='transparency' value='0'/> |
| 1328 | <fieldValue name='translation' value='1.32816 -2.31142 -2.27723'/> |
| 1329 | <fieldValue name='textTranslation' value='1.47816 -2.31142 -2.27723'/> |
| 1330 | <fieldValue name='textColor' value='0 0 0'/> |
| 1331 | </ProtoInstance> |
| 1332 | <ProtoInstance name='Vertex'> |
| 1333 | <fieldValue name='vertexText' value='"physicians"'/> |
| 1334 | <fieldValue name='description' value='37: physicians'/> |
| 1335 | <fieldValue name='url'/> |
| 1336 | <fieldValue name='radius' value='0.1500'/> |
| 1337 | <fieldValue name='displayMode'/> |
| 1338 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1339 | <fieldValue name='transparency' value='0'/> |
| 1340 | <fieldValue name='translation' value='0.52791 -2.71102 -1.21639'/> |
| 1341 | <fieldValue name='textTranslation' value='0.67791 -2.71102 -1.21639'/> |
| 1342 | <fieldValue name='textColor' value='0 0 0'/> |
| 1343 | </ProtoInstance> |
| 1344 | <ProtoInstance name='Vertex'> |
| 1345 | <fieldValue name='vertexText' value='"pres"'/> |
| 1346 | <fieldValue name='description' value='38: pres'/> |
| 1347 | <fieldValue name='url'/> |
| 1348 | <fieldValue name='radius' value='0.1500'/> |
| 1349 | <fieldValue name='displayMode'/> |
| 1350 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1351 | <fieldValue name='transparency' value='0'/> |
| 1352 | <fieldValue name='translation' value='0.81363 2.63939 -1.23684'/> |
| 1353 | <fieldValue name='textTranslation' value='0.96363 2.63939 -1.23684'/> |
| 1354 | <fieldValue name='textColor' value='0 0 0'/> |
| 1355 | </ProtoInstance> |
| 1356 | <ProtoInstance name='Vertex'> |
| 1357 | <fieldValue name='vertexText' value='"press"'/> |
| 1358 | <fieldValue name='description' value='39: press'/> |
| 1359 | <fieldValue name='url'/> |
| 1360 | <fieldValue name='radius' value='0.1500'/> |
| 1361 | <fieldValue name='displayMode'/> |
| 1362 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 1363 | <fieldValue name='transparency' value='0'/> |
| 1364 | <fieldValue name='translation' value='-0.52533 -0.72592 2.50481'/> |
| 1365 | <fieldValue name='textTranslation' value='-0.37533 -0.72592 2.50481'/> |
| 1366 | <fieldValue name='textColor' value='0 0 0'/> |
| 1367 | </ProtoInstance> |
| 1368 | <ProtoInstance name='Vertex'> |
| 1369 | <fieldValue name='vertexText' value='"served"'/> |
| 1370 | <fieldValue name='description' value='40: served'/> |
| 1371 | <fieldValue name='url'/> |
| 1372 | <fieldValue name='radius' value='0.1500'/> |
| 1373 | <fieldValue name='displayMode'/> |
| 1374 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1375 | <fieldValue name='transparency' value='0'/> |
| 1376 | <fieldValue name='translation' value='-0.92080 2.51883 -1.20266'/> |
| 1377 | <fieldValue name='textTranslation' value='-0.77080 2.51883 -1.20266'/> |
| 1378 | <fieldValue name='textColor' value='0 0 0'/> |
| 1379 | </ProtoInstance> |
| 1380 | <ProtoInstance name='Vertex'> |
| 1381 | <fieldValue name='vertexText' value='"ship"'/> |
| 1382 | <fieldValue name='description' value='41: ship'/> |
| 1383 | <fieldValue name='url'/> |
| 1384 | <fieldValue name='radius' value='0.1500'/> |
| 1385 | <fieldValue name='displayMode'/> |
| 1386 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1387 | <fieldValue name='transparency' value='0'/> |
| 1388 | <fieldValue name='translation' value='2.75294 -1.34551 -1.66819'/> |
| 1389 | <fieldValue name='textTranslation' value='2.90294 -1.34551 -1.66819'/> |
| 1390 | <fieldValue name='textColor' value='0 0 0'/> |
| 1391 | </ProtoInstance> |
| 1392 | <ProtoInstance name='Vertex'> |
| 1393 | <fieldValue name='vertexText' value='"staff"'/> |
| 1394 | <fieldValue name='description' value='42: staff'/> |
| 1395 | <fieldValue name='url'/> |
| 1396 | <fieldValue name='radius' value='0.1500'/> |
| 1397 | <fieldValue name='displayMode'/> |
| 1398 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1399 | <fieldValue name='transparency' value='0'/> |
| 1400 | <fieldValue name='translation' value='1.00096 -1.98821 -2.72208'/> |
| 1401 | <fieldValue name='textTranslation' value='1.15096 -1.98821 -2.72208'/> |
| 1402 | <fieldValue name='textColor' value='0 0 0'/> |
| 1403 | </ProtoInstance> |
| 1404 | <ProtoInstance name='Vertex'> |
| 1405 | <fieldValue name='vertexText' value='"team"'/> |
| 1406 | <fieldValue name='description' value='43: team'/> |
| 1407 | <fieldValue name='url'/> |
| 1408 | <fieldValue name='radius' value='0.1500'/> |
| 1409 | <fieldValue name='displayMode'/> |
| 1410 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1411 | <fieldValue name='transparency' value='0'/> |
| 1412 | <fieldValue name='translation' value='-0.69982 2.25064 -2.05680'/> |
| 1413 | <fieldValue name='textTranslation' value='-0.54982 2.25064 -2.05680'/> |
| 1414 | <fieldValue name='textColor' value='0 0 0'/> |
| 1415 | </ProtoInstance> |
| 1416 | <ProtoInstance name='Vertex'> |
| 1417 | <fieldValue name='vertexText' value='"thomas"'/> |
| 1418 | <fieldValue name='description' value='44: thomas'/> |
| 1419 | <fieldValue name='url'/> |
| 1420 | <fieldValue name='radius' value='0.1500'/> |
| 1421 | <fieldValue name='displayMode'/> |
| 1422 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1423 | <fieldValue name='transparency' value='0'/> |
| 1424 | <fieldValue name='translation' value='1.37765 -2.65768 -1.90321'/> |
| 1425 | <fieldValue name='textTranslation' value='1.52765 -2.65768 -1.90321'/> |
| 1426 | <fieldValue name='textColor' value='0 0 0'/> |
| 1427 | </ProtoInstance> |
| 1428 | <ProtoInstance name='Vertex'> |
| 1429 | <fieldValue name='vertexText' value='"transcript"'/> |
| 1430 | <fieldValue name='description' value='45: transcript'/> |
| 1431 | <fieldValue name='url'/> |
| 1432 | <fieldValue name='radius' value='0.1500'/> |
| 1433 | <fieldValue name='displayMode'/> |
| 1434 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 1435 | <fieldValue name='transparency' value='0'/> |
| 1436 | <fieldValue name='translation' value='-1.04575 -0.02143 2.39694'/> |
| 1437 | <fieldValue name='textTranslation' value='-0.89575 -0.02143 2.39694'/> |
| 1438 | <fieldValue name='textColor' value='0 0 0'/> |
| 1439 | </ProtoInstance> |
| 1440 | <ProtoInstance name='Vertex'> |
| 1441 | <fieldValue name='vertexText' value='"transition"'/> |
| 1442 | <fieldValue name='description' value='46: transition'/> |
| 1443 | <fieldValue name='url'/> |
| 1444 | <fieldValue name='radius' value='0.1500'/> |
| 1445 | <fieldValue name='displayMode'/> |
| 1446 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 1447 | <fieldValue name='transparency' value='0'/> |
| 1448 | <fieldValue name='translation' value='-1.43084 -0.46346 1.93773'/> |
| 1449 | <fieldValue name='textTranslation' value='-1.28084 -0.46346 1.93773'/> |
| 1450 | <fieldValue name='textColor' value='0 0 0'/> |
| 1451 | </ProtoInstance> |
| 1452 | <ProtoInstance name='Vertex'> |
| 1453 | <fieldValue name='vertexText' value='"visiting"'/> |
| 1454 | <fieldValue name='description' value='47: visiting'/> |
| 1455 | <fieldValue name='url'/> |
| 1456 | <fieldValue name='radius' value='0.1500'/> |
| 1457 | <fieldValue name='displayMode'/> |
| 1458 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1459 | <fieldValue name='transparency' value='0'/> |
| 1460 | <fieldValue name='translation' value='0.73089 -2.71779 -0.86537'/> |
| 1461 | <fieldValue name='textTranslation' value='0.88089 -2.71779 -0.86537'/> |
| 1462 | <fieldValue name='textColor' value='0 0 0'/> |
| 1463 | </ProtoInstance> |
| 1464 | <ProtoInstance name='Vertex'> |
| 1465 | <fieldValue name='vertexText' value='"water"'/> |
| 1466 | <fieldValue name='description' value='48: water'/> |
| 1467 | <fieldValue name='url'/> |
| 1468 | <fieldValue name='radius' value='0.1500'/> |
| 1469 | <fieldValue name='displayMode'/> |
| 1470 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 1471 | <fieldValue name='transparency' value='0'/> |
| 1472 | <fieldValue name='translation' value='-0.44743 2.63223 -1.34550'/> |
| 1473 | <fieldValue name='textTranslation' value='-0.29743 2.63223 -1.34550'/> |
| 1474 | <fieldValue name='textColor' value='0 0 0'/> |
| 1475 | </ProtoInstance> |
| 1476 | <ProtoInstance name='Vertex'> |
| 1477 | <fieldValue name='vertexText' value='"web"'/> |
| 1478 | <fieldValue name='description' value='49: web'/> |
| 1479 | <fieldValue name='url'/> |
| 1480 | <fieldValue name='radius' value='0.1500'/> |
| 1481 | <fieldValue name='displayMode'/> |
| 1482 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 1483 | <fieldValue name='transparency' value='0'/> |
| 1484 | <fieldValue name='translation' value='-0.95475 0.35293 2.36266'/> |
| 1485 | <fieldValue name='textTranslation' value='-0.80475 0.35293 2.36266'/> |
| 1486 | <fieldValue name='textColor' value='0 0 0'/> |
| 1487 | </ProtoInstance> |
| 1488 | <ProtoInstance name='Vertex'> |
| 1489 | <fieldValue name='vertexText' value='"yesterdays"'/> |
| 1490 | <fieldValue name='description' value='50: yesterdays'/> |
| 1491 | <fieldValue name='url'/> |
| 1492 | <fieldValue name='radius' value='0.1500'/> |
| 1493 | <fieldValue name='displayMode'/> |
| 1494 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 1495 | <fieldValue name='transparency' value='0'/> |
| 1496 | <fieldValue name='translation' value='-0.88047 -0.48958 2.44702'/> |
| 1497 | <fieldValue name='textTranslation' value='-0.73047 -0.48958 2.44702'/> |
| 1498 | <fieldValue name='textColor' value='0 0 0'/> |
| 1499 | </ProtoInstance> |
| 1500 | </Scene> |
| 1501 | </X3D> |
Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
| line 53
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 64
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 75
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 86
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 97
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 108
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 119
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 130
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 141
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 152
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 163
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 174
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 185
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 196
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 207
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 218
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 229
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 240
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 251
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 262
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 273
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 284
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 295
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 306
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 317
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 328
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 339
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 350
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 361
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 372
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 383
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 394
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 405
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 416
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 427
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 438
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 449
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 460
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 471
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 482
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 493
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 504
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 515
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 526
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 537
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 548
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 559
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 570
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 581
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 592
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 603
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 614
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 625
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 636
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 647
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 658
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 669
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 680
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 691
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 702
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 713
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 724
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 735
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 746
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 757
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 768
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 779
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 790
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 801
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 812
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 823
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 834
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 845
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 856
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 867
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 878
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 889
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 900
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 912
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 924
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 936
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 948
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 960
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 972
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 984
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 996
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1008
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1020
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1032
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1044
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1056
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1068
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1080
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1092
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1104
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1116
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1128
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1140
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1152
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1164
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1176
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1188
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1200
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1212
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1224
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1236
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1248
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1260
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1272
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1284
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1296
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1308
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1320
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 1332
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 1344
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 1356
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 1368
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 1380
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 1392
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 1404
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 1416
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 1428
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 1440
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 1452
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 1464
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 1476
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 1488
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. |
<!--
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>
-->
<!--
For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints.
-->