| 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='0.85611'/> |
| 55 | <fieldValue name='cylinderTranslation' value='-0.01172 -0.36526 -2.25850'/> |
| 56 | <fieldValue name='coneTranslation' value='-0.25957 -0.35448 -2.36002'/> |
| 57 | <fieldValue name='rotation' value='-32.42297 0 79.15892 1.53059'/> |
| 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.36017'/> |
| 66 | <fieldValue name='cylinderTranslation' value='0.46299 -0.38413 -2.25826'/> |
| 67 | <fieldValue name='coneTranslation' value='0.47179 -0.38432 -2.27631'/> |
| 68 | <fieldValue name='rotation' value='-32.37324 0 -15.78226 1.58006'/> |
| 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.42856'/> |
| 77 | <fieldValue name='cylinderTranslation' value='0.45175 -0.45775 -2.28525'/> |
| 78 | <fieldValue name='coneTranslation' value='0.46890 -0.47682 -2.33309'/> |
| 79 | <fieldValue name='rotation' value='-37.77207 0 -13.53509 1.92978'/> |
| 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='0.81821'/> |
| 88 | <fieldValue name='cylinderTranslation' value='0.26569 -0.11946 -2.38652'/> |
| 89 | <fieldValue name='coneTranslation' value='0.19361 0.04069 -2.56319'/> |
| 90 | <fieldValue name='rotation' value='-58.02685 0 23.67695 0.87253'/> |
| 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='0.42963'/> |
| 99 | <fieldValue name='cylinderTranslation' value='0.46395 -0.28419 -2.26991'/> |
| 100 | <fieldValue name='coneTranslation' value='0.48433 -0.25911 -2.31419'/> |
| 101 | <fieldValue name='rotation' value='-34.70388 0 -15.97403 1.09563'/> |
| 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='0.82644'/> |
| 110 | <fieldValue name='cylinderTranslation' value='0.09865 -0.18807 -2.32331'/> |
| 111 | <fieldValue name='coneTranslation' value='-0.07626 -0.06894 -2.46237'/> |
| 112 | <fieldValue name='rotation' value='-45.38464 0 57.08537 1.08101'/> |
| 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='0.78295'/> |
| 121 | <fieldValue name='cylinderTranslation' value='0.25854 -0.01178 -2.08725'/> |
| 122 | <fieldValue name='coneTranslation' value='0.18430 0.20741 -2.08184'/> |
| 123 | <fieldValue name='rotation' value='1.82860 -0.00000 25.10857 0.32736'/> |
| 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.99723'/> |
| 132 | <fieldValue name='cylinderTranslation' value='0.74895 -0.65108 -1.88823'/> |
| 133 | <fieldValue name='coneTranslation' value='0.99674 -0.83350 -1.74687'/> |
| 134 | <fieldValue name='rotation' value='41.63205 0 -72.97459 2.13971'/> |
| 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.43814'/> |
| 143 | <fieldValue name='cylinderTranslation' value='0.24187 -0.27414 -2.22302'/> |
| 144 | <fieldValue name='coneTranslation' value='0.20353 -0.24493 -2.25716'/> |
| 145 | <fieldValue name='rotation' value='-25.32580 0 28.44139 1.05357'/> |
| 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='0.45763'/> |
| 154 | <fieldValue name='cylinderTranslation' value='0.17728 -0.38668 -2.19424'/> |
| 155 | <fieldValue name='coneTranslation' value='0.11509 -0.38794 -2.22367'/> |
| 156 | <fieldValue name='rotation' value='-19.57063 0 41.35880 1.58920'/> |
| 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.94384'/> |
| 165 | <fieldValue name='cylinderTranslation' value='0.85238 -0.43516 -2.12134'/> |
| 166 | <fieldValue name='coneTranslation' value='1.16191 -0.46998 -2.13783'/> |
| 167 | <fieldValue name='rotation' value='-4.98995 0 -93.66066 1.68268'/> |
| 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='0.93929'/> |
| 176 | <fieldValue name='cylinderTranslation' value='0.40000 -0.03054 -1.78581'/> |
| 177 | <fieldValue name='coneTranslation' value='0.41049 0.20148 -1.58103'/> |
| 178 | <fieldValue name='rotation' value='62.11694 0 -3.18368 0.72374'/> |
| 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.35502'/> |
| 187 | <fieldValue name='cylinderTranslation' value='0.44733 -0.36355 -2.26117'/> |
| 188 | <fieldValue name='coneTranslation' value='0.45357 -0.36168 -2.27742'/> |
| 189 | <fieldValue name='rotation' value='-32.95511 0 -12.65068 1.46403'/> |
| 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.73331'/> |
| 198 | <fieldValue name='cylinderTranslation' value='0.49971 -0.49525 -2.42555'/> |
| 199 | <fieldValue name='coneTranslation' value='0.56489 -0.55882 -2.61107'/> |
| 200 | <fieldValue name='rotation' value='-65.83155 0 -23.12693 1.88348'/> |
| 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.43131'/> |
| 209 | <fieldValue name='cylinderTranslation' value='0.32692 -0.51637 -2.25548'/> |
| 210 | <fieldValue name='coneTranslation' value='0.31217 -0.55093 -2.29654'/> |
| 211 | <fieldValue name='rotation' value='-31.81808 0 11.43222 2.24071'/> |
| 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='0.75330'/> |
| 220 | <fieldValue name='cylinderTranslation' value='0.52036 -0.20241 -2.39784'/> |
| 221 | <fieldValue name='coneTranslation' value='0.59875 -0.09884 -2.57123'/> |
| 222 | <fieldValue name='rotation' value='-60.28972 0 -27.25667 1.07237'/> |
| 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='0.81821'/> |
| 231 | <fieldValue name='cylinderTranslation' value='0.26569 -0.11946 -2.38652'/> |
| 232 | <fieldValue name='coneTranslation' value='0.19361 0.04069 -2.56319'/> |
| 233 | <fieldValue name='rotation' value='-58.02687 0 23.67687 0.87253'/> |
| 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='0.73483'/> |
| 242 | <fieldValue name='cylinderTranslation' value='0.48818 -0.50936 -2.42510'/> |
| 243 | <fieldValue name='coneTranslation' value='0.54695 -0.58100 -2.61067'/> |
| 244 | <fieldValue name='rotation' value='-65.74228 0 -20.82079 1.92345'/> |
| 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.45401'/> |
| 253 | <fieldValue name='cylinderTranslation' value='0.20088 -0.45247 -2.21070'/> |
| 254 | <fieldValue name='coneTranslation' value='0.14680 -0.47314 -2.24445'/> |
| 255 | <fieldValue name='rotation' value='-22.86277 0 36.63993 1.88431'/> |
| 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='0.35041'/> |
| 264 | <fieldValue name='cylinderTranslation' value='0.38603 -0.32445 -2.26170'/> |
| 265 | <fieldValue name='coneTranslation' value='0.38620 -0.31941 -2.27604'/> |
| 266 | <fieldValue name='rotation' value='-33.06174 0 -0.38985 1.23329'/> |
| 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.41811'/> |
| 275 | <fieldValue name='cylinderTranslation' value='0.26160 -0.29915 -2.24391'/> |
| 276 | <fieldValue name='coneTranslation' value='0.23286 -0.27960 -2.27852'/> |
| 277 | <fieldValue name='rotation' value='-29.50352 0 24.49569 1.16088'/> |
| 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.12289'/> |
| 286 | <fieldValue name='cylinderTranslation' value='0.82048 -0.49558 -1.76175'/> |
| 287 | <fieldValue name='coneTranslation' value='1.13251 -0.57645 -1.52248'/> |
| 288 | <fieldValue name='rotation' value='66.92801 0 -87.27967 1.77365'/> |
| 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.83680'/> |
| 297 | <fieldValue name='cylinderTranslation' value='0.03543 -0.50420 -2.29307'/> |
| 298 | <fieldValue name='coneTranslation' value='-0.17989 -0.57938 -2.41454'/> |
| 299 | <fieldValue name='rotation' value='-39.33582 0 69.72983 1.86602'/> |
| 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='0.79363'/> |
| 308 | <fieldValue name='cylinderTranslation' value='0.17841 -0.59487 -2.36105'/> |
| 309 | <fieldValue name='coneTranslation' value='0.05567 -0.72163 -2.51900'/> |
| 310 | <fieldValue name='rotation' value='-52.93286 0 41.13398 2.13562'/> |
| 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='0.38814'/> |
| 319 | <fieldValue name='cylinderTranslation' value='0.28888 -0.54458 -2.04824'/> |
| 320 | <fieldValue name='coneTranslation' value='0.27217 -0.57304 -2.03979'/> |
| 321 | <fieldValue name='rotation' value='9.63032 -0.00000 19.04006 2.55956'/> |
| 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.98687'/> |
| 330 | <fieldValue name='cylinderTranslation' value='0.34587 -0.68854 -1.71125'/> |
| 331 | <fieldValue name='coneTranslation' value='0.32004 -0.89537 -1.45099'/> |
| 332 | <fieldValue name='rotation' value='77.02841 -0.00000 7.64251 2.23992'/> |
| 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.40963'/> |
| 341 | <fieldValue name='cylinderTranslation' value='0.21480 -0.42510 -2.20352'/> |
| 342 | <fieldValue name='coneTranslation' value='0.17776 -0.43443 -2.22696'/> |
| 343 | <fieldValue name='rotation' value='-21.42624 0 33.85549 1.78051'/> |
| 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.43594'/> |
| 352 | <fieldValue name='cylinderTranslation' value='0.29861 -0.51234 -2.24916'/> |
| 353 | <fieldValue name='coneTranslation' value='0.27588 -0.54687 -2.28979'/> |
| 354 | <fieldValue name='rotation' value='-30.55395 0 17.09367 2.20909'/> |
| 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.81902'/> |
| 363 | <fieldValue name='cylinderTranslation' value='0.08285 -0.23624 -2.33214'/> |
| 364 | <fieldValue name='coneTranslation' value='-0.10069 -0.14715 -2.47578'/> |
| 365 | <fieldValue name='rotation' value='-47.14995 0 60.24573 1.20567'/> |
| 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='0.75360'/> |
| 374 | <fieldValue name='cylinderTranslation' value='0.51880 -0.20060 -2.39765'/> |
| 375 | <fieldValue name='coneTranslation' value='0.59631 -0.09597 -2.57098'/> |
| 376 | <fieldValue name='rotation' value='-60.25140 0 -26.94404 1.06713'/> |
| 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.77687'/> |
| 385 | <fieldValue name='cylinderTranslation' value='0.25888 -0.61229 -2.38342'/> |
| 386 | <fieldValue name='coneTranslation' value='0.18525 -0.74745 -2.55221'/> |
| 387 | <fieldValue name='rotation' value='-57.40526 0 25.04020 2.20394'/> |
| 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.89771'/> |
| 396 | <fieldValue name='cylinderTranslation' value='-0.03985 -0.37228 -2.24354'/> |
| 397 | <fieldValue name='coneTranslation' value='-0.31266 -0.36573 -2.33823'/> |
| 398 | <fieldValue name='rotation' value='-29.42939 0 84.78557 1.54811'/> |
| 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='0.76817'/> |
| 407 | <fieldValue name='cylinderTranslation' value='-0.05095 -0.35638 -2.27810'/> |
| 408 | <fieldValue name='coneTranslation' value='-0.25897 -0.35152 -2.36125'/> |
| 409 | <fieldValue name='rotation' value='-28.50425 0 71.31294 1.54910'/> |
| 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='0.37046'/> |
| 418 | <fieldValue name='cylinderTranslation' value='0.42376 -0.37526 -2.27785'/> |
| 419 | <fieldValue name='coneTranslation' value='0.43985 -0.37669 -2.29723'/> |
| 420 | <fieldValue name='rotation' value='-28.45453 0 -23.62823 1.62774'/> |
| 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='0.43434'/> |
| 429 | <fieldValue name='cylinderTranslation' value='0.41252 -0.44887 -2.30484'/> |
| 430 | <fieldValue name='coneTranslation' value='0.44067 -0.47103 -2.34940'/> |
| 431 | <fieldValue name='rotation' value='-33.85336 0 -21.38106 1.96873'/> |
| 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='0.75906'/> |
| 440 | <fieldValue name='cylinderTranslation' value='0.22646 -0.11058 -2.40612'/> |
| 441 | <fieldValue name='coneTranslation' value='0.18068 0.03641 -2.56260'/> |
| 442 | <fieldValue name='rotation' value='-54.10814 0 15.83097 0.83712'/> |
| 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.42835'/> |
| 451 | <fieldValue name='cylinderTranslation' value='0.42472 -0.27531 -2.28950'/> |
| 452 | <fieldValue name='coneTranslation' value='0.45484 -0.25270 -2.32844'/> |
| 453 | <fieldValue name='rotation' value='-30.78517 0 -23.82000 1.14019'/> |
| 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.74301'/> |
| 462 | <fieldValue name='cylinderTranslation' value='0.05942 -0.17919 -2.34291'/> |
| 463 | <fieldValue name='coneTranslation' value='-0.08074 -0.07357 -2.46094'/> |
| 464 | <fieldValue name='rotation' value='-41.46593 0 49.23939 1.04792'/> |
| 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.74615'/> |
| 473 | <fieldValue name='cylinderTranslation' value='0.21931 -0.00290 -2.10684'/> |
| 474 | <fieldValue name='coneTranslation' value='0.17001 0.20374 -2.09043'/> |
| 475 | <fieldValue name='rotation' value='5.74731 -0.00000 17.26260 0.24633'/> |
| 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.08106'/> |
| 484 | <fieldValue name='cylinderTranslation' value='0.70972 -0.64220 -1.90782'/> |
| 485 | <fieldValue name='coneTranslation' value='0.99421 -0.83755 -1.74749'/> |
| 486 | <fieldValue name='rotation' value='45.55077 0 -80.82056 2.10990'/> |
| 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.35750'/> |
| 495 | <fieldValue name='cylinderTranslation' value='0.20264 -0.26527 -2.24261'/> |
| 496 | <fieldValue name='coneTranslation' value='0.19184 -0.25483 -2.25384'/> |
| 497 | <fieldValue name='rotation' value='-21.40709 0 20.59541 0.98079'/> |
| 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.37080'/> |
| 506 | <fieldValue name='cylinderTranslation' value='0.13805 -0.37780 -2.21384'/> |
| 507 | <fieldValue name='coneTranslation' value='0.11510 -0.37959 -2.22456'/> |
| 508 | <fieldValue name='rotation' value='-15.65192 0 33.51283 1.64143'/> |
| 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='0.95862'/> |
| 517 | <fieldValue name='cylinderTranslation' value='0.36077 -0.02167 -1.80540'/> |
| 518 | <fieldValue name='coneTranslation' value='0.39751 0.20686 -1.58544'/> |
| 519 | <fieldValue name='rotation' value='66.03565 0 -11.02965 0.77316'/> |
| 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.35599'/> |
| 528 | <fieldValue name='cylinderTranslation' value='0.40810 -0.35467 -2.28076'/> |
| 529 | <fieldValue name='coneTranslation' value='0.41846 -0.35366 -2.29544'/> |
| 530 | <fieldValue name='rotation' value='-29.03640 0 -20.49665 1.51435'/> |
| 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.73380'/> |
| 539 | <fieldValue name='cylinderTranslation' value='0.46048 -0.48638 -2.44514'/> |
| 540 | <fieldValue name='coneTranslation' value='0.54781 -0.55498 -2.61971'/> |
| 541 | <fieldValue name='rotation' value='-61.91284 0 -30.97291 1.90879'/> |
| 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.40083'/> |
| 550 | <fieldValue name='cylinderTranslation' value='0.28769 -0.50749 -2.27507'/> |
| 551 | <fieldValue name='coneTranslation' value='0.28407 -0.53629 -2.30320'/> |
| 552 | <fieldValue name='rotation' value='-27.89937 0 3.58625 2.36372'/> |
| 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.74713'/> |
| 561 | <fieldValue name='cylinderTranslation' value='0.48113 -0.19353 -2.41743'/> |
| 562 | <fieldValue name='coneTranslation' value='0.58147 -0.09567 -2.57857'/> |
| 563 | <fieldValue name='rotation' value='-56.37101 0 -35.10265 1.09478'/> |
| 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.75906'/> |
| 572 | <fieldValue name='cylinderTranslation' value='0.22646 -0.11058 -2.40612'/> |
| 573 | <fieldValue name='coneTranslation' value='0.18068 0.03641 -2.56260'/> |
| 574 | <fieldValue name='rotation' value='-54.10816 0 15.83089 0.83712'/> |
| 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.73357'/> |
| 583 | <fieldValue name='cylinderTranslation' value='0.44895 -0.50049 -2.44469'/> |
| 584 | <fieldValue name='coneTranslation' value='0.52976 -0.57704 -2.61897'/> |
| 585 | <fieldValue name='rotation' value='-61.82357 0 -28.66676 1.94999'/> |
| 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.37906'/> |
| 594 | <fieldValue name='cylinderTranslation' value='0.16165 -0.44360 -2.23030'/> |
| 595 | <fieldValue name='coneTranslation' value='0.13922 -0.45589 -2.24506'/> |
| 596 | <fieldValue name='rotation' value='-18.94406 0 28.79395 2.00007'/> |
| 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.31839'/> |
| 605 | <fieldValue name='cylinderTranslation' value='0.34680 -0.31557 -2.28129'/> |
| 606 | <fieldValue name='coneTranslation' value='0.34659 -0.31582 -2.28056'/> |
| 607 | <fieldValue name='rotation' value='-29.14303 0 -8.23582 1.25699'/> |
| 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.33962'/> |
| 616 | <fieldValue name='cylinderTranslation' value='0.22237 -0.29028 -2.26350'/> |
| 617 | <fieldValue name='coneTranslation' value='0.21756 -0.28597 -2.27089'/> |
| 618 | <fieldValue name='rotation' value='-25.58481 0 16.64971 1.11701'/> |
| 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='1.21092'/> |
| 627 | <fieldValue name='cylinderTranslation' value='0.78125 -0.48670 -1.78134'/> |
| 628 | <fieldValue name='coneTranslation' value='1.13119 -0.57645 -1.52072'/> |
| 629 | <fieldValue name='rotation' value='70.84672 0 -95.12564 1.77366'/> |
| 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.75936'/> |
| 638 | <fieldValue name='cylinderTranslation' value='-0.00380 -0.49532 -2.31266'/> |
| 639 | <fieldValue name='coneTranslation' value='-0.18283 -0.57089 -2.41512'/> |
| 640 | <fieldValue name='rotation' value='-35.41711 0 61.88386 1.92197'/> |
| 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.73953'/> |
| 649 | <fieldValue name='cylinderTranslation' value='0.13918 -0.58599 -2.38065'/> |
| 650 | <fieldValue name='coneTranslation' value='0.04476 -0.71152 -2.51967'/> |
| 651 | <fieldValue name='rotation' value='-49.01415 0 33.28800 2.21233'/> |
| 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.38450'/> |
| 660 | <fieldValue name='cylinderTranslation' value='0.24965 -0.53571 -2.06783'/> |
| 661 | <fieldValue name='coneTranslation' value='0.24026 -0.56439 -2.05647'/> |
| 662 | <fieldValue name='rotation' value='13.54903 -0.00000 11.19409 2.66687'/> |
| 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='1.02568'/> |
| 671 | <fieldValue name='cylinderTranslation' value='0.30664 -0.67967 -1.73084'/> |
| 672 | <fieldValue name='coneTranslation' value='0.30734 -0.89636 -1.45238'/> |
| 673 | <fieldValue name='rotation' value='80.94712 0 -0.20347 2.23208'/> |
| 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.33002'/> |
| 682 | <fieldValue name='cylinderTranslation' value='0.17557 -0.41623 -2.22311'/> |
| 683 | <fieldValue name='coneTranslation' value='0.17162 -0.41779 -2.22577'/> |
| 684 | <fieldValue name='rotation' value='-17.50753 0 26.00951 1.88828'/> |
| 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.39560'/> |
| 693 | <fieldValue name='cylinderTranslation' value='0.25938 -0.50346 -2.26875'/> |
| 694 | <fieldValue name='coneTranslation' value='0.25054 -0.52998 -2.29420'/> |
| 695 | <fieldValue name='rotation' value='-26.63524 0 9.24770 2.34823'/> |
| 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.73275'/> |
| 704 | <fieldValue name='cylinderTranslation' value='0.04362 -0.22737 -2.35173'/> |
| 705 | <fieldValue name='coneTranslation' value='-0.10396 -0.15000 -2.47349'/> |
| 706 | <fieldValue name='rotation' value='-43.23124 0 52.39976 1.18652'/> |
| 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.74704'/> |
| 715 | <fieldValue name='cylinderTranslation' value='0.47957 -0.19173 -2.41724'/> |
| 716 | <fieldValue name='coneTranslation' value='0.57901 -0.09284 -2.57825'/> |
| 717 | <fieldValue name='rotation' value='-56.33268 0 -34.79002 1.08928'/> |
| 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.73727'/> |
| 726 | <fieldValue name='cylinderTranslation' value='0.21965 -0.60342 -2.40301'/> |
| 727 | <fieldValue name='coneTranslation' value='0.17099 -0.73851 -2.55437'/> |
| 728 | <fieldValue name='rotation' value='-53.48655 0 17.19422 2.27514'/> |
| 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.81059'/> |
| 737 | <fieldValue name='cylinderTranslation' value='-0.07908 -0.36341 -2.26313'/> |
| 738 | <fieldValue name='coneTranslation' value='-0.31191 -0.36262 -2.34033'/> |
| 739 | <fieldValue name='rotation' value='-25.51068 0 76.93960 1.56757'/> |
| 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.98710'/> |
| 748 | <fieldValue name='cylinderTranslation' value='0.20757 1.72886 -0.75258'/> |
| 749 | <fieldValue name='coneTranslation' value='-0.03712 1.95536 -0.74384'/> |
| 750 | <fieldValue name='rotation' value='2.58590 -0.00000 72.41394 0.82430'/> |
| 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.99126'/> |
| 759 | <fieldValue name='cylinderTranslation' value='0.45195 1.87504 -0.77624'/> |
| 760 | <fieldValue name='coneTranslation' value='0.37224 2.20098 -0.78350'/> |
| 761 | <fieldValue name='rotation' value='-2.14590 0 23.53941 0.24077'/> |
| 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.97160'/> |
| 770 | <fieldValue name='cylinderTranslation' value='0.80159 1.81922 -0.79929'/> |
| 771 | <fieldValue name='coneTranslation' value='0.95715 2.10459 -0.82195'/> |
| 772 | <fieldValue name='rotation' value='-6.75739 0 -46.38960 0.50350'/> |
| 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.90592'/> |
| 781 | <fieldValue name='cylinderTranslation' value='0.36053 1.58649 -1.11804'/> |
| 782 | <fieldValue name='coneTranslation' value='0.22528 1.71118 -1.34605'/> |
| 783 | <fieldValue name='rotation' value='-70.50629 0 41.82259 1.13115'/> |
| 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.80910'/> |
| 792 | <fieldValue name='cylinderTranslation' value='0.63154 1.00121 -0.68947'/> |
| 793 | <fieldValue name='coneTranslation' value='0.66895 0.76395 -0.64351'/> |
| 794 | <fieldValue name='rotation' value='15.20746 0 -12.37871 2.89680'/> |
| 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.57667'/> |
| 803 | <fieldValue name='cylinderTranslation' value='0.59284 1.63040 -0.92851'/> |
| 804 | <fieldValue name='coneTranslation' value='0.60317 1.73575 -1.00107'/> |
| 805 | <fieldValue name='rotation' value='-32.60150 0 -4.63954 0.60777'/> |
| 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.56320'/> |
| 814 | <fieldValue name='cylinderTranslation' value='0.38505 1.59502 -0.83404'/> |
| 815 | <fieldValue name='coneTranslation' value='0.30534 1.68195 -0.86363'/> |
| 816 | <fieldValue name='rotation' value='-13.70574 0 36.91808 0.77432'/> |
| 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.93129'/> |
| 825 | <fieldValue name='cylinderTranslation' value='0.59369 1.78815 -1.01179'/> |
| 826 | <fieldValue name='coneTranslation' value='0.60948 2.04707 -1.17345'/> |
| 827 | <fieldValue name='rotation' value='-49.25653 0 -4.80993 0.56028'/> |
| 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.55566'/> |
| 836 | <fieldValue name='cylinderTranslation' value='0.69235 1.61962 -0.66018'/> |
| 837 | <fieldValue name='coneTranslation' value='0.74439 1.71543 -0.61551'/> |
| 838 | <fieldValue name='rotation' value='21.06566 0 -24.54099 0.62125'/> |
| 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.49273'/> |
| 847 | <fieldValue name='cylinderTranslation' value='0.67121 1.59358 -0.86763'/> |
| 848 | <fieldValue name='coneTranslation' value='0.70681 1.66365 -0.90343'/> |
| 849 | <fieldValue name='rotation' value='-20.42427 0 -20.31240 0.62440'/> |
| 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.75904'/> |
| 858 | <fieldValue name='cylinderTranslation' value='0.93240 1.32750 -0.85530'/> |
| 859 | <fieldValue name='coneTranslation' value='1.14222 1.28922 -0.90723'/> |
| 860 | <fieldValue name='rotation' value='-17.95782 0 -72.55095 1.74612'/> |
| 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='1.29507'/> |
| 869 | <fieldValue name='cylinderTranslation' value='0.49278 0.85754 -1.12036'/> |
| 870 | <fieldValue name='coneTranslation' value='0.43491 0.45386 -1.38754'/> |
| 871 | <fieldValue name='rotation' value='-70.97132 0 15.37282 2.54634'/> |
| 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.93129'/> |
| 880 | <fieldValue name='cylinderTranslation' value='0.59373 1.78815 -1.01178'/> |
| 881 | <fieldValue name='coneTranslation' value='0.60955 2.04707 -1.17344'/> |
| 882 | <fieldValue name='rotation' value='-49.25513 0 -4.81821 0.56027'/> |
| 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.50100'/> |
| 891 | <fieldValue name='cylinderTranslation' value='0.42031 1.58913 -0.71801'/> |
| 892 | <fieldValue name='coneTranslation' value='0.36635 1.65973 -0.70085'/> |
| 893 | <fieldValue name='rotation' value='9.49996 -0.00000 29.86753 0.67589'/> |
| 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='Arc'> |
| 901 | <fieldValue name='cylinderHeight' value='0.56265'/> |
| 902 | <fieldValue name='cylinderTranslation' value='0.46086 1.33742 -1.01877'/> |
| 903 | <fieldValue name='coneTranslation' value='0.41395 1.31315 -1.12799'/> |
| 904 | <fieldValue name='rotation' value='-50.65260 0 21.75620 1.77222'/> |
| 905 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 906 | <fieldValue name='ballRadius' value='0.02'/> |
| 907 | <fieldValue name='traceEnabled' value='false'/> |
| 908 | <fieldValue name='displayMode'/> |
| 909 | <fieldValue name='transparency' value='0'/> |
| 910 | </ProtoInstance> |
| 911 | <ProtoInstance name='Arc'> |
| 912 | <fieldValue name='cylinderHeight' value='0.97160'/> |
| 913 | <fieldValue name='cylinderTranslation' value='0.80159 1.81922 -0.79929'/> |
| 914 | <fieldValue name='coneTranslation' value='0.95715 2.10459 -0.82195'/> |
| 915 | <fieldValue name='rotation' value='-6.75739 0 -46.38960 0.50350'/> |
| 916 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 917 | <fieldValue name='ballRadius' value='0.02'/> |
| 918 | <fieldValue name='traceEnabled' value='false'/> |
| 919 | <fieldValue name='displayMode'/> |
| 920 | <fieldValue name='transparency' value='0'/> |
| 921 | </ProtoInstance> |
| 922 | <ProtoInstance name='Arc'> |
| 923 | <fieldValue name='cylinderHeight' value='0.50644'/> |
| 924 | <fieldValue name='cylinderTranslation' value='0.73738 1.57641 -0.71448'/> |
| 925 | <fieldValue name='coneTranslation' value='0.79913 1.64367 -0.69569'/> |
| 926 | <fieldValue name='rotation' value='10.20587 0 -33.54754 0.76480'/> |
| 927 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 928 | <fieldValue name='ballRadius' value='0.02'/> |
| 929 | <fieldValue name='traceEnabled' value='false'/> |
| 930 | <fieldValue name='displayMode'/> |
| 931 | <fieldValue name='transparency' value='0'/> |
| 932 | </ProtoInstance> |
| 933 | <ProtoInstance name='Arc'> |
| 934 | <fieldValue name='cylinderHeight' value='0.56487'/> |
| 935 | <fieldValue name='cylinderTranslation' value='0.36817 1.59028 -0.74237'/> |
| 936 | <fieldValue name='coneTranslation' value='0.28083 1.67549 -0.73234'/> |
| 937 | <fieldValue name='rotation' value='4.62801 -0.00000 40.29453 0.80098'/> |
| 938 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 939 | <fieldValue name='ballRadius' value='0.02'/> |
| 940 | <fieldValue name='traceEnabled' value='false'/> |
| 941 | <fieldValue name='displayMode'/> |
| 942 | <fieldValue name='transparency' value='0'/> |
| 943 | </ProtoInstance> |
| 944 | <ProtoInstance name='Arc'> |
| 945 | <fieldValue name='cylinderHeight' value='1.02575'/> |
| 946 | <fieldValue name='cylinderTranslation' value='0.42502 1.68716 -0.37053'/> |
| 947 | <fieldValue name='coneTranslation' value='0.32551 1.88906 -0.09877'/> |
| 948 | <fieldValue name='rotation' value='78.99599 -0.00000 28.92527 0.96164'/> |
| 949 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 950 | <fieldValue name='ballRadius' value='0.02'/> |
| 951 | <fieldValue name='traceEnabled' value='false'/> |
| 952 | <fieldValue name='displayMode'/> |
| 953 | <fieldValue name='transparency' value='0'/> |
| 954 | </ProtoInstance> |
| 955 | <ProtoInstance name='Arc'> |
| 956 | <fieldValue name='cylinderHeight' value='0.99126'/> |
| 957 | <fieldValue name='cylinderTranslation' value='0.45195 1.87504 -0.77624'/> |
| 958 | <fieldValue name='coneTranslation' value='0.37224 2.20098 -0.78350'/> |
| 959 | <fieldValue name='rotation' value='-2.14590 0 23.53941 0.24077'/> |
| 960 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 961 | <fieldValue name='ballRadius' value='0.02'/> |
| 962 | <fieldValue name='traceEnabled' value='false'/> |
| 963 | <fieldValue name='displayMode'/> |
| 964 | <fieldValue name='transparency' value='0'/> |
| 965 | </ProtoInstance> |
| 966 | <ProtoInstance name='Arc'> |
| 967 | <fieldValue name='cylinderHeight' value='0.94164'/> |
| 968 | <fieldValue name='cylinderTranslation' value='0.76826 1.79088 -0.60907'/> |
| 969 | <fieldValue name='coneTranslation' value='0.89938 2.05308 -0.50580'/> |
| 970 | <fieldValue name='rotation' value='31.28741 0 -39.72370 0.56687'/> |
| 971 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 972 | <fieldValue name='ballRadius' value='0.02'/> |
| 973 | <fieldValue name='traceEnabled' value='false'/> |
| 974 | <fieldValue name='displayMode'/> |
| 975 | <fieldValue name='transparency' value='0'/> |
| 976 | </ProtoInstance> |
| 977 | <ProtoInstance name='Arc'> |
| 978 | <fieldValue name='cylinderHeight' value='0.49805'/> |
| 979 | <fieldValue name='cylinderTranslation' value='0.41898 1.59183 -0.75770'/> |
| 980 | <fieldValue name='coneTranslation' value='0.36512 1.66266 -0.75491'/> |
| 981 | <fieldValue name='rotation' value='1.56108 -0.00000 30.13273 0.65080'/> |
| 982 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 983 | <fieldValue name='ballRadius' value='0.02'/> |
| 984 | <fieldValue name='traceEnabled' value='false'/> |
| 985 | <fieldValue name='displayMode'/> |
| 986 | <fieldValue name='transparency' value='0'/> |
| 987 | </ProtoInstance> |
| 988 | <ProtoInstance name='Arc'> |
| 989 | <fieldValue name='cylinderHeight' value='2.22044'/> |
| 990 | <fieldValue name='cylinderTranslation' value='0.77181 0.35308 -0.43563'/> |
| 991 | <fieldValue name='coneTranslation' value='0.94484 -0.53757 -0.15329'/> |
| 992 | <fieldValue name='rotation' value='65.97623 0 -40.43304 2.78563'/> |
| 993 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 994 | <fieldValue name='ballRadius' value='0.02'/> |
| 995 | <fieldValue name='traceEnabled' value='false'/> |
| 996 | <fieldValue name='displayMode'/> |
| 997 | <fieldValue name='transparency' value='0'/> |
| 998 | </ProtoInstance> |
| 999 | <ProtoInstance name='Arc'> |
| 1000 | <fieldValue name='cylinderHeight' value='1.49599'/> |
| 1001 | <fieldValue name='cylinderTranslation' value='0.32156 1.63927 -0.10396'/> |
| 1002 | <fieldValue name='coneTranslation' value='0.12654 1.83231 0.41608'/> |
| 1003 | <fieldValue name='rotation' value='132.30940 -0.00000 49.61739 1.23629'/> |
| 1004 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1005 | <fieldValue name='ballRadius' value='0.02'/> |
| 1006 | <fieldValue name='traceEnabled' value='false'/> |
| 1007 | <fieldValue name='displayMode'/> |
| 1008 | <fieldValue name='transparency' value='0'/> |
| 1009 | </ProtoInstance> |
| 1010 | <ProtoInstance name='Arc'> |
| 1011 | <fieldValue name='cylinderHeight' value='1.04012'/> |
| 1012 | <fieldValue name='cylinderTranslation' value='0.20022 1.72049 -0.93041'/> |
| 1013 | <fieldValue name='coneTranslation' value='-0.05555 1.94674 -1.04459'/> |
| 1014 | <fieldValue name='rotation' value='-32.98127 0 73.88534 0.89134'/> |
| 1015 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1016 | <fieldValue name='ballRadius' value='0.02'/> |
| 1017 | <fieldValue name='traceEnabled' value='false'/> |
| 1018 | <fieldValue name='displayMode'/> |
| 1019 | <fieldValue name='transparency' value='0'/> |
| 1020 | </ProtoInstance> |
| 1021 | <ProtoInstance name='Arc'> |
| 1022 | <fieldValue name='cylinderHeight' value='0.97763'/> |
| 1023 | <fieldValue name='cylinderTranslation' value='0.24880 1.73627 -0.90206'/> |
| 1024 | <fieldValue name='coneTranslation' value='0.03298 1.96671 -0.99391'/> |
| 1025 | <fieldValue name='rotation' value='-27.30955 0 64.16790 0.79424'/> |
| 1026 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1027 | <fieldValue name='ballRadius' value='0.02'/> |
| 1028 | <fieldValue name='traceEnabled' value='false'/> |
| 1029 | <fieldValue name='displayMode'/> |
| 1030 | <fieldValue name='transparency' value='0'/> |
| 1031 | </ProtoInstance> |
| 1032 | <ProtoInstance name='Arc'> |
| 1033 | <fieldValue name='cylinderHeight' value='0.52666'/> |
| 1034 | <fieldValue name='cylinderTranslation' value='0.80568 1.50896 -0.78408'/> |
| 1035 | <fieldValue name='coneTranslation' value='0.89830 1.55419 -0.79136'/> |
| 1036 | <fieldValue name='rotation' value='-3.71396 0 -47.20775 1.11777'/> |
| 1037 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1038 | <fieldValue name='ballRadius' value='0.02'/> |
| 1039 | <fieldValue name='traceEnabled' value='false'/> |
| 1040 | <fieldValue name='displayMode'/> |
| 1041 | <fieldValue name='transparency' value='0'/> |
| 1042 | </ProtoInstance> |
| 1043 | <ProtoInstance name='Arc'> |
| 1044 | <fieldValue name='cylinderHeight' value='0.50960'/> |
| 1045 | <fieldValue name='cylinderTranslation' value='0.69523 1.59387 -0.67021'/> |
| 1046 | <fieldValue name='coneTranslation' value='0.74195 1.66835 -0.63475'/> |
| 1047 | <fieldValue name='rotation' value='19.06012 0 -25.11710 0.66712'/> |
| 1048 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1049 | <fieldValue name='ballRadius' value='0.02'/> |
| 1050 | <fieldValue name='traceEnabled' value='false'/> |
| 1051 | <fieldValue name='displayMode'/> |
| 1052 | <fieldValue name='transparency' value='0'/> |
| 1053 | </ProtoInstance> |
| 1054 | <ProtoInstance name='Arc'> |
| 1055 | <fieldValue name='cylinderHeight' value='0.42671'/> |
| 1056 | <fieldValue name='cylinderTranslation' value='-0.38809 2.29726 1.84845'/> |
| 1057 | <fieldValue name='coneTranslation' value='-0.38071 2.34806 1.83393'/> |
| 1058 | <fieldValue name='rotation' value='-11.61332 0 -5.90263 0.31025'/> |
| 1059 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1060 | <fieldValue name='ballRadius' value='0.02'/> |
| 1061 | <fieldValue name='traceEnabled' value='false'/> |
| 1062 | <fieldValue name='displayMode'/> |
| 1063 | <fieldValue name='transparency' value='0'/> |
| 1064 | </ProtoInstance> |
| 1065 | <ProtoInstance name='Arc'> |
| 1066 | <fieldValue name='cylinderHeight' value='0.41873'/> |
| 1067 | <fieldValue name='cylinderTranslation' value='-0.61914 2.05807 1.95031'/> |
| 1068 | <fieldValue name='coneTranslation' value='-0.66666 2.04957 1.96064'/> |
| 1069 | <fieldValue name='rotation' value='8.75970 -0.00000 40.30749 1.74370'/> |
| 1070 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1071 | <fieldValue name='ballRadius' value='0.02'/> |
| 1072 | <fieldValue name='traceEnabled' value='false'/> |
| 1073 | <fieldValue name='displayMode'/> |
| 1074 | <fieldValue name='transparency' value='0'/> |
| 1075 | </ProtoInstance> |
| 1076 | <ProtoInstance name='Arc'> |
| 1077 | <fieldValue name='cylinderHeight' value='0.75143'/> |
| 1078 | <fieldValue name='cylinderTranslation' value='-0.37816 2.42315 1.72953'/> |
| 1079 | <fieldValue name='coneTranslation' value='-0.35552 2.61209 1.62791'/> |
| 1080 | <fieldValue name='rotation' value='-35.39673 0 -7.88747 0.50363'/> |
| 1081 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1082 | <fieldValue name='ballRadius' value='0.02'/> |
| 1083 | <fieldValue name='traceEnabled' value='false'/> |
| 1084 | <fieldValue name='displayMode'/> |
| 1085 | <fieldValue name='transparency' value='0'/> |
| 1086 | </ProtoInstance> |
| 1087 | <ProtoInstance name='Arc'> |
| 1088 | <fieldValue name='cylinderHeight' value='0.82175'/> |
| 1089 | <fieldValue name='cylinderTranslation' value='-0.70414 2.29810 1.69417'/> |
| 1090 | <fieldValue name='coneTranslation' value='-0.87910 2.42267 1.56452'/> |
| 1091 | <fieldValue name='rotation' value='-42.46803 0 57.30844 1.05118'/> |
| 1092 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1093 | <fieldValue name='ballRadius' value='0.02'/> |
| 1094 | <fieldValue name='traceEnabled' value='false'/> |
| 1095 | <fieldValue name='displayMode'/> |
| 1096 | <fieldValue name='transparency' value='0'/> |
| 1097 | </ProtoInstance> |
| 1098 | <ProtoInstance name='Arc'> |
| 1099 | <fieldValue name='cylinderHeight' value='0.32302'/> |
| 1100 | <fieldValue name='cylinderTranslation' value='-0.43366 2.05102 2.06135'/> |
| 1101 | <fieldValue name='coneTranslation' value='-0.43381 2.05061 2.06279'/> |
| 1102 | <fieldValue name='rotation' value='30.96643 -0.00000 3.21229 1.84072'/> |
| 1103 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1104 | <fieldValue name='ballRadius' value='0.02'/> |
| 1105 | <fieldValue name='traceEnabled' value='false'/> |
| 1106 | <fieldValue name='displayMode'/> |
| 1107 | <fieldValue name='transparency' value='0'/> |
| 1108 | </ProtoInstance> |
| 1109 | <ProtoInstance name='Arc'> |
| 1110 | <fieldValue name='cylinderHeight' value='0.42342'/> |
| 1111 | <fieldValue name='cylinderTranslation' value='-0.33578 2.28649 1.87325'/> |
| 1112 | <fieldValue name='coneTranslation' value='-0.31579 2.33348 1.86512'/> |
| 1113 | <fieldValue name='rotation' value='-6.65299 0 -16.36476 0.43037'/> |
| 1114 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1115 | <fieldValue name='ballRadius' value='0.02'/> |
| 1116 | <fieldValue name='traceEnabled' value='false'/> |
| 1117 | <fieldValue name='displayMode'/> |
| 1118 | <fieldValue name='transparency' value='0'/> |
| 1119 | </ProtoInstance> |
| 1120 | <ProtoInstance name='Arc'> |
| 1121 | <fieldValue name='cylinderHeight' value='0.74763'/> |
| 1122 | <fieldValue name='cylinderTranslation' value='-0.21845 2.39222 1.80070'/> |
| 1123 | <fieldValue name='coneTranslation' value='-0.10454 2.56274 1.74017'/> |
| 1124 | <fieldValue name='rotation' value='-21.16310 0 -39.82966 0.64761'/> |
| 1125 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1126 | <fieldValue name='ballRadius' value='0.02'/> |
| 1127 | <fieldValue name='traceEnabled' value='false'/> |
| 1128 | <fieldValue name='displayMode'/> |
| 1129 | <fieldValue name='transparency' value='0'/> |
| 1130 | </ProtoInstance> |
| 1131 | <ProtoInstance name='Arc'> |
| 1132 | <fieldValue name='cylinderHeight' value='0.34932'/> |
| 1133 | <fieldValue name='cylinderTranslation' value='-0.58384 2.14211 1.93024'/> |
| 1134 | <fieldValue name='coneTranslation' value='-0.59780 2.14614 1.93223'/> |
| 1135 | <fieldValue name='rotation' value='4.74531 -0.00000 33.24877 1.29228'/> |
| 1136 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1137 | <fieldValue name='ballRadius' value='0.02'/> |
| 1138 | <fieldValue name='traceEnabled' value='false'/> |
| 1139 | <fieldValue name='displayMode'/> |
| 1140 | <fieldValue name='transparency' value='0'/> |
| 1141 | </ProtoInstance> |
| 1142 | <ProtoInstance name='Arc'> |
| 1143 | <fieldValue name='cylinderHeight' value='0.34471'/> |
| 1144 | <fieldValue name='cylinderTranslation' value='-0.55464 2.19838 1.89961'/> |
| 1145 | <fieldValue name='coneTranslation' value='-0.56446 2.20586 1.89911'/> |
| 1146 | <fieldValue name='rotation' value='-1.38124 0 27.40827 0.92087'/> |
| 1147 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1148 | <fieldValue name='ballRadius' value='0.02'/> |
| 1149 | <fieldValue name='traceEnabled' value='false'/> |
| 1150 | <fieldValue name='displayMode'/> |
| 1151 | <fieldValue name='transparency' value='0'/> |
| 1152 | </ProtoInstance> |
| 1153 | <ProtoInstance name='Arc'> |
| 1154 | <fieldValue name='cylinderHeight' value='0.71233'/> |
| 1155 | <fieldValue name='cylinderTranslation' value='-0.34236 1.83817 2.14252'/> |
| 1156 | <fieldValue name='coneTranslation' value='-0.30092 1.69722 2.27250'/> |
| 1157 | <fieldValue name='rotation' value='47.20078 0 -15.04804 2.37250'/> |
| 1158 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1159 | <fieldValue name='ballRadius' value='0.02'/> |
| 1160 | <fieldValue name='traceEnabled' value='false'/> |
| 1161 | <fieldValue name='displayMode'/> |
| 1162 | <fieldValue name='transparency' value='0'/> |
| 1163 | </ProtoInstance> |
| 1164 | <ProtoInstance name='Arc'> |
| 1165 | <fieldValue name='cylinderHeight' value='0.82221'/> |
| 1166 | <fieldValue name='cylinderTranslation' value='-0.06303 2.30114 1.88612'/> |
| 1167 | <fieldValue name='coneTranslation' value='0.15354 2.42761 1.87366'/> |
| 1168 | <fieldValue name='rotation' value='-4.07855 0 -70.91380 1.04298'/> |
| 1169 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1170 | <fieldValue name='ballRadius' value='0.02'/> |
| 1171 | <fieldValue name='traceEnabled' value='false'/> |
| 1172 | <fieldValue name='displayMode'/> |
| 1173 | <fieldValue name='transparency' value='0'/> |
| 1174 | </ProtoInstance> |
| 1175 | <ProtoInstance name='Arc'> |
| 1176 | <fieldValue name='cylinderHeight' value='0.35142'/> |
| 1177 | <fieldValue name='cylinderTranslation' value='-0.53228 2.22538 1.88447'/> |
| 1178 | <fieldValue name='coneTranslation' value='-0.54253 2.23712 1.88250'/> |
| 1179 | <fieldValue name='rotation' value='-4.40775 0 22.93501 0.72692'/> |
| 1180 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1181 | <fieldValue name='ballRadius' value='0.02'/> |
| 1182 | <fieldValue name='traceEnabled' value='false'/> |
| 1183 | <fieldValue name='displayMode'/> |
| 1184 | <fieldValue name='transparency' value='0'/> |
| 1185 | </ProtoInstance> |
| 1186 | <ProtoInstance name='Arc'> |
| 1187 | <fieldValue name='cylinderHeight' value='0.83244'/> |
| 1188 | <fieldValue name='cylinderTranslation' value='-0.01984 2.12981 2.02378'/> |
| 1189 | <fieldValue name='coneTranslation' value='0.22502 2.15180 2.09597'/> |
| 1190 | <fieldValue name='rotation' value='23.45363 0 -79.55202 1.48486'/> |
| 1191 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1192 | <fieldValue name='ballRadius' value='0.02'/> |
| 1193 | <fieldValue name='traceEnabled' value='false'/> |
| 1194 | <fieldValue name='displayMode'/> |
| 1195 | <fieldValue name='transparency' value='0'/> |
| 1196 | </ProtoInstance> |
| 1197 | <ProtoInstance name='Arc'> |
| 1198 | <fieldValue name='cylinderHeight' value='0.31204'/> |
| 1199 | <fieldValue name='cylinderTranslation' value='-0.38960 2.07384 2.05866'/> |
| 1200 | <fieldValue name='coneTranslation' value='-0.39032 2.07436 2.05478'/> |
| 1201 | <fieldValue name='rotation' value='30.42897 0 -5.59978 1.70093'/> |
| 1202 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1203 | <fieldValue name='ballRadius' value='0.02'/> |
| 1204 | <fieldValue name='traceEnabled' value='false'/> |
| 1205 | <fieldValue name='displayMode'/> |
| 1206 | <fieldValue name='transparency' value='0'/> |
| 1207 | </ProtoInstance> |
| 1208 | <ProtoInstance name='Arc'> |
| 1209 | <fieldValue name='cylinderHeight' value='0.42942'/> |
| 1210 | <fieldValue name='cylinderTranslation' value='-0.61535 2.03433 1.96504'/> |
| 1211 | <fieldValue name='coneTranslation' value='-0.66574 2.01911 1.97996'/> |
| 1212 | <fieldValue name='rotation' value='11.70588 -0.00000 39.54941 1.85282'/> |
| 1213 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1214 | <fieldValue name='ballRadius' value='0.02'/> |
| 1215 | <fieldValue name='traceEnabled' value='false'/> |
| 1216 | <fieldValue name='displayMode'/> |
| 1217 | <fieldValue name='transparency' value='0'/> |
| 1218 | </ProtoInstance> |
| 1219 | <ProtoInstance name='Arc'> |
| 1220 | <fieldValue name='cylinderHeight' value='0.76164'/> |
| 1221 | <fieldValue name='cylinderTranslation' value='-0.12006 2.00223 2.12573'/> |
| 1222 | <fieldValue name='coneTranslation' value='0.05247 1.94897 2.25284'/> |
| 1223 | <fieldValue name='rotation' value='43.84301 0 -59.50843 1.81440'/> |
| 1224 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1225 | <fieldValue name='ballRadius' value='0.02'/> |
| 1226 | <fieldValue name='traceEnabled' value='false'/> |
| 1227 | <fieldValue name='displayMode'/> |
| 1228 | <fieldValue name='transparency' value='0'/> |
| 1229 | </ProtoInstance> |
| 1230 | <ProtoInstance name='Arc'> |
| 1231 | <fieldValue name='cylinderHeight' value='0.32799'/> |
| 1232 | <fieldValue name='cylinderTranslation' value='-0.33158 2.10389 2.04579'/> |
| 1233 | <fieldValue name='coneTranslation' value='-0.32948 2.10413 2.04919'/> |
| 1234 | <fieldValue name='rotation' value='27.85572 0 -17.20488 1.51096'/> |
| 1235 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1236 | <fieldValue name='ballRadius' value='0.02'/> |
| 1237 | <fieldValue name='traceEnabled' value='false'/> |
| 1238 | <fieldValue name='displayMode'/> |
| 1239 | <fieldValue name='transparency' value='0'/> |
| 1240 | </ProtoInstance> |
| 1241 | <ProtoInstance name='Arc'> |
| 1242 | <fieldValue name='cylinderHeight' value='1.45070'/> |
| 1243 | <fieldValue name='cylinderTranslation' value='-0.17207 1.98946 1.23205'/> |
| 1244 | <fieldValue name='coneTranslation' value='0.01931 1.90792 0.70636'/> |
| 1245 | <fieldValue name='rotation' value='-134.89266 0 -49.10704 1.71554'/> |
| 1246 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1247 | <fieldValue name='ballRadius' value='0.02'/> |
| 1248 | <fieldValue name='traceEnabled' value='false'/> |
| 1249 | <fieldValue name='displayMode'/> |
| 1250 | <fieldValue name='transparency' value='0'/> |
| 1251 | </ProtoInstance> |
| 1252 | <ProtoInstance name='Arc'> |
| 1253 | <fieldValue name='cylinderHeight' value='0.40646'/> |
| 1254 | <fieldValue name='cylinderTranslation' value='-0.27267 2.08851 2.04887'/> |
| 1255 | <fieldValue name='coneTranslation' value='-0.24184 2.08732 2.07916'/> |
| 1256 | <fieldValue name='rotation' value='28.47194 0 -28.98677 1.59824'/> |
| 1257 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1258 | <fieldValue name='ballRadius' value='0.02'/> |
| 1259 | <fieldValue name='traceEnabled' value='false'/> |
| 1260 | <fieldValue name='displayMode'/> |
| 1261 | <fieldValue name='transparency' value='0'/> |
| 1262 | </ProtoInstance> |
| 1263 | <ProtoInstance name='Arc'> |
| 1264 | <fieldValue name='cylinderHeight' value='0.74863'/> |
| 1265 | <fieldValue name='cylinderTranslation' value='-0.74207 1.90771 1.91624'/> |
| 1266 | <fieldValue name='coneTranslation' value='-0.92785 1.80099 1.92181'/> |
| 1267 | <fieldValue name='rotation' value='1.94490 -0.00000 64.89379 2.09200'/> |
| 1268 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1269 | <fieldValue name='ballRadius' value='0.02'/> |
| 1270 | <fieldValue name='traceEnabled' value='false'/> |
| 1271 | <fieldValue name='displayMode'/> |
| 1272 | <fieldValue name='transparency' value='0'/> |
| 1273 | </ProtoInstance> |
| 1274 | <ProtoInstance name='Arc'> |
| 1275 | <fieldValue name='cylinderHeight' value='0.82175'/> |
| 1276 | <fieldValue name='cylinderTranslation' value='-0.70416 2.29808 1.69418'/> |
| 1277 | <fieldValue name='coneTranslation' value='-0.87913 2.42264 1.56453'/> |
| 1278 | <fieldValue name='rotation' value='-42.46700 0 57.31204 1.05124'/> |
| 1279 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1280 | <fieldValue name='ballRadius' value='0.02'/> |
| 1281 | <fieldValue name='traceEnabled' value='false'/> |
| 1282 | <fieldValue name='displayMode'/> |
| 1283 | <fieldValue name='transparency' value='0'/> |
| 1284 | </ProtoInstance> |
| 1285 | <ProtoInstance name='Arc'> |
| 1286 | <fieldValue name='cylinderHeight' value='0.79255'/> |
| 1287 | <fieldValue name='cylinderTranslation' value='-0.43552 1.81100 2.18323'/> |
| 1288 | <fieldValue name='coneTranslation' value='-0.44620 1.64221 2.34822'/> |
| 1289 | <fieldValue name='rotation' value='55.34390 -0.00000 3.58291 2.36652'/> |
| 1290 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1291 | <fieldValue name='ballRadius' value='0.02'/> |
| 1292 | <fieldValue name='traceEnabled' value='false'/> |
| 1293 | <fieldValue name='displayMode'/> |
| 1294 | <fieldValue name='transparency' value='0'/> |
| 1295 | </ProtoInstance> |
| 1296 | <ProtoInstance name='Arc'> |
| 1297 | <fieldValue name='cylinderHeight' value='0.83245'/> |
| 1298 | <fieldValue name='cylinderTranslation' value='-0.01984 2.12981 2.02378'/> |
| 1299 | <fieldValue name='coneTranslation' value='0.22502 2.15180 2.09597'/> |
| 1300 | <fieldValue name='rotation' value='23.45381 0 -79.55203 1.48487'/> |
| 1301 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1302 | <fieldValue name='ballRadius' value='0.02'/> |
| 1303 | <fieldValue name='traceEnabled' value='false'/> |
| 1304 | <fieldValue name='displayMode'/> |
| 1305 | <fieldValue name='transparency' value='0'/> |
| 1306 | </ProtoInstance> |
| 1307 | <ProtoInstance name='Arc'> |
| 1308 | <fieldValue name='cylinderHeight' value='0.76491'/> |
| 1309 | <fieldValue name='cylinderTranslation' value='1.21506 -1.49577 -0.60610'/> |
| 1310 | <fieldValue name='coneTranslation' value='1.02775 -1.60265 -0.55153'/> |
| 1311 | <fieldValue name='rotation' value='18.76551 -0.00000 64.40687 2.07196'/> |
| 1312 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1313 | <fieldValue name='ballRadius' value='0.02'/> |
| 1314 | <fieldValue name='traceEnabled' value='false'/> |
| 1315 | <fieldValue name='displayMode'/> |
| 1316 | <fieldValue name='transparency' value='0'/> |
| 1317 | </ProtoInstance> |
| 1318 | <ProtoInstance name='Arc'> |
| 1319 | <fieldValue name='cylinderHeight' value='0.51936'/> |
| 1320 | <fieldValue name='cylinderTranslation' value='1.60899 -1.55235 -0.63279'/> |
| 1321 | <fieldValue name='coneTranslation' value='1.63659 -1.64460 -0.60702'/> |
| 1322 | <fieldValue name='rotation' value='13.42734 0 -14.37831 2.75310'/> |
| 1323 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1324 | <fieldValue name='ballRadius' value='0.02'/> |
| 1325 | <fieldValue name='traceEnabled' value='false'/> |
| 1326 | <fieldValue name='displayMode'/> |
| 1327 | <fieldValue name='transparency' value='0'/> |
| 1328 | </ProtoInstance> |
| 1329 | <ProtoInstance name='Arc'> |
| 1330 | <fieldValue name='cylinderHeight' value='0.83884'/> |
| 1331 | <fieldValue name='cylinderTranslation' value='1.62608 -1.33726 -1.10902'/> |
| 1332 | <fieldValue name='coneTranslation' value='1.68112 -1.35287 -1.36205'/> |
| 1333 | <fieldValue name='rotation' value='-81.81843 0 -17.79666 1.63100'/> |
| 1334 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1335 | <fieldValue name='ballRadius' value='0.02'/> |
| 1336 | <fieldValue name='traceEnabled' value='false'/> |
| 1337 | <fieldValue name='displayMode'/> |
| 1338 | <fieldValue name='transparency' value='0'/> |
| 1339 | </ProtoInstance> |
| 1340 | <ProtoInstance name='Arc'> |
| 1341 | <fieldValue name='cylinderHeight' value='0.55996'/> |
| 1342 | <fieldValue name='cylinderTranslation' value='1.78721 -1.42317 -0.64097'/> |
| 1343 | <fieldValue name='coneTranslation' value='1.89439 -1.47081 -0.61571'/> |
| 1344 | <fieldValue name='rotation' value='11.79149 0 -50.02292 1.97905'/> |
| 1345 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1346 | <fieldValue name='ballRadius' value='0.02'/> |
| 1347 | <fieldValue name='traceEnabled' value='false'/> |
| 1348 | <fieldValue name='displayMode'/> |
| 1349 | <fieldValue name='transparency' value='0'/> |
| 1350 | </ProtoInstance> |
| 1351 | <ProtoInstance name='Arc'> |
| 1352 | <fieldValue name='cylinderHeight' value='0.58320'/> |
| 1353 | <fieldValue name='cylinderTranslation' value='1.42895 -1.57676 -0.64296'/> |
| 1354 | <fieldValue name='coneTranslation' value='1.38015 -1.69624 -0.61724'/> |
| 1355 | <fieldValue name='rotation' value='11.39439 -0.00000 21.62913 2.70904'/> |
| 1356 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1357 | <fieldValue name='ballRadius' value='0.02'/> |
| 1358 | <fieldValue name='traceEnabled' value='false'/> |
| 1359 | <fieldValue name='displayMode'/> |
| 1360 | <fieldValue name='transparency' value='0'/> |
| 1361 | </ProtoInstance> |
| 1362 | <ProtoInstance name='Arc'> |
| 1363 | <fieldValue name='cylinderHeight' value='1.13744'/> |
| 1364 | <fieldValue name='cylinderTranslation' value='1.32546 -1.11585 -1.19000'/> |
| 1365 | <fieldValue name='coneTranslation' value='1.17337 -0.97488 -1.54220'/> |
| 1366 | <fieldValue name='rotation' value='-98.01411 0 42.32739 1.21864'/> |
| 1367 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1368 | <fieldValue name='ballRadius' value='0.02'/> |
| 1369 | <fieldValue name='traceEnabled' value='false'/> |
| 1370 | <fieldValue name='displayMode'/> |
| 1371 | <fieldValue name='transparency' value='0'/> |
| 1372 | </ProtoInstance> |
| 1373 | <ProtoInstance name='Arc'> |
| 1374 | <fieldValue name='cylinderHeight' value='0.98148'/> |
| 1375 | <fieldValue name='cylinderTranslation' value='1.94269 -1.43265 -0.45139'/> |
| 1376 | <fieldValue name='coneTranslation' value='2.21604 -1.51394 -0.28388'/> |
| 1377 | <fieldValue name='rotation' value='49.70835 0 -81.11741 1.81915'/> |
| 1378 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1379 | <fieldValue name='ballRadius' value='0.02'/> |
| 1380 | <fieldValue name='traceEnabled' value='false'/> |
| 1381 | <fieldValue name='displayMode'/> |
| 1382 | <fieldValue name='transparency' value='0'/> |
| 1383 | </ProtoInstance> |
| 1384 | <ProtoInstance name='Arc'> |
| 1385 | <fieldValue name='cylinderHeight' value='0.55379'/> |
| 1386 | <fieldValue name='cylinderTranslation' value='1.77369 -1.44196 -0.76167'/> |
| 1387 | <fieldValue name='coneTranslation' value='1.87357 -1.49682 -0.78773'/> |
| 1388 | <fieldValue name='rotation' value='-12.34791 0 -47.31765 2.05929'/> |
| 1389 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1390 | <fieldValue name='ballRadius' value='0.02'/> |
| 1391 | <fieldValue name='traceEnabled' value='false'/> |
| 1392 | <fieldValue name='displayMode'/> |
| 1393 | <fieldValue name='transparency' value='0'/> |
| 1394 | </ProtoInstance> |
| 1395 | <ProtoInstance name='Arc'> |
| 1396 | <fieldValue name='cylinderHeight' value='0.91630'/> |
| 1397 | <fieldValue name='cylinderTranslation' value='1.91943 -1.52105 -0.55839'/> |
| 1398 | <fieldValue name='coneTranslation' value='2.16824 -1.65708 -0.46628'/> |
| 1399 | <fieldValue name='rotation' value='28.30719 0 -76.46601 2.04458'/> |
| 1400 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1401 | <fieldValue name='ballRadius' value='0.02'/> |
| 1402 | <fieldValue name='traceEnabled' value='false'/> |
| 1403 | <fieldValue name='displayMode'/> |
| 1404 | <fieldValue name='transparency' value='0'/> |
| 1405 | </ProtoInstance> |
| 1406 | <ProtoInstance name='Arc'> |
| 1407 | <fieldValue name='cylinderHeight' value='0.25125'/> |
| 1408 | <fieldValue name='cylinderTranslation' value='1.42615 -1.35766 -0.73719'/> |
| 1409 | <fieldValue name='coneTranslation' value='1.45650 -1.34517 -0.72700'/> |
| 1410 | <fieldValue name='rotation' value='-7.45266 0 22.19052 1.94259'/> |
| 1411 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1412 | <fieldValue name='ballRadius' value='0.02'/> |
| 1413 | <fieldValue name='traceEnabled' value='false'/> |
| 1414 | <fieldValue name='displayMode'/> |
| 1415 | <fieldValue name='transparency' value='0'/> |
| 1416 | </ProtoInstance> |
| 1417 | <ProtoInstance name='Arc'> |
| 1418 | <fieldValue name='cylinderHeight' value='0.98148'/> |
| 1419 | <fieldValue name='cylinderTranslation' value='1.94269 -1.43265 -0.45139'/> |
| 1420 | <fieldValue name='coneTranslation' value='2.21604 -1.51394 -0.28388'/> |
| 1421 | <fieldValue name='rotation' value='49.70835 0 -81.11741 1.81915'/> |
| 1422 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1423 | <fieldValue name='ballRadius' value='0.02'/> |
| 1424 | <fieldValue name='traceEnabled' value='false'/> |
| 1425 | <fieldValue name='displayMode'/> |
| 1426 | <fieldValue name='transparency' value='0'/> |
| 1427 | </ProtoInstance> |
| 1428 | <ProtoInstance name='Arc'> |
| 1429 | <fieldValue name='cylinderHeight' value='0.96039'/> |
| 1430 | <fieldValue name='cylinderTranslation' value='2.00760 -1.30884 -0.60398'/> |
| 1431 | <fieldValue name='coneTranslation' value='2.32133 -1.30672 -0.53999'/> |
| 1432 | <fieldValue name='rotation' value='19.19042 0 -94.10033 1.56417'/> |
| 1433 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1434 | <fieldValue name='ballRadius' value='0.02'/> |
| 1435 | <fieldValue name='traceEnabled' value='false'/> |
| 1436 | <fieldValue name='displayMode'/> |
| 1437 | <fieldValue name='transparency' value='0'/> |
| 1438 | </ProtoInstance> |
| 1439 | <ProtoInstance name='Arc'> |
| 1440 | <fieldValue name='cylinderHeight' value='0.91016'/> |
| 1441 | <fieldValue name='cylinderTranslation' value='1.79821 -1.67136 -0.60097'/> |
| 1442 | <fieldValue name='coneTranslation' value='1.96751 -1.90437 -0.53680'/> |
| 1443 | <fieldValue name='rotation' value='19.79212 0 -52.22141 2.48100'/> |
| 1444 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1445 | <fieldValue name='ballRadius' value='0.02'/> |
| 1446 | <fieldValue name='traceEnabled' value='false'/> |
| 1447 | <fieldValue name='displayMode'/> |
| 1448 | <fieldValue name='transparency' value='0'/> |
| 1449 | </ProtoInstance> |
| 1450 | <ProtoInstance name='Arc'> |
| 1451 | <fieldValue name='cylinderHeight' value='0.89196'/> |
| 1452 | <fieldValue name='cylinderTranslation' value='1.96502 -1.43094 -0.74040'/> |
| 1453 | <fieldValue name='coneTranslation' value='2.23942 -1.50719 -0.76636'/> |
| 1454 | <fieldValue name='rotation' value='-8.09479 0 -85.58488 1.84070'/> |
| 1455 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1456 | <fieldValue name='ballRadius' value='0.02'/> |
| 1457 | <fieldValue name='traceEnabled' value='false'/> |
| 1458 | <fieldValue name='displayMode'/> |
| 1459 | <fieldValue name='transparency' value='0'/> |
| 1460 | </ProtoInstance> |
| 1461 | <ProtoInstance name='Arc'> |
| 1462 | <fieldValue name='cylinderHeight' value='0.55271'/> |
| 1463 | <fieldValue name='cylinderTranslation' value='1.80106 -1.38908 -0.72744'/> |
| 1464 | <fieldValue name='coneTranslation' value='1.91219 -1.42153 -0.73902'/> |
| 1465 | <fieldValue name='rotation' value='-5.50143 0 -52.79224 1.85340'/> |
| 1466 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1467 | <fieldValue name='ballRadius' value='0.02'/> |
| 1468 | <fieldValue name='traceEnabled' value='false'/> |
| 1469 | <fieldValue name='displayMode'/> |
| 1470 | <fieldValue name='transparency' value='0'/> |
| 1471 | </ProtoInstance> |
| 1472 | <ProtoInstance name='Arc'> |
| 1473 | <fieldValue name='cylinderHeight' value='0.49568'/> |
| 1474 | <fieldValue name='cylinderTranslation' value='1.61191 -1.19795 -0.49301'/> |
| 1475 | <fieldValue name='coneTranslation' value='1.63843 -1.15752 -0.41967'/> |
| 1476 | <fieldValue name='rotation' value='41.38431 0 -14.96309 1.09252'/> |
| 1477 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1478 | <fieldValue name='ballRadius' value='0.02'/> |
| 1479 | <fieldValue name='traceEnabled' value='false'/> |
| 1480 | <fieldValue name='displayMode'/> |
| 1481 | <fieldValue name='transparency' value='0'/> |
| 1482 | </ProtoInstance> |
| 1483 | <ProtoInstance name='Arc'> |
| 1484 | <fieldValue name='cylinderHeight' value='0.81646'/> |
| 1485 | <fieldValue name='cylinderTranslation' value='1.74143 -1.13260 -1.00441'/> |
| 1486 | <fieldValue name='coneTranslation' value='1.86568 -1.02350 -1.18955'/> |
| 1487 | <fieldValue name='rotation' value='-60.89628 0 -40.86611 1.11574'/> |
| 1488 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1489 | <fieldValue name='ballRadius' value='0.02'/> |
| 1490 | <fieldValue name='traceEnabled' value='false'/> |
| 1491 | <fieldValue name='displayMode'/> |
| 1492 | <fieldValue name='transparency' value='0'/> |
| 1493 | </ProtoInstance> |
| 1494 | <ProtoInstance name='Arc'> |
| 1495 | <fieldValue name='cylinderHeight' value='0.89245'/> |
| 1496 | <fieldValue name='cylinderTranslation' value='1.90554 -1.54196 -0.80235'/> |
| 1497 | <fieldValue name='coneTranslation' value='2.14188 -1.68945 -0.86805'/> |
| 1498 | <fieldValue name='rotation' value='-20.48452 0 -73.68915 2.11216'/> |
| 1499 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1500 | <fieldValue name='ballRadius' value='0.02'/> |
| 1501 | <fieldValue name='traceEnabled' value='false'/> |
| 1502 | <fieldValue name='displayMode'/> |
| 1503 | <fieldValue name='transparency' value='0'/> |
| 1504 | </ProtoInstance> |
| 1505 | <ProtoInstance name='Arc'> |
| 1506 | <fieldValue name='cylinderHeight' value='1.04976'/> |
| 1507 | <fieldValue name='cylinderTranslation' value='1.39699 -0.96035 -1.06352'/> |
| 1508 | <fieldValue name='coneTranslation' value='1.29959 -0.71588 -1.31628'/> |
| 1509 | <fieldValue name='rotation' value='-72.71816 0 28.02231 0.83660'/> |
| 1510 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1511 | <fieldValue name='ballRadius' value='0.02'/> |
| 1512 | <fieldValue name='traceEnabled' value='false'/> |
| 1513 | <fieldValue name='displayMode'/> |
| 1514 | <fieldValue name='transparency' value='0'/> |
| 1515 | </ProtoInstance> |
| 1516 | <ProtoInstance name='Arc'> |
| 1517 | <fieldValue name='cylinderHeight' value='1.02963'/> |
| 1518 | <fieldValue name='cylinderTranslation' value='1.25554 -0.99978 -0.40284'/> |
| 1519 | <fieldValue name='coneTranslation' value='1.06148 -0.78458 -0.19808'/> |
| 1520 | <fieldValue name='rotation' value='59.41832 -0.00000 56.31244 0.91914'/> |
| 1521 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1522 | <fieldValue name='ballRadius' value='0.02'/> |
| 1523 | <fieldValue name='traceEnabled' value='false'/> |
| 1524 | <fieldValue name='displayMode'/> |
| 1525 | <fieldValue name='transparency' value='0'/> |
| 1526 | </ProtoInstance> |
| 1527 | <ProtoInstance name='Arc'> |
| 1528 | <fieldValue name='cylinderHeight' value='0.87849'/> |
| 1529 | <fieldValue name='cylinderTranslation' value='1.67806 -1.72665 -0.66600'/> |
| 1530 | <fieldValue name='coneTranslation' value='1.76767 -1.99024 -0.64443'/> |
| 1531 | <fieldValue name='rotation' value='6.78512 0 -28.19219 2.80520'/> |
| 1532 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1533 | <fieldValue name='ballRadius' value='0.02'/> |
| 1534 | <fieldValue name='traceEnabled' value='false'/> |
| 1535 | <fieldValue name='displayMode'/> |
| 1536 | <fieldValue name='transparency' value='0'/> |
| 1537 | </ProtoInstance> |
| 1538 | <ProtoInstance name='Arc'> |
| 1539 | <fieldValue name='cylinderHeight' value='0.54027'/> |
| 1540 | <fieldValue name='cylinderTranslation' value='0.63775 -1.75642 -0.46877'/> |
| 1541 | <fieldValue name='coneTranslation' value='0.74183 -1.72507 -0.48651'/> |
| 1542 | <fieldValue name='rotation' value='-8.69977 0 -51.05549 1.28211'/> |
| 1543 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1544 | <fieldValue name='ballRadius' value='0.02'/> |
| 1545 | <fieldValue name='traceEnabled' value='false'/> |
| 1546 | <fieldValue name='displayMode'/> |
| 1547 | <fieldValue name='transparency' value='0'/> |
| 1548 | </ProtoInstance> |
| 1549 | <ProtoInstance name='Arc'> |
| 1550 | <fieldValue name='cylinderHeight' value='0.43814'/> |
| 1551 | <fieldValue name='cylinderTranslation' value='0.30972 -1.96937 -0.26974'/> |
| 1552 | <fieldValue name='coneTranslation' value='0.29010 -2.00605 -0.22780'/> |
| 1553 | <fieldValue name='rotation' value='31.10763 -0.00000 14.55082 2.24079'/> |
| 1554 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1555 | <fieldValue name='ballRadius' value='0.02'/> |
| 1556 | <fieldValue name='traceEnabled' value='false'/> |
| 1557 | <fieldValue name='displayMode'/> |
| 1558 | <fieldValue name='transparency' value='0'/> |
| 1559 | </ProtoInstance> |
| 1560 | <ProtoInstance name='Arc'> |
| 1561 | <fieldValue name='cylinderHeight' value='1.03510'/> |
| 1562 | <fieldValue name='cylinderTranslation' value='0.41920 -2.26298 -0.13908'/> |
| 1563 | <fieldValue name='coneTranslation' value='0.44458 -2.55981 0.05864'/> |
| 1564 | <fieldValue name='rotation' value='57.23872 0 -7.34579 2.55021'/> |
| 1565 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1566 | <fieldValue name='ballRadius' value='0.02'/> |
| 1567 | <fieldValue name='traceEnabled' value='false'/> |
| 1568 | <fieldValue name='displayMode'/> |
| 1569 | <fieldValue name='transparency' value='0'/> |
| 1570 | </ProtoInstance> |
| 1571 | <ProtoInstance name='Arc'> |
| 1572 | <fieldValue name='cylinderHeight' value='0.98632'/> |
| 1573 | <fieldValue name='cylinderTranslation' value='0.08515 -2.21806 -0.34291'/> |
| 1574 | <fieldValue name='coneTranslation' value='-0.11571 -2.47798 -0.28727'/> |
| 1575 | <fieldValue name='rotation' value='16.47249 -0.00000 59.46504 2.46569'/> |
| 1576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1577 | <fieldValue name='ballRadius' value='0.02'/> |
| 1578 | <fieldValue name='traceEnabled' value='false'/> |
| 1579 | <fieldValue name='displayMode'/> |
| 1580 | <fieldValue name='transparency' value='0'/> |
| 1581 | </ProtoInstance> |
| 1582 | <ProtoInstance name='Arc'> |
| 1583 | <fieldValue name='cylinderHeight' value='0.95203'/> |
| 1584 | <fieldValue name='cylinderTranslation' value='0.85164 -1.83742 -0.50563'/> |
| 1585 | <fieldValue name='coneTranslation' value='1.16311 -1.84013 -0.55898'/> |
| 1586 | <fieldValue name='rotation' value='-16.07088 0 -93.83323 1.57938'/> |
| 1587 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1588 | <fieldValue name='ballRadius' value='0.02'/> |
| 1589 | <fieldValue name='traceEnabled' value='false'/> |
| 1590 | <fieldValue name='displayMode'/> |
| 1591 | <fieldValue name='transparency' value='0'/> |
| 1592 | </ProtoInstance> |
| 1593 | <ProtoInstance name='Arc'> |
| 1594 | <fieldValue name='cylinderHeight' value='0.59563'/> |
| 1595 | <fieldValue name='cylinderTranslation' value='0.20959 -2.07393 -0.39504'/> |
| 1596 | <fieldValue name='coneTranslation' value='0.12958 -2.18527 -0.38105'/> |
| 1597 | <fieldValue name='rotation' value='6.04660 -0.00000 34.57786 2.51136'/> |
| 1598 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1599 | <fieldValue name='ballRadius' value='0.02'/> |
| 1600 | <fieldValue name='traceEnabled' value='false'/> |
| 1601 | <fieldValue name='displayMode'/> |
| 1602 | <fieldValue name='transparency' value='0'/> |
| 1603 | </ProtoInstance> |
| 1604 | <ProtoInstance name='Arc'> |
| 1605 | <fieldValue name='cylinderHeight' value='0.32988'/> |
| 1606 | <fieldValue name='cylinderTranslation' value='0.27609 -1.82290 -0.55089'/> |
| 1607 | <fieldValue name='coneTranslation' value='0.27290 -1.82259 -0.55465'/> |
| 1608 | <fieldValue name='rotation' value='-25.12297 0 21.27723 1.50753'/> |
| 1609 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1610 | <fieldValue name='ballRadius' value='0.02'/> |
| 1611 | <fieldValue name='traceEnabled' value='false'/> |
| 1612 | <fieldValue name='displayMode'/> |
| 1613 | <fieldValue name='transparency' value='0'/> |
| 1614 | </ProtoInstance> |
| 1615 | <ProtoInstance name='Arc'> |
| 1616 | <fieldValue name='cylinderHeight' value='1.08481'/> |
| 1617 | <fieldValue name='cylinderTranslation' value='0.84883 -1.61831 -0.59987'/> |
| 1618 | <fieldValue name='coneTranslation' value='1.17763 -1.46672 -0.72295'/> |
| 1619 | <fieldValue name='rotation' value='-34.91793 0 -93.27184 1.16319'/> |
| 1620 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1621 | <fieldValue name='ballRadius' value='0.02'/> |
| 1622 | <fieldValue name='traceEnabled' value='false'/> |
| 1623 | <fieldValue name='displayMode'/> |
| 1624 | <fieldValue name='transparency' value='0'/> |
| 1625 | </ProtoInstance> |
| 1626 | <ProtoInstance name='Arc'> |
| 1627 | <fieldValue name='cylinderHeight' value='0.91868'/> |
| 1628 | <fieldValue name='cylinderTranslation' value='0.46536 -2.28495 -0.41250'/> |
| 1629 | <fieldValue name='coneTranslation' value='0.51937 -2.57925 -0.40418'/> |
| 1630 | <fieldValue name='rotation' value='2.55435 0 -16.57710 2.95799'/> |
| 1631 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1632 | <fieldValue name='ballRadius' value='0.02'/> |
| 1633 | <fieldValue name='traceEnabled' value='false'/> |
| 1634 | <fieldValue name='displayMode'/> |
| 1635 | <fieldValue name='transparency' value='0'/> |
| 1636 | </ProtoInstance> |
| 1637 | <ProtoInstance name='Arc'> |
| 1638 | <fieldValue name='cylinderHeight' value='0.91868'/> |
| 1639 | <fieldValue name='cylinderTranslation' value='0.46538 -2.28494 -0.41241'/> |
| 1640 | <fieldValue name='coneTranslation' value='0.51941 -2.57925 -0.40403'/> |
| 1641 | <fieldValue name='rotation' value='2.57244 0 -16.58186 2.95791'/> |
| 1642 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1643 | <fieldValue name='ballRadius' value='0.02'/> |
| 1644 | <fieldValue name='traceEnabled' value='false'/> |
| 1645 | <fieldValue name='displayMode'/> |
| 1646 | <fieldValue name='transparency' value='0'/> |
| 1647 | </ProtoInstance> |
| 1648 | <ProtoInstance name='Arc'> |
| 1649 | <fieldValue name='cylinderHeight' value='1.03510'/> |
| 1650 | <fieldValue name='cylinderTranslation' value='0.41920 -2.26298 -0.13908'/> |
| 1651 | <fieldValue name='coneTranslation' value='0.44458 -2.55981 0.05864'/> |
| 1652 | <fieldValue name='rotation' value='57.23872 0 -7.34579 2.55021'/> |
| 1653 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1654 | <fieldValue name='ballRadius' value='0.02'/> |
| 1655 | <fieldValue name='traceEnabled' value='false'/> |
| 1656 | <fieldValue name='displayMode'/> |
| 1657 | <fieldValue name='transparency' value='0'/> |
| 1658 | </ProtoInstance> |
| 1659 | <ProtoInstance name='Arc'> |
| 1660 | <fieldValue name='cylinderHeight' value='0.92182'/> |
| 1661 | <fieldValue name='cylinderTranslation' value='0.47713 -1.58217 -0.05058'/> |
| 1662 | <fieldValue name='coneTranslation' value='0.53893 -1.41821 0.19404'/> |
| 1663 | <fieldValue name='rotation' value='74.93915 0 -18.93203 0.99451'/> |
| 1664 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1665 | <fieldValue name='ballRadius' value='0.02'/> |
| 1666 | <fieldValue name='traceEnabled' value='false'/> |
| 1667 | <fieldValue name='displayMode'/> |
| 1668 | <fieldValue name='transparency' value='0'/> |
| 1669 | </ProtoInstance> |
| 1670 | <ProtoInstance name='Arc'> |
| 1671 | <fieldValue name='cylinderHeight' value='0.47017'/> |
| 1672 | <fieldValue name='cylinderTranslation' value='0.49101 -1.99226 -0.29027'/> |
| 1673 | <fieldValue name='coneTranslation' value='0.52567 -2.04302 -0.24715'/> |
| 1674 | <fieldValue name='rotation' value='27.00140 0 -21.70606 2.31319'/> |
| 1675 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1676 | <fieldValue name='ballRadius' value='0.02'/> |
| 1677 | <fieldValue name='traceEnabled' value='false'/> |
| 1678 | <fieldValue name='displayMode'/> |
| 1679 | <fieldValue name='transparency' value='0'/> |
| 1680 | </ProtoInstance> |
| 1681 | <ProtoInstance name='Arc'> |
| 1682 | <fieldValue name='cylinderHeight' value='0.97414'/> |
| 1683 | <fieldValue name='cylinderTranslation' value='0.24572 -2.13766 -0.07043'/> |
| 1684 | <fieldValue name='coneTranslation' value='0.15389 -2.34202 0.16785'/> |
| 1685 | <fieldValue name='rotation' value='70.96956 -0.00000 27.35095 2.24570'/> |
| 1686 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1687 | <fieldValue name='ballRadius' value='0.02'/> |
| 1688 | <fieldValue name='traceEnabled' value='false'/> |
| 1689 | <fieldValue name='displayMode'/> |
| 1690 | <fieldValue name='transparency' value='0'/> |
| 1691 | </ProtoInstance> |
| 1692 | <ProtoInstance name='Arc'> |
| 1693 | <fieldValue name='cylinderHeight' value='0.90747'/> |
| 1694 | <fieldValue name='cylinderTranslation' value='0.02835 -2.04727 -0.61156'/> |
| 1695 | <fieldValue name='coneTranslation' value='-0.20090 -2.18577 -0.73215'/> |
| 1696 | <fieldValue name='rotation' value='-37.25672 0 70.82486 2.06179'/> |
| 1697 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1698 | <fieldValue name='ballRadius' value='0.02'/> |
| 1699 | <fieldValue name='traceEnabled' value='false'/> |
| 1700 | <fieldValue name='displayMode'/> |
| 1701 | <fieldValue name='transparency' value='0'/> |
| 1702 | </ProtoInstance> |
| 1703 | <ProtoInstance name='Arc'> |
| 1704 | <fieldValue name='cylinderHeight' value='0.58923'/> |
| 1705 | <fieldValue name='cylinderTranslation' value='0.31977 -2.11175 -0.49841'/> |
| 1706 | <fieldValue name='coneTranslation' value='0.29111 -2.23897 -0.53182'/> |
| 1707 | <fieldValue name='rotation' value='-14.62639 0 12.54151 2.80848'/> |
| 1708 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1709 | <fieldValue name='ballRadius' value='0.02'/> |
| 1710 | <fieldValue name='traceEnabled' value='false'/> |
| 1711 | <fieldValue name='displayMode'/> |
| 1712 | <fieldValue name='transparency' value='0'/> |
| 1713 | </ProtoInstance> |
| 1714 | <ProtoInstance name='Arc'> |
| 1715 | <fieldValue name='cylinderHeight' value='0.97865'/> |
| 1716 | <fieldValue name='cylinderTranslation' value='0.15015 -2.26394 -0.41879'/> |
| 1717 | <fieldValue name='coneTranslation' value='-0.00622 -2.55374 -0.41442'/> |
| 1718 | <fieldValue name='rotation' value='1.29727 -0.00000 46.46580 2.64665'/> |
| 1719 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1720 | <fieldValue name='ballRadius' value='0.02'/> |
| 1721 | <fieldValue name='traceEnabled' value='false'/> |
| 1722 | <fieldValue name='displayMode'/> |
| 1723 | <fieldValue name='transparency' value='0'/> |
| 1724 | </ProtoInstance> |
| 1725 | <ProtoInstance name='Arc'> |
| 1726 | <fieldValue name='cylinderHeight' value='0.96984'/> |
| 1727 | <fieldValue name='cylinderTranslation' value='0.29847 -2.29277 -0.55567'/> |
| 1728 | <fieldValue name='coneTranslation' value='0.24218 -2.60063 -0.64304'/> |
| 1729 | <fieldValue name='rotation' value='-26.07891 0 16.80123 2.81600'/> |
| 1730 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1731 | <fieldValue name='ballRadius' value='0.02'/> |
| 1732 | <fieldValue name='traceEnabled' value='false'/> |
| 1733 | <fieldValue name='displayMode'/> |
| 1734 | <fieldValue name='transparency' value='0'/> |
| 1735 | </ProtoInstance> |
| 1736 | <ProtoInstance name='Arc'> |
| 1737 | <fieldValue name='cylinderHeight' value='0.38842'/> |
| 1738 | <fieldValue name='cylinderTranslation' value='0.44455 -2.01733 -0.42292'/> |
| 1739 | <fieldValue name='coneTranslation' value='0.45549 -2.04975 -0.42250'/> |
| 1740 | <fieldValue name='rotation' value='0.47182 0 -12.41564 2.81599'/> |
| 1741 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1742 | <fieldValue name='ballRadius' value='0.02'/> |
| 1743 | <fieldValue name='traceEnabled' value='false'/> |
| 1744 | <fieldValue name='displayMode'/> |
| 1745 | <fieldValue name='transparency' value='0'/> |
| 1746 | </ProtoInstance> |
| 1747 | <ProtoInstance name='Arc'> |
| 1748 | <fieldValue name='cylinderHeight' value='0.60172'/> |
| 1749 | <fieldValue name='cylinderTranslation' value='0.18272 -2.04911 -0.36164'/> |
| 1750 | <fieldValue name='coneTranslation' value='0.08919 -2.15014 -0.33185'/> |
| 1751 | <fieldValue name='rotation' value='12.72624 -0.00000 39.95178 2.37062'/> |
| 1752 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1753 | <fieldValue name='ballRadius' value='0.02'/> |
| 1754 | <fieldValue name='traceEnabled' value='false'/> |
| 1755 | <fieldValue name='displayMode'/> |
| 1756 | <fieldValue name='transparency' value='0'/> |
| 1757 | </ProtoInstance> |
| 1758 | <ProtoInstance name='Arc'> |
| 1759 | <fieldValue name='cylinderHeight' value='0.93549'/> |
| 1760 | <fieldValue name='cylinderTranslation' value='0.14682 -2.09077 -0.73669'/> |
| 1761 | <fieldValue name='coneTranslation' value='-0.00823 -2.26015 -0.94157'/> |
| 1762 | <fieldValue name='rotation' value='-62.28216 0 47.13169 2.15362'/> |
| 1763 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1764 | <fieldValue name='ballRadius' value='0.02'/> |
| 1765 | <fieldValue name='traceEnabled' value='false'/> |
| 1766 | <fieldValue name='displayMode'/> |
| 1767 | <fieldValue name='transparency' value='0'/> |
| 1768 | </ProtoInstance> |
| 1769 | <ProtoInstance name='Arc'> |
| 1770 | <fieldValue name='cylinderHeight' value='0.51666'/> |
| 1771 | <fieldValue name='cylinderTranslation' value='0.59380 -1.98188 -0.42213'/> |
| 1772 | <fieldValue name='coneTranslation' value='0.67424 -2.03842 -0.42093'/> |
| 1773 | <fieldValue name='rotation' value='0.62946 0 -42.26480 2.18344'/> |
| 1774 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1775 | <fieldValue name='ballRadius' value='0.02'/> |
| 1776 | <fieldValue name='traceEnabled' value='false'/> |
| 1777 | <fieldValue name='displayMode'/> |
| 1778 | <fieldValue name='transparency' value='0'/> |
| 1779 | </ProtoInstance> |
| 1780 | <ProtoInstance name='Arc'> |
| 1781 | <fieldValue name='cylinderHeight' value='1.23310'/> |
| 1782 | <fieldValue name='cylinderTranslation' value='0.34506 -1.41398 -0.87569'/> |
| 1783 | <fieldValue name='coneTranslation' value='0.31736 -1.10345 -1.20922'/> |
| 1784 | <fieldValue name='rotation' value='-90.08303 0 7.48212 0.82281'/> |
| 1785 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1786 | <fieldValue name='ballRadius' value='0.02'/> |
| 1787 | <fieldValue name='traceEnabled' value='false'/> |
| 1788 | <fieldValue name='displayMode'/> |
| 1789 | <fieldValue name='transparency' value='0'/> |
| 1790 | </ProtoInstance> |
| 1791 | <ProtoInstance name='Arc'> |
| 1792 | <fieldValue name='cylinderHeight' value='0.54857'/> |
| 1793 | <fieldValue name='cylinderTranslation' value='0.34424 -2.01273 -0.22135'/> |
| 1794 | <fieldValue name='coneTranslation' value='0.32831 -2.08748 -0.13637'/> |
| 1795 | <fieldValue name='rotation' value='40.78600 -0.00000 7.64711 2.28373'/> |
| 1796 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1797 | <fieldValue name='ballRadius' value='0.02'/> |
| 1798 | <fieldValue name='traceEnabled' value='false'/> |
| 1799 | <fieldValue name='displayMode'/> |
| 1800 | <fieldValue name='transparency' value='0'/> |
| 1801 | </ProtoInstance> |
| 1802 | <ProtoInstance name='Arc'> |
| 1803 | <fieldValue name='cylinderHeight' value='1.32846'/> |
| 1804 | <fieldValue name='cylinderTranslation' value='0.67822 -1.26044 -0.26551'/> |
| 1805 | <fieldValue name='coneTranslation' value='0.90273 -0.82554 -0.14423'/> |
| 1806 | <fieldValue name='rotation' value='31.95305 0 -59.14992 0.53062'/> |
| 1807 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1808 | <fieldValue name='ballRadius' value='0.02'/> |
| 1809 | <fieldValue name='traceEnabled' value='false'/> |
| 1810 | <fieldValue name='displayMode'/> |
| 1811 | <fieldValue name='transparency' value='0'/> |
| 1812 | </ProtoInstance> |
| 1813 | <ProtoInstance name='Arc'> |
| 1814 | <fieldValue name='cylinderHeight' value='0.59262'/> |
| 1815 | <fieldValue name='cylinderTranslation' value='0.23897 -1.82384 -0.68434'/> |
| 1816 | <fieldValue name='coneTranslation' value='0.17295 -1.81948 -0.80352'/> |
| 1817 | <fieldValue name='rotation' value='-51.81349 0 28.70149 1.53878'/> |
| 1818 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1819 | <fieldValue name='ballRadius' value='0.02'/> |
| 1820 | <fieldValue name='traceEnabled' value='false'/> |
| 1821 | <fieldValue name='displayMode'/> |
| 1822 | <fieldValue name='transparency' value='0'/> |
| 1823 | </ProtoInstance> |
| 1824 | <ProtoInstance name='Arc'> |
| 1825 | <fieldValue name='cylinderHeight' value='1.13913'/> |
| 1826 | <fieldValue name='cylinderTranslation' value='-0.12183 -1.95168 -0.18847'/> |
| 1827 | <fieldValue name='coneTranslation' value='-0.48446 -2.03678 -0.01819'/> |
| 1828 | <fieldValue name='rotation' value='47.36109 -0.00000 100.86009 1.78011'/> |
| 1829 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1830 | <fieldValue name='ballRadius' value='0.02'/> |
| 1831 | <fieldValue name='traceEnabled' value='false'/> |
| 1832 | <fieldValue name='displayMode'/> |
| 1833 | <fieldValue name='transparency' value='0'/> |
| 1834 | </ProtoInstance> |
| 1835 | <ProtoInstance name='Arc'> |
| 1836 | <fieldValue name='cylinderHeight' value='0.97408'/> |
| 1837 | <fieldValue name='cylinderTranslation' value='0.24539 -2.13791 -0.07081'/> |
| 1838 | <fieldValue name='coneTranslation' value='0.15334 -2.34243 0.16721'/> |
| 1839 | <fieldValue name='rotation' value='70.89358 -0.00000 27.41742 2.24640'/> |
| 1840 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1841 | <fieldValue name='ballRadius' value='0.02'/> |
| 1842 | <fieldValue name='traceEnabled' value='false'/> |
| 1843 | <fieldValue name='displayMode'/> |
| 1844 | <fieldValue name='transparency' value='0'/> |
| 1845 | </ProtoInstance> |
| 1846 | <ProtoInstance name='Arc'> |
| 1847 | <fieldValue name='cylinderHeight' value='0.90743'/> |
| 1848 | <fieldValue name='cylinderTranslation' value='0.02855 -2.04742 -0.61172'/> |
| 1849 | <fieldValue name='coneTranslation' value='-0.20057 -2.18601 -0.73241'/> |
| 1850 | <fieldValue name='rotation' value='-37.28833 0 70.78531 2.06219'/> |
| 1851 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1852 | <fieldValue name='ballRadius' value='0.02'/> |
| 1853 | <fieldValue name='traceEnabled' value='false'/> |
| 1854 | <fieldValue name='displayMode'/> |
| 1855 | <fieldValue name='transparency' value='0'/> |
| 1856 | </ProtoInstance> |
| 1857 | <ProtoInstance name='Arc'> |
| 1858 | <fieldValue name='cylinderHeight' value='0.02694'/> |
| 1859 | <fieldValue name='cylinderTranslation' value='0.13338 -1.66674 2.66593'/> |
| 1860 | <fieldValue name='coneTranslation' value='-0.01135 -1.68697 2.65528'/> |
| 1861 | <fieldValue name='rotation' value='0.19576 0 -2.66129 1.43231'/> |
| 1862 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1863 | <fieldValue name='ballRadius' value='0.02'/> |
| 1864 | <fieldValue name='traceEnabled' value='false'/> |
| 1865 | <fieldValue name='displayMode'/> |
| 1866 | <fieldValue name='transparency' value='0'/> |
| 1867 | </ProtoInstance> |
| 1868 | <ProtoInstance name='Arc'> |
| 1869 | <fieldValue name='cylinderHeight' value='0.00520'/> |
| 1870 | <fieldValue name='cylinderTranslation' value='0.12058 -1.67096 2.66398'/> |
| 1871 | <fieldValue name='coneTranslation' value='0.09035 -1.52812 2.72277'/> |
| 1872 | <fieldValue name='rotation' value='-0.19437 0 -0.09994 2.70813'/> |
| 1873 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1874 | <fieldValue name='ballRadius' value='0.02'/> |
| 1875 | <fieldValue name='traceEnabled' value='false'/> |
| 1876 | <fieldValue name='displayMode'/> |
| 1877 | <fieldValue name='transparency' value='0'/> |
| 1878 | </ProtoInstance> |
| 1879 | <ProtoInstance name='Arc'> |
| 1880 | <fieldValue name='cylinderHeight' value='0.44220'/> |
| 1881 | <fieldValue name='cylinderTranslation' value='-0.20821 1.41704 2.51314'/> |
| 1882 | <fieldValue name='coneTranslation' value='-0.22449 1.46269 2.47594'/> |
| 1883 | <fieldValue name='rotation' value='-26.92312 0 11.78126 0.72693'/> |
| 1884 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1885 | <fieldValue name='ballRadius' value='0.02'/> |
| 1886 | <fieldValue name='traceEnabled' value='false'/> |
| 1887 | <fieldValue name='displayMode'/> |
| 1888 | <fieldValue name='transparency' value='0'/> |
| 1889 | </ProtoInstance> |
| 1890 | <ProtoInstance name='Arc'> |
| 1891 | <fieldValue name='cylinderHeight' value='0.27889'/> |
| 1892 | <fieldValue name='cylinderTranslation' value='-0.10465 1.13104 2.70123'/> |
| 1893 | <fieldValue name='coneTranslation' value='-0.11123 1.14884 2.69335'/> |
| 1894 | <fieldValue name='rotation' value='10.69531 0 -8.93256 2.61839'/> |
| 1895 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1896 | <fieldValue name='ballRadius' value='0.02'/> |
| 1897 | <fieldValue name='traceEnabled' value='false'/> |
| 1898 | <fieldValue name='displayMode'/> |
| 1899 | <fieldValue name='transparency' value='0'/> |
| 1900 | </ProtoInstance> |
| 1901 | <ProtoInstance name='Arc'> |
| 1902 | <fieldValue name='cylinderHeight' value='0.39188'/> |
| 1903 | <fieldValue name='cylinderTranslation' value='-1.75783 1.20467 1.86391'/> |
| 1904 | <fieldValue name='coneTranslation' value='-1.73861 1.23283 1.87529'/> |
| 1905 | <fieldValue name='rotation' value='12.40795 0 -20.94923 0.67041'/> |
| 1906 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1907 | <fieldValue name='ballRadius' value='0.02'/> |
| 1908 | <fieldValue name='traceEnabled' value='false'/> |
| 1909 | <fieldValue name='displayMode'/> |
| 1910 | <fieldValue name='transparency' value='0'/> |
| 1911 | </ProtoInstance> |
| 1912 | <ProtoInstance name='Arc'> |
| 1913 | <fieldValue name='cylinderHeight' value='0.58798'/> |
| 1914 | <fieldValue name='cylinderTranslation' value='-2.07601 0.96519 1.61887'/> |
| 1915 | <fieldValue name='coneTranslation' value='-2.17329 0.92602 1.53547'/> |
| 1916 | <fieldValue name='rotation' value='-36.60012 0 42.68694 1.86747'/> |
| 1917 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1918 | <fieldValue name='ballRadius' value='0.02'/> |
| 1919 | <fieldValue name='traceEnabled' value='false'/> |
| 1920 | <fieldValue name='displayMode'/> |
| 1921 | <fieldValue name='transparency' value='0'/> |
| 1922 | </ProtoInstance> |
| 1923 | <ProtoInstance name='Arc'> |
| 1924 | <fieldValue name='cylinderHeight' value='0.52621'/> |
| 1925 | <fieldValue name='cylinderTranslation' value='-1.97633 0.81435 1.81651'/> |
| 1926 | <fieldValue name='coneTranslation' value='-2.02091 0.72155 1.82224'/> |
| 1927 | <fieldValue name='rotation' value='2.92738 -0.00000 22.75188 2.69051'/> |
| 1928 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1929 | <fieldValue name='ballRadius' value='0.02'/> |
| 1930 | <fieldValue name='traceEnabled' value='false'/> |
| 1931 | <fieldValue name='displayMode'/> |
| 1932 | <fieldValue name='transparency' value='0'/> |
| 1933 | </ProtoInstance> |
| 1934 | <ProtoInstance name='Arc'> |
| 1935 | <fieldValue name='cylinderHeight' value='0.58407'/> |
| 1936 | <fieldValue name='cylinderTranslation' value='-2.04230 0.83601 1.71999'/> |
| 1937 | <fieldValue name='coneTranslation' value='-2.12356 0.73875 1.68297'/> |
| 1938 | <fieldValue name='rotation' value='-16.37643 0 35.94575 2.39887'/> |
| 1939 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1940 | <fieldValue name='ballRadius' value='0.02'/> |
| 1941 | <fieldValue name='traceEnabled' value='false'/> |
| 1942 | <fieldValue name='displayMode'/> |
| 1943 | <fieldValue name='transparency' value='0'/> |
| 1944 | </ProtoInstance> |
| 1945 | <ProtoInstance name='Arc'> |
| 1946 | <fieldValue name='cylinderHeight' value='0.27592'/> |
| 1947 | <fieldValue name='cylinderTranslation' value='-1.94491 0.94072 1.80988'/> |
| 1948 | <fieldValue name='coneTranslation' value='-1.93175 0.95836 1.80860'/> |
| 1949 | <fieldValue name='rotation' value='1.60209 -0.00000 16.46615 2.49860'/> |
| 1950 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1951 | <fieldValue name='ballRadius' value='0.02'/> |
| 1952 | <fieldValue name='traceEnabled' value='false'/> |
| 1953 | <fieldValue name='displayMode'/> |
| 1954 | <fieldValue name='transparency' value='0'/> |
| 1955 | </ProtoInstance> |
| 1956 | <ProtoInstance name='Arc'> |
| 1957 | <fieldValue name='cylinderHeight' value='1.04796'/> |
| 1958 | <fieldValue name='cylinderTranslation' value='-1.46456 1.38623 1.86392'/> |
| 1959 | <fieldValue name='coneTranslation' value='-1.18808 1.61900 1.90702'/> |
| 1960 | <fieldValue name='rotation' value='12.40901 0 -79.60362 0.87693'/> |
| 1961 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1962 | <fieldValue name='ballRadius' value='0.02'/> |
| 1963 | <fieldValue name='traceEnabled' value='false'/> |
| 1964 | <fieldValue name='displayMode'/> |
| 1965 | <fieldValue name='transparency' value='0'/> |
| 1966 | </ProtoInstance> |
| 1967 | <ProtoInstance name='Arc'> |
| 1968 | <fieldValue name='cylinderHeight' value='0.79781'/> |
| 1969 | <fieldValue name='cylinderTranslation' value='2.46147 0.77162 -1.09315'/> |
| 1970 | <fieldValue name='coneTranslation' value='2.63636 0.90689 -1.00263'/> |
| 1971 | <fieldValue name='rotation' value='30.22677 0 -58.40297 0.96891'/> |
| 1972 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1973 | <fieldValue name='ballRadius' value='0.02'/> |
| 1974 | <fieldValue name='traceEnabled' value='false'/> |
| 1975 | <fieldValue name='displayMode'/> |
| 1976 | <fieldValue name='transparency' value='0'/> |
| 1977 | </ProtoInstance> |
| 1978 | <ProtoInstance name='Arc'> |
| 1979 | <fieldValue name='cylinderHeight' value='0.33901'/> |
| 1980 | <fieldValue name='cylinderTranslation' value='2.32860 0.57692 -1.29362'/> |
| 1981 | <fieldValue name='coneTranslation' value='2.33752 0.57867 -1.29639'/> |
| 1982 | <fieldValue name='rotation' value='-9.86778 0 -31.82841 1.38591'/> |
| 1983 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1984 | <fieldValue name='ballRadius' value='0.02'/> |
| 1985 | <fieldValue name='traceEnabled' value='false'/> |
| 1986 | <fieldValue name='displayMode'/> |
| 1987 | <fieldValue name='transparency' value='0'/> |
| 1988 | </ProtoInstance> |
| 1989 | <ProtoInstance name='Arc'> |
| 1990 | <fieldValue name='cylinderHeight' value='0.71866'/> |
| 1991 | <fieldValue name='cylinderTranslation' value='2.44842 0.76497 -1.18733'/> |
| 1992 | <fieldValue name='coneTranslation' value='2.60318 0.88657 -1.15573'/> |
| 1993 | <fieldValue name='rotation' value='11.39099 0 -55.79397 0.91469'/> |
| 1994 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 1995 | <fieldValue name='ballRadius' value='0.02'/> |
| 1996 | <fieldValue name='traceEnabled' value='false'/> |
| 1997 | <fieldValue name='displayMode'/> |
| 1998 | <fieldValue name='transparency' value='0'/> |
| 1999 | </ProtoInstance> |
| 2000 | <ProtoInstance name='Arc'> |
| 2001 | <fieldValue name='cylinderHeight' value='1.16873'/> |
| 2002 | <fieldValue name='cylinderTranslation' value='1.73230 0.90354 -1.09468'/> |
| 2003 | <fieldValue name='coneTranslation' value='1.41485 1.16335 -0.98605'/> |
| 2004 | <fieldValue name='rotation' value='29.91962 -0.00000 87.43002 0.91190'/> |
| 2005 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2006 | <fieldValue name='ballRadius' value='0.02'/> |
| 2007 | <fieldValue name='traceEnabled' value='false'/> |
| 2008 | <fieldValue name='displayMode'/> |
| 2009 | <fieldValue name='transparency' value='0'/> |
| 2010 | </ProtoInstance> |
| 2011 | <ProtoInstance name='Arc'> |
| 2012 | <fieldValue name='cylinderHeight' value='0.79781'/> |
| 2013 | <fieldValue name='cylinderTranslation' value='2.46147 0.77162 -1.09315'/> |
| 2014 | <fieldValue name='coneTranslation' value='2.63636 0.90689 -1.00263'/> |
| 2015 | <fieldValue name='rotation' value='30.22677 0 -58.40297 0.96891'/> |
| 2016 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2017 | <fieldValue name='ballRadius' value='0.02'/> |
| 2018 | <fieldValue name='traceEnabled' value='false'/> |
| 2019 | <fieldValue name='displayMode'/> |
| 2020 | <fieldValue name='transparency' value='0'/> |
| 2021 | </ProtoInstance> |
| 2022 | <ProtoInstance name='Arc'> |
| 2023 | <fieldValue name='cylinderHeight' value='0.39548'/> |
| 2024 | <fieldValue name='cylinderTranslation' value='2.13094 0.36705 -1.31965'/> |
| 2025 | <fieldValue name='coneTranslation' value='2.12359 0.33294 -1.33403'/> |
| 2026 | <fieldValue name='rotation' value='-15.07348 0 7.70261 2.69929'/> |
| 2027 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2028 | <fieldValue name='ballRadius' value='0.02'/> |
| 2029 | <fieldValue name='traceEnabled' value='false'/> |
| 2030 | <fieldValue name='displayMode'/> |
| 2031 | <fieldValue name='transparency' value='0'/> |
| 2032 | </ProtoInstance> |
| 2033 | <ProtoInstance name='Arc'> |
| 2034 | <fieldValue name='cylinderHeight' value='1.48289'/> |
| 2035 | <fieldValue name='cylinderTranslation' value='1.71316 -0.03146 -1.33570'/> |
| 2036 | <fieldValue name='coneTranslation' value='1.35534 -0.48412 -1.40738'/> |
| 2037 | <fieldValue name='rotation' value='-18.28281 0 91.25780 2.46308'/> |
| 2038 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2039 | <fieldValue name='ballRadius' value='0.02'/> |
| 2040 | <fieldValue name='traceEnabled' value='false'/> |
| 2041 | <fieldValue name='displayMode'/> |
| 2042 | <fieldValue name='transparency' value='0'/> |
| 2043 | </ProtoInstance> |
| 2044 | <ProtoInstance name='Arc'> |
| 2045 | <fieldValue name='cylinderHeight' value='0.44209'/> |
| 2046 | <fieldValue name='cylinderTranslation' value='2.35867 0.65987 -1.25043'/> |
| 2047 | <fieldValue name='coneTranslation' value='2.41092 0.69138 -1.25213'/> |
| 2048 | <fieldValue name='rotation' value='-1.22983 0 -37.84316 1.02837'/> |
| 2049 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2050 | <fieldValue name='ballRadius' value='0.02'/> |
| 2051 | <fieldValue name='traceEnabled' value='false'/> |
| 2052 | <fieldValue name='displayMode'/> |
| 2053 | <fieldValue name='transparency' value='0'/> |
| 2054 | </ProtoInstance> |
| 2055 | <ProtoInstance name='Arc'> |
| 2056 | <fieldValue name='cylinderHeight' value='0.23249'/> |
| 2057 | <fieldValue name='cylinderTranslation' value='1.41301 -0.54684 0.75191'/> |
| 2058 | <fieldValue name='coneTranslation' value='1.41162 -0.58697 0.76929'/> |
| 2059 | <fieldValue name='rotation' value='-9.23553 0 -0.73539 0.40988'/> |
| 2060 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2061 | <fieldValue name='ballRadius' value='0.02'/> |
| 2062 | <fieldValue name='traceEnabled' value='false'/> |
| 2063 | <fieldValue name='displayMode'/> |
| 2064 | <fieldValue name='transparency' value='0'/> |
| 2065 | </ProtoInstance> |
| 2066 | <ProtoInstance name='Arc'> |
| 2067 | <fieldValue name='cylinderHeight' value='0.68212'/> |
| 2068 | <fieldValue name='cylinderTranslation' value='1.54413 -0.67843 1.11038'/> |
| 2069 | <fieldValue name='coneTranslation' value='1.61569 -0.69169 1.27617'/> |
| 2070 | <fieldValue name='rotation' value='62.45830 0 -26.95999 1.64410'/> |
| 2071 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2072 | <fieldValue name='ballRadius' value='0.02'/> |
| 2073 | <fieldValue name='traceEnabled' value='false'/> |
| 2074 | <fieldValue name='displayMode'/> |
| 2075 | <fieldValue name='transparency' value='0'/> |
| 2076 | </ProtoInstance> |
| 2077 | <ProtoInstance name='Arc'> |
| 2078 | <fieldValue name='cylinderHeight' value='0.63386'/> |
| 2079 | <fieldValue name='cylinderTranslation' value='1.55294 -0.65624 1.08061'/> |
| 2080 | <fieldValue name='coneTranslation' value='1.62405 -0.65761 1.22050'/> |
| 2081 | <fieldValue name='rotation' value='56.50311 0 -28.72162 1.57958'/> |
| 2082 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2083 | <fieldValue name='ballRadius' value='0.02'/> |
| 2084 | <fieldValue name='traceEnabled' value='false'/> |
| 2085 | <fieldValue name='displayMode'/> |
| 2086 | <fieldValue name='transparency' value='0'/> |
| 2087 | </ProtoInstance> |
| 2088 | <ProtoInstance name='Arc'> |
| 2089 | <fieldValue name='cylinderHeight' value='0.68212'/> |
| 2090 | <fieldValue name='cylinderTranslation' value='1.54413 -0.67843 1.11038'/> |
| 2091 | <fieldValue name='coneTranslation' value='1.61569 -0.69169 1.27617'/> |
| 2092 | <fieldValue name='rotation' value='62.45830 0 -26.95999 1.64410'/> |
| 2093 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2094 | <fieldValue name='ballRadius' value='0.02'/> |
| 2095 | <fieldValue name='traceEnabled' value='false'/> |
| 2096 | <fieldValue name='displayMode'/> |
| 2097 | <fieldValue name='transparency' value='0'/> |
| 2098 | </ProtoInstance> |
| 2099 | <ProtoInstance name='Arc'> |
| 2100 | <fieldValue name='cylinderHeight' value='0.35567'/> |
| 2101 | <fieldValue name='cylinderTranslation' value='1.48258 -0.64992 0.96010'/> |
| 2102 | <fieldValue name='coneTranslation' value='1.48993 -0.64957 0.97634'/> |
| 2103 | <fieldValue name='rotation' value='32.40140 0 -14.65028 1.55093'/> |
| 2104 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2105 | <fieldValue name='ballRadius' value='0.02'/> |
| 2106 | <fieldValue name='traceEnabled' value='false'/> |
| 2107 | <fieldValue name='displayMode'/> |
| 2108 | <fieldValue name='transparency' value='0'/> |
| 2109 | </ProtoInstance> |
| 2110 | <ProtoInstance name='Arc'> |
| 2111 | <fieldValue name='cylinderHeight' value='0.24268'/> |
| 2112 | <fieldValue name='cylinderTranslation' value='1.46211 -0.65229 0.90734'/> |
| 2113 | <fieldValue name='coneTranslation' value='1.44529 -0.65266 0.87253'/> |
| 2114 | <fieldValue name='rotation' value='21.85053 0 -10.55525 1.56117'/> |
| 2115 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2116 | <fieldValue name='ballRadius' value='0.02'/> |
| 2117 | <fieldValue name='traceEnabled' value='false'/> |
| 2118 | <fieldValue name='displayMode'/> |
| 2119 | <fieldValue name='transparency' value='0'/> |
| 2120 | </ProtoInstance> |
| 2121 | <ProtoInstance name='Arc'> |
| 2122 | <fieldValue name='cylinderHeight' value='0.23950'/> |
| 2123 | <fieldValue name='cylinderTranslation' value='1.46153 -0.65223 0.90586'/> |
| 2124 | <fieldValue name='coneTranslation' value='1.44398 -0.65264 0.86963'/> |
| 2125 | <fieldValue name='rotation' value='21.55306 0 -10.43964 1.56060'/> |
| 2126 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2127 | <fieldValue name='ballRadius' value='0.02'/> |
| 2128 | <fieldValue name='traceEnabled' value='false'/> |
| 2129 | <fieldValue name='displayMode'/> |
| 2130 | <fieldValue name='transparency' value='0'/> |
| 2131 | </ProtoInstance> |
| 2132 | <ProtoInstance name='Arc'> |
| 2133 | <fieldValue name='cylinderHeight' value='0.63446'/> |
| 2134 | <fieldValue name='cylinderTranslation' value='1.55294 -0.65631 1.08094'/> |
| 2135 | <fieldValue name='coneTranslation' value='1.62412 -0.65773 1.22113'/> |
| 2136 | <fieldValue name='rotation' value='56.56995 0 -28.72184 1.57981'/> |
| 2137 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2138 | <fieldValue name='ballRadius' value='0.02'/> |
| 2139 | <fieldValue name='traceEnabled' value='false'/> |
| 2140 | <fieldValue name='displayMode'/> |
| 2141 | <fieldValue name='transparency' value='0'/> |
| 2142 | </ProtoInstance> |
| 2143 | <ProtoInstance name='Arc'> |
| 2144 | <fieldValue name='cylinderHeight' value='1.00380'/> |
| 2145 | <fieldValue name='cylinderTranslation' value='1.19165 -0.67050 0.34617'/> |
| 2146 | <fieldValue name='coneTranslation' value='1.04337 -0.68211 0.03832'/> |
| 2147 | <fieldValue name='rotation' value='-90.38361 0 43.53579 1.60476'/> |
| 2148 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2149 | <fieldValue name='ballRadius' value='0.02'/> |
| 2150 | <fieldValue name='traceEnabled' value='false'/> |
| 2151 | <fieldValue name='displayMode'/> |
| 2152 | <fieldValue name='transparency' value='0'/> |
| 2153 | </ProtoInstance> |
| 2154 | <ProtoInstance name='Arc'> |
| 2155 | <fieldValue name='cylinderHeight' value='0.23249'/> |
| 2156 | <fieldValue name='cylinderTranslation' value='1.41301 -0.54684 0.75191'/> |
| 2157 | <fieldValue name='coneTranslation' value='1.41162 -0.58697 0.76929'/> |
| 2158 | <fieldValue name='rotation' value='-9.23553 0 -0.73539 0.40988'/> |
| 2159 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2160 | <fieldValue name='ballRadius' value='0.02'/> |
| 2161 | <fieldValue name='traceEnabled' value='false'/> |
| 2162 | <fieldValue name='displayMode'/> |
| 2163 | <fieldValue name='transparency' value='0'/> |
| 2164 | </ProtoInstance> |
| 2165 | <ProtoInstance name='Arc'> |
| 2166 | <fieldValue name='cylinderHeight' value='0.68212'/> |
| 2167 | <fieldValue name='cylinderTranslation' value='1.54413 -0.67843 1.11038'/> |
| 2168 | <fieldValue name='coneTranslation' value='1.61569 -0.69169 1.27617'/> |
| 2169 | <fieldValue name='rotation' value='62.45830 0 -26.95999 1.64410'/> |
| 2170 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2171 | <fieldValue name='ballRadius' value='0.02'/> |
| 2172 | <fieldValue name='traceEnabled' value='false'/> |
| 2173 | <fieldValue name='displayMode'/> |
| 2174 | <fieldValue name='transparency' value='0'/> |
| 2175 | </ProtoInstance> |
| 2176 | <ProtoInstance name='Arc'> |
| 2177 | <fieldValue name='cylinderHeight' value='0.63386'/> |
| 2178 | <fieldValue name='cylinderTranslation' value='1.55294 -0.65624 1.08061'/> |
| 2179 | <fieldValue name='coneTranslation' value='1.62405 -0.65761 1.22050'/> |
| 2180 | <fieldValue name='rotation' value='56.50311 0 -28.72162 1.57958'/> |
| 2181 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2182 | <fieldValue name='ballRadius' value='0.02'/> |
| 2183 | <fieldValue name='traceEnabled' value='false'/> |
| 2184 | <fieldValue name='displayMode'/> |
| 2185 | <fieldValue name='transparency' value='0'/> |
| 2186 | </ProtoInstance> |
| 2187 | <ProtoInstance name='Arc'> |
| 2188 | <fieldValue name='cylinderHeight' value='0.68212'/> |
| 2189 | <fieldValue name='cylinderTranslation' value='1.54413 -0.67843 1.11038'/> |
| 2190 | <fieldValue name='coneTranslation' value='1.61569 -0.69169 1.27617'/> |
| 2191 | <fieldValue name='rotation' value='62.45830 0 -26.95999 1.64410'/> |
| 2192 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2193 | <fieldValue name='ballRadius' value='0.02'/> |
| 2194 | <fieldValue name='traceEnabled' value='false'/> |
| 2195 | <fieldValue name='displayMode'/> |
| 2196 | <fieldValue name='transparency' value='0'/> |
| 2197 | </ProtoInstance> |
| 2198 | <ProtoInstance name='Arc'> |
| 2199 | <fieldValue name='cylinderHeight' value='0.35567'/> |
| 2200 | <fieldValue name='cylinderTranslation' value='1.48258 -0.64992 0.96010'/> |
| 2201 | <fieldValue name='coneTranslation' value='1.48993 -0.64957 0.97634'/> |
| 2202 | <fieldValue name='rotation' value='32.40140 0 -14.65028 1.55093'/> |
| 2203 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2204 | <fieldValue name='ballRadius' value='0.02'/> |
| 2205 | <fieldValue name='traceEnabled' value='false'/> |
| 2206 | <fieldValue name='displayMode'/> |
| 2207 | <fieldValue name='transparency' value='0'/> |
| 2208 | </ProtoInstance> |
| 2209 | <ProtoInstance name='Arc'> |
| 2210 | <fieldValue name='cylinderHeight' value='0.24268'/> |
| 2211 | <fieldValue name='cylinderTranslation' value='1.46211 -0.65229 0.90734'/> |
| 2212 | <fieldValue name='coneTranslation' value='1.44529 -0.65266 0.87253'/> |
| 2213 | <fieldValue name='rotation' value='21.85053 0 -10.55525 1.56117'/> |
| 2214 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2215 | <fieldValue name='ballRadius' value='0.02'/> |
| 2216 | <fieldValue name='traceEnabled' value='false'/> |
| 2217 | <fieldValue name='displayMode'/> |
| 2218 | <fieldValue name='transparency' value='0'/> |
| 2219 | </ProtoInstance> |
| 2220 | <ProtoInstance name='Arc'> |
| 2221 | <fieldValue name='cylinderHeight' value='0.23950'/> |
| 2222 | <fieldValue name='cylinderTranslation' value='1.46153 -0.65223 0.90586'/> |
| 2223 | <fieldValue name='coneTranslation' value='1.44398 -0.65264 0.86963'/> |
| 2224 | <fieldValue name='rotation' value='21.55306 0 -10.43964 1.56060'/> |
| 2225 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2226 | <fieldValue name='ballRadius' value='0.02'/> |
| 2227 | <fieldValue name='traceEnabled' value='false'/> |
| 2228 | <fieldValue name='displayMode'/> |
| 2229 | <fieldValue name='transparency' value='0'/> |
| 2230 | </ProtoInstance> |
| 2231 | <ProtoInstance name='Arc'> |
| 2232 | <fieldValue name='cylinderHeight' value='0.63446'/> |
| 2233 | <fieldValue name='cylinderTranslation' value='1.55294 -0.65631 1.08094'/> |
| 2234 | <fieldValue name='coneTranslation' value='1.62412 -0.65773 1.22113'/> |
| 2235 | <fieldValue name='rotation' value='56.56995 0 -28.72184 1.57981'/> |
| 2236 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2237 | <fieldValue name='ballRadius' value='0.02'/> |
| 2238 | <fieldValue name='traceEnabled' value='false'/> |
| 2239 | <fieldValue name='displayMode'/> |
| 2240 | <fieldValue name='transparency' value='0'/> |
| 2241 | </ProtoInstance> |
| 2242 | <ProtoInstance name='Arc'> |
| 2243 | <fieldValue name='cylinderHeight' value='1.00380'/> |
| 2244 | <fieldValue name='cylinderTranslation' value='1.19165 -0.67050 0.34617'/> |
| 2245 | <fieldValue name='coneTranslation' value='1.04337 -0.68211 0.03832'/> |
| 2246 | <fieldValue name='rotation' value='-90.38361 0 43.53579 1.60476'/> |
| 2247 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2248 | <fieldValue name='ballRadius' value='0.02'/> |
| 2249 | <fieldValue name='traceEnabled' value='false'/> |
| 2250 | <fieldValue name='displayMode'/> |
| 2251 | <fieldValue name='transparency' value='0'/> |
| 2252 | </ProtoInstance> |
| 2253 | <ProtoInstance name='Arc'> |
| 2254 | <fieldValue name='cylinderHeight' value='0.40932'/> |
| 2255 | <fieldValue name='cylinderTranslation' value='-1.62094 -2.31720 0.62810'/> |
| 2256 | <fieldValue name='coneTranslation' value='-1.64406 -2.33143 0.66356'/> |
| 2257 | <fieldValue name='rotation' value='32.50125 -0.00000 21.18949 1.89505'/> |
| 2258 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2259 | <fieldValue name='ballRadius' value='0.02'/> |
| 2260 | <fieldValue name='traceEnabled' value='false'/> |
| 2261 | <fieldValue name='displayMode'/> |
| 2262 | <fieldValue name='transparency' value='0'/> |
| 2263 | </ProtoInstance> |
| 2264 | <ProtoInstance name='Arc'> |
| 2265 | <fieldValue name='cylinderHeight' value='0.36505'/> |
| 2266 | <fieldValue name='cylinderTranslation' value='-1.67187 -2.34474 0.47575'/> |
| 2267 | <fieldValue name='coneTranslation' value='-1.69122 -2.35619 0.47701'/> |
| 2268 | <fieldValue name='rotation' value='2.03179 -0.00000 31.37468 2.10384'/> |
| 2269 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2270 | <fieldValue name='ballRadius' value='0.02'/> |
| 2271 | <fieldValue name='traceEnabled' value='false'/> |
| 2272 | <fieldValue name='displayMode'/> |
| 2273 | <fieldValue name='transparency' value='0'/> |
| 2274 | </ProtoInstance> |
| 2275 | <ProtoInstance name='Arc'> |
| 2276 | <fieldValue name='cylinderHeight' value='0.39537'/> |
| 2277 | <fieldValue name='cylinderTranslation' value='-1.68365 -2.25933 0.56846'/> |
| 2278 | <fieldValue name='coneTranslation' value='-1.71580 -2.26073 0.58807'/> |
| 2279 | <fieldValue name='rotation' value='20.57268 -0.00000 33.73140 1.60793'/> |
| 2280 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2281 | <fieldValue name='ballRadius' value='0.02'/> |
| 2282 | <fieldValue name='traceEnabled' value='false'/> |
| 2283 | <fieldValue name='displayMode'/> |
| 2284 | <fieldValue name='transparency' value='0'/> |
| 2285 | </ProtoInstance> |
| 2286 | <ProtoInstance name='Arc'> |
| 2287 | <fieldValue name='cylinderHeight' value='0.70342'/> |
| 2288 | <fieldValue name='cylinderTranslation' value='-1.77722 -2.14720 0.67525'/> |
| 2289 | <fieldValue name='coneTranslation' value='-1.92015 -2.09008 0.78953'/> |
| 2290 | <fieldValue name='rotation' value='41.93063 -0.00000 52.44512 1.26824'/> |
| 2291 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2292 | <fieldValue name='ballRadius' value='0.02'/> |
| 2293 | <fieldValue name='traceEnabled' value='false'/> |
| 2294 | <fieldValue name='displayMode'/> |
| 2295 | <fieldValue name='transparency' value='0'/> |
| 2296 | </ProtoInstance> |
| 2297 | <ProtoInstance name='Arc'> |
| 2298 | <fieldValue name='cylinderHeight' value='0.77326'/> |
| 2299 | <fieldValue name='cylinderTranslation' value='-1.86837 -2.09529 0.45823'/> |
| 2300 | <fieldValue name='coneTranslation' value='-2.07550 -2.00344 0.45392'/> |
| 2301 | <fieldValue name='rotation' value='-1.47216 0 70.67480 1.15349'/> |
| 2302 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2303 | <fieldValue name='ballRadius' value='0.02'/> |
| 2304 | <fieldValue name='traceEnabled' value='false'/> |
| 2305 | <fieldValue name='displayMode'/> |
| 2306 | <fieldValue name='transparency' value='0'/> |
| 2307 | </ProtoInstance> |
| 2308 | <ProtoInstance name='Arc'> |
| 2309 | <fieldValue name='cylinderHeight' value='0.36381'/> |
| 2310 | <fieldValue name='cylinderTranslation' value='-1.63508 -2.34890 0.56191'/> |
| 2311 | <fieldValue name='coneTranslation' value='-1.64954 -2.36057 0.57351'/> |
| 2312 | <fieldValue name='rotation' value='19.26296 -0.00000 24.01743 2.13265'/> |
| 2313 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2314 | <fieldValue name='ballRadius' value='0.02'/> |
| 2315 | <fieldValue name='traceEnabled' value='false'/> |
| 2316 | <fieldValue name='displayMode'/> |
| 2317 | <fieldValue name='transparency' value='0'/> |
| 2318 | </ProtoInstance> |
| 2319 | <ProtoInstance name='Arc'> |
| 2320 | <fieldValue name='cylinderHeight' value='0.69302'/> |
| 2321 | <fieldValue name='cylinderTranslation' value='-1.64635 -2.26223 0.78607'/> |
| 2322 | <fieldValue name='coneTranslation' value='-1.71706 -2.26773 0.95857'/> |
| 2323 | <fieldValue name='rotation' value='64.09594 -0.00000 26.27257 1.60033'/> |
| 2324 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2325 | <fieldValue name='ballRadius' value='0.02'/> |
| 2326 | <fieldValue name='traceEnabled' value='false'/> |
| 2327 | <fieldValue name='displayMode'/> |
| 2328 | <fieldValue name='transparency' value='0'/> |
| 2329 | </ProtoInstance> |
| 2330 | <ProtoInstance name='Arc'> |
| 2331 | <fieldValue name='cylinderHeight' value='0.25913'/> |
| 2332 | <fieldValue name='cylinderTranslation' value='-1.41527 -2.31547 0.41256'/> |
| 2333 | <fieldValue name='coneTranslation' value='-1.43869 -2.30056 0.42502'/> |
| 2334 | <fieldValue name='rotation' value='-10.60700 0 -19.94501 2.08281'/> |
| 2335 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2336 | <fieldValue name='ballRadius' value='0.02'/> |
| 2337 | <fieldValue name='traceEnabled' value='false'/> |
| 2338 | <fieldValue name='displayMode'/> |
| 2339 | <fieldValue name='transparency' value='0'/> |
| 2340 | </ProtoInstance> |
| 2341 | <ProtoInstance name='Arc'> |
| 2342 | <fieldValue name='cylinderHeight' value='0.24254'/> |
| 2343 | <fieldValue name='cylinderTranslation' value='-1.61402 -2.30926 0.50585'/> |
| 2344 | <fieldValue name='coneTranslation' value='-1.58239 -2.29097 0.49299'/> |
| 2345 | <fieldValue name='rotation' value='8.05027 -0.00000 19.80558 2.06260'/> |
| 2346 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2347 | <fieldValue name='ballRadius' value='0.02'/> |
| 2348 | <fieldValue name='traceEnabled' value='false'/> |
| 2349 | <fieldValue name='displayMode'/> |
| 2350 | <fieldValue name='transparency' value='0'/> |
| 2351 | </ProtoInstance> |
| 2352 | <ProtoInstance name='Arc'> |
| 2353 | <fieldValue name='cylinderHeight' value='0.99865'/> |
| 2354 | <fieldValue name='cylinderTranslation' value='-1.07056 -2.16101 0.25697'/> |
| 2355 | <fieldValue name='coneTranslation' value='-0.76854 -2.09918 0.11519'/> |
| 2356 | <fieldValue name='rotation' value='-41.72592 0 -88.88659 1.38756'/> |
| 2357 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2358 | <fieldValue name='ballRadius' value='0.02'/> |
| 2359 | <fieldValue name='traceEnabled' value='false'/> |
| 2360 | <fieldValue name='displayMode'/> |
| 2361 | <fieldValue name='transparency' value='0'/> |
| 2362 | </ProtoInstance> |
| 2363 | <ProtoInstance name='Arc'> |
| 2364 | <fieldValue name='cylinderHeight' value='0.77326'/> |
| 2365 | <fieldValue name='cylinderTranslation' value='-1.86836 -2.09529 0.45824'/> |
| 2366 | <fieldValue name='coneTranslation' value='-2.07550 -2.00344 0.45393'/> |
| 2367 | <fieldValue name='rotation' value='-1.47069 0 70.67457 1.15348'/> |
| 2368 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2369 | <fieldValue name='ballRadius' value='0.02'/> |
| 2370 | <fieldValue name='traceEnabled' value='false'/> |
| 2371 | <fieldValue name='displayMode'/> |
| 2372 | <fieldValue name='transparency' value='0'/> |
| 2373 | </ProtoInstance> |
| 2374 | <ProtoInstance name='Arc'> |
| 2375 | <fieldValue name='cylinderHeight' value='0.37672'/> |
| 2376 | <fieldValue name='cylinderTranslation' value='-1.67952 -2.34357 0.46087'/> |
| 2377 | <fieldValue name='coneTranslation' value='-1.70429 -2.35736 0.46016'/> |
| 2378 | <fieldValue name='rotation' value='-0.94450 0 32.90594 2.07853'/> |
| 2379 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2380 | <fieldValue name='ballRadius' value='0.02'/> |
| 2381 | <fieldValue name='traceEnabled' value='false'/> |
| 2382 | <fieldValue name='displayMode'/> |
| 2383 | <fieldValue name='transparency' value='0'/> |
| 2384 | </ProtoInstance> |
| 2385 | <ProtoInstance name='Arc'> |
| 2386 | <fieldValue name='cylinderHeight' value='0.40154'/> |
| 2387 | <fieldValue name='cylinderTranslation' value='-0.21851 -0.36947 -2.35636'/> |
| 2388 | <fieldValue name='coneTranslation' value='-0.18013 -0.37382 -2.34331'/> |
| 2389 | <fieldValue name='rotation' value='12.85234 0 -37.80011 1.67767'/> |
| 2390 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2391 | <fieldValue name='ballRadius' value='0.02'/> |
| 2392 | <fieldValue name='traceEnabled' value='false'/> |
| 2393 | <fieldValue name='displayMode'/> |
| 2394 | <fieldValue name='transparency' value='0'/> |
| 2395 | </ProtoInstance> |
| 2396 | <ProtoInstance name='Arc'> |
| 2397 | <fieldValue name='cylinderHeight' value='0.05205'/> |
| 2398 | <fieldValue name='cylinderTranslation' value='0.52624 -0.36522 -2.42303'/> |
| 2399 | <fieldValue name='coneTranslation' value='0.60685 -0.47118 -2.40806'/> |
| 2400 | <fieldValue name='rotation' value='-0.58187 0 3.13158 0.65849'/> |
| 2401 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2402 | <fieldValue name='ballRadius' value='0.02'/> |
| 2403 | <fieldValue name='traceEnabled' value='false'/> |
| 2404 | <fieldValue name='displayMode'/> |
| 2405 | <fieldValue name='transparency' value='0'/> |
| 2406 | </ProtoInstance> |
| 2407 | <ProtoInstance name='Arc'> |
| 2408 | <fieldValue name='cylinderHeight' value='0.14949'/> |
| 2409 | <fieldValue name='cylinderTranslation' value='-1.74103 -2.41411 0.72442'/> |
| 2410 | <fieldValue name='coneTranslation' value='-1.72490 -2.37794 0.79992'/> |
| 2411 | <fieldValue name='rotation' value='-13.23829 0 2.82794 2.00886'/> |
| 2412 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2413 | <fieldValue name='ballRadius' value='0.02'/> |
| 2414 | <fieldValue name='traceEnabled' value='false'/> |
| 2415 | <fieldValue name='displayMode'/> |
| 2416 | <fieldValue name='transparency' value='0'/> |
| 2417 | </ProtoInstance> |
| 2418 | <ProtoInstance name='Arc'> |
| 2419 | <fieldValue name='cylinderHeight' value='0.33837'/> |
| 2420 | <fieldValue name='cylinderTranslation' value='-1.75230 -2.32743 0.94858'/> |
| 2421 | <fieldValue name='coneTranslation' value='-1.75368 -2.32445 0.95716'/> |
| 2422 | <fieldValue name='rotation' value='31.59469 -0.00000 5.08308 1.23987'/> |
| 2423 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2424 | <fieldValue name='ballRadius' value='0.02'/> |
| 2425 | <fieldValue name='traceEnabled' value='false'/> |
| 2426 | <fieldValue name='displayMode'/> |
| 2427 | <fieldValue name='transparency' value='0'/> |
| 2428 | </ProtoInstance> |
| 2429 | <ProtoInstance name='Arc'> |
| 2430 | <fieldValue name='cylinderHeight' value='0.30588'/> |
| 2431 | <fieldValue name='cylinderTranslation' value='0.56739 -0.57053 -2.61441'/> |
| 2432 | <fieldValue name='coneTranslation' value='0.56517 -0.56880 -2.60793'/> |
| 2433 | <fieldValue name='rotation' value='-28.05948 0 -9.59184 1.81856'/> |
| 2434 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2435 | <fieldValue name='ballRadius' value='0.02'/> |
| 2436 | <fieldValue name='traceEnabled' value='false'/> |
| 2437 | <fieldValue name='displayMode'/> |
| 2438 | <fieldValue name='transparency' value='0'/> |
| 2439 | </ProtoInstance> |
| 2440 | <ProtoInstance name='Arc'> |
| 2441 | <fieldValue name='cylinderHeight' value='0.30692'/> |
| 2442 | <fieldValue name='cylinderTranslation' value='0.55586 -0.58464 -2.61396'/> |
| 2443 | <fieldValue name='coneTranslation' value='0.55431 -0.58244 -2.60800'/> |
| 2444 | <fieldValue name='rotation' value='-27.97020 0 -7.28570 1.91384'/> |
| 2445 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2446 | <fieldValue name='ballRadius' value='0.02'/> |
| 2447 | <fieldValue name='traceEnabled' value='false'/> |
| 2448 | <fieldValue name='displayMode'/> |
| 2449 | <fieldValue name='transparency' value='0'/> |
| 2450 | </ProtoInstance> |
| 2451 | <ProtoInstance name='Arc'> |
| 2452 | <fieldValue name='cylinderHeight' value='0.79773'/> |
| 2453 | <fieldValue name='cylinderTranslation' value='1.28696 -1.73610 -0.53896'/> |
| 2454 | <fieldValue name='coneTranslation' value='1.52286 -1.76998 -0.55495'/> |
| 2455 | <fieldValue name='rotation' value='-5.33817 0 -78.78518 1.71313'/> |
| 2456 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2457 | <fieldValue name='ballRadius' value='0.02'/> |
| 2458 | <fieldValue name='traceEnabled' value='false'/> |
| 2459 | <fieldValue name='displayMode'/> |
| 2460 | <fieldValue name='transparency' value='0'/> |
| 2461 | </ProtoInstance> |
| 2462 | <ProtoInstance name='Arc'> |
| 2463 | <fieldValue name='cylinderHeight' value='0.56856'/> |
| 2464 | <fieldValue name='cylinderTranslation' value='1.10411 -1.54141 -0.64336'/> |
| 2465 | <fieldValue name='coneTranslation' value='1.19639 -1.48103 -0.70067'/> |
| 2466 | <fieldValue name='rotation' value='-26.21817 0 -42.21635 1.06349'/> |
| 2467 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2468 | <fieldValue name='ballRadius' value='0.02'/> |
| 2469 | <fieldValue name='traceEnabled' value='false'/> |
| 2470 | <fieldValue name='displayMode'/> |
| 2471 | <fieldValue name='transparency' value='0'/> |
| 2472 | </ProtoInstance> |
| 2473 | <ProtoInstance name='Arc'> |
| 2474 | <fieldValue name='cylinderHeight' value='0.66036'/> |
| 2475 | <fieldValue name='cylinderTranslation' value='0.74628 -1.91535 -0.33377'/> |
| 2476 | <fieldValue name='coneTranslation' value='0.67065 -2.03691 -0.24176'/> |
| 2477 | <fieldValue name='rotation' value='35.70117 -0.00000 29.34943 2.36638'/> |
| 2478 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2479 | <fieldValue name='ballRadius' value='0.02'/> |
| 2480 | <fieldValue name='traceEnabled' value='false'/> |
| 2481 | <fieldValue name='displayMode'/> |
| 2482 | <fieldValue name='transparency' value='0'/> |
| 2483 | </ProtoInstance> |
| 2484 | <ProtoInstance name='Arc'> |
| 2485 | <fieldValue name='cylinderHeight' value='0.65576'/> |
| 2486 | <fieldValue name='cylinderTranslation' value='0.69983 -1.94043 -0.46642'/> |
| 2487 | <fieldValue name='coneTranslation' value='0.60091 -2.07402 -0.44294'/> |
| 2488 | <fieldValue name='rotation' value='9.17159 -0.00000 38.63985 2.49106'/> |
| 2489 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2490 | <fieldValue name='ballRadius' value='0.02'/> |
| 2491 | <fieldValue name='traceEnabled' value='false'/> |
| 2492 | <fieldValue name='displayMode'/> |
| 2493 | <fieldValue name='transparency' value='0'/> |
| 2494 | </ProtoInstance> |
| 2495 | <ProtoInstance name='Arc'> |
| 2496 | <fieldValue name='cylinderHeight' value='0.46878'/> |
| 2497 | <fieldValue name='cylinderTranslation' value='0.84908 -1.90497 -0.46563'/> |
| 2498 | <fieldValue name='coneTranslation' value='0.83513 -1.97652 -0.45082'/> |
| 2499 | <fieldValue name='rotation' value='9.32923 -0.00000 8.79069 2.86462'/> |
| 2500 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2501 | <fieldValue name='ballRadius' value='0.02'/> |
| 2502 | <fieldValue name='traceEnabled' value='false'/> |
| 2503 | <fieldValue name='displayMode'/> |
| 2504 | <fieldValue name='transparency' value='0'/> |
| 2505 | </ProtoInstance> |
| 2506 | <ProtoInstance name='Arc'> |
| 2507 | <fieldValue name='cylinderHeight' value='0.53719'/> |
| 2508 | <fieldValue name='cylinderTranslation' value='0.17297 -2.27370 0.08511'/> |
| 2509 | <fieldValue name='coneTranslation' value='0.14709 -2.34174 0.16569'/> |
| 2510 | <fieldValue name='rotation' value='39.86193 -0.00000 12.80013 2.24794'/> |
| 2511 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2512 | <fieldValue name='ballRadius' value='0.02'/> |
| 2513 | <fieldValue name='traceEnabled' value='false'/> |
| 2514 | <fieldValue name='displayMode'/> |
| 2515 | <fieldValue name='transparency' value='0'/> |
| 2516 | </ProtoInstance> |
| 2517 | <ProtoInstance name='Arc'> |
| 2518 | <fieldValue name='cylinderHeight' value='0.14715'/> |
| 2519 | <fieldValue name='cylinderTranslation' value='0.27149 -2.14877 -0.06581'/> |
| 2520 | <fieldValue name='coneTranslation' value='0.23094 -2.09784 -0.12265'/> |
| 2521 | <fieldValue name='rotation' value='9.67837 0 -6.90371 2.20100'/> |
| 2522 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2523 | <fieldValue name='ballRadius' value='0.02'/> |
| 2524 | <fieldValue name='traceEnabled' value='false'/> |
| 2525 | <fieldValue name='displayMode'/> |
| 2526 | <fieldValue name='transparency' value='0'/> |
| 2527 | </ProtoInstance> |
| 2528 | <ProtoInstance name='Arc'> |
| 2529 | <fieldValue name='cylinderHeight' value='0.53709'/> |
| 2530 | <fieldValue name='cylinderTranslation' value='0.17263 -2.27395 0.08473'/> |
| 2531 | <fieldValue name='coneTranslation' value='0.14663 -2.34207 0.16514'/> |
| 2532 | <fieldValue name='rotation' value='39.78595 -0.00000 12.86660 2.24926'/> |
| 2533 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2534 | <fieldValue name='ballRadius' value='0.02'/> |
| 2535 | <fieldValue name='traceEnabled' value='false'/> |
| 2536 | <fieldValue name='displayMode'/> |
| 2537 | <fieldValue name='transparency' value='0'/> |
| 2538 | </ProtoInstance> |
| 2539 | <ProtoInstance name='Arc'> |
| 2540 | <fieldValue name='cylinderHeight' value='0.45157'/> |
| 2541 | <fieldValue name='cylinderTranslation' value='1.87010 -1.91169 -0.53383'/> |
| 2542 | <fieldValue name='coneTranslation' value='1.92523 -1.94637 -0.52456'/> |
| 2543 | <fieldValue name='rotation' value='6.36479 0 -37.84310 2.12599'/> |
| 2544 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2545 | <fieldValue name='ballRadius' value='0.02'/> |
| 2546 | <fieldValue name='traceEnabled' value='false'/> |
| 2547 | <fieldValue name='displayMode'/> |
| 2548 | <fieldValue name='transparency' value='0'/> |
| 2549 | </ProtoInstance> |
| 2550 | <ProtoInstance name='Arc'> |
| 2551 | <fieldValue name='cylinderHeight' value='0.34693'/> |
| 2552 | <fieldValue name='cylinderTranslation' value='-0.34865 2.62632 1.67146'/> |
| 2553 | <fieldValue name='coneTranslation' value='-0.34788 2.63609 1.66223'/> |
| 2554 | <fieldValue name='rotation' value='-23.78340 0 -1.98483 0.75862'/> |
| 2555 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2556 | <fieldValue name='ballRadius' value='0.02'/> |
| 2557 | <fieldValue name='traceEnabled' value='false'/> |
| 2558 | <fieldValue name='displayMode'/> |
| 2559 | <fieldValue name='transparency' value='0'/> |
| 2560 | </ProtoInstance> |
| 2561 | <ProtoInstance name='Arc'> |
| 2562 | <fieldValue name='cylinderHeight' value='0.11777'/> |
| 2563 | <fieldValue name='cylinderTranslation' value='-0.30626 2.48966 1.81518'/> |
| 2564 | <fieldValue name='coneTranslation' value='-0.39609 2.50815 1.77259'/> |
| 2565 | <fieldValue name='rotation' value='4.96034 0 -10.46212 1.75466'/> |
| 2566 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2567 | <fieldValue name='ballRadius' value='0.02'/> |
| 2568 | <fieldValue name='traceEnabled' value='false'/> |
| 2569 | <fieldValue name='displayMode'/> |
| 2570 | <fieldValue name='transparency' value='0'/> |
| 2571 | </ProtoInstance> |
| 2572 | <ProtoInstance name='Arc'> |
| 2573 | <fieldValue name='cylinderHeight' value='0.42474'/> |
| 2574 | <fieldValue name='cylinderTranslation' value='0.00610 1.92543 -0.72944'/> |
| 2575 | <fieldValue name='coneTranslation' value='0.04570 1.89126 -0.72692'/> |
| 2576 | <fieldValue name='rotation' value='2.04211 0 -32.11941 2.28174'/> |
| 2577 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2578 | <fieldValue name='ballRadius' value='0.02'/> |
| 2579 | <fieldValue name='traceEnabled' value='false'/> |
| 2580 | <fieldValue name='displayMode'/> |
| 2581 | <fieldValue name='transparency' value='0'/> |
| 2582 | </ProtoInstance> |
| 2583 | <ProtoInstance name='Arc'> |
| 2584 | <fieldValue name='cylinderHeight' value='0.95690'/> |
| 2585 | <fieldValue name='cylinderTranslation' value='1.19533 -0.56388 0.30000'/> |
| 2586 | <fieldValue name='coneTranslation' value='1.04800 -0.64619 0.02994'/> |
| 2587 | <fieldValue name='rotation' value='-81.14808 0 44.27118 1.83222'/> |
| 2588 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2589 | <fieldValue name='ballRadius' value='0.02'/> |
| 2590 | <fieldValue name='traceEnabled' value='false'/> |
| 2591 | <fieldValue name='displayMode'/> |
| 2592 | <fieldValue name='transparency' value='0'/> |
| 2593 | </ProtoInstance> |
| 2594 | <ProtoInstance name='Arc'> |
| 2595 | <fieldValue name='cylinderHeight' value='0.76406'/> |
| 2596 | <fieldValue name='cylinderTranslation' value='1.41444 -1.14109 -1.59909'/> |
| 2597 | <fieldValue name='coneTranslation' value='1.23973 -1.01242 -1.64615'/> |
| 2598 | <fieldValue name='rotation' value='-16.19568 0 60.12405 0.95264'/> |
| 2599 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2600 | <fieldValue name='ballRadius' value='0.02'/> |
| 2601 | <fieldValue name='traceEnabled' value='false'/> |
| 2602 | <fieldValue name='displayMode'/> |
| 2603 | <fieldValue name='transparency' value='0'/> |
| 2604 | </ProtoInstance> |
| 2605 | <ProtoInstance name='Arc'> |
| 2606 | <fieldValue name='cylinderHeight' value='0.39199'/> |
| 2607 | <fieldValue name='cylinderTranslation' value='-0.11461 -2.43385 -0.27928'/> |
| 2608 | <fieldValue name='coneTranslation' value='-0.09669 -2.40282 -0.28272'/> |
| 2609 | <fieldValue name='rotation' value='-3.74625 0 -19.51326 0.53157'/> |
| 2610 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2611 | <fieldValue name='ballRadius' value='0.02'/> |
| 2612 | <fieldValue name='traceEnabled' value='false'/> |
| 2613 | <fieldValue name='displayMode'/> |
| 2614 | <fieldValue name='transparency' value='0'/> |
| 2615 | </ProtoInstance> |
| 2616 | <ProtoInstance name='Arc'> |
| 2617 | <fieldValue name='cylinderHeight' value='0.36813'/> |
| 2618 | <fieldValue name='cylinderTranslation' value='2.16954 -1.63221 -0.49943'/> |
| 2619 | <fieldValue name='coneTranslation' value='2.18683 -1.64500 -0.48864'/> |
| 2620 | <fieldValue name='rotation' value='16.51570 0 -26.44308 2.13147'/> |
| 2621 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2622 | <fieldValue name='ballRadius' value='0.02'/> |
| 2623 | <fieldValue name='traceEnabled' value='false'/> |
| 2624 | <fieldValue name='displayMode'/> |
| 2625 | <fieldValue name='transparency' value='0'/> |
| 2626 | </ProtoInstance> |
| 2627 | <ProtoInstance name='Arc'> |
| 2628 | <fieldValue name='cylinderHeight' value='0.47705'/> |
| 2629 | <fieldValue name='cylinderTranslation' value='1.31800 -1.62240 -0.68022'/> |
| 2630 | <fieldValue name='coneTranslation' value='1.31708 -1.55027 -0.71124'/> |
| 2631 | <fieldValue name='rotation' value='-18.84705 0 0.56139 0.40634'/> |
| 2632 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2633 | <fieldValue name='ballRadius' value='0.02'/> |
| 2634 | <fieldValue name='traceEnabled' value='false'/> |
| 2635 | <fieldValue name='displayMode'/> |
| 2636 | <fieldValue name='transparency' value='0'/> |
| 2637 | </ProtoInstance> |
| 2638 | <ProtoInstance name='Arc'> |
| 2639 | <fieldValue name='cylinderHeight' value='0.61425'/> |
| 2640 | <fieldValue name='cylinderTranslation' value='1.06296 -1.98596 -0.50248'/> |
| 2641 | <fieldValue name='coneTranslation' value='0.93945 -2.05517 -0.46248'/> |
| 2642 | <fieldValue name='rotation' value='16.70034 -0.00000 51.56843 2.06051'/> |
| 2643 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2644 | <fieldValue name='ballRadius' value='0.02'/> |
| 2645 | <fieldValue name='traceEnabled' value='false'/> |
| 2646 | <fieldValue name='displayMode'/> |
| 2647 | <fieldValue name='transparency' value='0'/> |
| 2648 | </ProtoInstance> |
| 2649 | <ProtoInstance name='Arc'> |
| 2650 | <fieldValue name='cylinderHeight' value='0.58327'/> |
| 2651 | <fieldValue name='cylinderTranslation' value='1.56991 -1.99139 -0.60903'/> |
| 2652 | <fieldValue name='coneTranslation' value='1.68235 -2.05904 -0.61943'/> |
| 2653 | <fieldValue name='rotation' value='-4.60927 0 -49.82132 2.11058'/> |
| 2654 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2655 | <fieldValue name='ballRadius' value='0.02'/> |
| 2656 | <fieldValue name='traceEnabled' value='false'/> |
| 2657 | <fieldValue name='displayMode'/> |
| 2658 | <fieldValue name='transparency' value='0'/> |
| 2659 | </ProtoInstance> |
| 2660 | <ProtoInstance name='Arc'> |
| 2661 | <fieldValue name='cylinderHeight' value='0.57256'/> |
| 2662 | <fieldValue name='cylinderTranslation' value='0.25175 1.53021 -1.37130'/> |
| 2663 | <fieldValue name='coneTranslation' value='0.29601 1.42034 -1.32751'/> |
| 2664 | <fieldValue name='rotation' value='19.85369 0 -20.06639 2.62604'/> |
| 2665 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2666 | <fieldValue name='ballRadius' value='0.02'/> |
| 2667 | <fieldValue name='traceEnabled' value='false'/> |
| 2668 | <fieldValue name='displayMode'/> |
| 2669 | <fieldValue name='transparency' value='0'/> |
| 2670 | </ProtoInstance> |
| 2671 | <ProtoInstance name='Arc'> |
| 2672 | <fieldValue name='cylinderHeight' value='0.40099'/> |
| 2673 | <fieldValue name='cylinderTranslation' value='-0.02274 -2.50454 -0.38856'/> |
| 2674 | <fieldValue name='coneTranslation' value='-0.03475 -2.54291 -0.39335'/> |
| 2675 | <fieldValue name='rotation' value='-4.74933 0 11.88794 2.81666'/> |
| 2676 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2677 | <fieldValue name='ballRadius' value='0.02'/> |
| 2678 | <fieldValue name='traceEnabled' value='false'/> |
| 2679 | <fieldValue name='displayMode'/> |
| 2680 | <fieldValue name='transparency' value='0'/> |
| 2681 | </ProtoInstance> |
| 2682 | <ProtoInstance name='Arc'> |
| 2683 | <fieldValue name='cylinderHeight' value='0.09906'/> |
| 2684 | <fieldValue name='cylinderTranslation' value='0.00983 -2.28972 -0.33141'/> |
| 2685 | <fieldValue name='coneTranslation' value='0.06975 -2.34507 -0.40590'/> |
| 2686 | <fieldValue name='rotation' value='6.67964 -0.00000 5.37392 1.04597'/> |
| 2687 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2688 | <fieldValue name='ballRadius' value='0.02'/> |
| 2689 | <fieldValue name='traceEnabled' value='false'/> |
| 2690 | <fieldValue name='displayMode'/> |
| 2691 | <fieldValue name='transparency' value='0'/> |
| 2692 | </ProtoInstance> |
| 2693 | <ProtoInstance name='Arc'> |
| 2694 | <fieldValue name='cylinderHeight' value='0.18667'/> |
| 2695 | <fieldValue name='cylinderTranslation' value='-0.78538 2.10608 1.97404'/> |
| 2696 | <fieldValue name='coneTranslation' value='-0.81059 2.04606 1.98838'/> |
| 2697 | <fieldValue name='rotation' value='-4.01439 0 -7.05872 0.45006'/> |
| 2698 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2699 | <fieldValue name='ballRadius' value='0.02'/> |
| 2700 | <fieldValue name='traceEnabled' value='false'/> |
| 2701 | <fieldValue name='displayMode'/> |
| 2702 | <fieldValue name='transparency' value='0'/> |
| 2703 | </ProtoInstance> |
| 2704 | <ProtoInstance name='Arc'> |
| 2705 | <fieldValue name='cylinderHeight' value='0.39437'/> |
| 2706 | <fieldValue name='cylinderTranslation' value='-0.94361 1.87169 1.96004'/> |
| 2707 | <fieldValue name='coneTranslation' value='-0.96679 1.84333 1.95361'/> |
| 2708 | <fieldValue name='rotation' value='-6.81480 0 24.58630 2.43802'/> |
| 2709 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2710 | <fieldValue name='ballRadius' value='0.02'/> |
| 2711 | <fieldValue name='traceEnabled' value='false'/> |
| 2712 | <fieldValue name='displayMode'/> |
| 2713 | <fieldValue name='transparency' value='0'/> |
| 2714 | </ProtoInstance> |
| 2715 | <ProtoInstance name='Arc'> |
| 2716 | <fieldValue name='cylinderHeight' value='0.67940'/> |
| 2717 | <fieldValue name='cylinderTranslation' value='-0.07804 -2.03684 -0.73717'/> |
| 2718 | <fieldValue name='coneTranslation' value='-0.20909 -2.15553 -0.76927'/> |
| 2719 | <fieldValue name='rotation' value='-12.13375 0 49.54764 2.29226'/> |
| 2720 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2721 | <fieldValue name='ballRadius' value='0.02'/> |
| 2722 | <fieldValue name='traceEnabled' value='false'/> |
| 2723 | <fieldValue name='displayMode'/> |
| 2724 | <fieldValue name='transparency' value='0'/> |
| 2725 | </ProtoInstance> |
| 2726 | <ProtoInstance name='Arc'> |
| 2727 | <fieldValue name='cylinderHeight' value='1.05352'/> |
| 2728 | <fieldValue name='cylinderTranslation' value='0.23868 -1.40355 -1.00131'/> |
| 2729 | <fieldValue name='coneTranslation' value='0.28670 -1.11883 -1.22745'/> |
| 2730 | <fieldValue name='rotation' value='-64.96006 0 -13.79510 0.68201'/> |
| 2731 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2732 | <fieldValue name='ballRadius' value='0.02'/> |
| 2733 | <fieldValue name='traceEnabled' value='false'/> |
| 2734 | <fieldValue name='displayMode'/> |
| 2735 | <fieldValue name='transparency' value='0'/> |
| 2736 | </ProtoInstance> |
| 2737 | <ProtoInstance name='Arc'> |
| 2738 | <fieldValue name='cylinderHeight' value='0.67937'/> |
| 2739 | <fieldValue name='cylinderTranslation' value='-0.07784 -2.03699 -0.73733'/> |
| 2740 | <fieldValue name='coneTranslation' value='-0.20878 -2.15576 -0.76951'/> |
| 2741 | <fieldValue name='rotation' value='-12.16536 0 49.50808 2.29290'/> |
| 2742 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2743 | <fieldValue name='ballRadius' value='0.02'/> |
| 2744 | <fieldValue name='traceEnabled' value='false'/> |
| 2745 | <fieldValue name='displayMode'/> |
| 2746 | <fieldValue name='transparency' value='0'/> |
| 2747 | </ProtoInstance> |
| 2748 | <ProtoInstance name='Arc'> |
| 2749 | <fieldValue name='cylinderHeight' value='0.94987'/> |
| 2750 | <fieldValue name='cylinderTranslation' value='0.55467 0.46505 -1.04433'/> |
| 2751 | <fieldValue name='coneTranslation' value='0.46266 0.36978 -1.33006'/> |
| 2752 | <fieldValue name='rotation' value='-86.17878 0 27.75152 1.87812'/> |
| 2753 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2754 | <fieldValue name='ballRadius' value='0.02'/> |
| 2755 | <fieldValue name='traceEnabled' value='false'/> |
| 2756 | <fieldValue name='displayMode'/> |
| 2757 | <fieldValue name='transparency' value='0'/> |
| 2758 | </ProtoInstance> |
| 2759 | <ProtoInstance name='Arc'> |
| 2760 | <fieldValue name='cylinderHeight' value='1.42012'/> |
| 2761 | <fieldValue name='cylinderTranslation' value='0.83370 -0.03941 -0.35959'/> |
| 2762 | <fieldValue name='coneTranslation' value='0.94237 -0.54150 -0.16294'/> |
| 2763 | <fieldValue name='rotation' value='50.76877 0 -28.05434 2.72084'/> |
| 2764 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2765 | <fieldValue name='ballRadius' value='0.02'/> |
| 2766 | <fieldValue name='traceEnabled' value='false'/> |
| 2767 | <fieldValue name='displayMode'/> |
| 2768 | <fieldValue name='transparency' value='0'/> |
| 2769 | </ProtoInstance> |
| 2770 | <ProtoInstance name='Arc'> |
| 2771 | <fieldValue name='cylinderHeight' value='0.35677'/> |
| 2772 | <fieldValue name='cylinderTranslation' value='0.61689 2.02485 -1.17480'/> |
| 2773 | <fieldValue name='coneTranslation' value='0.61698 2.04111 -1.18338'/> |
| 2774 | <fieldValue name='rotation' value='-16.65503 0 -0.17039 0.48573'/> |
| 2775 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2776 | <fieldValue name='ballRadius' value='0.02'/> |
| 2777 | <fieldValue name='traceEnabled' value='false'/> |
| 2778 | <fieldValue name='displayMode'/> |
| 2779 | <fieldValue name='transparency' value='0'/> |
| 2780 | </ProtoInstance> |
| 2781 | <ProtoInstance name='Arc'> |
| 2782 | <fieldValue name='cylinderHeight' value='0.35676'/> |
| 2783 | <fieldValue name='cylinderTranslation' value='0.61693 2.02485 -1.17479'/> |
| 2784 | <fieldValue name='coneTranslation' value='0.61702 2.04111 -1.18337'/> |
| 2785 | <fieldValue name='rotation' value='-16.65363 0 -0.17867 0.48569'/> |
| 2786 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2787 | <fieldValue name='ballRadius' value='0.02'/> |
| 2788 | <fieldValue name='traceEnabled' value='false'/> |
| 2789 | <fieldValue name='displayMode'/> |
| 2790 | <fieldValue name='transparency' value='0'/> |
| 2791 | </ProtoInstance> |
| 2792 | <ProtoInstance name='Arc'> |
| 2793 | <fieldValue name='cylinderHeight' value='0.57894'/> |
| 2794 | <fieldValue name='cylinderTranslation' value='2.29008 0.39821 -1.36899'/> |
| 2795 | <fieldValue name='coneTranslation' value='2.20168 0.30434 -1.38063'/> |
| 2796 | <fieldValue name='rotation' value='-5.20570 0 39.53102 2.38187'/> |
| 2797 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2798 | <fieldValue name='ballRadius' value='0.02'/> |
| 2799 | <fieldValue name='traceEnabled' value='false'/> |
| 2800 | <fieldValue name='displayMode'/> |
| 2801 | <fieldValue name='transparency' value='0'/> |
| 2802 | </ProtoInstance> |
| 2803 | <ProtoInstance name='Arc'> |
| 2804 | <fieldValue name='cylinderHeight' value='0.19646'/> |
| 2805 | <fieldValue name='cylinderTranslation' value='2.51781 0.69103 -1.29977'/> |
| 2806 | <fieldValue name='coneTranslation' value='2.49890 0.63887 -1.32693'/> |
| 2807 | <fieldValue name='rotation' value='8.63795 0 -6.01475 0.56541'/> |
| 2808 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2809 | <fieldValue name='ballRadius' value='0.02'/> |
| 2810 | <fieldValue name='traceEnabled' value='false'/> |
| 2811 | <fieldValue name='displayMode'/> |
| 2812 | <fieldValue name='transparency' value='0'/> |
| 2813 | </ProtoInstance> |
| 2814 | <ProtoInstance name='Arc'> |
| 2815 | <fieldValue name='cylinderHeight' value='0.32395'/> |
| 2816 | <fieldValue name='cylinderTranslation' value='0.60023 -0.10413 -2.57136'/> |
| 2817 | <fieldValue name='coneTranslation' value='0.60092 -0.10314 -2.57292'/> |
| 2818 | <fieldValue name='rotation' value='-25.58584 0 -11.28265 1.04154'/> |
| 2819 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2820 | <fieldValue name='ballRadius' value='0.02'/> |
| 2821 | <fieldValue name='traceEnabled' value='false'/> |
| 2822 | <fieldValue name='displayMode'/> |
| 2823 | <fieldValue name='transparency' value='0'/> |
| 2824 | </ProtoInstance> |
| 2825 | <ProtoInstance name='Arc'> |
| 2826 | <fieldValue name='cylinderHeight' value='0.32442'/> |
| 2827 | <fieldValue name='cylinderTranslation' value='0.59867 -0.10233 -2.57117'/> |
| 2828 | <fieldValue name='coneTranslation' value='0.59942 -0.10119 -2.57291'/> |
| 2829 | <fieldValue name='rotation' value='-25.54751 0 -10.97002 1.02945'/> |
| 2830 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2831 | <fieldValue name='ballRadius' value='0.02'/> |
| 2832 | <fieldValue name='traceEnabled' value='false'/> |
| 2833 | <fieldValue name='displayMode'/> |
| 2834 | <fieldValue name='transparency' value='0'/> |
| 2835 | </ProtoInstance> |
| 2836 | <ProtoInstance name='Arc'> |
| 2837 | <fieldValue name='cylinderHeight' value='0.68985'/> |
| 2838 | <fieldValue name='cylinderTranslation' value='-1.35981 1.53976 1.92596'/> |
| 2839 | <fieldValue name='coneTranslation' value='-1.20258 1.63710 1.92596'/> |
| 2840 | <fieldValue name='rotation' value='0.00106 0 -58.65439 1.01646'/> |
| 2841 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2842 | <fieldValue name='ballRadius' value='0.02'/> |
| 2843 | <fieldValue name='traceEnabled' value='false'/> |
| 2844 | <fieldValue name='displayMode'/> |
| 2845 | <fieldValue name='transparency' value='0'/> |
| 2846 | </ProtoInstance> |
| 2847 | <ProtoInstance name='Arc'> |
| 2848 | <fieldValue name='cylinderHeight' value='0.38976'/> |
| 2849 | <fieldValue name='cylinderTranslation' value='-0.04356 -0.07974 -2.44994'/> |
| 2850 | <fieldValue name='coneTranslation' value='-0.01792 -0.09515 -2.43199'/> |
| 2851 | <fieldValue name='rotation' value='20.05884 0 -28.64398 2.02824'/> |
| 2852 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2853 | <fieldValue name='ballRadius' value='0.02'/> |
| 2854 | <fieldValue name='traceEnabled' value='false'/> |
| 2855 | <fieldValue name='displayMode'/> |
| 2856 | <fieldValue name='transparency' value='0'/> |
| 2857 | </ProtoInstance> |
| 2858 | <ProtoInstance name='Arc'> |
| 2859 | <fieldValue name='cylinderHeight' value='0.00005'/> |
| 2860 | <fieldValue name='cylinderTranslation' value='-0.99070 2.50210 1.48184'/> |
| 2861 | <fieldValue name='coneTranslation' value='-0.88408 2.61736 1.45120'/> |
| 2862 | <fieldValue name='rotation' value='0.00104 -0.00000 0.00361 2.37528'/> |
| 2863 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2864 | <fieldValue name='ballRadius' value='0.02'/> |
| 2865 | <fieldValue name='traceEnabled' value='false'/> |
| 2866 | <fieldValue name='displayMode'/> |
| 2867 | <fieldValue name='transparency' value='0'/> |
| 2868 | </ProtoInstance> |
| 2869 | <ProtoInstance name='Arc'> |
| 2870 | <fieldValue name='cylinderHeight' value='0.66702'/> |
| 2871 | <fieldValue name='cylinderTranslation' value='0.27445 0.34014 -1.77666'/> |
| 2872 | <fieldValue name='coneTranslation' value='0.34805 0.33038 -1.61983'/> |
| 2873 | <fieldValue name='rotation' value='60.28834 0 -28.29225 1.62709'/> |
| 2874 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2875 | <fieldValue name='ballRadius' value='0.02'/> |
| 2876 | <fieldValue name='traceEnabled' value='false'/> |
| 2877 | <fieldValue name='displayMode'/> |
| 2878 | <fieldValue name='transparency' value='0'/> |
| 2879 | </ProtoInstance> |
| 2880 | <ProtoInstance name='Arc'> |
| 2881 | <fieldValue name='cylinderHeight' value='0.42565'/> |
| 2882 | <fieldValue name='cylinderTranslation' value='1.18535 -0.76419 -1.55359'/> |
| 2883 | <fieldValue name='coneTranslation' value='1.20310 -0.72559 -1.52220'/> |
| 2884 | <fieldValue name='rotation' value='25.29595 0 -14.30508 0.75150'/> |
| 2885 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2886 | <fieldValue name='ballRadius' value='0.02'/> |
| 2887 | <fieldValue name='traceEnabled' value='false'/> |
| 2888 | <fieldValue name='displayMode'/> |
| 2889 | <fieldValue name='transparency' value='0'/> |
| 2890 | </ProtoInstance> |
| 2891 | <ProtoInstance name='Arc'> |
| 2892 | <fieldValue name='cylinderHeight' value='0.09939'/> |
| 2893 | <fieldValue name='cylinderTranslation' value='-0.40566 2.03077 2.21349'/> |
| 2894 | <fieldValue name='coneTranslation' value='-0.50347 1.98011 2.21946'/> |
| 2895 | <fieldValue name='rotation' value='-0.53747 0 -8.81207 1.09362'/> |
| 2896 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2897 | <fieldValue name='ballRadius' value='0.02'/> |
| 2898 | <fieldValue name='traceEnabled' value='false'/> |
| 2899 | <fieldValue name='displayMode'/> |
| 2900 | <fieldValue name='transparency' value='0'/> |
| 2901 | </ProtoInstance> |
| 2902 | <ProtoInstance name='Arc'> |
| 2903 | <fieldValue name='cylinderHeight' value='0.16719'/> |
| 2904 | <fieldValue name='cylinderTranslation' value='0.23439 1.79314 -0.82623'/> |
| 2905 | <fieldValue name='coneTranslation' value='0.20338 1.79606 -0.89600'/> |
| 2906 | <fieldValue name='rotation' value='15.26683 0 -6.78535 1.60895'/> |
| 2907 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2908 | <fieldValue name='ballRadius' value='0.02'/> |
| 2909 | <fieldValue name='traceEnabled' value='false'/> |
| 2910 | <fieldValue name='displayMode'/> |
| 2911 | <fieldValue name='transparency' value='0'/> |
| 2912 | </ProtoInstance> |
| 2913 | <ProtoInstance name='Arc'> |
| 2914 | <fieldValue name='cylinderHeight' value='0.41542'/> |
| 2915 | <fieldValue name='cylinderTranslation' value='0.06421 1.93759 -0.97058'/> |
| 2916 | <fieldValue name='coneTranslation' value='0.03292 1.97004 -0.98621'/> |
| 2917 | <fieldValue name='rotation' value='-13.60380 0 27.24982 0.82294'/> |
| 2918 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2919 | <fieldValue name='ballRadius' value='0.02'/> |
| 2920 | <fieldValue name='traceEnabled' value='false'/> |
| 2921 | <fieldValue name='displayMode'/> |
| 2922 | <fieldValue name='transparency' value='0'/> |
| 2923 | </ProtoInstance> |
| 2924 | <ProtoInstance name='Arc'> |
| 2925 | <fieldValue name='cylinderHeight' value='0.30387'/> |
| 2926 | <fieldValue name='cylinderTranslation' value='2.63764 0.87907 -1.19348'/> |
| 2927 | <fieldValue name='coneTranslation' value='2.64240 0.88465 -1.19013'/> |
| 2928 | <fieldValue name='rotation' value='-12.62082 0 17.95081 2.33470'/> |
| 2929 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2930 | <fieldValue name='ballRadius' value='0.02'/> |
| 2931 | <fieldValue name='traceEnabled' value='false'/> |
| 2932 | <fieldValue name='displayMode'/> |
| 2933 | <fieldValue name='transparency' value='0'/> |
| 2934 | </ProtoInstance> |
| 2935 | <ProtoInstance name='Arc'> |
| 2936 | <fieldValue name='cylinderHeight' value='0.14847'/> |
| 2937 | <fieldValue name='cylinderTranslation' value='-1.77089 -2.40201 0.51600'/> |
| 2938 | <fieldValue name='coneTranslation' value='-1.83772 -2.44301 0.48124'/> |
| 2939 | <fieldValue name='rotation' value='6.01848 0 -11.56909 1.07240'/> |
| 2940 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2941 | <fieldValue name='ballRadius' value='0.02'/> |
| 2942 | <fieldValue name='traceEnabled' value='false'/> |
| 2943 | <fieldValue name='displayMode'/> |
| 2944 | <fieldValue name='transparency' value='0'/> |
| 2945 | </ProtoInstance> |
| 2946 | <ProtoInstance name='Arc'> |
| 2947 | <fieldValue name='cylinderHeight' value='0.03355'/> |
| 2948 | <fieldValue name='cylinderTranslation' value='-1.83640 -2.43632 0.47103'/> |
| 2949 | <fieldValue name='coneTranslation' value='-1.77103 -2.44632 0.59808'/> |
| 2950 | <fieldValue name='rotation' value='-2.97629 0 1.53126 1.50096'/> |
| 2951 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2952 | <fieldValue name='ballRadius' value='0.02'/> |
| 2953 | <fieldValue name='traceEnabled' value='false'/> |
| 2954 | <fieldValue name='displayMode'/> |
| 2955 | <fieldValue name='transparency' value='0'/> |
| 2956 | </ProtoInstance> |
| 2957 | <ProtoInstance name='Arc'> |
| 2958 | <fieldValue name='cylinderHeight' value='0.10900'/> |
| 2959 | <fieldValue name='cylinderTranslation' value='0.00801 -0.42931 -2.30137'/> |
| 2960 | <fieldValue name='coneTranslation' value='-0.06462 -0.35493 -2.28341'/> |
| 2961 | <fieldValue name='rotation' value='-1.85561 0 -7.50331 2.35335'/> |
| 2962 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2963 | <fieldValue name='ballRadius' value='0.02'/> |
| 2964 | <fieldValue name='traceEnabled' value='false'/> |
| 2965 | <fieldValue name='displayMode'/> |
| 2966 | <fieldValue name='transparency' value='0'/> |
| 2967 | </ProtoInstance> |
| 2968 | <ProtoInstance name='Arc'> |
| 2969 | <fieldValue name='cylinderHeight' value='0.34082'/> |
| 2970 | <fieldValue name='cylinderTranslation' value='2.14213 -1.67190 -0.86409'/> |
| 2971 | <fieldValue name='coneTranslation' value='2.15019 -1.67801 -0.86658'/> |
| 2972 | <fieldValue name='rotation' value='-8.13661 0 -26.37150 2.19787'/> |
| 2973 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2974 | <fieldValue name='ballRadius' value='0.02'/> |
| 2975 | <fieldValue name='traceEnabled' value='false'/> |
| 2976 | <fieldValue name='displayMode'/> |
| 2977 | <fieldValue name='transparency' value='0'/> |
| 2978 | </ProtoInstance> |
| 2979 | <ProtoInstance name='Arc'> |
| 2980 | <fieldValue name='cylinderHeight' value='0.73205'/> |
| 2981 | <fieldValue name='cylinderTranslation' value='1.28878 -0.54827 -1.78670'/> |
| 2982 | <fieldValue name='coneTranslation' value='1.27082 -0.58227 -1.58430'/> |
| 2983 | <fieldValue name='rotation' value='71.91796 -0.00000 6.38099 1.73662'/> |
| 2984 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2985 | <fieldValue name='ballRadius' value='0.02'/> |
| 2986 | <fieldValue name='traceEnabled' value='false'/> |
| 2987 | <fieldValue name='displayMode'/> |
| 2988 | <fieldValue name='transparency' value='0'/> |
| 2989 | </ProtoInstance> |
| 2990 | <ProtoInstance name='Arc'> |
| 2991 | <fieldValue name='cylinderHeight' value='0.34760'/> |
| 2992 | <fieldValue name='cylinderTranslation' value='-0.13663 2.58462 1.76743'/> |
| 2993 | <fieldValue name='coneTranslation' value='-0.12731 2.59301 1.76167'/> |
| 2994 | <fieldValue name='rotation' value='-14.51011 0 -23.46490 0.91686'/> |
| 2995 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 2996 | <fieldValue name='ballRadius' value='0.02'/> |
| 2997 | <fieldValue name='traceEnabled' value='false'/> |
| 2998 | <fieldValue name='displayMode'/> |
| 2999 | <fieldValue name='transparency' value='0'/> |
| 3000 | </ProtoInstance> |
| 3001 | <ProtoInstance name='Arc'> |
| 3002 | <fieldValue name='cylinderHeight' value='0.36185'/> |
| 3003 | <fieldValue name='cylinderTranslation' value='-1.94587 -2.15454 0.77811'/> |
| 3004 | <fieldValue name='coneTranslation' value='-1.95670 -2.14157 0.79046'/> |
| 3005 | <fieldValue name='rotation' value='21.35796 -0.00000 18.71373 0.90232'/> |
| 3006 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3007 | <fieldValue name='ballRadius' value='0.02'/> |
| 3008 | <fieldValue name='traceEnabled' value='false'/> |
| 3009 | <fieldValue name='displayMode'/> |
| 3010 | <fieldValue name='transparency' value='0'/> |
| 3011 | </ProtoInstance> |
| 3012 | <ProtoInstance name='Arc'> |
| 3013 | <fieldValue name='cylinderHeight' value='0.21224'/> |
| 3014 | <fieldValue name='cylinderTranslation' value='-1.78268 -2.31660 0.60871'/> |
| 3015 | <fieldValue name='coneTranslation' value='-1.81803 -2.29125 0.64050'/> |
| 3016 | <fieldValue name='rotation' value='-12.52240 0 -13.92581 2.06062'/> |
| 3017 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3018 | <fieldValue name='ballRadius' value='0.02'/> |
| 3019 | <fieldValue name='traceEnabled' value='false'/> |
| 3020 | <fieldValue name='displayMode'/> |
| 3021 | <fieldValue name='transparency' value='0'/> |
| 3022 | </ProtoInstance> |
| 3023 | <ProtoInstance name='Arc'> |
| 3024 | <fieldValue name='cylinderHeight' value='0.38835'/> |
| 3025 | <fieldValue name='cylinderTranslation' value='0.89097 2.01679 -0.50374'/> |
| 3026 | <fieldValue name='coneTranslation' value='0.90433 2.04693 -0.49475'/> |
| 3027 | <fieldValue name='rotation' value='10.22175 0 -15.18272 0.49076'/> |
| 3028 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3029 | <fieldValue name='ballRadius' value='0.02'/> |
| 3030 | <fieldValue name='traceEnabled' value='false'/> |
| 3031 | <fieldValue name='displayMode'/> |
| 3032 | <fieldValue name='transparency' value='0'/> |
| 3033 | </ProtoInstance> |
| 3034 | <ProtoInstance name='Arc'> |
| 3035 | <fieldValue name='cylinderHeight' value='0.05556'/> |
| 3036 | <fieldValue name='cylinderTranslation' value='0.81793 1.81979 -0.56488'/> |
| 3037 | <fieldValue name='coneTranslation' value='0.80422 1.94233 -0.51715'/> |
| 3038 | <fieldValue name='rotation' value='-2.00554 0 -0.57611 2.75657'/> |
| 3039 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3040 | <fieldValue name='ballRadius' value='0.02'/> |
| 3041 | <fieldValue name='traceEnabled' value='false'/> |
| 3042 | <fieldValue name='displayMode'/> |
| 3043 | <fieldValue name='transparency' value='0'/> |
| 3044 | </ProtoInstance> |
| 3045 | <ProtoInstance name='Arc'> |
| 3046 | <fieldValue name='cylinderHeight' value='1.02994'/> |
| 3047 | <fieldValue name='cylinderTranslation' value='1.28603 -1.00599 -1.10078'/> |
| 3048 | <fieldValue name='coneTranslation' value='1.26593 -0.73213 -1.32572'/> |
| 3049 | <fieldValue name='rotation' value='-65.26550 0 5.83179 0.68958'/> |
| 3050 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3051 | <fieldValue name='ballRadius' value='0.02'/> |
| 3052 | <fieldValue name='traceEnabled' value='false'/> |
| 3053 | <fieldValue name='displayMode'/> |
| 3054 | <fieldValue name='transparency' value='0'/> |
| 3055 | </ProtoInstance> |
| 3056 | <ProtoInstance name='Arc'> |
| 3057 | <fieldValue name='cylinderHeight' value='0.46499'/> |
| 3058 | <fieldValue name='cylinderTranslation' value='1.16844 1.44276 -0.87387'/> |
| 3059 | <fieldValue name='coneTranslation' value='1.12892 1.49934 -0.85166'/> |
| 3060 | <fieldValue name='rotation' value='14.24386 -0.00000 25.34320 0.67540'/> |
| 3061 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3062 | <fieldValue name='ballRadius' value='0.02'/> |
| 3063 | <fieldValue name='traceEnabled' value='false'/> |
| 3064 | <fieldValue name='displayMode'/> |
| 3065 | <fieldValue name='transparency' value='0'/> |
| 3066 | </ProtoInstance> |
| 3067 | <ProtoInstance name='Arc'> |
| 3068 | <fieldValue name='cylinderHeight' value='0.98310'/> |
| 3069 | <fieldValue name='cylinderTranslation' value='0.38400 0.80126 -1.37363'/> |
| 3070 | <fieldValue name='coneTranslation' value='0.36247 1.12493 -1.30510'/> |
| 3071 | <fieldValue name='rotation' value='20.31872 -0.00000 6.38338 0.21837'/> |
| 3072 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3073 | <fieldValue name='ballRadius' value='0.02'/> |
| 3074 | <fieldValue name='traceEnabled' value='false'/> |
| 3075 | <fieldValue name='displayMode'/> |
| 3076 | <fieldValue name='transparency' value='0'/> |
| 3077 | </ProtoInstance> |
| 3078 | <ProtoInstance name='Arc'> |
| 3079 | <fieldValue name='cylinderHeight' value='1.32884'/> |
| 3080 | <fieldValue name='cylinderTranslation' value='0.36178 -0.33662 -1.40066'/> |
| 3081 | <fieldValue name='coneTranslation' value='0.32069 -0.83617 -1.34406'/> |
| 3082 | <fieldValue name='rotation' value='14.91147 -0.00000 10.82618 3.00247'/> |
| 3083 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3084 | <fieldValue name='ballRadius' value='0.02'/> |
| 3085 | <fieldValue name='traceEnabled' value='false'/> |
| 3086 | <fieldValue name='displayMode'/> |
| 3087 | <fieldValue name='transparency' value='0'/> |
| 3088 | </ProtoInstance> |
| 3089 | <ProtoInstance name='Arc'> |
| 3090 | <fieldValue name='cylinderHeight' value='0.14543'/> |
| 3091 | <fieldValue name='cylinderTranslation' value='0.44928 -0.30553 -2.42647'/> |
| 3092 | <fieldValue name='coneTranslation' value='0.52287 -0.35247 -2.42583'/> |
| 3093 | <fieldValue name='rotation' value='-0.10663 0 12.26083 1.00306'/> |
| 3094 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3095 | <fieldValue name='ballRadius' value='0.02'/> |
| 3096 | <fieldValue name='traceEnabled' value='false'/> |
| 3097 | <fieldValue name='displayMode'/> |
| 3098 | <fieldValue name='transparency' value='0'/> |
| 3099 | </ProtoInstance> |
| 3100 | <ProtoInstance name='Arc'> |
| 3101 | <fieldValue name='cylinderHeight' value='0.14083'/> |
| 3102 | <fieldValue name='cylinderTranslation' value='-0.72089 2.24640 1.92333'/> |
| 3103 | <fieldValue name='coneTranslation' value='-0.75804 2.17480 1.96231'/> |
| 3104 | <fieldValue name='rotation' value='-6.12655 0 -5.84050 0.64481'/> |
| 3105 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3106 | <fieldValue name='ballRadius' value='0.02'/> |
| 3107 | <fieldValue name='traceEnabled' value='false'/> |
| 3108 | <fieldValue name='displayMode'/> |
| 3109 | <fieldValue name='transparency' value='0'/> |
| 3110 | </ProtoInstance> |
| 3111 | <ProtoInstance name='Arc'> |
| 3112 | <fieldValue name='cylinderHeight' value='0.53724'/> |
| 3113 | <fieldValue name='cylinderTranslation' value='0.52744 -2.46895 -0.41014'/> |
| 3114 | <fieldValue name='coneTranslation' value='0.51902 -2.36074 -0.41436'/> |
| 3115 | <fieldValue name='rotation' value='-2.08252 0 4.16146 0.08673'/> |
| 3116 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3117 | <fieldValue name='ballRadius' value='0.02'/> |
| 3118 | <fieldValue name='traceEnabled' value='false'/> |
| 3119 | <fieldValue name='displayMode'/> |
| 3120 | <fieldValue name='transparency' value='0'/> |
| 3121 | </ProtoInstance> |
| 3122 | <ProtoInstance name='Arc'> |
| 3123 | <fieldValue name='cylinderHeight' value='0.53724'/> |
| 3124 | <fieldValue name='cylinderTranslation' value='0.52746 -2.46895 -0.41005'/> |
| 3125 | <fieldValue name='coneTranslation' value='0.51904 -2.36074 -0.41430'/> |
| 3126 | <fieldValue name='rotation' value='-2.10061 0 4.16622 0.08696'/> |
| 3127 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3128 | <fieldValue name='ballRadius' value='0.02'/> |
| 3129 | <fieldValue name='traceEnabled' value='false'/> |
| 3130 | <fieldValue name='displayMode'/> |
| 3131 | <fieldValue name='transparency' value='0'/> |
| 3132 | </ProtoInstance> |
| 3133 | <ProtoInstance name='Arc'> |
| 3134 | <fieldValue name='cylinderHeight' value='0.07638'/> |
| 3135 | <fieldValue name='cylinderTranslation' value='-0.66932 2.32968 1.87757'/> |
| 3136 | <fieldValue name='coneTranslation' value='-0.74066 2.24355 1.92584'/> |
| 3137 | <fieldValue name='rotation' value='-3.02651 0 -4.47327 0.78546'/> |
| 3138 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3139 | <fieldValue name='ballRadius' value='0.02'/> |
| 3140 | <fieldValue name='traceEnabled' value='false'/> |
| 3141 | <fieldValue name='displayMode'/> |
| 3142 | <fieldValue name='transparency' value='0'/> |
| 3143 | </ProtoInstance> |
| 3144 | <ProtoInstance name='Arc'> |
| 3145 | <fieldValue name='cylinderHeight' value='0.11511'/> |
| 3146 | <fieldValue name='cylinderTranslation' value='0.21883 1.78570 -0.69487'/> |
| 3147 | <fieldValue name='coneTranslation' value='0.31163 1.78366 -0.65151'/> |
| 3148 | <fieldValue name='rotation' value='-4.87194 0 10.42700 1.55087'/> |
| 3149 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3150 | <fieldValue name='ballRadius' value='0.02'/> |
| 3151 | <fieldValue name='traceEnabled' value='false'/> |
| 3152 | <fieldValue name='displayMode'/> |
| 3153 | <fieldValue name='transparency' value='0'/> |
| 3154 | </ProtoInstance> |
| 3155 | <ProtoInstance name='Arc'> |
| 3156 | <fieldValue name='cylinderHeight' value='0.07962'/> |
| 3157 | <fieldValue name='cylinderTranslation' value='0.26964 1.78725 -0.71020'/> |
| 3158 | <fieldValue name='coneTranslation' value='0.27365 1.77911 -0.59035'/> |
| 3159 | <fieldValue name='rotation' value='-7.93887 0 0.26520 1.50299'/> |
| 3160 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3161 | <fieldValue name='ballRadius' value='0.02'/> |
| 3162 | <fieldValue name='traceEnabled' value='false'/> |
| 3163 | <fieldValue name='displayMode'/> |
| 3164 | <fieldValue name='transparency' value='0'/> |
| 3165 | </ProtoInstance> |
| 3166 | <ProtoInstance name='Arc'> |
| 3167 | <fieldValue name='cylinderHeight' value='0.87212'/> |
| 3168 | <fieldValue name='cylinderTranslation' value='0.77288 -1.00928 0.10919'/> |
| 3169 | <fieldValue name='coneTranslation' value='0.90019 -0.80559 -0.02688'/> |
| 3170 | <fieldValue name='rotation' value='-42.98610 0 -40.21789 0.74094'/> |
| 3171 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3172 | <fieldValue name='ballRadius' value='0.02'/> |
| 3173 | <fieldValue name='traceEnabled' value='false'/> |
| 3174 | <fieldValue name='displayMode'/> |
| 3175 | <fieldValue name='transparency' value='0'/> |
| 3176 | </ProtoInstance> |
| 3177 | <ProtoInstance name='Arc'> |
| 3178 | <fieldValue name='cylinderHeight' value='0.32686'/> |
| 3179 | <fieldValue name='cylinderTranslation' value='0.45277 -2.17166 -0.08634'/> |
| 3180 | <fieldValue name='coneTranslation' value='0.44969 -2.17209 -0.08489'/> |
| 3181 | <fieldValue name='rotation' value='13.78460 -0.00000 29.35318 1.69636'/> |
| 3182 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3183 | <fieldValue name='ballRadius' value='0.02'/> |
| 3184 | <fieldValue name='traceEnabled' value='false'/> |
| 3185 | <fieldValue name='displayMode'/> |
| 3186 | <fieldValue name='transparency' value='0'/> |
| 3187 | </ProtoInstance> |
| 3188 | <ProtoInstance name='Arc'> |
| 3189 | <fieldValue name='cylinderHeight' value='0.21046'/> |
| 3190 | <fieldValue name='cylinderTranslation' value='-0.36028 1.55508 2.41924'/> |
| 3191 | <fieldValue name='coneTranslation' value='-0.31179 1.56922 2.39805'/> |
| 3192 | <fieldValue name='rotation' value='8.14312 -0.00000 18.63094 1.83192'/> |
| 3193 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3194 | <fieldValue name='ballRadius' value='0.02'/> |
| 3195 | <fieldValue name='traceEnabled' value='false'/> |
| 3196 | <fieldValue name='displayMode'/> |
| 3197 | <fieldValue name='transparency' value='0'/> |
| 3198 | </ProtoInstance> |
| 3199 | <ProtoInstance name='Arc'> |
| 3200 | <fieldValue name='cylinderHeight' value='0.71527'/> |
| 3201 | <fieldValue name='cylinderTranslation' value='-0.16355 1.29625 2.56661'/> |
| 3202 | <fieldValue name='coneTranslation' value='-0.10632 1.13820 2.67056'/> |
| 3203 | <fieldValue name='rotation' value='37.61843 0 -20.71382 2.49760'/> |
| 3204 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3205 | <fieldValue name='ballRadius' value='0.02'/> |
| 3206 | <fieldValue name='traceEnabled' value='false'/> |
| 3207 | <fieldValue name='displayMode'/> |
| 3208 | <fieldValue name='transparency' value='0'/> |
| 3209 | </ProtoInstance> |
| 3210 | <ProtoInstance name='Arc'> |
| 3211 | <fieldValue name='cylinderHeight' value='0.39451'/> |
| 3212 | <fieldValue name='cylinderTranslation' value='1.60514 -0.65502 1.18837'/> |
| 3213 | <fieldValue name='coneTranslation' value='1.58787 -0.65426 1.15537'/> |
| 3214 | <fieldValue name='rotation' value='-34.95005 0 18.28198 1.55050'/> |
| 3215 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3216 | <fieldValue name='ballRadius' value='0.02'/> |
| 3217 | <fieldValue name='traceEnabled' value='false'/> |
| 3218 | <fieldValue name='displayMode'/> |
| 3219 | <fieldValue name='transparency' value='0'/> |
| 3220 | </ProtoInstance> |
| 3221 | <ProtoInstance name='Arc'> |
| 3222 | <fieldValue name='cylinderHeight' value='0.05857'/> |
| 3223 | <fieldValue name='cylinderTranslation' value='0.24145 -0.64624 -2.40825'/> |
| 3224 | <fieldValue name='coneTranslation' value='0.36781 -0.66424 -2.43646'/> |
| 3225 | <fieldValue name='rotation' value='1.26413 -0.00000 5.66145 1.43265'/> |
| 3226 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3227 | <fieldValue name='ballRadius' value='0.02'/> |
| 3228 | <fieldValue name='traceEnabled' value='false'/> |
| 3229 | <fieldValue name='displayMode'/> |
| 3230 | <fieldValue name='transparency' value='0'/> |
| 3231 | </ProtoInstance> |
| 3232 | <ProtoInstance name='Arc'> |
| 3233 | <fieldValue name='cylinderHeight' value='0.34755'/> |
| 3234 | <fieldValue name='cylinderTranslation' value='0.20172 -0.74620 -2.54251'/> |
| 3235 | <fieldValue name='coneTranslation' value='0.19632 -0.75380 -2.55265'/> |
| 3236 | <fieldValue name='rotation' value='-25.58718 0 13.60798 2.15555'/> |
| 3237 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3238 | <fieldValue name='ballRadius' value='0.02'/> |
| 3239 | <fieldValue name='traceEnabled' value='false'/> |
| 3240 | <fieldValue name='displayMode'/> |
| 3241 | <fieldValue name='transparency' value='0'/> |
| 3242 | </ProtoInstance> |
| 3243 | <ProtoInstance name='Arc'> |
| 3244 | <fieldValue name='cylinderHeight' value='0.02725'/> |
| 3245 | <fieldValue name='cylinderTranslation' value='0.13388 -1.66910 2.66495'/> |
| 3246 | <fieldValue name='coneTranslation' value='0.27147 -1.62376 2.68591'/> |
| 3247 | <fieldValue name='rotation' value='-0.39013 0 2.56135 1.88577'/> |
| 3248 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3249 | <fieldValue name='ballRadius' value='0.02'/> |
| 3250 | <fieldValue name='traceEnabled' value='false'/> |
| 3251 | <fieldValue name='displayMode'/> |
| 3252 | <fieldValue name='transparency' value='0'/> |
| 3253 | </ProtoInstance> |
| 3254 | <ProtoInstance name='Arc'> |
| 3255 | <fieldValue name='cylinderHeight' value='0.00000'/> |
| 3256 | <fieldValue name='cylinderTranslation' value='0.37792 2.16553 2.14105'/> |
| 3257 | <fieldValue name='coneTranslation' value='0.37387 2.31542 2.08524'/> |
| 3258 | <fieldValue name='rotation' value='0.00017 0 -0.00001 2.78430'/> |
| 3259 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3260 | <fieldValue name='ballRadius' value='0.02'/> |
| 3261 | <fieldValue name='traceEnabled' value='false'/> |
| 3262 | <fieldValue name='displayMode'/> |
| 3263 | <fieldValue name='transparency' value='0'/> |
| 3264 | </ProtoInstance> |
| 3265 | <ProtoInstance name='Arc'> |
| 3266 | <fieldValue name='cylinderHeight' value='0.33943'/> |
| 3267 | <fieldValue name='cylinderTranslation' value='2.22898 -1.50800 -0.76791'/> |
| 3268 | <fieldValue name='coneTranslation' value='2.21960 -1.50560 -0.76717'/> |
| 3269 | <fieldValue name='rotation' value='2.59336 -0.00000 32.79264 1.32161'/> |
| 3270 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3271 | <fieldValue name='ballRadius' value='0.02'/> |
| 3272 | <fieldValue name='traceEnabled' value='false'/> |
| 3273 | <fieldValue name='displayMode'/> |
| 3274 | <fieldValue name='transparency' value='0'/> |
| 3275 | </ProtoInstance> |
| 3276 | <ProtoInstance name='Arc'> |
| 3277 | <fieldValue name='cylinderHeight' value='0.26079'/> |
| 3278 | <fieldValue name='cylinderTranslation' value='-2.05867 0.70394 1.82452'/> |
| 3279 | <fieldValue name='coneTranslation' value='-2.06580 0.67524 1.82602'/> |
| 3280 | <fieldValue name='rotation' value='-1.32529 0 -6.28574 0.24889'/> |
| 3281 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3282 | <fieldValue name='ballRadius' value='0.02'/> |
| 3283 | <fieldValue name='traceEnabled' value='false'/> |
| 3284 | <fieldValue name='displayMode'/> |
| 3285 | <fieldValue name='transparency' value='0'/> |
| 3286 | </ProtoInstance> |
| 3287 | <ProtoInstance name='Arc'> |
| 3288 | <fieldValue name='cylinderHeight' value='0.13320'/> |
| 3289 | <fieldValue name='cylinderTranslation' value='-0.30358 2.08365 2.19794'/> |
| 3290 | <fieldValue name='coneTranslation' value='-0.38495 2.04150 2.21598'/> |
| 3291 | <fieldValue name='rotation' value='-2.57324 0 -11.60511 1.10264'/> |
| 3292 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3293 | <fieldValue name='ballRadius' value='0.02'/> |
| 3294 | <fieldValue name='traceEnabled' value='false'/> |
| 3295 | <fieldValue name='displayMode'/> |
| 3296 | <fieldValue name='transparency' value='0'/> |
| 3297 | </ProtoInstance> |
| 3298 | <ProtoInstance name='Arc'> |
| 3299 | <fieldValue name='cylinderHeight' value='0.38211'/> |
| 3300 | <fieldValue name='cylinderTranslation' value='0.23576 -2.57120 -0.62880'/> |
| 3301 | <fieldValue name='coneTranslation' value='0.23230 -2.60062 -0.63811'/> |
| 3302 | <fieldValue name='rotation' value='-11.45252 0 4.25972 2.81610'/> |
| 3303 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3304 | <fieldValue name='ballRadius' value='0.02'/> |
| 3305 | <fieldValue name='traceEnabled' value='false'/> |
| 3306 | <fieldValue name='displayMode'/> |
| 3307 | <fieldValue name='transparency' value='0'/> |
| 3308 | </ProtoInstance> |
| 3309 | <ProtoInstance name='Arc'> |
| 3310 | <fieldValue name='cylinderHeight' value='0.37135'/> |
| 3311 | <fieldValue name='cylinderTranslation' value='-0.93982 1.84795 1.97477'/> |
| 3312 | <fieldValue name='coneTranslation' value='-0.95734 1.83044 1.96802'/> |
| 3313 | <fieldValue name='rotation' value='-9.76097 0 25.34439 2.32127'/> |
| 3314 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3315 | <fieldValue name='ballRadius' value='0.02'/> |
| 3316 | <fieldValue name='traceEnabled' value='false'/> |
| 3317 | <fieldValue name='displayMode'/> |
| 3318 | <fieldValue name='transparency' value='0'/> |
| 3319 | </ProtoInstance> |
| 3320 | <ProtoInstance name='Arc'> |
| 3321 | <fieldValue name='cylinderHeight' value='0.38283'/> |
| 3322 | <fieldValue name='cylinderTranslation' value='0.02488 1.99666 2.26809'/> |
| 3323 | <fieldValue name='coneTranslation' value='-0.00017 2.01082 2.25547'/> |
| 3324 | <fieldValue name='rotation' value='-15.37107 0 30.52166 1.10320'/> |
| 3325 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3326 | <fieldValue name='ballRadius' value='0.02'/> |
| 3327 | <fieldValue name='traceEnabled' value='false'/> |
| 3328 | <fieldValue name='displayMode'/> |
| 3329 | <fieldValue name='transparency' value='0'/> |
| 3330 | </ProtoInstance> |
| 3331 | <ProtoInstance name='Arc'> |
| 3332 | <fieldValue name='cylinderHeight' value='0.83524'/> |
| 3333 | <fieldValue name='cylinderTranslation' value='1.33035 -0.88571 -0.19592'/> |
| 3334 | <fieldValue name='coneTranslation' value='1.11051 -0.76346 -0.14029'/> |
| 3335 | <fieldValue name='rotation' value='18.03402 -0.00000 71.27553 1.07638'/> |
| 3336 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3337 | <fieldValue name='ballRadius' value='0.02'/> |
| 3338 | <fieldValue name='traceEnabled' value='false'/> |
| 3339 | <fieldValue name='displayMode'/> |
| 3340 | <fieldValue name='transparency' value='0'/> |
| 3341 | </ProtoInstance> |
| 3342 | <ProtoInstance name='Arc'> |
| 3343 | <fieldValue name='cylinderHeight' value='0.00002'/> |
| 3344 | <fieldValue name='cylinderTranslation' value='-2.22174 -1.93859 0.45088'/> |
| 3345 | <fieldValue name='coneTranslation' value='-2.24317 -2.00817 0.30842'/> |
| 3346 | <fieldValue name='rotation' value='0.00148 0 -0.00022 1.12085'/> |
| 3347 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3348 | <fieldValue name='ballRadius' value='0.02'/> |
| 3349 | <fieldValue name='traceEnabled' value='false'/> |
| 3350 | <fieldValue name='displayMode'/> |
| 3351 | <fieldValue name='transparency' value='0'/> |
| 3352 | </ProtoInstance> |
| 3353 | <ProtoInstance name='Arc'> |
| 3354 | <fieldValue name='cylinderHeight' value='1.15517'/> |
| 3355 | <fieldValue name='cylinderTranslation' value='1.67465 -0.21017 -1.41106'/> |
| 3356 | <fieldValue name='coneTranslation' value='1.37261 -0.49829 -1.42266'/> |
| 3357 | <fieldValue name='rotation' value='-3.20933 0 83.55519 2.33223'/> |
| 3358 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3359 | <fieldValue name='ballRadius' value='0.02'/> |
| 3360 | <fieldValue name='traceEnabled' value='false'/> |
| 3361 | <fieldValue name='displayMode'/> |
| 3362 | <fieldValue name='transparency' value='0'/> |
| 3363 | </ProtoInstance> |
| 3364 | <ProtoInstance name='Arc'> |
| 3365 | <fieldValue name='cylinderHeight' value='0.77924'/> |
| 3366 | <fieldValue name='cylinderTranslation' value='1.60132 -0.78093 -1.36800'/> |
| 3367 | <fieldValue name='coneTranslation' value='1.39832 -0.67942 -1.40284'/> |
| 3368 | <fieldValue name='rotation' value='-11.82188 0 68.88842 1.11287'/> |
| 3369 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3370 | <fieldValue name='ballRadius' value='0.02'/> |
| 3371 | <fieldValue name='traceEnabled' value='false'/> |
| 3372 | <fieldValue name='displayMode'/> |
| 3373 | <fieldValue name='transparency' value='0'/> |
| 3374 | </ProtoInstance> |
| 3375 | <ProtoInstance name='Arc'> |
| 3376 | <fieldValue name='cylinderHeight' value='0.38384'/> |
| 3377 | <fieldValue name='cylinderTranslation' value='-0.14777 -0.57421 -2.40738'/> |
| 3378 | <fieldValue name='coneTranslation' value='-0.17529 -0.58281 -2.42108'/> |
| 3379 | <fieldValue name='rotation' value='-16.47305 0 33.08991 1.84369'/> |
| 3380 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3381 | <fieldValue name='ballRadius' value='0.02'/> |
| 3382 | <fieldValue name='traceEnabled' value='false'/> |
| 3383 | <fieldValue name='displayMode'/> |
| 3384 | <fieldValue name='transparency' value='0'/> |
| 3385 | </ProtoInstance> |
| 3386 | <ProtoInstance name='Arc'> |
| 3387 | <fieldValue name='cylinderHeight' value='0.06307'/> |
| 3388 | <fieldValue name='cylinderTranslation' value='0.03160 -0.49511 -2.31783'/> |
| 3389 | <fieldValue name='coneTranslation' value='-0.02511 -0.60661 -2.34709'/> |
| 3390 | <fieldValue name='rotation' value='1.43653 0 -2.78444 0.51984'/> |
| 3391 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3392 | <fieldValue name='ballRadius' value='0.02'/> |
| 3393 | <fieldValue name='traceEnabled' value='false'/> |
| 3394 | <fieldValue name='displayMode'/> |
| 3395 | <fieldValue name='transparency' value='0'/> |
| 3396 | </ProtoInstance> |
| 3397 | <ProtoInstance name='Arc'> |
| 3398 | <fieldValue name='cylinderHeight' value='0.23713'/> |
| 3399 | <fieldValue name='cylinderTranslation' value='0.97342 1.69166 -0.73305'/> |
| 3400 | <fieldValue name='coneTranslation' value='0.94955 1.71523 -0.70873'/> |
| 3401 | <fieldValue name='rotation' value='-13.91982 0 -13.66021 2.17591'/> |
| 3402 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3403 | <fieldValue name='ballRadius' value='0.02'/> |
| 3404 | <fieldValue name='traceEnabled' value='false'/> |
| 3405 | <fieldValue name='displayMode'/> |
| 3406 | <fieldValue name='transparency' value='0'/> |
| 3407 | </ProtoInstance> |
| 3408 | <ProtoInstance name='Arc'> |
| 3409 | <fieldValue name='cylinderHeight' value='0.12715'/> |
| 3410 | <fieldValue name='cylinderTranslation' value='0.86297 1.77658 -0.61918'/> |
| 3411 | <fieldValue name='coneTranslation' value='0.92690 1.75009 -0.68632'/> |
| 3412 | <fieldValue name='rotation' value='8.85426 -0.00000 8.43044 1.29249'/> |
| 3413 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3414 | <fieldValue name='ballRadius' value='0.02'/> |
| 3415 | <fieldValue name='traceEnabled' value='false'/> |
| 3416 | <fieldValue name='displayMode'/> |
| 3417 | <fieldValue name='transparency' value='0'/> |
| 3418 | </ProtoInstance> |
| 3419 | <ProtoInstance name='Arc'> |
| 3420 | <fieldValue name='cylinderHeight' value='0.11328'/> |
| 3421 | <fieldValue name='cylinderTranslation' value='1.53536 -0.64875 1.06935'/> |
| 3422 | <fieldValue name='coneTranslation' value='1.57273 -0.64444 1.16563'/> |
| 3423 | <fieldValue name='rotation' value='-10.55087 0 4.09503 1.61255'/> |
| 3424 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3425 | <fieldValue name='ballRadius' value='0.02'/> |
| 3426 | <fieldValue name='traceEnabled' value='false'/> |
| 3427 | <fieldValue name='displayMode'/> |
| 3428 | <fieldValue name='transparency' value='0'/> |
| 3429 | </ProtoInstance> |
| 3430 | <ProtoInstance name='Arc'> |
| 3431 | <fieldValue name='cylinderHeight' value='0.57439'/> |
| 3432 | <fieldValue name='cylinderTranslation' value='0.00331 -2.08129 -0.99575'/> |
| 3433 | <fieldValue name='coneTranslation' value='0.04412 -1.96307 -0.97257'/> |
| 3434 | <fieldValue name='rotation' value='10.46867 0 -18.43021 0.37795'/> |
| 3435 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3436 | <fieldValue name='ballRadius' value='0.02'/> |
| 3437 | <fieldValue name='traceEnabled' value='false'/> |
| 3438 | <fieldValue name='displayMode'/> |
| 3439 | <fieldValue name='transparency' value='0'/> |
| 3440 | </ProtoInstance> |
| 3441 | <ProtoInstance name='Arc'> |
| 3442 | <fieldValue name='cylinderHeight' value='0.25643'/> |
| 3443 | <fieldValue name='cylinderTranslation' value='0.26355 -0.24113 -2.40922'/> |
| 3444 | <fieldValue name='coneTranslation' value='0.29440 -0.24741 -2.41363'/> |
| 3445 | <fieldValue name='rotation' value='3.55822 -0.00000 24.88554 1.37218'/> |
| 3446 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3447 | <fieldValue name='ballRadius' value='0.02'/> |
| 3448 | <fieldValue name='traceEnabled' value='false'/> |
| 3449 | <fieldValue name='displayMode'/> |
| 3450 | <fieldValue name='transparency' value='0'/> |
| 3451 | </ProtoInstance> |
| 3452 | <ProtoInstance name='Arc'> |
| 3453 | <fieldValue name='cylinderHeight' value='0.41806'/> |
| 3454 | <fieldValue name='cylinderTranslation' value='-0.03963 -0.15293 -2.47966'/> |
| 3455 | <fieldValue name='coneTranslation' value='-0.08156 -0.13817 -2.50035'/> |
| 3456 | <fieldValue name='rotation' value='-17.64643 0 35.75004 1.26510'/> |
| 3457 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3458 | <fieldValue name='ballRadius' value='0.02'/> |
| 3459 | <fieldValue name='traceEnabled' value='false'/> |
| 3460 | <fieldValue name='displayMode'/> |
| 3461 | <fieldValue name='transparency' value='0'/> |
| 3462 | </ProtoInstance> |
| 3463 | <ProtoInstance name='Arc'> |
| 3464 | <fieldValue name='cylinderHeight' value='0.00319'/> |
| 3465 | <fieldValue name='cylinderTranslation' value='1.51431 -0.65107 1.01511'/> |
| 3466 | <fieldValue name='coneTranslation' value='1.57166 -0.65622 1.16268'/> |
| 3467 | <fieldValue name='rotation' value='-0.29747 0 0.11561 1.53823'/> |
| 3468 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3469 | <fieldValue name='ballRadius' value='0.02'/> |
| 3470 | <fieldValue name='traceEnabled' value='false'/> |
| 3471 | <fieldValue name='displayMode'/> |
| 3472 | <fieldValue name='transparency' value='0'/> |
| 3473 | </ProtoInstance> |
| 3474 | <ProtoInstance name='Arc'> |
| 3475 | <fieldValue name='cylinderHeight' value='0.39193'/> |
| 3476 | <fieldValue name='cylinderTranslation' value='1.60572 -0.65514 1.19019'/> |
| 3477 | <fieldValue name='coneTranslation' value='1.62239 -0.65588 1.22205'/> |
| 3478 | <fieldValue name='rotation' value='34.71942 0 -18.16659 1.59135'/> |
| 3479 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3480 | <fieldValue name='ballRadius' value='0.02'/> |
| 3481 | <fieldValue name='traceEnabled' value='false'/> |
| 3482 | <fieldValue name='displayMode'/> |
| 3483 | <fieldValue name='transparency' value='0'/> |
| 3484 | </ProtoInstance> |
| 3485 | <ProtoInstance name='Arc'> |
| 3486 | <fieldValue name='cylinderHeight' value='0.57984'/> |
| 3487 | <fieldValue name='cylinderTranslation' value='0.17693 1.93273 0.29102'/> |
| 3488 | <fieldValue name='coneTranslation' value='0.13057 1.91127 0.41048'/> |
| 3489 | <fieldValue name='rotation' value='53.31341 -0.00000 20.69212 1.73671'/> |
| 3490 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3491 | <fieldValue name='ballRadius' value='0.02'/> |
| 3492 | <fieldValue name='traceEnabled' value='false'/> |
| 3493 | <fieldValue name='displayMode'/> |
| 3494 | <fieldValue name='transparency' value='0'/> |
| 3495 | </ProtoInstance> |
| 3496 | <ProtoInstance name='Arc'> |
| 3497 | <fieldValue name='cylinderHeight' value='0.36759'/> |
| 3498 | <fieldValue name='cylinderTranslation' value='0.09294 -0.72474 -2.51382'/> |
| 3499 | <fieldValue name='coneTranslation' value='0.10850 -0.71405 -2.49934'/> |
| 3500 | <fieldValue name='rotation' value='22.37891 0 -24.04030 1.10510'/> |
| 3501 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3502 | <fieldValue name='ballRadius' value='0.02'/> |
| 3503 | <fieldValue name='traceEnabled' value='false'/> |
| 3504 | <fieldValue name='displayMode'/> |
| 3505 | <fieldValue name='transparency' value='0'/> |
| 3506 | </ProtoInstance> |
| 3507 | <ProtoInstance name='Arc'> |
| 3508 | <fieldValue name='cylinderHeight' value='0.14364'/> |
| 3509 | <fieldValue name='cylinderTranslation' value='-1.73411 -2.40617 0.60216'/> |
| 3510 | <fieldValue name='coneTranslation' value='-1.75996 -2.45484 0.67099'/> |
| 3511 | <fieldValue name='rotation' value='-11.21269 0 -4.21185 0.98605'/> |
| 3512 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3513 | <fieldValue name='ballRadius' value='0.02'/> |
| 3514 | <fieldValue name='traceEnabled' value='false'/> |
| 3515 | <fieldValue name='displayMode'/> |
| 3516 | <fieldValue name='transparency' value='0'/> |
| 3517 | </ProtoInstance> |
| 3518 | <ProtoInstance name='Arc'> |
| 3519 | <fieldValue name='cylinderHeight' value='0.74172'/> |
| 3520 | <fieldValue name='cylinderTranslation' value='0.25067 -0.85066 -1.66310'/> |
| 3521 | <fieldValue name='coneTranslation' value='0.28307 -0.93251 -1.47149'/> |
| 3522 | <fieldValue name='rotation' value='67.39809 0 -11.39755 1.96946'/> |
| 3523 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3524 | <fieldValue name='ballRadius' value='0.02'/> |
| 3525 | <fieldValue name='traceEnabled' value='false'/> |
| 3526 | <fieldValue name='displayMode'/> |
| 3527 | <fieldValue name='transparency' value='0'/> |
| 3528 | </ProtoInstance> |
| 3529 | <ProtoInstance name='Arc'> |
| 3530 | <fieldValue name='cylinderHeight' value='0.92922'/> |
| 3531 | <fieldValue name='cylinderTranslation' value='0.20156 -1.40449 -1.13476'/> |
| 3532 | <fieldValue name='coneTranslation' value='0.13200 -1.67321 -1.00931'/> |
| 3533 | <fieldValue name='rotation' value='38.26955 -0.00000 21.21936 2.65126'/> |
| 3534 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3535 | <fieldValue name='ballRadius' value='0.02'/> |
| 3536 | <fieldValue name='traceEnabled' value='false'/> |
| 3537 | <fieldValue name='displayMode'/> |
| 3538 | <fieldValue name='transparency' value='0'/> |
| 3539 | </ProtoInstance> |
| 3540 | <ProtoInstance name='Arc'> |
| 3541 | <fieldValue name='cylinderHeight' value='0.12193'/> |
| 3542 | <fieldValue name='cylinderTranslation' value='-0.18664 2.09832 2.18815'/> |
| 3543 | <fieldValue name='coneTranslation' value='-0.28234 2.12331 2.18315'/> |
| 3544 | <fieldValue name='rotation' value='0.61621 0 -11.78189 1.82589'/> |
| 3545 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3546 | <fieldValue name='ballRadius' value='0.02'/> |
| 3547 | <fieldValue name='traceEnabled' value='false'/> |
| 3548 | <fieldValue name='displayMode'/> |
| 3549 | <fieldValue name='transparency' value='0'/> |
| 3550 | </ProtoInstance> |
| 3551 | <ProtoInstance name='Arc'> |
| 3552 | <fieldValue name='cylinderHeight' value='0.81705'/> |
| 3553 | <fieldValue name='cylinderTranslation' value='-0.97083 -2.22449 0.20393'/> |
| 3554 | <fieldValue name='coneTranslation' value='-0.76113 -2.13052 0.10927'/> |
| 3555 | <fieldValue name='rotation' value='-31.11893 0 -68.94158 1.18305'/> |
| 3556 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3557 | <fieldValue name='ballRadius' value='0.02'/> |
| 3558 | <fieldValue name='traceEnabled' value='false'/> |
| 3559 | <fieldValue name='displayMode'/> |
| 3560 | <fieldValue name='transparency' value='0'/> |
| 3561 | </ProtoInstance> |
| 3562 | <ProtoInstance name='Vertex'> |
| 3563 | <fieldValue name='vertexText' value='"2010-01-22-BLOG.TWITTER.COM"'/> |
| 3564 | <fieldValue name='description' value='1: 2010-01-22-BLOG.TWITTER.COM'/> |
| 3565 | <fieldValue name='url'/> |
| 3566 | <fieldValue name='radius' value='0.1500'/> |
| 3567 | <fieldValue name='displayMode'/> |
| 3568 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3569 | <fieldValue name='transparency' value='0'/> |
| 3570 | <fieldValue name='translation' value='0.38408 -0.38246 -2.09639'/> |
| 3571 | <fieldValue name='textTranslation' value='0.53408 -0.38246 -2.09639'/> |
| 3572 | <fieldValue name='textColor' value='0 0 0'/> |
| 3573 | </ProtoInstance> |
| 3574 | <ProtoInstance name='Vertex'> |
| 3575 | <fieldValue name='vertexText' value='"2010-01-22-BLOG.TWITTER.COM-2010"'/> |
| 3576 | <fieldValue name='description' value='2: 2010-01-22-BLOG.TWITTER.COM-2010'/> |
| 3577 | <fieldValue name='url'/> |
| 3578 | <fieldValue name='radius' value='0.1500'/> |
| 3579 | <fieldValue name='displayMode'/> |
| 3580 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3581 | <fieldValue name='transparency' value='0'/> |
| 3582 | <fieldValue name='translation' value='0.30562 -0.36472 -2.13558'/> |
| 3583 | <fieldValue name='textTranslation' value='0.45562 -0.36472 -2.13558'/> |
| 3584 | <fieldValue name='textColor' value='0 0 0'/> |
| 3585 | </ProtoInstance> |
| 3586 | <ProtoInstance name='Vertex'> |
| 3587 | <fieldValue name='vertexText' value='"2010-01-22-FEEDS.FEEDBURNER.COM-TWITTERBLOG"'/> |
| 3588 | <fieldValue name='description' value='3: 2010-01-22-FEEDS.FEEDBURNER.COM-TWITTERBLOG'/> |
| 3589 | <fieldValue name='url'/> |
| 3590 | <fieldValue name='radius' value='0.1500'/> |
| 3591 | <fieldValue name='displayMode'/> |
| 3592 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 3593 | <fieldValue name='transparency' value='0'/> |
| 3594 | <fieldValue name='translation' value='0.56964 1.39370 -0.76551'/> |
| 3595 | <fieldValue name='textTranslation' value='0.71964 1.39370 -0.76551'/> |
| 3596 | <fieldValue name='textColor' value='0 0 0'/> |
| 3597 | </ProtoInstance> |
| 3598 | <ProtoInstance name='Vertex'> |
| 3599 | <fieldValue name='vertexText' value='"2010-01-22-HOPE140.ORG"'/> |
| 3600 | <fieldValue name='description' value='4: 2010-01-22-HOPE140.ORG'/> |
| 3601 | <fieldValue name='url'/> |
| 3602 | <fieldValue name='radius' value='0.1500'/> |
| 3603 | <fieldValue name='displayMode'/> |
| 3604 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 3605 | <fieldValue name='transparency' value='0'/> |
| 3606 | <fieldValue name='translation' value='-0.41760 2.09409 1.90651'/> |
| 3607 | <fieldValue name='textTranslation' value='-0.26760 2.09409 1.90651'/> |
| 3608 | <fieldValue name='textColor' value='0 0 0'/> |
| 3609 | </ProtoInstance> |
| 3610 | <ProtoInstance name='Vertex'> |
| 3611 | <fieldValue name='vertexText' value='"2010-01-22-SLIDESHARE.NET-JTFHAITI"'/> |
| 3612 | <fieldValue name='description' value='5: 2010-01-22-SLIDESHARE.NET-JTFHAITI'/> |
| 3613 | <fieldValue name='url'/> |
| 3614 | <fieldValue name='radius' value='0.1500'/> |
| 3615 | <fieldValue name='displayMode'/> |
| 3616 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3617 | <fieldValue name='transparency' value='0'/> |
| 3618 | <fieldValue name='translation' value='1.53710 -1.31202 -0.69993'/> |
| 3619 | <fieldValue name='textTranslation' value='1.68710 -1.31202 -0.69993'/> |
| 3620 | <fieldValue name='textColor' value='0 0 0'/> |
| 3621 | </ProtoInstance> |
| 3622 | <ProtoInstance name='Vertex'> |
| 3623 | <fieldValue name='vertexText' value='"2010-01-22-SOUTHCOM.MIL-APPSSC"'/> |
| 3624 | <fieldValue name='description' value='6: 2010-01-22-SOUTHCOM.MIL-APPSSC'/> |
| 3625 | <fieldValue name='url'/> |
| 3626 | <fieldValue name='radius' value='0.1500'/> |
| 3627 | <fieldValue name='displayMode'/> |
| 3628 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3629 | <fieldValue name='transparency' value='0'/> |
| 3630 | <fieldValue name='translation' value='0.38247 -1.83333 -0.42528'/> |
| 3631 | <fieldValue name='textTranslation' value='0.53247 -1.83333 -0.42528'/> |
| 3632 | <fieldValue name='textColor' value='0 0 0'/> |
| 3633 | </ProtoInstance> |
| 3634 | <ProtoInstance name='Vertex'> |
| 3635 | <fieldValue name='vertexText' value='"2010-01-22-TWITTER.COM-TWITTER_IT"'/> |
| 3636 | <fieldValue name='description' value='7: 2010-01-22-TWITTER.COM-TWITTER_IT'/> |
| 3637 | <fieldValue name='url'/> |
| 3638 | <fieldValue name='radius' value='0.1500'/> |
| 3639 | <fieldValue name='displayMode'/> |
| 3640 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
| 3641 | <fieldValue name='transparency' value='0'/> |
| 3642 | <fieldValue name='translation' value='0.12008 -1.66860 2.66495'/> |
| 3643 | <fieldValue name='textTranslation' value='0.27008 -1.66860 2.66495'/> |
| 3644 | <fieldValue name='textColor' value='0 0 0'/> |
| 3645 | </ProtoInstance> |
| 3646 | <ProtoInstance name='Vertex'> |
| 3647 | <fieldValue name='vertexText' value='"2010-01-22-TWITTER.COM-TWJ"'/> |
| 3648 | <fieldValue name='description' value='8: 2010-01-22-TWITTER.COM-TWJ'/> |
| 3649 | <fieldValue name='url'/> |
| 3650 | <fieldValue name='radius' value='0.1500'/> |
| 3651 | <fieldValue name='displayMode'/> |
| 3652 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 3653 | <fieldValue name='transparency' value='0'/> |
| 3654 | <fieldValue name='translation' value='-0.14931 1.25183 2.64775'/> |
| 3655 | <fieldValue name='textTranslation' value='0.00069 1.25183 2.64775'/> |
| 3656 | <fieldValue name='textColor' value='0 0 0'/> |
| 3657 | </ProtoInstance> |
| 3658 | <ProtoInstance name='Vertex'> |
| 3659 | <fieldValue name='vertexText' value='"2010-01-22-TWITTER.COM-USAID_HAITI"'/> |
| 3660 | <fieldValue name='description' value='9: 2010-01-22-TWITTER.COM-USAID_HAITI'/> |
| 3661 | <fieldValue name='url'/> |
| 3662 | <fieldValue name='radius' value='0.1500'/> |
| 3663 | <fieldValue name='displayMode'/> |
| 3664 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
| 3665 | <fieldValue name='transparency' value='0'/> |
| 3666 | <fieldValue name='translation' value='-1.86258 1.05113 1.80187'/> |
| 3667 | <fieldValue name='textTranslation' value='-1.71257 1.05113 1.80187'/> |
| 3668 | <fieldValue name='textColor' value='0 0 0'/> |
| 3669 | </ProtoInstance> |
| 3670 | <ProtoInstance name='Vertex'> |
| 3671 | <fieldValue name='vertexText' value='"2010-01-22-USAID.GOV"'/> |
| 3672 | <fieldValue name='description' value='10: 2010-01-22-USAID.GOV'/> |
| 3673 | <fieldValue name='url'/> |
| 3674 | <fieldValue name='radius' value='0.1500'/> |
| 3675 | <fieldValue name='displayMode'/> |
| 3676 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 3677 | <fieldValue name='transparency' value='0'/> |
| 3678 | <fieldValue name='translation' value='2.16945 0.54576 -1.24428'/> |
| 3679 | <fieldValue name='textTranslation' value='2.31945 0.54576 -1.24428'/> |
| 3680 | <fieldValue name='textColor' value='0 0 0'/> |
| 3681 | </ProtoInstance> |
| 3682 | <ProtoInstance name='Vertex'> |
| 3683 | <fieldValue name='vertexText' value='"2010-01-22-WHITEHOUSE.GOV-HAITIEARTHQUAKE"'/> |
| 3684 | <fieldValue name='description' value='11: 2010-01-22-WHITEHOUSE.GOV-HAITIEARTHQUAKE'/> |
| 3685 | <fieldValue name='url'/> |
| 3686 | <fieldValue name='radius' value='0.1500'/> |
| 3687 | <fieldValue name='displayMode'/> |
| 3688 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 3689 | <fieldValue name='transparency' value='0'/> |
| 3690 | <fieldValue name='translation' value='1.40933 -0.65345 0.79809'/> |
| 3691 | <fieldValue name='textTranslation' value='1.55933 -0.65345 0.79809'/> |
| 3692 | <fieldValue name='textColor' value='0 0 0'/> |
| 3693 | </ProtoInstance> |
| 3694 | <ProtoInstance name='Vertex'> |
| 3695 | <fieldValue name='vertexText' value='"2010-01-22-WHITEHOUSE.GOV-HAITIEARTHQUAKE_EMBED"'/> |
| 3696 | <fieldValue name='description' value='12: 2010-01-22-WHITEHOUSE.GOV-HAITIEARTHQUAKE_EMBED'/> |
| 3697 | <fieldValue name='url'/> |
| 3698 | <fieldValue name='radius' value='0.1500'/> |
| 3699 | <fieldValue name='displayMode'/> |
| 3700 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 3701 | <fieldValue name='transparency' value='0'/> |
| 3702 | <fieldValue name='translation' value='1.40933 -0.65345 0.79809'/> |
| 3703 | <fieldValue name='textTranslation' value='1.55933 -0.65345 0.79809'/> |
| 3704 | <fieldValue name='textColor' value='0 0 0'/> |
| 3705 | </ProtoInstance> |
| 3706 | <ProtoInstance name='Vertex'> |
| 3707 | <fieldValue name='vertexText' value='"2010-01-22-YOUTUBE.COM-DVIDS"'/> |
| 3708 | <fieldValue name='description' value='13: 2010-01-22-YOUTUBE.COM-DVIDS'/> |
| 3709 | <fieldValue name='url'/> |
| 3710 | <fieldValue name='radius' value='0.1500'/> |
| 3711 | <fieldValue name='displayMode'/> |
| 3712 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 3713 | <fieldValue name='transparency' value='0'/> |
| 3714 | <fieldValue name='translation' value='-1.51499 -2.25199 0.46559'/> |
| 3715 | <fieldValue name='textTranslation' value='-1.36499 -2.25199 0.46559'/> |
| 3716 | <fieldValue name='textColor' value='0 0 0'/> |
| 3717 | </ProtoInstance> |
| 3718 | <ProtoInstance name='Vertex'> |
| 3719 | <fieldValue name='vertexText' value=' "Haiti/2010-01-22/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-22.simple" '/> |
| 3720 | <fieldValue name='description' value='14: Haiti/2010-01-22/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-22.simple'/> |
| 3721 | <fieldValue name='url'/> |
| 3722 | <fieldValue name='radius' value='0.1500'/> |
| 3723 | <fieldValue name='displayMode'/> |
| 3724 | <fieldValue name='diffuseColor' value='0.1176 0.9765 0.6392'/> |
| 3725 | <fieldValue name='transparency' value='0'/> |
| 3726 | <fieldValue name='translation' value='-2.75348 0.81461 -0.21925'/> |
| 3727 | <fieldValue name='textTranslation' value='-2.60348 0.81461 -0.21925'/> |
| 3728 | <fieldValue name='textColor' value='0 0 0'/> |
| 3729 | </ProtoInstance> |
| 3730 | <ProtoInstance name='Vertex'> |
| 3731 | <fieldValue name='vertexText' value='"accepted"'/> |
| 3732 | <fieldValue name='description' value='15: accepted'/> |
| 3733 | <fieldValue name='url'/> |
| 3734 | <fieldValue name='radius' value='0.1500'/> |
| 3735 | <fieldValue name='displayMode'/> |
| 3736 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3737 | <fieldValue name='transparency' value='0'/> |
| 3738 | <fieldValue name='translation' value='-0.40751 -0.34805 -2.42062'/> |
| 3739 | <fieldValue name='textTranslation' value='-0.25751 -0.34805 -2.42062'/> |
| 3740 | <fieldValue name='textColor' value='0 0 0'/> |
| 3741 | </ProtoInstance> |
| 3742 | <ProtoInstance name='Vertex'> |
| 3743 | <fieldValue name='vertexText' value='"addition"'/> |
| 3744 | <fieldValue name='description' value='16: addition'/> |
| 3745 | <fieldValue name='url'/> |
| 3746 | <fieldValue name='radius' value='0.1500'/> |
| 3747 | <fieldValue name='displayMode'/> |
| 3748 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3749 | <fieldValue name='transparency' value='0'/> |
| 3750 | <fieldValue name='translation' value='0.54190 -0.38580 -2.42012'/> |
| 3751 | <fieldValue name='textTranslation' value='0.69190 -0.38580 -2.42012'/> |
| 3752 | <fieldValue name='textColor' value='0 0 0'/> |
| 3753 | </ProtoInstance> |
| 3754 | <ProtoInstance name='Vertex'> |
| 3755 | <fieldValue name='vertexText' value='"affairs"'/> |
| 3756 | <fieldValue name='description' value='17: affairs'/> |
| 3757 | <fieldValue name='url'/> |
| 3758 | <fieldValue name='radius' value='0.1500'/> |
| 3759 | <fieldValue name='displayMode'/> |
| 3760 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 3761 | <fieldValue name='transparency' value='0'/> |
| 3762 | <fieldValue name='translation' value='-1.72689 -2.38240 0.79061'/> |
| 3763 | <fieldValue name='textTranslation' value='-1.57689 -2.38240 0.79061'/> |
| 3764 | <fieldValue name='textColor' value='0 0 0'/> |
| 3765 | </ProtoInstance> |
| 3766 | <ProtoInstance name='Vertex'> |
| 3767 | <fieldValue name='vertexText' value='"aid"'/> |
| 3768 | <fieldValue name='description' value='18: aid'/> |
| 3769 | <fieldValue name='url'/> |
| 3770 | <fieldValue name='radius' value='0.1500'/> |
| 3771 | <fieldValue name='displayMode'/> |
| 3772 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3773 | <fieldValue name='transparency' value='0'/> |
| 3774 | <fieldValue name='translation' value='0.51943 -0.53303 -2.47411'/> |
| 3775 | <fieldValue name='textTranslation' value='0.66943 -0.53303 -2.47411'/> |
| 3776 | <fieldValue name='textColor' value='0 0 0'/> |
| 3777 | </ProtoInstance> |
| 3778 | <ProtoInstance name='Vertex'> |
| 3779 | <fieldValue name='vertexText' value='"air"'/> |
| 3780 | <fieldValue name='description' value='19: air'/> |
| 3781 | <fieldValue name='url'/> |
| 3782 | <fieldValue name='radius' value='0.1500'/> |
| 3783 | <fieldValue name='displayMode'/> |
| 3784 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3785 | <fieldValue name='transparency' value='0'/> |
| 3786 | <fieldValue name='translation' value='0.89303 -1.67952 -0.51227'/> |
| 3787 | <fieldValue name='textTranslation' value='1.04303 -1.67952 -0.51227'/> |
| 3788 | <fieldValue name='textColor' value='0 0 0'/> |
| 3789 | </ProtoInstance> |
| 3790 | <ProtoInstance name='Vertex'> |
| 3791 | <fieldValue name='vertexText' value='"airlift"'/> |
| 3792 | <fieldValue name='description' value='20: airlift'/> |
| 3793 | <fieldValue name='url'/> |
| 3794 | <fieldValue name='radius' value='0.1500'/> |
| 3795 | <fieldValue name='displayMode'/> |
| 3796 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3797 | <fieldValue name='transparency' value='0'/> |
| 3798 | <fieldValue name='translation' value='0.23697 -2.10541 -0.11420'/> |
| 3799 | <fieldValue name='textTranslation' value='0.38697 -2.10541 -0.11420'/> |
| 3800 | <fieldValue name='textColor' value='0 0 0'/> |
| 3801 | </ProtoInstance> |
| 3802 | <ProtoInstance name='Vertex'> |
| 3803 | <fieldValue name='vertexText' value='"airmen"'/> |
| 3804 | <fieldValue name='description' value='21: airmen'/> |
| 3805 | <fieldValue name='url'/> |
| 3806 | <fieldValue name='radius' value='0.1500'/> |
| 3807 | <fieldValue name='displayMode'/> |
| 3808 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3809 | <fieldValue name='transparency' value='0'/> |
| 3810 | <fieldValue name='translation' value='0.45593 -2.69264 0.14711'/> |
| 3811 | <fieldValue name='textTranslation' value='0.60593 -2.69264 0.14711'/> |
| 3812 | <fieldValue name='textColor' value='0 0 0'/> |
| 3813 | </ProtoInstance> |
| 3814 | <ProtoInstance name='Vertex'> |
| 3815 | <fieldValue name='vertexText' value='"airport"'/> |
| 3816 | <fieldValue name='description' value='22: airport'/> |
| 3817 | <fieldValue name='url'/> |
| 3818 | <fieldValue name='radius' value='0.1500'/> |
| 3819 | <fieldValue name='displayMode'/> |
| 3820 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3821 | <fieldValue name='transparency' value='0'/> |
| 3822 | <fieldValue name='translation' value='1.68088 -1.79268 -0.56565'/> |
| 3823 | <fieldValue name='textTranslation' value='1.83088 -1.79268 -0.56565'/> |
| 3824 | <fieldValue name='textColor' value='0 0 0'/> |
| 3825 | </ProtoInstance> |
| 3826 | <ProtoInstance name='Vertex'> |
| 3827 | <fieldValue name='vertexText' value='"amazing"'/> |
| 3828 | <fieldValue name='description' value='23: amazing'/> |
| 3829 | <fieldValue name='url'/> |
| 3830 | <fieldValue name='radius' value='0.1500'/> |
| 3831 | <fieldValue name='displayMode'/> |
| 3832 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 3833 | <fieldValue name='transparency' value='0'/> |
| 3834 | <fieldValue name='translation' value='-0.35857 2.50042 1.79038'/> |
| 3835 | <fieldValue name='textTranslation' value='-0.20857 2.50042 1.79038'/> |
| 3836 | <fieldValue name='textColor' value='0 0 0'/> |
| 3837 | </ProtoInstance> |
| 3838 | <ProtoInstance name='Vertex'> |
| 3839 | <fieldValue name='vertexText' value='"america"'/> |
| 3840 | <fieldValue name='description' value='24: america'/> |
| 3841 | <fieldValue name='url'/> |
| 3842 | <fieldValue name='radius' value='0.1500'/> |
| 3843 | <fieldValue name='displayMode'/> |
| 3844 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 3845 | <fieldValue name='transparency' value='0'/> |
| 3846 | <fieldValue name='translation' value='-0.15450 2.06401 -0.73965'/> |
| 3847 | <fieldValue name='textTranslation' value='-0.00450 2.06401 -0.73965'/> |
| 3848 | <fieldValue name='textColor' value='0 0 0'/> |
| 3849 | </ProtoInstance> |
| 3850 | <ProtoInstance name='Vertex'> |
| 3851 | <fieldValue name='vertexText' value='"americans"'/> |
| 3852 | <fieldValue name='description' value='25: americans'/> |
| 3853 | <fieldValue name='url'/> |
| 3854 | <fieldValue name='radius' value='0.1500'/> |
| 3855 | <fieldValue name='displayMode'/> |
| 3856 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 3857 | <fieldValue name='transparency' value='0'/> |
| 3858 | <fieldValue name='translation' value='1.41669 -0.44022 0.70574'/> |
| 3859 | <fieldValue name='textTranslation' value='1.56669 -0.44022 0.70574'/> |
| 3860 | <fieldValue name='textColor' value='0 0 0'/> |
| 3861 | </ProtoInstance> |
| 3862 | <ProtoInstance name='Vertex'> |
| 3863 | <fieldValue name='vertexText' value='"appeals"'/> |
| 3864 | <fieldValue name='description' value='26: appeals'/> |
| 3865 | <fieldValue name='url'/> |
| 3866 | <fieldValue name='radius' value='0.1500'/> |
| 3867 | <fieldValue name='displayMode'/> |
| 3868 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 3869 | <fieldValue name='transparency' value='0'/> |
| 3870 | <fieldValue name='translation' value='0.14731 0.14355 -2.67666'/> |
| 3871 | <fieldValue name='textTranslation' value='0.29731 0.14355 -2.67666'/> |
| 3872 | <fieldValue name='textColor' value='0 0 0'/> |
| 3873 | </ProtoInstance> |
| 3874 | <ProtoInstance name='Vertex'> |
| 3875 | <fieldValue name='vertexText' value='"army"'/> |
| 3876 | <fieldValue name='description' value='27: army'/> |
| 3877 | <fieldValue name='url'/> |
| 3878 | <fieldValue name='radius' value='0.1500'/> |
| 3879 | <fieldValue name='displayMode'/> |
| 3880 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 3881 | <fieldValue name='transparency' value='0'/> |
| 3882 | <fieldValue name='translation' value='1.71506 -1.36249 -1.51811'/> |
| 3883 | <fieldValue name='textTranslation' value='1.86506 -1.36249 -1.51811'/> |
| 3884 | <fieldValue name='textColor' value='0 0 0'/> |
| 3885 | </ProtoInstance> |
| 3886 | <ProtoInstance name='Vertex'> |
| 3887 | <fieldValue name='vertexText' value='"assigned"'/> |
| 3888 | <fieldValue name='description' value='28: assigned'/> |
| 3889 | <fieldValue name='url'/> |
| 3890 | <fieldValue name='radius' value='0.1500'/> |
| 3891 | <fieldValue name='displayMode'/> |
| 3892 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3893 | <fieldValue name='transparency' value='0'/> |
| 3894 | <fieldValue name='translation' value='-0.21218 -2.60280 -0.26055'/> |
| 3895 | <fieldValue name='textTranslation' value='-0.06218 -2.60280 -0.26055'/> |
| 3896 | <fieldValue name='textColor' value='0 0 0'/> |
| 3897 | </ProtoInstance> |
| 3898 | <ProtoInstance name='Vertex'> |
| 3899 | <fieldValue name='vertexText' value='"baby"'/> |
| 3900 | <fieldValue name='description' value='29: baby'/> |
| 3901 | <fieldValue name='url'/> |
| 3902 | <fieldValue name='radius' value='0.1500'/> |
| 3903 | <fieldValue name='displayMode'/> |
| 3904 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3905 | <fieldValue name='transparency' value='0'/> |
| 3906 | <fieldValue name='translation' value='2.03733 -1.53433 -0.58201'/> |
| 3907 | <fieldValue name='textTranslation' value='2.18733 -1.53433 -0.58201'/> |
| 3908 | <fieldValue name='textColor' value='0 0 0'/> |
| 3909 | </ProtoInstance> |
| 3910 | <ProtoInstance name='Vertex'> |
| 3911 | <fieldValue name='vertexText' value='"base"'/> |
| 3912 | <fieldValue name='description' value='30: base'/> |
| 3913 | <fieldValue name='url'/> |
| 3914 | <fieldValue name='radius' value='0.1500'/> |
| 3915 | <fieldValue name='displayMode'/> |
| 3916 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3917 | <fieldValue name='transparency' value='0'/> |
| 3918 | <fieldValue name='translation' value='1.32081 -1.84150 -0.58598'/> |
| 3919 | <fieldValue name='textTranslation' value='1.47081 -1.84150 -0.58598'/> |
| 3920 | <fieldValue name='textColor' value='0 0 0'/> |
| 3921 | </ProtoInstance> |
| 3922 | <ProtoInstance name='Vertex'> |
| 3923 | <fieldValue name='vertexText' value='"biggest"'/> |
| 3924 | <fieldValue name='description' value='31: biggest'/> |
| 3925 | <fieldValue name='url'/> |
| 3926 | <fieldValue name='radius' value='0.1500'/> |
| 3927 | <fieldValue name='displayMode'/> |
| 3928 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 3929 | <fieldValue name='transparency' value='0'/> |
| 3930 | <fieldValue name='translation' value='0.33425 2.35637 -0.78697'/> |
| 3931 | <fieldValue name='textTranslation' value='0.48425 2.35637 -0.78697'/> |
| 3932 | <fieldValue name='textColor' value='0 0 0'/> |
| 3933 | </ProtoInstance> |
| 3934 | <ProtoInstance name='Vertex'> |
| 3935 | <fieldValue name='vertexText' value='"br"'/> |
| 3936 | <fieldValue name='description' value='32: br'/> |
| 3937 | <fieldValue name='url'/> |
| 3938 | <fieldValue name='radius' value='0.1500'/> |
| 3939 | <fieldValue name='displayMode'/> |
| 3940 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 3941 | <fieldValue name='transparency' value='0'/> |
| 3942 | <fieldValue name='translation' value='1.03354 2.24473 -0.83308'/> |
| 3943 | <fieldValue name='textTranslation' value='1.18354 2.24473 -0.83308'/> |
| 3944 | <fieldValue name='textColor' value='0 0 0'/> |
| 3945 | </ProtoInstance> |
| 3946 | <ProtoInstance name='Vertex'> |
| 3947 | <fieldValue name='vertexText' value='"capable"'/> |
| 3948 | <fieldValue name='description' value='33: capable'/> |
| 3949 | <fieldValue name='url'/> |
| 3950 | <fieldValue name='radius' value='0.1500'/> |
| 3951 | <fieldValue name='displayMode'/> |
| 3952 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 3953 | <fieldValue name='transparency' value='0'/> |
| 3954 | <fieldValue name='translation' value='0.15142 1.77928 -1.47057'/> |
| 3955 | <fieldValue name='textTranslation' value='0.30142 1.77928 -1.47057'/> |
| 3956 | <fieldValue name='textColor' value='0 0 0'/> |
| 3957 | </ProtoInstance> |
| 3958 | <ProtoInstance name='Vertex'> |
| 3959 | <fieldValue name='vertexText' value='"cargo"'/> |
| 3960 | <fieldValue name='description' value='34: cargo'/> |
| 3961 | <fieldValue name='url'/> |
| 3962 | <fieldValue name='radius' value='0.1500'/> |
| 3963 | <fieldValue name='displayMode'/> |
| 3964 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3965 | <fieldValue name='transparency' value='0'/> |
| 3966 | <fieldValue name='translation' value='0.03670 -2.31453 -0.36481'/> |
| 3967 | <fieldValue name='textTranslation' value='0.18670 -2.31453 -0.36481'/> |
| 3968 | <fieldValue name='textColor' value='0 0 0'/> |
| 3969 | </ProtoInstance> |
| 3970 | <ProtoInstance name='Vertex'> |
| 3971 | <fieldValue name='vertexText' value='"check"'/> |
| 3972 | <fieldValue name='description' value='35: check'/> |
| 3973 | <fieldValue name='url'/> |
| 3974 | <fieldValue name='radius' value='0.1500'/> |
| 3975 | <fieldValue name='displayMode'/> |
| 3976 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 3977 | <fieldValue name='transparency' value='0'/> |
| 3978 | <fieldValue name='translation' value='-0.82068 2.02205 1.99411'/> |
| 3979 | <fieldValue name='textTranslation' value='-0.67068 2.02205 1.99411'/> |
| 3980 | <fieldValue name='textColor' value='0 0 0'/> |
| 3981 | </ProtoInstance> |
| 3982 | <ProtoInstance name='Vertex'> |
| 3983 | <fieldValue name='vertexText' value='"chief"'/> |
| 3984 | <fieldValue name='description' value='36: chief'/> |
| 3985 | <fieldValue name='url'/> |
| 3986 | <fieldValue name='radius' value='0.1500'/> |
| 3987 | <fieldValue name='displayMode'/> |
| 3988 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 3989 | <fieldValue name='transparency' value='0'/> |
| 3990 | <fieldValue name='translation' value='0.16970 -1.81247 -0.67651'/> |
| 3991 | <fieldValue name='textTranslation' value='0.31970 -1.81247 -0.67651'/> |
| 3992 | <fieldValue name='textColor' value='0 0 0'/> |
| 3993 | </ProtoInstance> |
| 3994 | <ProtoInstance name='Vertex'> |
| 3995 | <fieldValue name='vertexText' value='"citizens"'/> |
| 3996 | <fieldValue name='description' value='37: citizens'/> |
| 3997 | <fieldValue name='url'/> |
| 3998 | <fieldValue name='radius' value='0.1500'/> |
| 3999 | <fieldValue name='displayMode'/> |
| 4000 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4001 | <fieldValue name='transparency' value='0'/> |
| 4002 | <fieldValue name='translation' value='0.69343 0.60872 -0.61343'/> |
| 4003 | <fieldValue name='textTranslation' value='0.84343 0.60872 -0.61343'/> |
| 4004 | <fieldValue name='textColor' value='0 0 0'/> |
| 4005 | </ProtoInstance> |
| 4006 | <ProtoInstance name='Vertex'> |
| 4007 | <fieldValue name='vertexText' value='"class"'/> |
| 4008 | <fieldValue name='description' value='38: class'/> |
| 4009 | <fieldValue name='url'/> |
| 4010 | <fieldValue name='radius' value='0.1500'/> |
| 4011 | <fieldValue name='displayMode'/> |
| 4012 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 4013 | <fieldValue name='transparency' value='0'/> |
| 4014 | <fieldValue name='translation' value='2.75348 0.99748 -0.94201'/> |
| 4015 | <fieldValue name='textTranslation' value='2.90348 0.99748 -0.94201'/> |
| 4016 | <fieldValue name='textColor' value='0 0 0'/> |
| 4017 | </ProtoInstance> |
| 4018 | <ProtoInstance name='Vertex'> |
| 4019 | <fieldValue name='vertexText' value='"coming"'/> |
| 4020 | <fieldValue name='description' value='39: coming'/> |
| 4021 | <fieldValue name='url'/> |
| 4022 | <fieldValue name='radius' value='0.1500'/> |
| 4023 | <fieldValue name='displayMode'/> |
| 4024 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4025 | <fieldValue name='transparency' value='0'/> |
| 4026 | <fieldValue name='translation' value='-0.33873 2.75222 1.55255'/> |
| 4027 | <fieldValue name='textTranslation' value='-0.18873 2.75222 1.55255'/> |
| 4028 | <fieldValue name='textColor' value='0 0 0'/> |
| 4029 | </ProtoInstance> |
| 4030 | <ProtoInstance name='Vertex'> |
| 4031 | <fieldValue name='vertexText' value='"common"'/> |
| 4032 | <fieldValue name='description' value='40: common'/> |
| 4033 | <fieldValue name='url'/> |
| 4034 | <fieldValue name='radius' value='0.1500'/> |
| 4035 | <fieldValue name='displayMode'/> |
| 4036 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4037 | <fieldValue name='transparency' value='0'/> |
| 4038 | <fieldValue name='translation' value='0.61604 1.86710 -1.09152'/> |
| 4039 | <fieldValue name='textTranslation' value='0.76604 1.86710 -1.09152'/> |
| 4040 | <fieldValue name='textColor' value='0 0 0'/> |
| 4041 | </ProtoInstance> |
| 4042 | <ProtoInstance name='Vertex'> |
| 4043 | <fieldValue name='vertexText' value='"communication"'/> |
| 4044 | <fieldValue name='description' value='41: communication'/> |
| 4045 | <fieldValue name='url'/> |
| 4046 | <fieldValue name='radius' value='0.1500'/> |
| 4047 | <fieldValue name='displayMode'/> |
| 4048 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 4049 | <fieldValue name='transparency' value='0'/> |
| 4050 | <fieldValue name='translation' value='2.48774 0.60809 -1.34296'/> |
| 4051 | <fieldValue name='textTranslation' value='2.63774 0.60809 -1.34296'/> |
| 4052 | <fieldValue name='textColor' value='0 0 0'/> |
| 4053 | </ProtoInstance> |
| 4054 | <ProtoInstance name='Vertex'> |
| 4055 | <fieldValue name='vertexText' value='"concerned"'/> |
| 4056 | <fieldValue name='description' value='42: concerned'/> |
| 4057 | <fieldValue name='url'/> |
| 4058 | <fieldValue name='radius' value='0.1500'/> |
| 4059 | <fieldValue name='displayMode'/> |
| 4060 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4061 | <fieldValue name='transparency' value='0'/> |
| 4062 | <fieldValue name='translation' value='0.54382 -0.18591 -2.44343'/> |
| 4063 | <fieldValue name='textTranslation' value='0.69382 -0.18591 -2.44343'/> |
| 4064 | <fieldValue name='textColor' value='0 0 0'/> |
| 4065 | </ProtoInstance> |
| 4066 | <ProtoInstance name='Vertex'> |
| 4067 | <fieldValue name='vertexText' value='"contact"'/> |
| 4068 | <fieldValue name='description' value='43: contact'/> |
| 4069 | <fieldValue name='url'/> |
| 4070 | <fieldValue name='radius' value='0.1500'/> |
| 4071 | <fieldValue name='displayMode'/> |
| 4072 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
| 4073 | <fieldValue name='transparency' value='0'/> |
| 4074 | <fieldValue name='translation' value='-1.65308 1.35820 1.92595'/> |
| 4075 | <fieldValue name='textTranslation' value='-1.50308 1.35820 1.92595'/> |
| 4076 | <fieldValue name='textColor' value='0 0 0'/> |
| 4077 | </ProtoInstance> |
| 4078 | <ProtoInstance name='Vertex'> |
| 4079 | <fieldValue name='vertexText' value='"converting"'/> |
| 4080 | <fieldValue name='description' value='44: converting'/> |
| 4081 | <fieldValue name='url'/> |
| 4082 | <fieldValue name='radius' value='0.1500'/> |
| 4083 | <fieldValue name='displayMode'/> |
| 4084 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4085 | <fieldValue name='transparency' value='0'/> |
| 4086 | <fieldValue name='translation' value='-0.18678 0.00633 -2.55024'/> |
| 4087 | <fieldValue name='textTranslation' value='-0.03678 0.00633 -2.55024'/> |
| 4088 | <fieldValue name='textColor' value='0 0 0'/> |
| 4089 | </ProtoInstance> |
| 4090 | <ProtoInstance name='Vertex'> |
| 4091 | <fieldValue name='vertexText' value='"cooper"'/> |
| 4092 | <fieldValue name='description' value='45: cooper'/> |
| 4093 | <fieldValue name='url'/> |
| 4094 | <fieldValue name='radius' value='0.1500'/> |
| 4095 | <fieldValue name='displayMode'/> |
| 4096 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4097 | <fieldValue name='transparency' value='0'/> |
| 4098 | <fieldValue name='translation' value='-0.99069 2.50212 1.48183'/> |
| 4099 | <fieldValue name='textTranslation' value='-0.84069 2.50212 1.48183'/> |
| 4100 | <fieldValue name='textColor' value='0 0 0'/> |
| 4101 | </ProtoInstance> |
| 4102 | <ProtoInstance name='Vertex'> |
| 4103 | <fieldValue name='vertexText' value='"coordinated"'/> |
| 4104 | <fieldValue name='description' value='46: coordinated'/> |
| 4105 | <fieldValue name='url'/> |
| 4106 | <fieldValue name='radius' value='0.1500'/> |
| 4107 | <fieldValue name='displayMode'/> |
| 4108 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4109 | <fieldValue name='transparency' value='0'/> |
| 4110 | <fieldValue name='translation' value='0.13299 0.35891 -2.07810'/> |
| 4111 | <fieldValue name='textTranslation' value='0.28299 0.35891 -2.07810'/> |
| 4112 | <fieldValue name='textColor' value='0 0 0'/> |
| 4113 | </ProtoInstance> |
| 4114 | <ProtoInstance name='Vertex'> |
| 4115 | <fieldValue name='vertexText' value='"courtesy"'/> |
| 4116 | <fieldValue name='description' value='47: courtesy'/> |
| 4117 | <fieldValue name='url'/> |
| 4118 | <fieldValue name='radius' value='0.1500'/> |
| 4119 | <fieldValue name='displayMode'/> |
| 4120 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 4121 | <fieldValue name='transparency' value='0'/> |
| 4122 | <fieldValue name='translation' value='1.11382 -0.91969 -1.68007'/> |
| 4123 | <fieldValue name='textTranslation' value='1.26382 -0.91969 -1.68007'/> |
| 4124 | <fieldValue name='textColor' value='0 0 0'/> |
| 4125 | </ProtoInstance> |
| 4126 | <ProtoInstance name='Vertex'> |
| 4127 | <fieldValue name='vertexText' value='"crisis"'/> |
| 4128 | <fieldValue name='description' value='48: crisis'/> |
| 4129 | <fieldValue name='url'/> |
| 4130 | <fieldValue name='radius' value='0.1500'/> |
| 4131 | <fieldValue name='displayMode'/> |
| 4132 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4133 | <fieldValue name='transparency' value='0'/> |
| 4134 | <fieldValue name='translation' value='-0.44972 2.00795 2.21618'/> |
| 4135 | <fieldValue name='textTranslation' value='-0.29972 2.00795 2.21618'/> |
| 4136 | <fieldValue name='textColor' value='0 0 0'/> |
| 4137 | </ProtoInstance> |
| 4138 | <ProtoInstance name='Vertex'> |
| 4139 | <fieldValue name='vertexText' value='"cross"'/> |
| 4140 | <fieldValue name='description' value='49: cross'/> |
| 4141 | <fieldValue name='url'/> |
| 4142 | <fieldValue name='radius' value='0.1500'/> |
| 4143 | <fieldValue name='displayMode'/> |
| 4144 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4145 | <fieldValue name='transparency' value='0'/> |
| 4146 | <fieldValue name='translation' value='0.20046 1.79633 -0.90256'/> |
| 4147 | <fieldValue name='textTranslation' value='0.35046 1.79633 -0.90256'/> |
| 4148 | <fieldValue name='textColor' value='0 0 0'/> |
| 4149 | </ProtoInstance> |
| 4150 | <ProtoInstance name='Vertex'> |
| 4151 | <fieldValue name='vertexText' value='"de"'/> |
| 4152 | <fieldValue name='description' value='50: de'/> |
| 4153 | <fieldValue name='url'/> |
| 4154 | <fieldValue name='radius' value='0.1500'/> |
| 4155 | <fieldValue name='displayMode'/> |
| 4156 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 4157 | <fieldValue name='transparency' value='0'/> |
| 4158 | <fieldValue name='translation' value='2.72739 0.98417 -1.13037'/> |
| 4159 | <fieldValue name='textTranslation' value='2.87739 0.98417 -1.13037'/> |
| 4160 | <fieldValue name='textColor' value='0 0 0'/> |
| 4161 | </ProtoInstance> |
| 4162 | <ProtoInstance name='Vertex'> |
| 4163 | <fieldValue name='vertexText' value='"delivering"'/> |
| 4164 | <fieldValue name='description' value='51: delivering'/> |
| 4165 | <fieldValue name='url'/> |
| 4166 | <fieldValue name='radius' value='0.1500'/> |
| 4167 | <fieldValue name='displayMode'/> |
| 4168 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 4169 | <fieldValue name='transparency' value='0'/> |
| 4170 | <fieldValue name='translation' value='-1.82874 -2.43749 0.48591'/> |
| 4171 | <fieldValue name='textTranslation' value='-1.67874 -2.43749 0.48591'/> |
| 4172 | <fieldValue name='textColor' value='0 0 0'/> |
| 4173 | </ProtoInstance> |
| 4174 | <ProtoInstance name='Vertex'> |
| 4175 | <fieldValue name='vertexText' value='"detachment"'/> |
| 4176 | <fieldValue name='description' value='52: detachment'/> |
| 4177 | <fieldValue name='url'/> |
| 4178 | <fieldValue name='radius' value='0.1500'/> |
| 4179 | <fieldValue name='displayMode'/> |
| 4180 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4181 | <fieldValue name='transparency' value='0'/> |
| 4182 | <fieldValue name='translation' value='2.34827 -1.55327 -0.20284'/> |
| 4183 | <fieldValue name='textTranslation' value='2.49827 -1.55327 -0.20284'/> |
| 4184 | <fieldValue name='textColor' value='0 0 0'/> |
| 4185 | </ProtoInstance> |
| 4186 | <ProtoInstance name='Vertex'> |
| 4187 | <fieldValue name='vertexText' value='"donate"'/> |
| 4188 | <fieldValue name='description' value='53: donate'/> |
| 4189 | <fieldValue name='url'/> |
| 4190 | <fieldValue name='radius' value='0.1500'/> |
| 4191 | <fieldValue name='displayMode'/> |
| 4192 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4193 | <fieldValue name='transparency' value='0'/> |
| 4194 | <fieldValue name='translation' value='0.09966 -0.16581 -2.34965'/> |
| 4195 | <fieldValue name='textTranslation' value='0.24966 -0.16581 -2.34965'/> |
| 4196 | <fieldValue name='textColor' value='0 0 0'/> |
| 4197 | </ProtoInstance> |
| 4198 | <ProtoInstance name='Vertex'> |
| 4199 | <fieldValue name='vertexText' value='"donations"'/> |
| 4200 | <fieldValue name='description' value='54: donations'/> |
| 4201 | <fieldValue name='url'/> |
| 4202 | <fieldValue name='radius' value='0.1500'/> |
| 4203 | <fieldValue name='displayMode'/> |
| 4204 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4205 | <fieldValue name='transparency' value='0'/> |
| 4206 | <fieldValue name='translation' value='-0.02951 -0.39089 -2.29210'/> |
| 4207 | <fieldValue name='textTranslation' value='0.12049 -0.39089 -2.29210'/> |
| 4208 | <fieldValue name='textColor' value='0 0 0'/> |
| 4209 | </ProtoInstance> |
| 4210 | <ProtoInstance name='Vertex'> |
| 4211 | <fieldValue name='vertexText' value='"dragon"'/> |
| 4212 | <fieldValue name='description' value='55: dragon'/> |
| 4213 | <fieldValue name='url'/> |
| 4214 | <fieldValue name='radius' value='0.1500'/> |
| 4215 | <fieldValue name='displayMode'/> |
| 4216 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4217 | <fieldValue name='transparency' value='0'/> |
| 4218 | <fieldValue name='translation' value='2.01027 -1.57191 -0.82341'/> |
| 4219 | <fieldValue name='textTranslation' value='2.16027 -1.57191 -0.82341'/> |
| 4220 | <fieldValue name='textColor' value='0 0 0'/> |
| 4221 | </ProtoInstance> |
| 4222 | <ProtoInstance name='Vertex'> |
| 4223 | <fieldValue name='vertexText' value='"easier"'/> |
| 4224 | <fieldValue name='description' value='56: easier'/> |
| 4225 | <fieldValue name='url'/> |
| 4226 | <fieldValue name='radius' value='0.1500'/> |
| 4227 | <fieldValue name='displayMode'/> |
| 4228 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 4229 | <fieldValue name='transparency' value='0'/> |
| 4230 | <fieldValue name='translation' value='1.67893 -0.70341 1.42267'/> |
| 4231 | <fieldValue name='textTranslation' value='1.82893 -0.70341 1.42267'/> |
| 4232 | <fieldValue name='textColor' value='0 0 0'/> |
| 4233 | </ProtoInstance> |
| 4234 | <ProtoInstance name='Vertex'> |
| 4235 | <fieldValue name='vertexText' value='"eve"'/> |
| 4236 | <fieldValue name='description' value='57: eve'/> |
| 4237 | <fieldValue name='url'/> |
| 4238 | <fieldValue name='radius' value='0.1500'/> |
| 4239 | <fieldValue name='displayMode'/> |
| 4240 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 4241 | <fieldValue name='transparency' value='0'/> |
| 4242 | <fieldValue name='translation' value='1.32069 -0.48785 -2.14629'/> |
| 4243 | <fieldValue name='textTranslation' value='1.47069 -0.48785 -2.14629'/> |
| 4244 | <fieldValue name='textColor' value='0 0 0'/> |
| 4245 | </ProtoInstance> |
| 4246 | <ProtoInstance name='Vertex'> |
| 4247 | <fieldValue name='vertexText' value='"event"'/> |
| 4248 | <fieldValue name='description' value='58: event'/> |
| 4249 | <fieldValue name='url'/> |
| 4250 | <fieldValue name='radius' value='0.1500'/> |
| 4251 | <fieldValue name='displayMode'/> |
| 4252 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4253 | <fieldValue name='transparency' value='0'/> |
| 4254 | <fieldValue name='translation' value='-0.25395 2.47889 1.83998'/> |
| 4255 | <fieldValue name='textTranslation' value='-0.10395 2.47889 1.83998'/> |
| 4256 | <fieldValue name='textColor' value='0 0 0'/> |
| 4257 | </ProtoInstance> |
| 4258 | <ProtoInstance name='Vertex'> |
| 4259 | <fieldValue name='vertexText' value='"expeditionary"'/> |
| 4260 | <fieldValue name='description' value='59: expeditionary'/> |
| 4261 | <fieldValue name='url'/> |
| 4262 | <fieldValue name='radius' value='0.1500'/> |
| 4263 | <fieldValue name='displayMode'/> |
| 4264 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 4265 | <fieldValue name='transparency' value='0'/> |
| 4266 | <fieldValue name='translation' value='-1.85231 -2.26667 0.67132'/> |
| 4267 | <fieldValue name='textTranslation' value='-1.70231 -2.26667 0.67132'/> |
| 4268 | <fieldValue name='textColor' value='0 0 0'/> |
| 4269 | </ProtoInstance> |
| 4270 | <ProtoInstance name='Vertex'> |
| 4271 | <fieldValue name='vertexText' value='"fell"'/> |
| 4272 | <fieldValue name='description' value='60: fell'/> |
| 4273 | <fieldValue name='url'/> |
| 4274 | <fieldValue name='radius' value='0.1500'/> |
| 4275 | <fieldValue name='displayMode'/> |
| 4276 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4277 | <fieldValue name='transparency' value='0'/> |
| 4278 | <fieldValue name='translation' value='2.30176 -1.73009 -0.41686'/> |
| 4279 | <fieldValue name='textTranslation' value='2.45176 -1.73009 -0.41686'/> |
| 4280 | <fieldValue name='textColor' value='0 0 0'/> |
| 4281 | </ProtoInstance> |
| 4282 | <ProtoInstance name='Vertex'> |
| 4283 | <fieldValue name='vertexText' value='"focus"'/> |
| 4284 | <fieldValue name='description' value='61: focus'/> |
| 4285 | <fieldValue name='url'/> |
| 4286 | <fieldValue name='radius' value='0.1500'/> |
| 4287 | <fieldValue name='displayMode'/> |
| 4288 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4289 | <fieldValue name='transparency' value='0'/> |
| 4290 | <fieldValue name='translation' value='0.61774 2.18261 -1.25807'/> |
| 4291 | <fieldValue name='textTranslation' value='0.76774 2.18261 -1.25807'/> |
| 4292 | <fieldValue name='textColor' value='0 0 0'/> |
| 4293 | </ProtoInstance> |
| 4294 | <ProtoInstance name='Vertex'> |
| 4295 | <fieldValue name='vertexText' value='"folks"'/> |
| 4296 | <fieldValue name='description' value='62: folks'/> |
| 4297 | <fieldValue name='url'/> |
| 4298 | <fieldValue name='radius' value='0.1500'/> |
| 4299 | <fieldValue name='displayMode'/> |
| 4300 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4301 | <fieldValue name='transparency' value='0'/> |
| 4302 | <fieldValue name='translation' value='-0.01930 2.69034 1.69488'/> |
| 4303 | <fieldValue name='textTranslation' value='0.13070 2.69034 1.69488'/> |
| 4304 | <fieldValue name='textColor' value='0 0 0'/> |
| 4305 | </ProtoInstance> |
| 4306 | <ProtoInstance name='Vertex'> |
| 4307 | <fieldValue name='vertexText' value='"food"'/> |
| 4308 | <fieldValue name='description' value='63: food'/> |
| 4309 | <fieldValue name='url'/> |
| 4310 | <fieldValue name='radius' value='0.1500'/> |
| 4311 | <fieldValue name='displayMode'/> |
| 4312 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4313 | <fieldValue name='transparency' value='0'/> |
| 4314 | <fieldValue name='translation' value='0.81505 1.84553 -0.55485'/> |
| 4315 | <fieldValue name='textTranslation' value='0.96505 1.84553 -0.55485'/> |
| 4316 | <fieldValue name='textColor' value='0 0 0'/> |
| 4317 | </ProtoInstance> |
| 4318 | <ProtoInstance name='Vertex'> |
| 4319 | <fieldValue name='vertexText' value='"footer"'/> |
| 4320 | <fieldValue name='description' value='64: footer'/> |
| 4321 | <fieldValue name='url'/> |
| 4322 | <fieldValue name='radius' value='0.1500'/> |
| 4323 | <fieldValue name='displayMode'/> |
| 4324 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
| 4325 | <fieldValue name='transparency' value='0'/> |
| 4326 | <fieldValue name='translation' value='-2.28944 0.87925 1.43587'/> |
| 4327 | <fieldValue name='textTranslation' value='-2.13944 0.87925 1.43587'/> |
| 4328 | <fieldValue name='textColor' value='0 0 0'/> |
| 4329 | </ProtoInstance> |
| 4330 | <ProtoInstance name='Vertex'> |
| 4331 | <fieldValue name='vertexText' value='"force"'/> |
| 4332 | <fieldValue name='description' value='65: force'/> |
| 4333 | <fieldValue name='url'/> |
| 4334 | <fieldValue name='radius' value='0.1500'/> |
| 4335 | <fieldValue name='displayMode'/> |
| 4336 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4337 | <fieldValue name='transparency' value='0'/> |
| 4338 | <fieldValue name='translation' value='1.31519 -1.40330 -0.77445'/> |
| 4339 | <fieldValue name='textTranslation' value='1.46519 -1.40330 -0.77445'/> |
| 4340 | <fieldValue name='textColor' value='0 0 0'/> |
| 4341 | </ProtoInstance> |
| 4342 | <ProtoInstance name='Vertex'> |
| 4343 | <fieldValue name='vertexText' value='"foundation"'/> |
| 4344 | <fieldValue name='description' value='66: foundation'/> |
| 4345 | <fieldValue name='url'/> |
| 4346 | <fieldValue name='radius' value='0.1500'/> |
| 4347 | <fieldValue name='displayMode'/> |
| 4348 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4349 | <fieldValue name='transparency' value='0'/> |
| 4350 | <fieldValue name='translation' value='0.77277 1.79346 -0.96975'/> |
| 4351 | <fieldValue name='textTranslation' value='0.92277 1.79346 -0.96975'/> |
| 4352 | <fieldValue name='textColor' value='0 0 0'/> |
| 4353 | </ProtoInstance> |
| 4354 | <ProtoInstance name='Vertex'> |
| 4355 | <fieldValue name='vertexText' value='"fund"'/> |
| 4356 | <fieldValue name='description' value='67: fund'/> |
| 4357 | <fieldValue name='url'/> |
| 4358 | <fieldValue name='radius' value='0.1500'/> |
| 4359 | <fieldValue name='displayMode'/> |
| 4360 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4361 | <fieldValue name='transparency' value='0'/> |
| 4362 | <fieldValue name='translation' value='1.29515 1.26131 -0.94509'/> |
| 4363 | <fieldValue name='textTranslation' value='1.44515 1.26131 -0.94509'/> |
| 4364 | <fieldValue name='textColor' value='0 0 0'/> |
| 4365 | </ProtoInstance> |
| 4366 | <ProtoInstance name='Vertex'> |
| 4367 | <fieldValue name='vertexText' value='"global"'/> |
| 4368 | <fieldValue name='description' value='68: global'/> |
| 4369 | <fieldValue name='url'/> |
| 4370 | <fieldValue name='radius' value='0.1500'/> |
| 4371 | <fieldValue name='displayMode'/> |
| 4372 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4373 | <fieldValue name='transparency' value='0'/> |
| 4374 | <fieldValue name='translation' value='0.41592 0.32138 -1.47522'/> |
| 4375 | <fieldValue name='textTranslation' value='0.56592 0.32138 -1.47522'/> |
| 4376 | <fieldValue name='textColor' value='0 0 0'/> |
| 4377 | </ProtoInstance> |
| 4378 | <ProtoInstance name='Vertex'> |
| 4379 | <fieldValue name='vertexText' value='"goal"'/> |
| 4380 | <fieldValue name='description' value='69: goal'/> |
| 4381 | <fieldValue name='url'/> |
| 4382 | <fieldValue name='radius' value='0.1500'/> |
| 4383 | <fieldValue name='displayMode'/> |
| 4384 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4385 | <fieldValue name='transparency' value='0'/> |
| 4386 | <fieldValue name='translation' value='0.61783 2.18261 -1.25806'/> |
| 4387 | <fieldValue name='textTranslation' value='0.76783 2.18261 -1.25806'/> |
| 4388 | <fieldValue name='textColor' value='0 0 0'/> |
| 4389 | </ProtoInstance> |
| 4390 | <ProtoInstance name='Vertex'> |
| 4391 | <fieldValue name='vertexText' value='"governments"'/> |
| 4392 | <fieldValue name='description' value='70: governments'/> |
| 4393 | <fieldValue name='url'/> |
| 4394 | <fieldValue name='radius' value='0.1500'/> |
| 4395 | <fieldValue name='displayMode'/> |
| 4396 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4397 | <fieldValue name='transparency' value='0'/> |
| 4398 | <fieldValue name='translation' value='0.51059 -0.34463 -2.42594'/> |
| 4399 | <fieldValue name='textTranslation' value='0.66059 -0.34463 -2.42594'/> |
| 4400 | <fieldValue name='textColor' value='0 0 0'/> |
| 4401 | </ProtoInstance> |
| 4402 | <ProtoInstance name='Vertex'> |
| 4403 | <fieldValue name='vertexText' value='"ground"'/> |
| 4404 | <fieldValue name='description' value='71: ground'/> |
| 4405 | <fieldValue name='url'/> |
| 4406 | <fieldValue name='radius' value='0.1500'/> |
| 4407 | <fieldValue name='displayMode'/> |
| 4408 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4409 | <fieldValue name='transparency' value='0'/> |
| 4410 | <fieldValue name='translation' value='-0.75009 2.19012 1.95397'/> |
| 4411 | <fieldValue name='textTranslation' value='-0.60009 2.19012 1.95397'/> |
| 4412 | <fieldValue name='textColor' value='0 0 0'/> |
| 4413 | </ProtoInstance> |
| 4414 | <ProtoInstance name='Vertex'> |
| 4415 | <fieldValue name='vertexText' value='"guard"'/> |
| 4416 | <fieldValue name='description' value='72: guard'/> |
| 4417 | <fieldValue name='url'/> |
| 4418 | <fieldValue name='radius' value='0.1500'/> |
| 4419 | <fieldValue name='displayMode'/> |
| 4420 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4421 | <fieldValue name='transparency' value='0'/> |
| 4422 | <fieldValue name='translation' value='0.54825 -2.73656 -0.39973'/> |
| 4423 | <fieldValue name='textTranslation' value='0.69825 -2.73656 -0.39973'/> |
| 4424 | <fieldValue name='textColor' value='0 0 0'/> |
| 4425 | </ProtoInstance> |
| 4426 | <ProtoInstance name='Vertex'> |
| 4427 | <fieldValue name='vertexText' value='"guards"'/> |
| 4428 | <fieldValue name='description' value='73: guards'/> |
| 4429 | <fieldValue name='url'/> |
| 4430 | <fieldValue name='radius' value='0.1500'/> |
| 4431 | <fieldValue name='displayMode'/> |
| 4432 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4433 | <fieldValue name='transparency' value='0'/> |
| 4434 | <fieldValue name='translation' value='0.54829 -2.73655 -0.39955'/> |
| 4435 | <fieldValue name='textTranslation' value='0.69829 -2.73655 -0.39955'/> |
| 4436 | <fieldValue name='textColor' value='0 0 0'/> |
| 4437 | </ProtoInstance> |
| 4438 | <ProtoInstance name='Vertex'> |
| 4439 | <fieldValue name='vertexText' value='"guardsmen"'/> |
| 4440 | <fieldValue name='description' value='74: guardsmen'/> |
| 4441 | <fieldValue name='url'/> |
| 4442 | <fieldValue name='radius' value='0.1500'/> |
| 4443 | <fieldValue name='displayMode'/> |
| 4444 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4445 | <fieldValue name='transparency' value='0'/> |
| 4446 | <fieldValue name='translation' value='0.45593 -2.69264 0.14711'/> |
| 4447 | <fieldValue name='textTranslation' value='0.60593 -2.69264 0.14711'/> |
| 4448 | <fieldValue name='textColor' value='0 0 0'/> |
| 4449 | </ProtoInstance> |
| 4450 | <ProtoInstance name='Vertex'> |
| 4451 | <fieldValue name='vertexText' value='"happening"'/> |
| 4452 | <fieldValue name='description' value='75: happening'/> |
| 4453 | <fieldValue name='url'/> |
| 4454 | <fieldValue name='radius' value='0.1500'/> |
| 4455 | <fieldValue name='displayMode'/> |
| 4456 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4457 | <fieldValue name='transparency' value='0'/> |
| 4458 | <fieldValue name='translation' value='-0.69168 2.30268 1.89270'/> |
| 4459 | <fieldValue name='textTranslation' value='-0.54168 2.30268 1.89270'/> |
| 4460 | <fieldValue name='textColor' value='0 0 0'/> |
| 4461 | </ProtoInstance> |
| 4462 | <ProtoInstance name='Vertex'> |
| 4463 | <fieldValue name='vertexText' value='"health"'/> |
| 4464 | <fieldValue name='description' value='76: health'/> |
| 4465 | <fieldValue name='url'/> |
| 4466 | <fieldValue name='radius' value='0.1500'/> |
| 4467 | <fieldValue name='displayMode'/> |
| 4468 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4469 | <fieldValue name='transparency' value='0'/> |
| 4470 | <fieldValue name='translation' value='0.27097 1.78456 -0.67051'/> |
| 4471 | <fieldValue name='textTranslation' value='0.42097 1.78456 -0.67051'/> |
| 4472 | <fieldValue name='textColor' value='0 0 0'/> |
| 4473 | </ProtoInstance> |
| 4474 | <ProtoInstance name='Vertex'> |
| 4475 | <fieldValue name='vertexText' value='"hercules"'/> |
| 4476 | <fieldValue name='description' value='77: hercules'/> |
| 4477 | <fieldValue name='url'/> |
| 4478 | <fieldValue name='radius' value='0.1500'/> |
| 4479 | <fieldValue name='displayMode'/> |
| 4480 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 4481 | <fieldValue name='transparency' value='0'/> |
| 4482 | <fieldValue name='translation' value='0.57180 -1.33102 0.32412'/> |
| 4483 | <fieldValue name='textTranslation' value='0.72180 -1.33102 0.32412'/> |
| 4484 | <fieldValue name='textColor' value='0 0 0'/> |
| 4485 | </ProtoInstance> |
| 4486 | <ProtoInstance name='Vertex'> |
| 4487 | <fieldValue name='vertexText' value='"history"'/> |
| 4488 | <fieldValue name='description' value='78: history'/> |
| 4489 | <fieldValue name='url'/> |
| 4490 | <fieldValue name='radius' value='0.1500'/> |
| 4491 | <fieldValue name='displayMode'/> |
| 4492 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4493 | <fieldValue name='transparency' value='0'/> |
| 4494 | <fieldValue name='translation' value='2.34827 -1.55327 -0.20284'/> |
| 4495 | <fieldValue name='textTranslation' value='2.49827 -1.55327 -0.20284'/> |
| 4496 | <fieldValue name='textColor' value='0 0 0'/> |
| 4497 | </ProtoInstance> |
| 4498 | <ProtoInstance name='Vertex'> |
| 4499 | <fieldValue name='vertexText' value='"holds"'/> |
| 4500 | <fieldValue name='description' value='79: holds'/> |
| 4501 | <fieldValue name='url'/> |
| 4502 | <fieldValue name='radius' value='0.1500'/> |
| 4503 | <fieldValue name='displayMode'/> |
| 4504 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4505 | <fieldValue name='transparency' value='0'/> |
| 4506 | <fieldValue name='translation' value='2.47810 -1.30566 -0.50802'/> |
| 4507 | <fieldValue name='textTranslation' value='2.62810 -1.30566 -0.50802'/> |
| 4508 | <fieldValue name='textColor' value='0 0 0'/> |
| 4509 | </ProtoInstance> |
| 4510 | <ProtoInstance name='Vertex'> |
| 4511 | <fieldValue name='vertexText' value='"homestead"'/> |
| 4512 | <fieldValue name='description' value='80: homestead'/> |
| 4513 | <fieldValue name='url'/> |
| 4514 | <fieldValue name='radius' value='0.1500'/> |
| 4515 | <fieldValue name='displayMode'/> |
| 4516 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4517 | <fieldValue name='transparency' value='0'/> |
| 4518 | <fieldValue name='translation' value='0.59954 -2.15119 -0.15526'/> |
| 4519 | <fieldValue name='textTranslation' value='0.74954 -2.15119 -0.15526'/> |
| 4520 | <fieldValue name='textColor' value='0 0 0'/> |
| 4521 | </ProtoInstance> |
| 4522 | <ProtoInstance name='Vertex'> |
| 4523 | <fieldValue name='vertexText' value='"hope"'/> |
| 4524 | <fieldValue name='description' value='81: hope'/> |
| 4525 | <fieldValue name='url'/> |
| 4526 | <fieldValue name='radius' value='0.1500'/> |
| 4527 | <fieldValue name='displayMode'/> |
| 4528 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4529 | <fieldValue name='transparency' value='0'/> |
| 4530 | <fieldValue name='translation' value='-0.26712 1.58225 2.37852'/> |
| 4531 | <fieldValue name='textTranslation' value='-0.11712 1.58225 2.37852'/> |
| 4532 | <fieldValue name='textColor' value='0 0 0'/> |
| 4533 | </ProtoInstance> |
| 4534 | <ProtoInstance name='Vertex'> |
| 4535 | <fieldValue name='vertexText' value='"hosted"'/> |
| 4536 | <fieldValue name='description' value='82: hosted'/> |
| 4537 | <fieldValue name='url'/> |
| 4538 | <fieldValue name='radius' value='0.1500'/> |
| 4539 | <fieldValue name='displayMode'/> |
| 4540 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4541 | <fieldValue name='transparency' value='0'/> |
| 4542 | <fieldValue name='translation' value='0.29154 2.50819 1.86573'/> |
| 4543 | <fieldValue name='textTranslation' value='0.44154 2.50819 1.86573'/> |
| 4544 | <fieldValue name='textColor' value='0 0 0'/> |
| 4545 | </ProtoInstance> |
| 4546 | <ProtoInstance name='Vertex'> |
| 4547 | <fieldValue name='vertexText' value='"hr"'/> |
| 4548 | <fieldValue name='description' value='83: hr'/> |
| 4549 | <fieldValue name='url'/> |
| 4550 | <fieldValue name='radius' value='0.1500'/> |
| 4551 | <fieldValue name='displayMode'/> |
| 4552 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 4553 | <fieldValue name='transparency' value='0'/> |
| 4554 | <fieldValue name='translation' value='1.69655 -0.65902 1.36312'/> |
| 4555 | <fieldValue name='textTranslation' value='1.84655 -0.65902 1.36312'/> |
| 4556 | <fieldValue name='textColor' value='0 0 0'/> |
| 4557 | </ProtoInstance> |
| 4558 | <ProtoInstance name='Vertex'> |
| 4559 | <fieldValue name='vertexText' value='"hub"'/> |
| 4560 | <fieldValue name='description' value='84: hub'/> |
| 4561 | <fieldValue name='url'/> |
| 4562 | <fieldValue name='radius' value='0.1500'/> |
| 4563 | <fieldValue name='displayMode'/> |
| 4564 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4565 | <fieldValue name='transparency' value='0'/> |
| 4566 | <fieldValue name='translation' value='0.10897 -2.44199 0.28442'/> |
| 4567 | <fieldValue name='textTranslation' value='0.25897 -2.44199 0.28442'/> |
| 4568 | <fieldValue name='textColor' value='0 0 0'/> |
| 4569 | </ProtoInstance> |
| 4570 | <ProtoInstance name='Vertex'> |
| 4571 | <fieldValue name='vertexText' value='"humanitarian"'/> |
| 4572 | <fieldValue name='description' value='85: humanitarian'/> |
| 4573 | <fieldValue name='url'/> |
| 4574 | <fieldValue name='radius' value='0.1500'/> |
| 4575 | <fieldValue name='displayMode'/> |
| 4576 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4577 | <fieldValue name='transparency' value='0'/> |
| 4578 | <fieldValue name='translation' value='0.61535 -0.60804 -2.75471'/> |
| 4579 | <fieldValue name='textTranslation' value='0.76535 -0.60804 -2.75471'/> |
| 4580 | <fieldValue name='textColor' value='0 0 0'/> |
| 4581 | </ProtoInstance> |
| 4582 | <ProtoInstance name='Vertex'> |
| 4583 | <fieldValue name='vertexText' value='"hunt"'/> |
| 4584 | <fieldValue name='description' value='86: hunt'/> |
| 4585 | <fieldValue name='url'/> |
| 4586 | <fieldValue name='radius' value='0.1500'/> |
| 4587 | <fieldValue name='displayMode'/> |
| 4588 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4589 | <fieldValue name='transparency' value='0'/> |
| 4590 | <fieldValue name='translation' value='-0.32577 -2.26121 -0.79784'/> |
| 4591 | <fieldValue name='textTranslation' value='-0.17577 -2.26121 -0.79784'/> |
| 4592 | <fieldValue name='textColor' value='0 0 0'/> |
| 4593 | </ProtoInstance> |
| 4594 | <ProtoInstance name='Vertex'> |
| 4595 | <fieldValue name='vertexText' value='"imagery"'/> |
| 4596 | <fieldValue name='description' value='87: imagery'/> |
| 4597 | <fieldValue name='url'/> |
| 4598 | <fieldValue name='radius' value='0.1500'/> |
| 4599 | <fieldValue name='displayMode'/> |
| 4600 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4601 | <fieldValue name='transparency' value='0'/> |
| 4602 | <fieldValue name='translation' value='0.26976 -0.65027 -2.41457'/> |
| 4603 | <fieldValue name='textTranslation' value='0.41976 -0.65027 -2.41457'/> |
| 4604 | <fieldValue name='textColor' value='0 0 0'/> |
| 4605 | </ProtoInstance> |
| 4606 | <ProtoInstance name='Vertex'> |
| 4607 | <fieldValue name='vertexText' value='"impact"'/> |
| 4608 | <fieldValue name='description' value='88: impact'/> |
| 4609 | <fieldValue name='url'/> |
| 4610 | <fieldValue name='radius' value='0.1500'/> |
| 4611 | <fieldValue name='displayMode'/> |
| 4612 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4613 | <fieldValue name='transparency' value='0'/> |
| 4614 | <fieldValue name='translation' value='0.35208 1.28114 -1.27203'/> |
| 4615 | <fieldValue name='textTranslation' value='0.50208 1.28114 -1.27203'/> |
| 4616 | <fieldValue name='textColor' value='0 0 0'/> |
| 4617 | </ProtoInstance> |
| 4618 | <ProtoInstance name='Vertex'> |
| 4619 | <fieldValue name='vertexText' value='"individuals"'/> |
| 4620 | <fieldValue name='description' value='89: individuals'/> |
| 4621 | <fieldValue name='url'/> |
| 4622 | <fieldValue name='radius' value='0.1500'/> |
| 4623 | <fieldValue name='displayMode'/> |
| 4624 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4625 | <fieldValue name='transparency' value='0'/> |
| 4626 | <fieldValue name='translation' value='0.65665 -0.02235 -2.69929'/> |
| 4627 | <fieldValue name='textTranslation' value='0.80665 -0.02235 -2.69929'/> |
| 4628 | <fieldValue name='textColor' value='0 0 0'/> |
| 4629 | </ProtoInstance> |
| 4630 | <ProtoInstance name='Vertex'> |
| 4631 | <fieldValue name='vertexText' value='"info"'/> |
| 4632 | <fieldValue name='description' value='90: info'/> |
| 4633 | <fieldValue name='url'/> |
| 4634 | <fieldValue name='radius' value='0.1500'/> |
| 4635 | <fieldValue name='displayMode'/> |
| 4636 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
| 4637 | <fieldValue name='transparency' value='0'/> |
| 4638 | <fieldValue name='translation' value='0.14669 -1.66488 2.66691'/> |
| 4639 | <fieldValue name='textTranslation' value='0.29669 -1.66488 2.66691'/> |
| 4640 | <fieldValue name='textColor' value='0 0 0'/> |
| 4641 | </ProtoInstance> |
| 4642 | <ProtoInstance name='Vertex'> |
| 4643 | <fieldValue name='vertexText' value='"information"'/> |
| 4644 | <fieldValue name='description' value='91: information'/> |
| 4645 | <fieldValue name='url'/> |
| 4646 | <fieldValue name='radius' value='0.1500'/> |
| 4647 | <fieldValue name='displayMode'/> |
| 4648 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4649 | <fieldValue name='transparency' value='0'/> |
| 4650 | <fieldValue name='translation' value='-0.64695 2.35668 1.86244'/> |
| 4651 | <fieldValue name='textTranslation' value='-0.49695 2.35668 1.86244'/> |
| 4652 | <fieldValue name='textColor' value='0 0 0'/> |
| 4653 | </ProtoInstance> |
| 4654 | <ProtoInstance name='Vertex'> |
| 4655 | <fieldValue name='vertexText' value='"international"'/> |
| 4656 | <fieldValue name='description' value='92: international'/> |
| 4657 | <fieldValue name='url'/> |
| 4658 | <fieldValue name='radius' value='0.1500'/> |
| 4659 | <fieldValue name='displayMode'/> |
| 4660 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4661 | <fieldValue name='transparency' value='0'/> |
| 4662 | <fieldValue name='translation' value='2.05931 -2.03071 -0.50201'/> |
| 4663 | <fieldValue name='textTranslation' value='2.20931 -2.03071 -0.50201'/> |
| 4664 | <fieldValue name='textColor' value='0 0 0'/> |
| 4665 | </ProtoInstance> |
| 4666 | <ProtoInstance name='Vertex'> |
| 4667 | <fieldValue name='vertexText' value='"involved"'/> |
| 4668 | <fieldValue name='description' value='93: involved'/> |
| 4669 | <fieldValue name='url'/> |
| 4670 | <fieldValue name='radius' value='0.1500'/> |
| 4671 | <fieldValue name='displayMode'/> |
| 4672 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4673 | <fieldValue name='transparency' value='0'/> |
| 4674 | <fieldValue name='translation' value='0.37792 2.16553 2.14105'/> |
| 4675 | <fieldValue name='textTranslation' value='0.52792 2.16553 2.14105'/> |
| 4676 | <fieldValue name='textColor' value='0 0 0'/> |
| 4677 | </ProtoInstance> |
| 4678 | <ProtoInstance name='Vertex'> |
| 4679 | <fieldValue name='vertexText' value='"issued"'/> |
| 4680 | <fieldValue name='description' value='94: issued'/> |
| 4681 | <fieldValue name='url'/> |
| 4682 | <fieldValue name='radius' value='0.1500'/> |
| 4683 | <fieldValue name='displayMode'/> |
| 4684 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4685 | <fieldValue name='transparency' value='0'/> |
| 4686 | <fieldValue name='translation' value='0.14731 0.14355 -2.67666'/> |
| 4687 | <fieldValue name='textTranslation' value='0.29731 0.14355 -2.67666'/> |
| 4688 | <fieldValue name='textColor' value='0 0 0'/> |
| 4689 | </ProtoInstance> |
| 4690 | <ProtoInstance name='Vertex'> |
| 4691 | <fieldValue name='vertexText' value='"jay"'/> |
| 4692 | <fieldValue name='description' value='95: jay'/> |
| 4693 | <fieldValue name='url'/> |
| 4694 | <fieldValue name='radius' value='0.1500'/> |
| 4695 | <fieldValue name='displayMode'/> |
| 4696 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4697 | <fieldValue name='transparency' value='0'/> |
| 4698 | <fieldValue name='translation' value='2.39295 -1.54985 -0.78088'/> |
| 4699 | <fieldValue name='textTranslation' value='2.54295 -1.54985 -0.78088'/> |
| 4700 | <fieldValue name='textColor' value='0 0 0'/> |
| 4701 | </ProtoInstance> |
| 4702 | <ProtoInstance name='Vertex'> |
| 4703 | <fieldValue name='vertexText' value='"jobs"'/> |
| 4704 | <fieldValue name='description' value='96: jobs'/> |
| 4705 | <fieldValue name='url'/> |
| 4706 | <fieldValue name='radius' value='0.1500'/> |
| 4707 | <fieldValue name='displayMode'/> |
| 4708 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
| 4709 | <fieldValue name='transparency' value='0'/> |
| 4710 | <fieldValue name='translation' value='-2.09009 0.57756 1.83115'/> |
| 4711 | <fieldValue name='textTranslation' value='-1.94009 0.57756 1.83115'/> |
| 4712 | <fieldValue name='textColor' value='0 0 0'/> |
| 4713 | </ProtoInstance> |
| 4714 | <ProtoInstance name='Vertex'> |
| 4715 | <fieldValue name='vertexText' value='"john"'/> |
| 4716 | <fieldValue name='description' value='97: john'/> |
| 4717 | <fieldValue name='url'/> |
| 4718 | <fieldValue name='radius' value='0.1500'/> |
| 4719 | <fieldValue name='displayMode'/> |
| 4720 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4721 | <fieldValue name='transparency' value='0'/> |
| 4722 | <fieldValue name='translation' value='2.06502 -1.46614 -0.75494'/> |
| 4723 | <fieldValue name='textTranslation' value='2.21502 -1.46614 -0.75494'/> |
| 4724 | <fieldValue name='textColor' value='0 0 0'/> |
| 4725 | </ProtoInstance> |
| 4726 | <ProtoInstance name='Vertex'> |
| 4727 | <fieldValue name='vertexText' value='"laura"'/> |
| 4728 | <fieldValue name='description' value='98: laura'/> |
| 4729 | <fieldValue name='url'/> |
| 4730 | <fieldValue name='radius' value='0.1500'/> |
| 4731 | <fieldValue name='displayMode'/> |
| 4732 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 4733 | <fieldValue name='transparency' value='0'/> |
| 4734 | <fieldValue name='translation' value='2.75348 0.99748 -0.94201'/> |
| 4735 | <fieldValue name='textTranslation' value='2.90348 0.99748 -0.94201'/> |
| 4736 | <fieldValue name='textColor' value='0 0 0'/> |
| 4737 | </ProtoInstance> |
| 4738 | <ProtoInstance name='Vertex'> |
| 4739 | <fieldValue name='vertexText' value='"learn"'/> |
| 4740 | <fieldValue name='description' value='99: learn'/> |
| 4741 | <fieldValue name='url'/> |
| 4742 | <fieldValue name='radius' value='0.1500'/> |
| 4743 | <fieldValue name='displayMode'/> |
| 4744 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4745 | <fieldValue name='transparency' value='0'/> |
| 4746 | <fieldValue name='translation' value='-0.36160 2.05359 2.21080'/> |
| 4747 | <fieldValue name='textTranslation' value='-0.21160 2.05359 2.21080'/> |
| 4748 | <fieldValue name='textColor' value='0 0 0'/> |
| 4749 | </ProtoInstance> |
| 4750 | <ProtoInstance name='Vertex'> |
| 4751 | <fieldValue name='vertexText' value='"lineup"'/> |
| 4752 | <fieldValue name='description' value='100: lineup'/> |
| 4753 | <fieldValue name='url'/> |
| 4754 | <fieldValue name='radius' value='0.1500'/> |
| 4755 | <fieldValue name='displayMode'/> |
| 4756 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4757 | <fieldValue name='transparency' value='0'/> |
| 4758 | <fieldValue name='translation' value='1.03354 2.24473 -0.83308'/> |
| 4759 | <fieldValue name='textTranslation' value='1.18354 2.24473 -0.83308'/> |
| 4760 | <fieldValue name='textColor' value='0 0 0'/> |
| 4761 | </ProtoInstance> |
| 4762 | <ProtoInstance name='Vertex'> |
| 4763 | <fieldValue name='vertexText' value='"links"'/> |
| 4764 | <fieldValue name='description' value='101: links'/> |
| 4765 | <fieldValue name='url'/> |
| 4766 | <fieldValue name='radius' value='0.1500'/> |
| 4767 | <fieldValue name='displayMode'/> |
| 4768 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4769 | <fieldValue name='transparency' value='0'/> |
| 4770 | <fieldValue name='translation' value='0.25706 -2.39017 -0.57154'/> |
| 4771 | <fieldValue name='textTranslation' value='0.40706 -2.39017 -0.57154'/> |
| 4772 | <fieldValue name='textColor' value='0 0 0'/> |
| 4773 | </ProtoInstance> |
| 4774 | <ProtoInstance name='Vertex'> |
| 4775 | <fieldValue name='vertexText' value='"lists"'/> |
| 4776 | <fieldValue name='description' value='102: lists'/> |
| 4777 | <fieldValue name='url'/> |
| 4778 | <fieldValue name='radius' value='0.1500'/> |
| 4779 | <fieldValue name='displayMode'/> |
| 4780 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4781 | <fieldValue name='transparency' value='0'/> |
| 4782 | <fieldValue name='translation' value='-0.81309 1.97458 2.02357'/> |
| 4783 | <fieldValue name='textTranslation' value='-0.66309 1.97458 2.02357'/> |
| 4784 | <fieldValue name='textColor' value='0 0 0'/> |
| 4785 | </ProtoInstance> |
| 4786 | <ProtoInstance name='Vertex'> |
| 4787 | <fieldValue name='vertexText' value='"live"'/> |
| 4788 | <fieldValue name='description' value='103: live'/> |
| 4789 | <fieldValue name='url'/> |
| 4790 | <fieldValue name='radius' value='0.1500'/> |
| 4791 | <fieldValue name='displayMode'/> |
| 4792 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 4793 | <fieldValue name='transparency' value='0'/> |
| 4794 | <fieldValue name='translation' value='0.17748 1.91038 2.34494'/> |
| 4795 | <fieldValue name='textTranslation' value='0.32748 1.91038 2.34494'/> |
| 4796 | <fieldValue name='textColor' value='0 0 0'/> |
| 4797 | </ProtoInstance> |
| 4798 | <ProtoInstance name='Vertex'> |
| 4799 | <fieldValue name='vertexText' value='"loading"'/> |
| 4800 | <fieldValue name='description' value='104: loading'/> |
| 4801 | <fieldValue name='url'/> |
| 4802 | <fieldValue name='radius' value='0.1500'/> |
| 4803 | <fieldValue name='displayMode'/> |
| 4804 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4805 | <fieldValue name='transparency' value='0'/> |
| 4806 | <fieldValue name='translation' value='-0.08218 -2.69454 -0.41230'/> |
| 4807 | <fieldValue name='textTranslation' value='0.06782 -2.69454 -0.41230'/> |
| 4808 | <fieldValue name='textColor' value='0 0 0'/> |
| 4809 | </ProtoInstance> |
| 4810 | <ProtoInstance name='Vertex'> |
| 4811 | <fieldValue name='vertexText' value='"logistics"'/> |
| 4812 | <fieldValue name='description' value='105: logistics'/> |
| 4813 | <fieldValue name='url'/> |
| 4814 | <fieldValue name='radius' value='0.1500'/> |
| 4815 | <fieldValue name='displayMode'/> |
| 4816 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4817 | <fieldValue name='transparency' value='0'/> |
| 4818 | <fieldValue name='translation' value='1.68673 -1.08388 -0.28609'/> |
| 4819 | <fieldValue name='textTranslation' value='1.83673 -1.08388 -0.28609'/> |
| 4820 | <fieldValue name='textColor' value='0 0 0'/> |
| 4821 | </ProtoInstance> |
| 4822 | <ProtoInstance name='Vertex'> |
| 4823 | <fieldValue name='vertexText' value='"making"'/> |
| 4824 | <fieldValue name='description' value='106: making'/> |
| 4825 | <fieldValue name='url'/> |
| 4826 | <fieldValue name='radius' value='0.1500'/> |
| 4827 | <fieldValue name='displayMode'/> |
| 4828 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 4829 | <fieldValue name='transparency' value='0'/> |
| 4830 | <fieldValue name='translation' value='1.67893 -0.70341 1.42267'/> |
| 4831 | <fieldValue name='textTranslation' value='1.82893 -0.70341 1.42267'/> |
| 4832 | <fieldValue name='textColor' value='0 0 0'/> |
| 4833 | </ProtoInstance> |
| 4834 | <ProtoInstance name='Vertex'> |
| 4835 | <fieldValue name='vertexText' value='"marine"'/> |
| 4836 | <fieldValue name='description' value='107: marine'/> |
| 4837 | <fieldValue name='url'/> |
| 4838 | <fieldValue name='radius' value='0.1500'/> |
| 4839 | <fieldValue name='displayMode'/> |
| 4840 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 4841 | <fieldValue name='transparency' value='0'/> |
| 4842 | <fieldValue name='translation' value='-2.03944 -2.04240 0.88490'/> |
| 4843 | <fieldValue name='textTranslation' value='-1.88944 -2.04240 0.88490'/> |
| 4844 | <fieldValue name='textColor' value='0 0 0'/> |
| 4845 | </ProtoInstance> |
| 4846 | <ProtoInstance name='Vertex'> |
| 4847 | <fieldValue name='vertexText' value='"marines"'/> |
| 4848 | <fieldValue name='description' value='108: marines'/> |
| 4849 | <fieldValue name='url'/> |
| 4850 | <fieldValue name='radius' value='0.1500'/> |
| 4851 | <fieldValue name='displayMode'/> |
| 4852 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 4853 | <fieldValue name='transparency' value='0'/> |
| 4854 | <fieldValue name='translation' value='-2.22174 -1.93859 0.45087'/> |
| 4855 | <fieldValue name='textTranslation' value='-2.07174 -1.93859 0.45087'/> |
| 4856 | <fieldValue name='textColor' value='0 0 0'/> |
| 4857 | </ProtoInstance> |
| 4858 | <ProtoInstance name='Vertex'> |
| 4859 | <fieldValue name='vertexText' value='"mass"'/> |
| 4860 | <fieldValue name='description' value='109: mass'/> |
| 4861 | <fieldValue name='url'/> |
| 4862 | <fieldValue name='radius' value='0.1500'/> |
| 4863 | <fieldValue name='displayMode'/> |
| 4864 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 4865 | <fieldValue name='transparency' value='0'/> |
| 4866 | <fieldValue name='translation' value='2.09243 0.18834 -1.39502'/> |
| 4867 | <fieldValue name='textTranslation' value='2.24243 0.18834 -1.39502'/> |
| 4868 | <fieldValue name='textColor' value='0 0 0'/> |
| 4869 | </ProtoInstance> |
| 4870 | <ProtoInstance name='Vertex'> |
| 4871 | <fieldValue name='vertexText' value='"massively"'/> |
| 4872 | <fieldValue name='description' value='110: massively'/> |
| 4873 | <fieldValue name='url'/> |
| 4874 | <fieldValue name='radius' value='0.1500'/> |
| 4875 | <fieldValue name='displayMode'/> |
| 4876 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4877 | <fieldValue name='transparency' value='0'/> |
| 4878 | <fieldValue name='translation' value='0.59229 -0.63626 -2.75381'/> |
| 4879 | <fieldValue name='textTranslation' value='0.74229 -0.63626 -2.75381'/> |
| 4880 | <fieldValue name='textColor' value='0 0 0'/> |
| 4881 | </ProtoInstance> |
| 4882 | <ProtoInstance name='Vertex'> |
| 4883 | <fieldValue name='vertexText' value='"master"'/> |
| 4884 | <fieldValue name='description' value='111: master'/> |
| 4885 | <fieldValue name='url'/> |
| 4886 | <fieldValue name='radius' value='0.1500'/> |
| 4887 | <fieldValue name='displayMode'/> |
| 4888 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 4889 | <fieldValue name='transparency' value='0'/> |
| 4890 | <fieldValue name='translation' value='1.94576 -0.95317 -1.30889'/> |
| 4891 | <fieldValue name='textTranslation' value='2.09576 -0.95317 -1.30889'/> |
| 4892 | <fieldValue name='textColor' value='0 0 0'/> |
| 4893 | </ProtoInstance> |
| 4894 | <ProtoInstance name='Vertex'> |
| 4895 | <fieldValue name='vertexText' value='"meaningful"'/> |
| 4896 | <fieldValue name='description' value='112: meaningful'/> |
| 4897 | <fieldValue name='url'/> |
| 4898 | <fieldValue name='radius' value='0.1500'/> |
| 4899 | <fieldValue name='displayMode'/> |
| 4900 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4901 | <fieldValue name='transparency' value='0'/> |
| 4902 | <fieldValue name='translation' value='0.01768 -0.52248 -2.32502'/> |
| 4903 | <fieldValue name='textTranslation' value='0.16768 -0.52248 -2.32502'/> |
| 4904 | <fieldValue name='textColor' value='0 0 0'/> |
| 4905 | </ProtoInstance> |
| 4906 | <ProtoInstance name='Vertex'> |
| 4907 | <fieldValue name='vertexText' value='"mil"'/> |
| 4908 | <fieldValue name='description' value='113: mil'/> |
| 4909 | <fieldValue name='url'/> |
| 4910 | <fieldValue name='radius' value='0.1500'/> |
| 4911 | <fieldValue name='displayMode'/> |
| 4912 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4913 | <fieldValue name='transparency' value='0'/> |
| 4914 | <fieldValue name='translation' value='0.21446 -2.75222 -0.68606'/> |
| 4915 | <fieldValue name='textTranslation' value='0.36446 -2.75222 -0.68606'/> |
| 4916 | <fieldValue name='textColor' value='0 0 0'/> |
| 4917 | </ProtoInstance> |
| 4918 | <ProtoInstance name='Vertex'> |
| 4919 | <fieldValue name='vertexText' value='"moved"'/> |
| 4920 | <fieldValue name='description' value='114: moved'/> |
| 4921 | <fieldValue name='url'/> |
| 4922 | <fieldValue name='radius' value='0.1500'/> |
| 4923 | <fieldValue name='displayMode'/> |
| 4924 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4925 | <fieldValue name='transparency' value='0'/> |
| 4926 | <fieldValue name='translation' value='2.27399 -1.77190 -0.90477'/> |
| 4927 | <fieldValue name='textTranslation' value='2.42399 -1.77190 -0.90477'/> |
| 4928 | <fieldValue name='textColor' value='0 0 0'/> |
| 4929 | </ProtoInstance> |
| 4930 | <ProtoInstance name='Vertex'> |
| 4931 | <fieldValue name='vertexText' value='"national"'/> |
| 4932 | <fieldValue name='description' value='115: national'/> |
| 4933 | <fieldValue name='url'/> |
| 4934 | <fieldValue name='radius' value='0.1500'/> |
| 4935 | <fieldValue name='displayMode'/> |
| 4936 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4937 | <fieldValue name='transparency' value='0'/> |
| 4938 | <fieldValue name='translation' value='0.50663 -2.20134 -0.42056'/> |
| 4939 | <fieldValue name='textTranslation' value='0.65663 -2.20134 -0.42056'/> |
| 4940 | <fieldValue name='textColor' value='0 0 0'/> |
| 4941 | </ProtoInstance> |
| 4942 | <ProtoInstance name='Vertex'> |
| 4943 | <fieldValue name='vertexText' value='"nations"'/> |
| 4944 | <fieldValue name='description' value='116: nations'/> |
| 4945 | <fieldValue name='url'/> |
| 4946 | <fieldValue name='radius' value='0.1500'/> |
| 4947 | <fieldValue name='displayMode'/> |
| 4948 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 4949 | <fieldValue name='transparency' value='0'/> |
| 4950 | <fieldValue name='translation' value='0.90512 1.75911 -0.66345'/> |
| 4951 | <fieldValue name='textTranslation' value='1.05512 1.75911 -0.66345'/> |
| 4952 | <fieldValue name='textColor' value='0 0 0'/> |
| 4953 | </ProtoInstance> |
| 4954 | <ProtoInstance name='Vertex'> |
| 4955 | <fieldValue name='vertexText' value='"office"'/> |
| 4956 | <fieldValue name='description' value='117: office'/> |
| 4957 | <fieldValue name='url'/> |
| 4958 | <fieldValue name='radius' value='0.1500'/> |
| 4959 | <fieldValue name='displayMode'/> |
| 4960 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 4961 | <fieldValue name='transparency' value='0'/> |
| 4962 | <fieldValue name='translation' value='1.55583 -0.64639 1.12211'/> |
| 4963 | <fieldValue name='textTranslation' value='1.70583 -0.64639 1.12211'/> |
| 4964 | <fieldValue name='textColor' value='0 0 0'/> |
| 4965 | </ProtoInstance> |
| 4966 | <ProtoInstance name='Vertex'> |
| 4967 | <fieldValue name='vertexText' value='"ohio"'/> |
| 4968 | <fieldValue name='description' value='118: ohio'/> |
| 4969 | <fieldValue name='url'/> |
| 4970 | <fieldValue name='radius' value='0.1500'/> |
| 4971 | <fieldValue name='displayMode'/> |
| 4972 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4973 | <fieldValue name='transparency' value='0'/> |
| 4974 | <fieldValue name='translation' value='-0.01704 -2.26490 -0.29801'/> |
| 4975 | <fieldValue name='textTranslation' value='0.13296 -2.26490 -0.29801'/> |
| 4976 | <fieldValue name='textColor' value='0 0 0'/> |
| 4977 | </ProtoInstance> |
| 4978 | <ProtoInstance name='Vertex'> |
| 4979 | <fieldValue name='vertexText' value='"operation"'/> |
| 4980 | <fieldValue name='description' value='119: operation'/> |
| 4981 | <fieldValue name='url'/> |
| 4982 | <fieldValue name='radius' value='0.1500'/> |
| 4983 | <fieldValue name='displayMode'/> |
| 4984 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 4985 | <fieldValue name='transparency' value='0'/> |
| 4986 | <fieldValue name='translation' value='-0.08884 -2.34821 -1.04810'/> |
| 4987 | <fieldValue name='textTranslation' value='0.06116 -2.34821 -1.04810'/> |
| 4988 | <fieldValue name='textColor' value='0 0 0'/> |
| 4989 | </ProtoInstance> |
| 4990 | <ProtoInstance name='Vertex'> |
| 4991 | <fieldValue name='vertexText' value='"organizations"'/> |
| 4992 | <fieldValue name='description' value='120: organizations'/> |
| 4993 | <fieldValue name='url'/> |
| 4994 | <fieldValue name='radius' value='0.1500'/> |
| 4995 | <fieldValue name='displayMode'/> |
| 4996 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 4997 | <fieldValue name='transparency' value='0'/> |
| 4998 | <fieldValue name='translation' value='0.38798 -0.26643 -2.42701'/> |
| 4999 | <fieldValue name='textTranslation' value='0.53798 -0.26643 -2.42701'/> |
| 5000 | <fieldValue name='textColor' value='0 0 0'/> |
| 5001 | </ProtoInstance> |
| 5002 | <ProtoInstance name='Vertex'> |
| 5003 | <fieldValue name='vertexText' value='"part"'/> |
| 5004 | <fieldValue name='description' value='121: part'/> |
| 5005 | <fieldValue name='url'/> |
| 5006 | <fieldValue name='radius' value='0.1500'/> |
| 5007 | <fieldValue name='displayMode'/> |
| 5008 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5009 | <fieldValue name='transparency' value='0'/> |
| 5010 | <fieldValue name='translation' value='0.13912 -0.21583 -2.39143'/> |
| 5011 | <fieldValue name='textTranslation' value='0.28912 -0.21583 -2.39143'/> |
| 5012 | <fieldValue name='textColor' value='0 0 0'/> |
| 5013 | </ProtoInstance> |
| 5014 | <ProtoInstance name='Vertex'> |
| 5015 | <fieldValue name='vertexText' value='"partners"'/> |
| 5016 | <fieldValue name='description' value='122: partners'/> |
| 5017 | <fieldValue name='url'/> |
| 5018 | <fieldValue name='radius' value='0.1500'/> |
| 5019 | <fieldValue name='displayMode'/> |
| 5020 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5021 | <fieldValue name='transparency' value='0'/> |
| 5022 | <fieldValue name='translation' value='0.16670 1.78685 -0.71923'/> |
| 5023 | <fieldValue name='textTranslation' value='0.31670 1.78685 -0.71923'/> |
| 5024 | <fieldValue name='textColor' value='0 0 0'/> |
| 5025 | </ProtoInstance> |
| 5026 | <ProtoInstance name='Vertex'> |
| 5027 | <fieldValue name='vertexText' value='"photo"'/> |
| 5028 | <fieldValue name='description' value='123: photo'/> |
| 5029 | <fieldValue name='url'/> |
| 5030 | <fieldValue name='radius' value='0.1500'/> |
| 5031 | <fieldValue name='displayMode'/> |
| 5032 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 5033 | <fieldValue name='transparency' value='0'/> |
| 5034 | <fieldValue name='translation' value='1.25688 -0.60869 -1.42711'/> |
| 5035 | <fieldValue name='textTranslation' value='1.40688 -0.60869 -1.42711'/> |
| 5036 | <fieldValue name='textColor' value='0 0 0'/> |
| 5037 | </ProtoInstance> |
| 5038 | <ProtoInstance name='Vertex'> |
| 5039 | <fieldValue name='vertexText' value='"pi"'/> |
| 5040 | <fieldValue name='description' value='124: pi'/> |
| 5041 | <fieldValue name='url'/> |
| 5042 | <fieldValue name='radius' value='0.1500'/> |
| 5043 | <fieldValue name='displayMode'/> |
| 5044 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
| 5045 | <fieldValue name='transparency' value='0'/> |
| 5046 | <fieldValue name='translation' value='0.12108 -1.67333 2.66300'/> |
| 5047 | <fieldValue name='textTranslation' value='0.27108 -1.67333 2.66300'/> |
| 5048 | <fieldValue name='textColor' value='0 0 0'/> |
| 5049 | </ProtoInstance> |
| 5050 | <ProtoInstance name='Vertex'> |
| 5051 | <fieldValue name='vertexText' value='"played"'/> |
| 5052 | <fieldValue name='description' value='125: played'/> |
| 5053 | <fieldValue name='url'/> |
| 5054 | <fieldValue name='radius' value='0.1500'/> |
| 5055 | <fieldValue name='displayMode'/> |
| 5056 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5057 | <fieldValue name='transparency' value='0'/> |
| 5058 | <fieldValue name='translation' value='-0.31322 -0.62593 -2.48975'/> |
| 5059 | <fieldValue name='textTranslation' value='-0.16322 -0.62593 -2.48975'/> |
| 5060 | <fieldValue name='textColor' value='0 0 0'/> |
| 5061 | </ProtoInstance> |
| 5062 | <ProtoInstance name='Vertex'> |
| 5063 | <fieldValue name='vertexText' value='"press"'/> |
| 5064 | <fieldValue name='description' value='126: press'/> |
| 5065 | <fieldValue name='url'/> |
| 5066 | <fieldValue name='radius' value='0.1500'/> |
| 5067 | <fieldValue name='displayMode'/> |
| 5068 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 5069 | <fieldValue name='transparency' value='0'/> |
| 5070 | <fieldValue name='translation' value='1.51488 -0.65112 1.01660'/> |
| 5071 | <fieldValue name='textTranslation' value='1.66488 -0.65112 1.01660'/> |
| 5072 | <fieldValue name='textColor' value='0 0 0'/> |
| 5073 | </ProtoInstance> |
| 5074 | <ProtoInstance name='Vertex'> |
| 5075 | <fieldValue name='vertexText' value='"proceeds"'/> |
| 5076 | <fieldValue name='description' value='127: proceeds'/> |
| 5077 | <fieldValue name='url'/> |
| 5078 | <fieldValue name='radius' value='0.1500'/> |
| 5079 | <fieldValue name='displayMode'/> |
| 5080 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5081 | <fieldValue name='transparency' value='0'/> |
| 5082 | <fieldValue name='translation' value='0.28039 1.98061 0.02445'/> |
| 5083 | <fieldValue name='textTranslation' value='0.43039 1.98061 0.02445'/> |
| 5084 | <fieldValue name='textColor' value='0 0 0'/> |
| 5085 | </ProtoInstance> |
| 5086 | <ProtoInstance name='Vertex'> |
| 5087 | <fieldValue name='vertexText' value='"program"'/> |
| 5088 | <fieldValue name='description' value='128: program'/> |
| 5089 | <fieldValue name='url'/> |
| 5090 | <fieldValue name='radius' value='0.1500'/> |
| 5091 | <fieldValue name='displayMode'/> |
| 5092 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5093 | <fieldValue name='transparency' value='0'/> |
| 5094 | <fieldValue name='translation' value='0.33425 2.35637 -0.78697'/> |
| 5095 | <fieldValue name='textTranslation' value='0.48425 2.35637 -0.78697'/> |
| 5096 | <fieldValue name='textColor' value='0 0 0'/> |
| 5097 | </ProtoInstance> |
| 5098 | <ProtoInstance name='Vertex'> |
| 5099 | <fieldValue name='vertexText' value='"programme"'/> |
| 5100 | <fieldValue name='description' value='129: programme'/> |
| 5101 | <fieldValue name='url'/> |
| 5102 | <fieldValue name='radius' value='0.1500'/> |
| 5103 | <fieldValue name='displayMode'/> |
| 5104 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5105 | <fieldValue name='transparency' value='0'/> |
| 5106 | <fieldValue name='translation' value='0.96688 2.18805 -0.45263'/> |
| 5107 | <fieldValue name='textTranslation' value='1.11688 2.18805 -0.45263'/> |
| 5108 | <fieldValue name='textColor' value='0 0 0'/> |
| 5109 | </ProtoInstance> |
| 5110 | <ProtoInstance name='Vertex'> |
| 5111 | <fieldValue name='vertexText' value='"providing"'/> |
| 5112 | <fieldValue name='description' value='130: providing'/> |
| 5113 | <fieldValue name='url'/> |
| 5114 | <fieldValue name='radius' value='0.1500'/> |
| 5115 | <fieldValue name='displayMode'/> |
| 5116 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5117 | <fieldValue name='transparency' value='0'/> |
| 5118 | <fieldValue name='translation' value='-0.02726 -0.80727 -2.62572'/> |
| 5119 | <fieldValue name='textTranslation' value='0.12274 -0.80727 -2.62572'/> |
| 5120 | <fieldValue name='textColor' value='0 0 0'/> |
| 5121 | </ProtoInstance> |
| 5122 | <ProtoInstance name='Vertex'> |
| 5123 | <fieldValue name='vertexText' value='"public"'/> |
| 5124 | <fieldValue name='description' value='131: public'/> |
| 5125 | <fieldValue name='url'/> |
| 5126 | <fieldValue name='radius' value='0.1500'/> |
| 5127 | <fieldValue name='displayMode'/> |
| 5128 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 5129 | <fieldValue name='transparency' value='0'/> |
| 5130 | <fieldValue name='translation' value='-1.75517 -2.44581 0.65822'/> |
| 5131 | <fieldValue name='textTranslation' value='-1.60517 -2.44581 0.65822'/> |
| 5132 | <fieldValue name='textColor' value='0 0 0'/> |
| 5133 | </ProtoInstance> |
| 5134 | <ProtoInstance name='Vertex'> |
| 5135 | <fieldValue name='vertexText' value='"rebuilding"'/> |
| 5136 | <fieldValue name='description' value='132: rebuilding'/> |
| 5137 | <fieldValue name='url'/> |
| 5138 | <fieldValue name='radius' value='0.1500'/> |
| 5139 | <fieldValue name='displayMode'/> |
| 5140 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5141 | <fieldValue name='transparency' value='0'/> |
| 5142 | <fieldValue name='translation' value='0.19368 -0.70670 -2.00009'/> |
| 5143 | <fieldValue name='textTranslation' value='0.34368 -0.70670 -2.00009'/> |
| 5144 | <fieldValue name='textColor' value='0 0 0'/> |
| 5145 | </ProtoInstance> |
| 5146 | <ProtoInstance name='Vertex'> |
| 5147 | <fieldValue name='vertexText' value='"red"'/> |
| 5148 | <fieldValue name='description' value='133: red'/> |
| 5149 | <fieldValue name='url'/> |
| 5150 | <fieldValue name='radius' value='0.1500'/> |
| 5151 | <fieldValue name='displayMode'/> |
| 5152 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5153 | <fieldValue name='transparency' value='0'/> |
| 5154 | <fieldValue name='translation' value='0.26832 1.78995 -0.74990'/> |
| 5155 | <fieldValue name='textTranslation' value='0.41832 1.78995 -0.74990'/> |
| 5156 | <fieldValue name='textColor' value='0 0 0'/> |
| 5157 | </ProtoInstance> |
| 5158 | <ProtoInstance name='Vertex'> |
| 5159 | <fieldValue name='vertexText' value='"reserve"'/> |
| 5160 | <fieldValue name='description' value='134: reserve'/> |
| 5161 | <fieldValue name='url'/> |
| 5162 | <fieldValue name='radius' value='0.1500'/> |
| 5163 | <fieldValue name='displayMode'/> |
| 5164 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 5165 | <fieldValue name='transparency' value='0'/> |
| 5166 | <fieldValue name='translation' value='0.80512 -2.13043 -0.41898'/> |
| 5167 | <fieldValue name='textTranslation' value='0.95512 -2.13043 -0.41898'/> |
| 5168 | <fieldValue name='textColor' value='0 0 0'/> |
| 5169 | </ProtoInstance> |
| 5170 | <ProtoInstance name='Vertex'> |
| 5171 | <fieldValue name='vertexText' value='"response"'/> |
| 5172 | <fieldValue name='description' value='135: response'/> |
| 5173 | <fieldValue name='url'/> |
| 5174 | <fieldValue name='radius' value='0.1500'/> |
| 5175 | <fieldValue name='displayMode'/> |
| 5176 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5177 | <fieldValue name='transparency' value='0'/> |
| 5178 | <fieldValue name='translation' value='0.30765 -0.99462 -1.32611'/> |
| 5179 | <fieldValue name='textTranslation' value='0.45765 -0.99462 -1.32611'/> |
| 5180 | <fieldValue name='textColor' value='0 0 0'/> |
| 5181 | </ProtoInstance> |
| 5182 | <ProtoInstance name='Vertex'> |
| 5183 | <fieldValue name='vertexText' value='"role"'/> |
| 5184 | <fieldValue name='description' value='136: role'/> |
| 5185 | <fieldValue name='url'/> |
| 5186 | <fieldValue name='radius' value='0.1500'/> |
| 5187 | <fieldValue name='displayMode'/> |
| 5188 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5189 | <fieldValue name='transparency' value='0'/> |
| 5190 | <fieldValue name='translation' value='0.04552 -0.46774 -2.31065'/> |
| 5191 | <fieldValue name='textTranslation' value='0.19552 -0.46774 -2.31065'/> |
| 5192 | <fieldValue name='textColor' value='0 0 0'/> |
| 5193 | </ProtoInstance> |
| 5194 | <ProtoInstance name='Vertex'> |
| 5195 | <fieldValue name='vertexText' value='"satellite"'/> |
| 5196 | <fieldValue name='description' value='137: satellite'/> |
| 5197 | <fieldValue name='url'/> |
| 5198 | <fieldValue name='radius' value='0.1500'/> |
| 5199 | <fieldValue name='displayMode'/> |
| 5200 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5201 | <fieldValue name='transparency' value='0'/> |
| 5202 | <fieldValue name='translation' value='0.21314 -0.64221 -2.40193'/> |
| 5203 | <fieldValue name='textTranslation' value='0.36314 -0.64221 -2.40193'/> |
| 5204 | <fieldValue name='textColor' value='0 0 0'/> |
| 5205 | </ProtoInstance> |
| 5206 | <ProtoInstance name='Vertex'> |
| 5207 | <fieldValue name='vertexText' value='"secretary"'/> |
| 5208 | <fieldValue name='description' value='138: secretary'/> |
| 5209 | <fieldValue name='url'/> |
| 5210 | <fieldValue name='radius' value='0.1500'/> |
| 5211 | <fieldValue name='displayMode'/> |
| 5212 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 5213 | <fieldValue name='transparency' value='0'/> |
| 5214 | <fieldValue name='translation' value='1.51373 -0.65101 1.01362'/> |
| 5215 | <fieldValue name='textTranslation' value='1.66373 -0.65101 1.01362'/> |
| 5216 | <fieldValue name='textColor' value='0 0 0'/> |
| 5217 | </ProtoInstance> |
| 5218 | <ProtoInstance name='Vertex'> |
| 5219 | <fieldValue name='vertexText' value='"served"'/> |
| 5220 | <fieldValue name='description' value='139: served'/> |
| 5221 | <fieldValue name='url'/> |
| 5222 | <fieldValue name='radius' value='0.1500'/> |
| 5223 | <fieldValue name='displayMode'/> |
| 5224 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 5225 | <fieldValue name='transparency' value='0'/> |
| 5226 | <fieldValue name='translation' value='0.30600 -2.19212 -0.01742'/> |
| 5227 | <fieldValue name='textTranslation' value='0.45600 -2.19212 -0.01742'/> |
| 5228 | <fieldValue name='textColor' value='0 0 0'/> |
| 5229 | </ProtoInstance> |
| 5230 | <ProtoInstance name='Vertex'> |
| 5231 | <fieldValue name='vertexText' value='"show"'/> |
| 5232 | <fieldValue name='description' value='140: show'/> |
| 5233 | <fieldValue name='url'/> |
| 5234 | <fieldValue name='radius' value='0.1500'/> |
| 5235 | <fieldValue name='displayMode'/> |
| 5236 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 5237 | <fieldValue name='transparency' value='0'/> |
| 5238 | <fieldValue name='translation' value='-0.24555 2.11370 2.18507'/> |
| 5239 | <fieldValue name='textTranslation' value='-0.09555 2.11370 2.18507'/> |
| 5240 | <fieldValue name='textColor' value='0 0 0'/> |
| 5241 | </ProtoInstance> |
| 5242 | <ProtoInstance name='Vertex'> |
| 5243 | <fieldValue name='vertexText' value='"specialist"'/> |
| 5244 | <fieldValue name='description' value='141: specialist'/> |
| 5245 | <fieldValue name='url'/> |
| 5246 | <fieldValue name='radius' value='0.1500'/> |
| 5247 | <fieldValue name='displayMode'/> |
| 5248 | <fieldValue name='diffuseColor' value='1.0000 0.3882 0.1294'/> |
| 5249 | <fieldValue name='transparency' value='0'/> |
| 5250 | <fieldValue name='translation' value='2.54788 0.77397 -1.25658'/> |
| 5251 | <fieldValue name='textTranslation' value='2.69788 0.77397 -1.25658'/> |
| 5252 | <fieldValue name='textColor' value='0 0 0'/> |
| 5253 | </ProtoInstance> |
| 5254 | <ProtoInstance name='Vertex'> |
| 5255 | <fieldValue name='vertexText' value='"statement"'/> |
| 5256 | <fieldValue name='description' value='142: statement'/> |
| 5257 | <fieldValue name='url'/> |
| 5258 | <fieldValue name='radius' value='0.1500'/> |
| 5259 | <fieldValue name='displayMode'/> |
| 5260 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 5261 | <fieldValue name='transparency' value='0'/> |
| 5262 | <fieldValue name='translation' value='1.69655 -0.65917 1.36379'/> |
| 5263 | <fieldValue name='textTranslation' value='1.84655 -0.65917 1.36379'/> |
| 5264 | <fieldValue name='textColor' value='0 0 0'/> |
| 5265 | </ProtoInstance> |
| 5266 | <ProtoInstance name='Vertex'> |
| 5267 | <fieldValue name='vertexText' value='"status"'/> |
| 5268 | <fieldValue name='description' value='143: status'/> |
| 5269 | <fieldValue name='url'/> |
| 5270 | <fieldValue name='radius' value='0.1500'/> |
| 5271 | <fieldValue name='displayMode'/> |
| 5272 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
| 5273 | <fieldValue name='transparency' value='0'/> |
| 5274 | <fieldValue name='translation' value='-2.22203 0.62089 1.63811'/> |
| 5275 | <fieldValue name='textTranslation' value='-2.07203 0.62089 1.63811'/> |
| 5276 | <fieldValue name='textColor' value='0 0 0'/> |
| 5277 | </ProtoInstance> |
| 5278 | <ProtoInstance name='Vertex'> |
| 5279 | <fieldValue name='vertexText' value='"subscribers"'/> |
| 5280 | <fieldValue name='description' value='144: subscribers'/> |
| 5281 | <fieldValue name='url'/> |
| 5282 | <fieldValue name='radius' value='0.1500'/> |
| 5283 | <fieldValue name='displayMode'/> |
| 5284 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 5285 | <fieldValue name='transparency' value='0'/> |
| 5286 | <fieldValue name='translation' value='-1.77772 -2.27246 1.10655'/> |
| 5287 | <fieldValue name='textTranslation' value='-1.62772 -2.27246 1.10655'/> |
| 5288 | <fieldValue name='textColor' value='0 0 0'/> |
| 5289 | </ProtoInstance> |
| 5290 | <ProtoInstance name='Vertex'> |
| 5291 | <fieldValue name='vertexText' value='"supplies"'/> |
| 5292 | <fieldValue name='description' value='145: supplies'/> |
| 5293 | <fieldValue name='url'/> |
| 5294 | <fieldValue name='radius' value='0.1500'/> |
| 5295 | <fieldValue name='displayMode'/> |
| 5296 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 5297 | <fieldValue name='transparency' value='0'/> |
| 5298 | <fieldValue name='translation' value='-1.31554 -2.37895 0.35952'/> |
| 5299 | <fieldValue name='textTranslation' value='-1.16554 -2.37895 0.35952'/> |
| 5300 | <fieldValue name='textColor' value='0 0 0'/> |
| 5301 | </ProtoInstance> |
| 5302 | <ProtoInstance name='Vertex'> |
| 5303 | <fieldValue name='vertexText' value='"support"'/> |
| 5304 | <fieldValue name='description' value='146: support'/> |
| 5305 | <fieldValue name='url'/> |
| 5306 | <fieldValue name='radius' value='0.1500'/> |
| 5307 | <fieldValue name='displayMode'/> |
| 5308 | <fieldValue name='diffuseColor' value='0.5490 0.1373 1.0000'/> |
| 5309 | <fieldValue name='transparency' value='0'/> |
| 5310 | <fieldValue name='translation' value='0.97397 -0.68754 -0.10574'/> |
| 5311 | <fieldValue name='textTranslation' value='1.12397 -0.68754 -0.10574'/> |
| 5312 | <fieldValue name='textColor' value='0 0 0'/> |
| 5313 | </ProtoInstance> |
| 5314 | <ProtoInstance name='Vertex'> |
| 5315 | <fieldValue name='vertexText' value='"technology"'/> |
| 5316 | <fieldValue name='description' value='147: technology'/> |
| 5317 | <fieldValue name='url'/> |
| 5318 | <fieldValue name='radius' value='0.1500'/> |
| 5319 | <fieldValue name='displayMode'/> |
| 5320 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5321 | <fieldValue name='transparency' value='0'/> |
| 5322 | <fieldValue name='translation' value='-0.21838 -0.09002 -2.56789'/> |
| 5323 | <fieldValue name='textTranslation' value='-0.06838 -0.09002 -2.56789'/> |
| 5324 | <fieldValue name='textColor' value='0 0 0'/> |
| 5325 | </ProtoInstance> |
| 5326 | <ProtoInstance name='Vertex'> |
| 5327 | <fieldValue name='vertexText' value='"telethon"'/> |
| 5328 | <fieldValue name='description' value='148: telethon'/> |
| 5329 | <fieldValue name='url'/> |
| 5330 | <fieldValue name='radius' value='0.1500'/> |
| 5331 | <fieldValue name='displayMode'/> |
| 5332 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5333 | <fieldValue name='transparency' value='0'/> |
| 5334 | <fieldValue name='translation' value='0.07347 1.88484 0.55759'/> |
| 5335 | <fieldValue name='textTranslation' value='0.22347 1.88484 0.55759'/> |
| 5336 | <fieldValue name='textColor' value='0 0 0'/> |
| 5337 | </ProtoInstance> |
| 5338 | <ProtoInstance name='Vertex'> |
| 5339 | <fieldValue name='vertexText' value='"terms"'/> |
| 5340 | <fieldValue name='description' value='149: terms'/> |
| 5341 | <fieldValue name='url'/> |
| 5342 | <fieldValue name='radius' value='0.1500'/> |
| 5343 | <fieldValue name='displayMode'/> |
| 5344 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
| 5345 | <fieldValue name='transparency' value='0'/> |
| 5346 | <fieldValue name='translation' value='-2.02724 0.83031 1.81789'/> |
| 5347 | <fieldValue name='textTranslation' value='-1.87724 0.83031 1.81789'/> |
| 5348 | <fieldValue name='textColor' value='0 0 0'/> |
| 5349 | </ProtoInstance> |
| 5350 | <ProtoInstance name='Vertex'> |
| 5351 | <fieldValue name='vertexText' value='"testament"'/> |
| 5352 | <fieldValue name='description' value='150: testament'/> |
| 5353 | <fieldValue name='url'/> |
| 5354 | <fieldValue name='radius' value='0.1500'/> |
| 5355 | <fieldValue name='displayMode'/> |
| 5356 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5357 | <fieldValue name='transparency' value='0'/> |
| 5358 | <fieldValue name='translation' value='-0.16921 2.04728 -1.09532'/> |
| 5359 | <fieldValue name='textTranslation' value='-0.01921 2.04728 -1.09532'/> |
| 5360 | <fieldValue name='textColor' value='0 0 0'/> |
| 5361 | </ProtoInstance> |
| 5362 | <ProtoInstance name='Vertex'> |
| 5363 | <fieldValue name='vertexText' value='"thousands"'/> |
| 5364 | <fieldValue name='description' value='151: thousands'/> |
| 5365 | <fieldValue name='url'/> |
| 5366 | <fieldValue name='radius' value='0.1500'/> |
| 5367 | <fieldValue name='displayMode'/> |
| 5368 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5369 | <fieldValue name='transparency' value='0'/> |
| 5370 | <fieldValue name='translation' value='0.65352 -0.01874 -2.69890'/> |
| 5371 | <fieldValue name='textTranslation' value='0.80352 -0.01874 -2.69890'/> |
| 5372 | <fieldValue name='textColor' value='0 0 0'/> |
| 5373 | </ProtoInstance> |
| 5374 | <ProtoInstance name='Vertex'> |
| 5375 | <fieldValue name='vertexText' value='"tools"'/> |
| 5376 | <fieldValue name='description' value='152: tools'/> |
| 5377 | <fieldValue name='url'/> |
| 5378 | <fieldValue name='radius' value='0.1500'/> |
| 5379 | <fieldValue name='displayMode'/> |
| 5380 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5381 | <fieldValue name='transparency' value='0'/> |
| 5382 | <fieldValue name='translation' value='0.13368 -0.84212 -2.67044'/> |
| 5383 | <fieldValue name='textTranslation' value='0.28368 -0.84212 -2.67044'/> |
| 5384 | <fieldValue name='textColor' value='0 0 0'/> |
| 5385 | </ProtoInstance> |
| 5386 | <ProtoInstance name='Vertex'> |
| 5387 | <fieldValue name='vertexText' value='"tweets"'/> |
| 5388 | <fieldValue name='description' value='153: tweets'/> |
| 5389 | <fieldValue name='url'/> |
| 5390 | <fieldValue name='radius' value='0.1500'/> |
| 5391 | <fieldValue name='displayMode'/> |
| 5392 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 5393 | <fieldValue name='transparency' value='0'/> |
| 5394 | <fieldValue name='translation' value='-0.12773 2.08293 2.19123'/> |
| 5395 | <fieldValue name='textTranslation' value='0.02227 2.08293 2.19123'/> |
| 5396 | <fieldValue name='textColor' value='0 0 0'/> |
| 5397 | </ProtoInstance> |
| 5398 | <ProtoInstance name='Vertex'> |
| 5399 | <fieldValue name='vertexText' value='"twitter"'/> |
| 5400 | <fieldValue name='description' value='154: twitter'/> |
| 5401 | <fieldValue name='url'/> |
| 5402 | <fieldValue name='radius' value='0.1500'/> |
| 5403 | <fieldValue name='displayMode'/> |
| 5404 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 5405 | <fieldValue name='transparency' value='0'/> |
| 5406 | <fieldValue name='translation' value='-1.06654 1.72133 1.92596'/> |
| 5407 | <fieldValue name='textTranslation' value='-0.91654 1.72133 1.92596'/> |
| 5408 | <fieldValue name='textColor' value='0 0 0'/> |
| 5409 | </ProtoInstance> |
| 5410 | <ProtoInstance name='Vertex'> |
| 5411 | <fieldValue name='vertexText' value='"unicef"'/> |
| 5412 | <fieldValue name='description' value='155: unicef'/> |
| 5413 | <fieldValue name='url'/> |
| 5414 | <fieldValue name='radius' value='0.1500'/> |
| 5415 | <fieldValue name='displayMode'/> |
| 5416 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5417 | <fieldValue name='transparency' value='0'/> |
| 5418 | <fieldValue name='translation' value='-0.07204 2.07885 -1.03860'/> |
| 5419 | <fieldValue name='textTranslation' value='0.07796 2.07885 -1.03860'/> |
| 5420 | <fieldValue name='textColor' value='0 0 0'/> |
| 5421 | </ProtoInstance> |
| 5422 | <ProtoInstance name='Vertex'> |
| 5423 | <fieldValue name='vertexText' value='"unified"'/> |
| 5424 | <fieldValue name='description' value='156: unified'/> |
| 5425 | <fieldValue name='url'/> |
| 5426 | <fieldValue name='radius' value='0.1500'/> |
| 5427 | <fieldValue name='displayMode'/> |
| 5428 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 5429 | <fieldValue name='transparency' value='0'/> |
| 5430 | <fieldValue name='translation' value='0.09546 -1.81436 -0.94341'/> |
| 5431 | <fieldValue name='textTranslation' value='0.24546 -1.81436 -0.94341'/> |
| 5432 | <fieldValue name='textColor' value='0 0 0'/> |
| 5433 | </ProtoInstance> |
| 5434 | <ProtoInstance name='Vertex'> |
| 5435 | <fieldValue name='vertexText' value='"unit"'/> |
| 5436 | <fieldValue name='description' value='157: unit'/> |
| 5437 | <fieldValue name='url'/> |
| 5438 | <fieldValue name='radius' value='0.1500'/> |
| 5439 | <fieldValue name='displayMode'/> |
| 5440 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 5441 | <fieldValue name='transparency' value='0'/> |
| 5442 | <fieldValue name='translation' value='-1.71305 -2.36652 0.54610'/> |
| 5443 | <fieldValue name='textTranslation' value='-1.56305 -2.36652 0.54610'/> |
| 5444 | <fieldValue name='textColor' value='0 0 0'/> |
| 5445 | </ProtoInstance> |
| 5446 | <ProtoInstance name='Vertex'> |
| 5447 | <fieldValue name='vertexText' value='"united"'/> |
| 5448 | <fieldValue name='description' value='158: united'/> |
| 5449 | <fieldValue name='url'/> |
| 5450 | <fieldValue name='radius' value='0.1500'/> |
| 5451 | <fieldValue name='displayMode'/> |
| 5452 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5453 | <fieldValue name='transparency' value='0'/> |
| 5454 | <fieldValue name='translation' value='1.04172 1.62422 -0.80265'/> |
| 5455 | <fieldValue name='textTranslation' value='1.19172 1.62422 -0.80265'/> |
| 5456 | <fieldValue name='textColor' value='0 0 0'/> |
| 5457 | </ProtoInstance> |
| 5458 | <ProtoInstance name='Vertex'> |
| 5459 | <fieldValue name='vertexText' value='"variety"'/> |
| 5460 | <fieldValue name='description' value='159: variety'/> |
| 5461 | <fieldValue name='url'/> |
| 5462 | <fieldValue name='radius' value='0.1500'/> |
| 5463 | <fieldValue name='displayMode'/> |
| 5464 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 5465 | <fieldValue name='transparency' value='0'/> |
| 5466 | <fieldValue name='translation' value='-0.99072 2.50208 1.48184'/> |
| 5467 | <fieldValue name='textTranslation' value='-0.84072 2.50208 1.48184'/> |
| 5468 | <fieldValue name='textColor' value='0 0 0'/> |
| 5469 | </ProtoInstance> |
| 5470 | <ProtoInstance name='Vertex'> |
| 5471 | <fieldValue name='vertexText' value='"victims"'/> |
| 5472 | <fieldValue name='description' value='160: victims'/> |
| 5473 | <fieldValue name='url'/> |
| 5474 | <fieldValue name='radius' value='0.1500'/> |
| 5475 | <fieldValue name='displayMode'/> |
| 5476 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 5477 | <fieldValue name='transparency' value='0'/> |
| 5478 | <fieldValue name='translation' value='-0.62613 -2.07002 0.04834'/> |
| 5479 | <fieldValue name='textTranslation' value='-0.47613 -2.07002 0.04834'/> |
| 5480 | <fieldValue name='textColor' value='0 0 0'/> |
| 5481 | </ProtoInstance> |
| 5482 | <ProtoInstance name='Vertex'> |
| 5483 | <fieldValue name='vertexText' value='"video"'/> |
| 5484 | <fieldValue name='description' value='161: video'/> |
| 5485 | <fieldValue name='url'/> |
| 5486 | <fieldValue name='radius' value='0.1500'/> |
| 5487 | <fieldValue name='displayMode'/> |
| 5488 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 5489 | <fieldValue name='transparency' value='0'/> |
| 5490 | <fieldValue name='translation' value='-2.22174 -1.93859 0.45089'/> |
| 5491 | <fieldValue name='textTranslation' value='-2.07174 -1.93859 0.45089'/> |
| 5492 | <fieldValue name='textColor' value='0 0 0'/> |
| 5493 | </ProtoInstance> |
| 5494 | <ProtoInstance name='Vertex'> |
| 5495 | <fieldValue name='vertexText' value='"wash"'/> |
| 5496 | <fieldValue name='description' value='162: wash'/> |
| 5497 | <fieldValue name='url'/> |
| 5498 | <fieldValue name='radius' value='0.1500'/> |
| 5499 | <fieldValue name='displayMode'/> |
| 5500 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 5501 | <fieldValue name='transparency' value='0'/> |
| 5502 | <fieldValue name='translation' value='1.81902 -2.14127 -0.63208'/> |
| 5503 | <fieldValue name='textTranslation' value='1.96902 -2.14127 -0.63208'/> |
| 5504 | <fieldValue name='textColor' value='0 0 0'/> |
| 5505 | </ProtoInstance> |
| 5506 | <ProtoInstance name='Vertex'> |
| 5507 | <fieldValue name='vertexText' value='"watch"'/> |
| 5508 | <fieldValue name='description' value='163: watch'/> |
| 5509 | <fieldValue name='url'/> |
| 5510 | <fieldValue name='radius' value='0.1500'/> |
| 5511 | <fieldValue name='displayMode'/> |
| 5512 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 5513 | <fieldValue name='transparency' value='0'/> |
| 5514 | <fieldValue name='translation' value='-0.45343 1.52791 2.45995'/> |
| 5515 | <fieldValue name='textTranslation' value='-0.30343 1.52791 2.45995'/> |
| 5516 | <fieldValue name='textColor' value='0 0 0'/> |
| 5517 | </ProtoInstance> |
| 5518 | <ProtoInstance name='Vertex'> |
| 5519 | <fieldValue name='vertexText' value='"watching"'/> |
| 5520 | <fieldValue name='description' value='164: watching'/> |
| 5521 | <fieldValue name='url'/> |
| 5522 | <fieldValue name='radius' value='0.1500'/> |
| 5523 | <fieldValue name='displayMode'/> |
| 5524 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 5525 | <fieldValue name='transparency' value='0'/> |
| 5526 | <fieldValue name='translation' value='0.37792 2.16553 2.14105'/> |
| 5527 | <fieldValue name='textTranslation' value='0.52792 2.16553 2.14105'/> |
| 5528 | <fieldValue name='textColor' value='0 0 0'/> |
| 5529 | </ProtoInstance> |
| 5530 | <ProtoInstance name='Vertex'> |
| 5531 | <fieldValue name='vertexText' value='"water"'/> |
| 5532 | <fieldValue name='description' value='165: water'/> |
| 5533 | <fieldValue name='url'/> |
| 5534 | <fieldValue name='radius' value='0.1500'/> |
| 5535 | <fieldValue name='displayMode'/> |
| 5536 | <fieldValue name='diffuseColor' value='0.3765 0.4275 0.7686'/> |
| 5537 | <fieldValue name='transparency' value='0'/> |
| 5538 | <fieldValue name='translation' value='-1.84405 -2.43515 0.45615'/> |
| 5539 | <fieldValue name='textTranslation' value='-1.69405 -2.43515 0.45615'/> |
| 5540 | <fieldValue name='textColor' value='0 0 0'/> |
| 5541 | </ProtoInstance> |
| 5542 | <ProtoInstance name='Vertex'> |
| 5543 | <fieldValue name='vertexText' value='"web"'/> |
| 5544 | <fieldValue name='description' value='166: web'/> |
| 5545 | <fieldValue name='url'/> |
| 5546 | <fieldValue name='radius' value='0.1500'/> |
| 5547 | <fieldValue name='displayMode'/> |
| 5548 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
| 5549 | <fieldValue name='transparency' value='0'/> |
| 5550 | <fieldValue name='translation' value='-0.05998 1.01025 2.75471'/> |
| 5551 | <fieldValue name='textTranslation' value='0.09002 1.01025 2.75471'/> |
| 5552 | <fieldValue name='textColor' value='0 0 0'/> |
| 5553 | </ProtoInstance> |
| 5554 | <ProtoInstance name='Vertex'> |
| 5555 | <fieldValue name='vertexText' value='"wing"'/> |
| 5556 | <fieldValue name='description' value='167: wing'/> |
| 5557 | <fieldValue name='url'/> |
| 5558 | <fieldValue name='radius' value='0.1500'/> |
| 5559 | <fieldValue name='displayMode'/> |
| 5560 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 5561 | <fieldValue name='transparency' value='0'/> |
| 5562 | <fieldValue name='translation' value='0.10830 -2.44249 0.28366'/> |
| 5563 | <fieldValue name='textTranslation' value='0.25830 -2.44249 0.28366'/> |
| 5564 | <fieldValue name='textColor' value='0 0 0'/> |
| 5565 | </ProtoInstance> |
| 5566 | <ProtoInstance name='Vertex'> |
| 5567 | <fieldValue name='vertexText' value='"worked"'/> |
| 5568 | <fieldValue name='description' value='168: worked'/> |
| 5569 | <fieldValue name='url'/> |
| 5570 | <fieldValue name='radius' value='0.1500'/> |
| 5571 | <fieldValue name='displayMode'/> |
| 5572 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
| 5573 | <fieldValue name='transparency' value='0'/> |
| 5574 | <fieldValue name='translation' value='-0.32538 -2.26151 -0.79816'/> |
| 5575 | <fieldValue name='textTranslation' value='-0.17538 -2.26151 -0.79816'/> |
| 5576 | <fieldValue name='textColor' value='0 0 0'/> |
| 5577 | </ProtoInstance> |
| 5578 | <ProtoInstance name='Vertex'> |
| 5579 | <fieldValue name='vertexText' value='"workers"'/> |
| 5580 | <fieldValue name='description' value='169: workers'/> |
| 5581 | <fieldValue name='url'/> |
| 5582 | <fieldValue name='radius' value='0.1500'/> |
| 5583 | <fieldValue name='displayMode'/> |
| 5584 | <fieldValue name='diffuseColor' value='0 0 0'/> |
| 5585 | <fieldValue name='transparency' value='0'/> |
| 5586 | <fieldValue name='translation' value='-0.46378 -0.36210 -2.39068'/> |
| 5587 | <fieldValue name='textTranslation' value='-0.31378 -0.36210 -2.39068'/> |
| 5588 | <fieldValue name='textColor' value='0 0 0'/> |
| 5589 | </ProtoInstance> |
| 5590 | <ProtoInstance name='Vertex'> |
| 5591 | <fieldValue name='vertexText' value='"world"'/> |
| 5592 | <fieldValue name='description' value='170: world'/> |
| 5593 | <fieldValue name='url'/> |
| 5594 | <fieldValue name='radius' value='0.1500'/> |
| 5595 | <fieldValue name='displayMode'/> |
| 5596 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
| 5597 | <fieldValue name='transparency' value='0'/> |
| 5598 | <fieldValue name='translation' value='0.82081 1.79404 -0.57491'/> |
| 5599 | <fieldValue name='textTranslation' value='0.97081 1.79404 -0.57491'/> |
| 5600 | <fieldValue name='textColor' value='0 0 0'/> |
| 5601 | </ProtoInstance> |
| 5602 | </Scene> |
| 5603 | </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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 911
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 922
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 933
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 944
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 955
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 966
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 977
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 988
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 999
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1010
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1021
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1043
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1054
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1065
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1076
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1087
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1098
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1109
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1120
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1131
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1142
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1153
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1175
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1186
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1197
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1208
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1219
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1230
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1241
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1252
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1263
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1274
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1285
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1307
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1318
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1329
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1340
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1351
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1362
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1373
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1384
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1395
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1406
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1417
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this 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 Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1439
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1450
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1461
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1472
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1483
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1494
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1505
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1516
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1527
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1538
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1549
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1560
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1571
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1582
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1593
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1604
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1615
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1626
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1637
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1648
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1659
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1670
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1681
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1692
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1703
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1714
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1725
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1736
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1747
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1758
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1769
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1780
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1791
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1802
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1813
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1824
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1835
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1846
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1857
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1868
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1879
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1890
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1901
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1912
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1923
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1934
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1945
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1956
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1967
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1978
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 1989
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2000
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2011
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2022
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2033
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2044
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2055
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2066
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2077
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2088
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2099
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2110
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2121
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2132
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2143
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2154
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2165
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2176
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2187
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2198
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2209
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2220
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2231
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2242
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2253
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2264
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2275
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2286
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2297
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2308
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2319
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2330
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2341
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2352
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2363
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2374
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2385
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2396
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2407
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2418
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2429
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2440
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2451
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2462
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2473
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2484
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2495
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2506
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2517
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2528
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2539
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2550
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2561
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2572
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2583
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2594
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2605
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2616
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2627
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2638
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2649
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2660
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2671
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2682
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2693
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2704
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2715
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2726
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2737
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2748
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2759
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2770
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2781
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2792
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2803
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2814
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2825
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2836
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2847
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2858
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2869
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2880
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2891
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2902
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2913
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2924
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2935
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2946
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2957
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2968
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2979
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 2990
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3001
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3012
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3023
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3034
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3045
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3056
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3067
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3078
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3089
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3100
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3111
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3122
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3133
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3144
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3155
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3166
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3177
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3188
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3199
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3210
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3221
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3232
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3243
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3254
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3265
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3276
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3287
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3298
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3309
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3320
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3331
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3342
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3353
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3364
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3375
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3386
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3397
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3408
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3419
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3430
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3441
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3452
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3463
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3474
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3485
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3496
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3507
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3518
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3529
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3540
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3551
ProtoInstance Arc |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
| line 3562
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 3574
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 3586
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 3598
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 3610
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 3622
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 3634
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 3646
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 3658
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 3670
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 3682
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 3694
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 3706
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 3718
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 3730
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 3742
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 3754
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 3766
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 3778
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 3790
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 3802
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 3814
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 3826
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 3838
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 3850
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 3862
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 3874
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 3886
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 3898
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 3910
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 3922
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 3934
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 3946
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 3958
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 3970
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 3982
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 3994
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 4006
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 4018
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 4030
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 4042
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 4054
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 4066
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 4078
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 4090
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 4102
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 4114
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 4126
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 4138
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 4150
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 4162
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 4174
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 4186
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 4198
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 4210
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 4222
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 4234
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 4246
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 4258
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 4270
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 4282
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 4294
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 4306
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 4318
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 4330
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 4342
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 4354
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 4366
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 4378
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 4390
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 4402
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 4414
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 4426
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 4438
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 4450
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 4462
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 4474
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 4486
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 4498
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 4510
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 4522
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 4534
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 4546
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 4558
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 4570
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 4582
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 4594
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 4606
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 4618
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 4630
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 4642
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 4654
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 4666
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 4678
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 4690
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 4702
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 4714
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 4726
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 4738
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 4750
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 4762
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 4774
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 4786
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 4798
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 4810
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 4822
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 4834
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 4846
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 4858
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 4870
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 4882
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 4894
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 4906
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 4918
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 4930
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 4942
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 4954
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 4966
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 4978
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 4990
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 5002
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 5014
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 5026
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 5038
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 5050
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 5062
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 5074
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 5086
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 5098
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 5110
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 5122
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 5134
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 5146
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 5158
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 5170
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 5182
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 5194
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 5206
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 5218
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 5230
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 5242
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 5254
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 5266
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 5278
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 5290
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 5302
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 5314
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 5326
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 5338
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 5350
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 5362
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 5374
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 5386
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 5398
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 5410
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 5422
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 5434
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 5446
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 5458
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 5470
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 5482
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 5494
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 5506
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 5518
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 5530
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 5542
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 5554
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 5566
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 5578
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 5590
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.
-->