1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <meta name='title' content=' PajekVisualizationExamples.x3d '/> |
6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
8 | <meta name='created' content='17 May 2011'/> |
9 | <meta name='modified' content='25 September 2023'/> |
10 | <meta name='reference' content='http://pajek.imfm.si'/> |
11 | <meta name='subject' content='network visualization'/> |
12 | <meta name=' warning ' content=' under development '/> |
13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='1.02528'/> |
55 | <fieldValue name='cylinderTranslation' value='-0.89306 -1.35655 -0.98552'/> |
56 | <fieldValue name='coneTranslation' value='-1.05258 -1.39544 -0.67344'/> |
57 | <fieldValue name='rotation' value='90.73580 -0.00000 46.38073 1.68132'/> |
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.99340'/> |
66 | <fieldValue name='cylinderTranslation' value='-0.32149 -1.24827 -1.08050'/> |
67 | <fieldValue name='coneTranslation' value='-0.09124 -1.21320 -0.83734'/> |
68 | <fieldValue name='rotation' value='71.73998 0 -67.93254 1.46646'/> |
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='1.71871'/> |
77 | <fieldValue name='cylinderTranslation' value='-0.57662 -0.46602 -1.62844'/> |
78 | <fieldValue name='coneTranslation' value='-0.50782 0.21269 -1.78245'/> |
79 | <fieldValue name='rotation' value='-37.84868 0 -16.90792 0.24359'/> |
80 | <fieldValue name='diffuseColor' value='0 0 0'/> |
81 | <fieldValue name='ballRadius' value='0.02'/> |
82 | <fieldValue name='traceEnabled' value='false'/> |
83 | <fieldValue name='displayMode'/> |
84 | <fieldValue name='transparency' value='0'/> |
85 | </ProtoInstance> |
86 | <ProtoInstance name='Arc'> |
87 | <fieldValue name='cylinderHeight' value='1.71213'/> |
88 | <fieldValue name='cylinderTranslation' value='0.14332 -1.56365 -1.31209'/> |
89 | <fieldValue name='coneTranslation' value='0.79744 -1.77801 -1.20874'/> |
90 | <fieldValue name='rotation' value='25.42129 0 -160.89548 1.88386'/> |
91 | <fieldValue name='diffuseColor' value='0 0 0'/> |
92 | <fieldValue name='ballRadius' value='0.02'/> |
93 | <fieldValue name='traceEnabled' value='false'/> |
94 | <fieldValue name='displayMode'/> |
95 | <fieldValue name='transparency' value='0'/> |
96 | </ProtoInstance> |
97 | <ProtoInstance name='Arc'> |
98 | <fieldValue name='cylinderHeight' value='1.01483'/> |
99 | <fieldValue name='cylinderTranslation' value='-0.91268 -1.13710 -1.02972'/> |
100 | <fieldValue name='coneTranslation' value='-1.08489 -1.02557 -0.74936'/> |
101 | <fieldValue name='rotation' value='81.89569 -0.00000 50.30438 1.24398'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='1.71538'/> |
110 | <fieldValue name='cylinderTranslation' value='-1.50572 -1.39745 -1.32584'/> |
111 | <fieldValue name='coneTranslation' value='-2.19273 -1.47673 -1.23363'/> |
112 | <fieldValue name='rotation' value='22.67165 -0.00000 168.91223 1.68466'/> |
113 | <fieldValue name='diffuseColor' value='0 0 0'/> |
114 | <fieldValue name='ballRadius' value='0.02'/> |
115 | <fieldValue name='traceEnabled' value='false'/> |
116 | <fieldValue name='displayMode'/> |
117 | <fieldValue name='transparency' value='0'/> |
118 | </ProtoInstance> |
119 | <ProtoInstance name='Arc'> |
120 | <fieldValue name='cylinderHeight' value='1.72436'/> |
121 | <fieldValue name='cylinderTranslation' value='-1.42964 -1.38162 -1.05693'/> |
122 | <fieldValue name='coneTranslation' value='-2.05551 -1.44808 -0.74561'/> |
123 | <fieldValue name='rotation' value='76.45271 -0.00000 153.69679 1.66560'/> |
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='1.05523'/> |
132 | <fieldValue name='cylinderTranslation' value='-1.10860 -1.13265 -1.66317'/> |
133 | <fieldValue name='coneTranslation' value='-1.42036 -1.01604 -1.81923'/> |
134 | <fieldValue name='rotation' value='-44.79496 0 89.48896 1.24803'/> |
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='1.66413'/> |
143 | <fieldValue name='cylinderTranslation' value='-0.39128 -1.64855 -0.73350'/> |
144 | <fieldValue name='coneTranslation' value='-0.17331 -1.93007 -0.16350'/> |
145 | <fieldValue name='rotation' value='141.14038 0 -53.97429 2.00302'/> |
146 | <fieldValue name='diffuseColor' value='0 0 0'/> |
147 | <fieldValue name='ballRadius' value='0.02'/> |
148 | <fieldValue name='traceEnabled' value='false'/> |
149 | <fieldValue name='displayMode'/> |
150 | <fieldValue name='transparency' value='0'/> |
151 | </ProtoInstance> |
152 | <ProtoInstance name='Arc'> |
153 | <fieldValue name='cylinderHeight' value='1.05246'/> |
154 | <fieldValue name='cylinderTranslation' value='-0.96004 -1.20330 -1.86138'/> |
155 | <fieldValue name='coneTranslation' value='-1.16805 -1.13600 -2.15520'/> |
156 | <fieldValue name='rotation' value='-84.43641 0 59.77663 1.38599'/> |
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='1.70127'/> |
165 | <fieldValue name='cylinderTranslation' value='0.10593 -1.49737 -1.74939'/> |
166 | <fieldValue name='coneTranslation' value='0.72872 -1.65761 -2.00123'/> |
167 | <fieldValue name='rotation' value='-62.03738 0 -153.41625 1.80495'/> |
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.98448'/> |
176 | <fieldValue name='cylinderTranslation' value='-0.48442 -1.70582 -1.65455'/> |
177 | <fieldValue name='coneTranslation' value='-0.36513 -1.97973 -1.79990'/> |
178 | <fieldValue name='rotation' value='-43.06989 0 -35.34758 2.53999'/> |
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='1.04097'/> |
187 | <fieldValue name='cylinderTranslation' value='-0.49653 -1.30738 -1.93291'/> |
188 | <fieldValue name='coneTranslation' value='-0.38251 -1.31250 -2.27485'/> |
189 | <fieldValue name='rotation' value='-98.74165 0 -32.92577 1.58498'/> |
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='1.58436'/> |
198 | <fieldValue name='cylinderTranslation' value='-0.81657 -1.87098 -1.96586'/> |
199 | <fieldValue name='coneTranslation' value='-0.94060 -2.32664 -2.38615'/> |
200 | <fieldValue name='rotation' value='-105.33261 0 31.08360 2.37571'/> |
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='1.00546'/> |
209 | <fieldValue name='cylinderTranslation' value='-0.43380 -1.49507 -1.03547'/> |
210 | <fieldValue name='coneTranslation' value='-0.27880 -1.62805 -0.76023'/> |
211 | <fieldValue name='rotation' value='80.74565 0 -45.47154 1.96927'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='1.62999'/> |
220 | <fieldValue name='cylinderTranslation' value='-0.31986 -2.02587 -1.29479'/> |
221 | <fieldValue name='coneTranslation' value='-0.04557 -2.60923 -1.17873'/> |
222 | <fieldValue name='rotation' value='28.88188 0 -68.25888 2.66954'/> |
223 | <fieldValue name='diffuseColor' value='0 0 0'/> |
224 | <fieldValue name='ballRadius' value='0.02'/> |
225 | <fieldValue name='traceEnabled' value='false'/> |
226 | <fieldValue name='displayMode'/> |
227 | <fieldValue name='transparency' value='0'/> |
228 | </ProtoInstance> |
229 | <ProtoInstance name='Arc'> |
230 | <fieldValue name='cylinderHeight' value='1.02492'/> |
231 | <fieldValue name='cylinderTranslation' value='-1.03835 -1.56059 -1.66818'/> |
232 | <fieldValue name='coneTranslation' value='-1.29778 -1.73982 -1.82567'/> |
233 | <fieldValue name='rotation' value='-45.79647 0 75.43918 2.10425'/> |
234 | <fieldValue name='diffuseColor' value='0 0 0'/> |
235 | <fieldValue name='ballRadius' value='0.02'/> |
236 | <fieldValue name='traceEnabled' value='false'/> |
237 | <fieldValue name='displayMode'/> |
238 | <fieldValue name='transparency' value='0'/> |
239 | </ProtoInstance> |
240 | <ProtoInstance name='Arc'> |
241 | <fieldValue name='cylinderHeight' value='1.04009'/> |
242 | <fieldValue name='cylinderTranslation' value='-0.71385 -1.19623 -1.94605'/> |
243 | <fieldValue name='coneTranslation' value='-0.75033 -1.12438 -2.29697'/> |
244 | <fieldValue name='rotation' value='-101.37087 0 10.53877 1.36990'/> |
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.95426'/> |
253 | <fieldValue name='cylinderTranslation' value='-0.47620 -1.02950 -1.09240'/> |
254 | <fieldValue name='coneTranslation' value='-0.35326 -0.84970 -0.86189'/> |
255 | <fieldValue name='rotation' value='69.36019 0 -36.99203 0.96801'/> |
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.99147'/> |
264 | <fieldValue name='cylinderTranslation' value='-0.84338 -1.72392 -1.25798'/> |
265 | <fieldValue name='coneTranslation' value='-0.96680 -2.01101 -1.13525'/> |
266 | <fieldValue name='rotation' value='36.24369 -0.00000 36.44570 2.59659'/> |
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='1.59534'/> |
275 | <fieldValue name='cylinderTranslation' value='-0.93981 -1.92852 -1.03473'/> |
276 | <fieldValue name='coneTranslation' value='-1.16256 -2.43097 -0.71140'/> |
277 | <fieldValue name='rotation' value='80.89279 -0.00000 55.72989 2.47826'/> |
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.06600'/> |
286 | <fieldValue name='cylinderTranslation' value='-0.15185 -1.44373 -1.50278'/> |
287 | <fieldValue name='coneTranslation' value='0.20456 -1.54431 -1.54728'/> |
288 | <fieldValue name='rotation' value='-12.71652 0 -101.86023 1.84383'/> |
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='1.00916'/> |
297 | <fieldValue name='cylinderTranslation' value='-1.07495 -1.01177 -1.42190'/> |
298 | <fieldValue name='coneTranslation' value='-1.35753 -0.81494 -1.41009'/> |
299 | <fieldValue name='rotation' value='3.45959 -0.00000 82.75880 0.96280'/> |
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.63850'/> |
308 | <fieldValue name='cylinderTranslation' value='-0.77460 -1.05627 -1.26701'/> |
309 | <fieldValue name='coneTranslation' value='-0.83119 -0.93470 -1.18112'/> |
310 | <fieldValue name='rotation' value='34.43748 -0.00000 22.68874 0.70218'/> |
311 | <fieldValue name='diffuseColor' value='0 0 0'/> |
312 | <fieldValue name='ballRadius' value='0.02'/> |
313 | <fieldValue name='traceEnabled' value='false'/> |
314 | <fieldValue name='displayMode'/> |
315 | <fieldValue name='transparency' value='0'/> |
316 | </ProtoInstance> |
317 | <ProtoInstance name='Arc'> |
318 | <fieldValue name='cylinderHeight' value='1.01319'/> |
319 | <fieldValue name='cylinderTranslation' value='-0.47261 -1.53984 -1.84363'/> |
320 | <fieldValue name='coneTranslation' value='-0.34361 -1.70393 -2.12033'/> |
321 | <fieldValue name='rotation' value='-80.88701 0 -37.70908 2.06397'/> |
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.98196'/> |
330 | <fieldValue name='cylinderTranslation' value='-0.95725 -1.68840 -1.48950'/> |
331 | <fieldValue name='coneTranslation' value='-1.15686 -1.95024 -1.52341'/> |
332 | <fieldValue name='rotation' value='-10.06062 0 59.21969 2.48336'/> |
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='1.02056'/> |
341 | <fieldValue name='cylinderTranslation' value='-0.24611 -1.07964 -1.63810'/> |
342 | <fieldValue name='coneTranslation' value='0.03880 -0.92837 -1.77464'/> |
343 | <fieldValue name='rotation' value='-39.78097 0 -83.00931 1.12425'/> |
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.93606'/> |
352 | <fieldValue name='cylinderTranslation' value='1.82979 2.14624 2.08447'/> |
353 | <fieldValue name='coneTranslation' value='1.78428 2.42347 1.95816'/> |
354 | <fieldValue name='rotation' value='-38.38236 0 13.83106 0.45098'/> |
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='1.03249'/> |
363 | <fieldValue name='cylinderTranslation' value='2.31987 1.76399 1.98005'/> |
364 | <fieldValue name='coneTranslation' value='2.61033 1.79089 1.77556'/> |
365 | <fieldValue name='rotation' value='-59.26680 0 -84.18393 1.49521'/> |
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.96967'/> |
374 | <fieldValue name='cylinderTranslation' value='2.10176 1.28747 2.32637'/> |
375 | <fieldValue name='coneTranslation' value='2.23764 0.99433 2.35986'/> |
376 | <fieldValue name='rotation' value='9.99717 0 -40.56140 2.69619'/> |
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='1.04174'/> |
385 | <fieldValue name='cylinderTranslation' value='1.45106 1.60011 2.51112'/> |
386 | <fieldValue name='coneTranslation' value='1.14075 1.51358 2.67376'/> |
387 | <fieldValue name='rotation' value='46.94852 -0.00000 89.57797 1.81293'/> |
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.49060'/> |
396 | <fieldValue name='cylinderTranslation' value='1.97382 1.50592 2.35741'/> |
397 | <fieldValue name='coneTranslation' value='1.99985 1.42973 2.38559'/> |
398 | <fieldValue name='rotation' value='16.20670 0 -14.97391 2.67509'/> |
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.96133'/> |
407 | <fieldValue name='cylinderTranslation' value='1.59724 2.09603 2.22787'/> |
408 | <fieldValue name='coneTranslation' value='1.39597 2.34355 2.19551'/> |
409 | <fieldValue name='rotation' value='-9.70165 0 60.34121 0.68897'/> |
410 | <fieldValue name='diffuseColor' value='0 0 0'/> |
411 | <fieldValue name='ballRadius' value='0.02'/> |
412 | <fieldValue name='traceEnabled' value='false'/> |
413 | <fieldValue name='displayMode'/> |
414 | <fieldValue name='transparency' value='0'/> |
415 | </ProtoInstance> |
416 | <ProtoInstance name='Arc'> |
417 | <fieldValue name='cylinderHeight' value='1.08556'/> |
418 | <fieldValue name='cylinderTranslation' value='-0.44197 0.89439 -1.94006'/> |
419 | <fieldValue name='coneTranslation' value='-0.47731 0.52314 -1.85376'/> |
420 | <fieldValue name='rotation' value='24.47405 -0.00000 10.02182 2.89550'/> |
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.33342'/> |
429 | <fieldValue name='cylinderTranslation' value='-0.53763 1.43738 -2.14161'/> |
430 | <fieldValue name='coneTranslation' value='-0.54350 1.43804 -2.14479'/> |
431 | <fieldValue name='rotation' value='-15.83610 0 29.15428 1.47134'/> |
432 | <fieldValue name='diffuseColor' value='0 0 0'/> |
433 | <fieldValue name='ballRadius' value='0.02'/> |
434 | <fieldValue name='traceEnabled' value='false'/> |
435 | <fieldValue name='displayMode'/> |
436 | <fieldValue name='transparency' value='0'/> |
437 | </ProtoInstance> |
438 | <ProtoInstance name='Arc'> |
439 | <fieldValue name='cylinderHeight' value='1.38983'/> |
440 | <fieldValue name='cylinderTranslation' value='-0.45510 2.08628 -1.87250'/> |
441 | <fieldValue name='coneTranslation' value='-0.50378 2.59852 -1.72630'/> |
442 | <fieldValue name='rotation' value='37.98554 -0.00000 12.64861 0.29221'/> |
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='1.31669'/> |
451 | <fieldValue name='cylinderTranslation' value='-0.10500 1.90493 -2.40415'/> |
452 | <fieldValue name='coneTranslation' value='0.11215 2.27138 -2.66282'/> |
453 | <fieldValue name='rotation' value='-68.34407 0 -57.37230 0.74463'/> |
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='1.26771'/> |
462 | <fieldValue name='cylinderTranslation' value='0.07018 1.84460 -1.96913'/> |
463 | <fieldValue name='coneTranslation' value='0.41558 2.16141 -1.89938'/> |
464 | <fieldValue name='rotation' value='18.66012 0 -92.40668 0.83850'/> |
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.83066'/> |
473 | <fieldValue name='cylinderTranslation' value='-0.23262 1.71444 -2.30926'/> |
474 | <fieldValue name='coneTranslation' value='-0.13473 1.89495 -2.46101'/> |
475 | <fieldValue name='rotation' value='-49.36780 0 -31.84680 0.78561'/> |
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='0.30302'/> |
484 | <fieldValue name='cylinderTranslation' value='-0.25772 1.48056 -2.02508'/> |
485 | <fieldValue name='coneTranslation' value='-0.26524 1.47721 -2.02717'/> |
486 | <fieldValue name='rotation' value='7.46971 0 -26.82724 1.16552'/> |
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='1.37961'/> |
495 | <fieldValue name='cylinderTranslation' value='-0.67705 2.04476 -1.99032'/> |
496 | <fieldValue name='coneTranslation' value='-0.89610 2.52397 -1.93493'/> |
497 | <fieldValue name='rotation' value='14.42177 -0.00000 57.03929 0.44057'/> |
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.79333'/> |
506 | <fieldValue name='cylinderTranslation' value='-0.61976 1.69424 -2.23749'/> |
507 | <fieldValue name='coneTranslation' value='-0.75573 1.85737 -2.34194'/> |
508 | <fieldValue name='rotation' value='-35.01253 0 45.58036 0.81029'/> |
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.44941'/> |
517 | <fieldValue name='cylinderTranslation' value='-1.14458 -1.19365 -0.57604'/> |
518 | <fieldValue name='coneTranslation' value='-1.15023 -1.13046 -0.58877'/> |
519 | <fieldValue name='rotation' value='-8.84012 0 3.92365 0.21690'/> |
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.54972'/> |
528 | <fieldValue name='cylinderTranslation' value='-0.09414 -1.44333 -0.67677'/> |
529 | <fieldValue name='coneTranslation' value='-0.14107 -1.54647 -0.65795'/> |
530 | <fieldValue name='rotation' value='9.00567 -0.00000 22.46099 2.68576'/> |
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.53642'/> |
539 | <fieldValue name='cylinderTranslation' value='-0.13653 -0.97776 -0.73370'/> |
540 | <fieldValue name='coneTranslation' value='-0.19895 -0.88950 -0.73850'/> |
541 | <fieldValue name='rotation' value='-2.37979 0 30.94050 0.61689'/> |
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='1.17406'/> |
550 | <fieldValue name='cylinderTranslation' value='-0.58774 0.91095 -2.01924'/> |
551 | <fieldValue name='coneTranslation' value='-0.65733 1.30593 -2.16585'/> |
552 | <fieldValue name='rotation' value='-40.31016 0 19.13245 0.38985'/> |
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='1.24059'/> |
561 | <fieldValue name='cylinderTranslation' value='-0.30783 0.95413 -1.90271'/> |
562 | <fieldValue name='coneTranslation' value='-0.17111 1.38910 -1.96580'/> |
563 | <fieldValue name='rotation' value='-17.00435 0 -36.84906 0.33326'/> |
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.61251'/> |
572 | <fieldValue name='cylinderTranslation' value='-0.40349 1.49711 -2.10426'/> |
573 | <fieldValue name='coneTranslation' value='-0.26982 1.51773 -2.04861'/> |
574 | <fieldValue name='rotation' value='23.30581 0 -55.98152 1.42932'/> |
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.57243'/> |
583 | <fieldValue name='cylinderTranslation' value='-0.76553 1.71079 -2.31667'/> |
584 | <fieldValue name='coneTranslation' value='-0.80175 1.82406 -2.35895'/> |
585 | <fieldValue name='rotation' value='-19.17642 0 16.42609 0.45683'/> |
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.50939'/> |
594 | <fieldValue name='cylinderTranslation' value='-0.74030 2.71021 -1.80039'/> |
595 | <fieldValue name='coneTranslation' value='-0.82282 2.69478 -1.84419'/> |
596 | <fieldValue name='rotation' value='-23.56377 0 44.39067 1.73455'/> |
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.74262'/> |
605 | <fieldValue name='cylinderTranslation' value='0.65262 -1.70737 -1.37567'/> |
606 | <fieldValue name='coneTranslation' value='0.48464 -1.63913 -1.48419'/> |
607 | <fieldValue name='rotation' value='-38.13781 0 59.03525 1.24194'/> |
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.57238'/> |
616 | <fieldValue name='cylinderTranslation' value='-1.02612 -0.89338 -0.85753'/> |
617 | <fieldValue name='coneTranslation' value='-0.96524 -0.85774 -0.96216'/> |
618 | <fieldValue name='rotation' value='-47.45820 0 -27.61565 1.28447'/> |
619 | <fieldValue name='diffuseColor' value='0 0 0'/> |
620 | <fieldValue name='ballRadius' value='0.02'/> |
621 | <fieldValue name='traceEnabled' value='false'/> |
622 | <fieldValue name='displayMode'/> |
623 | <fieldValue name='transparency' value='0'/> |
624 | </ProtoInstance> |
625 | <ProtoInstance name='Arc'> |
626 | <fieldValue name='cylinderHeight' value='0.49629'/> |
627 | <fieldValue name='cylinderTranslation' value='0.05424 2.19855 -2.65099'/> |
628 | <fieldValue name='coneTranslation' value='0.00890 2.13089 -2.61728'/> |
629 | <fieldValue name='rotation' value='18.97627 -0.00000 25.52550 2.44594'/> |
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.55982'/> |
638 | <fieldValue name='cylinderTranslation' value='-2.27420 -1.47907 -0.94358'/> |
639 | <fieldValue name='coneTranslation' value='-2.24161 -1.47228 -0.82838'/> |
640 | <fieldValue name='rotation' value='53.78106 0 -15.21544 1.51418'/> |
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.51516'/> |
649 | <fieldValue name='cylinderTranslation' value='-1.40748 -1.03595 -2.08536'/> |
650 | <fieldValue name='coneTranslation' value='-1.35120 -1.06271 -2.16044'/> |
651 | <fieldValue name='rotation' value='-39.64145 0 -29.71233 1.84865'/> |
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.54389'/> |
660 | <fieldValue name='cylinderTranslation' value='-1.52239 -0.84442 -1.64588'/> |
661 | <fieldValue name='coneTranslation' value='-1.50854 -0.79466 -1.54656'/> |
662 | <fieldValue name='rotation' value='48.25455 0 -6.73016 1.11021'/> |
663 | <fieldValue name='diffuseColor' value='0 0 0'/> |
664 | <fieldValue name='ballRadius' value='0.02'/> |
665 | <fieldValue name='traceEnabled' value='false'/> |
666 | <fieldValue name='displayMode'/> |
667 | <fieldValue name='transparency' value='0'/> |
668 | </ProtoInstance> |
669 | <ProtoInstance name='Arc'> |
670 | <fieldValue name='cylinderHeight' value='0.68279'/> |
671 | <fieldValue name='cylinderTranslation' value='-0.16393 -1.84361 -0.32977'/> |
672 | <fieldValue name='coneTranslation' value='-0.18652 -1.76206 -0.49022'/> |
673 | <fieldValue name='rotation' value='-60.39473 0 8.50275 1.10452'/> |
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.98626'/> |
682 | <fieldValue name='cylinderTranslation' value='0.20431 1.90434 -1.93178'/> |
683 | <fieldValue name='coneTranslation' value='-0.01720 1.65841 -1.96957'/> |
684 | <fieldValue name='rotation' value='-11.19042 0 65.57944 2.40125'/> |
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.55557'/> |
693 | <fieldValue name='cylinderTranslation' value='1.52809 2.51727 2.03596'/> |
694 | <fieldValue name='coneTranslation' value='1.42948 2.49598 2.09677'/> |
695 | <fieldValue name='rotation' value='28.68071 -0.00000 46.51016 1.75254'/> |
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.52088'/> |
704 | <fieldValue name='cylinderTranslation' value='-1.01273 -1.09952 -2.36823'/> |
705 | <fieldValue name='coneTranslation' value='-0.91779 -1.09680 -2.40089'/> |
706 | <fieldValue name='rotation' value='-16.93446 0 -49.23785 1.54363'/> |
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.72150'/> |
715 | <fieldValue name='cylinderTranslation' value='0.61523 -1.64109 -1.81297'/> |
716 | <fieldValue name='coneTranslation' value='0.47178 -1.61124 -1.67574'/> |
717 | <fieldValue name='rotation' value='49.32086 -0.00000 51.55602 1.42155'/> |
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.50376'/> |
726 | <fieldValue name='cylinderTranslation' value='-0.29587 -1.94566 -2.05898'/> |
727 | <fieldValue name='coneTranslation' value='-0.29157 -1.88511 -2.12796'/> |
728 | <fieldValue name='rotation' value='-37.81712 0 -2.36150 0.85134'/> |
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.51010'/> |
737 | <fieldValue name='cylinderTranslation' value='2.17663 1.06838 2.40740'/> |
738 | <fieldValue name='coneTranslation' value='2.12895 1.14979 2.41897'/> |
739 | <fieldValue name='rotation' value='6.20953 -0.00000 25.58748 0.54238'/> |
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.48891'/> |
748 | <fieldValue name='cylinderTranslation' value='-0.54922 -1.20361 -2.43976'/> |
749 | <fieldValue name='coneTranslation' value='-0.62430 -1.16520 -2.44430'/> |
750 | <fieldValue name='rotation' value='-2.62922 0 43.46454 1.09874'/> |
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.50030'/> |
759 | <fieldValue name='cylinderTranslation' value='-0.30798 -1.54722 -2.33734'/> |
760 | <fieldValue name='coneTranslation' value='-0.29936 -1.63099 -2.30517'/> |
761 | <fieldValue name='rotation' value='17.85464 0 -4.78331 2.76316'/> |
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.46835'/> |
770 | <fieldValue name='cylinderTranslation' value='-1.33445 -1.94900 -1.71848'/> |
771 | <fieldValue name='coneTranslation' value='-1.30876 -1.98948 -1.66189'/> |
772 | <fieldValue name='rotation' value='35.73585 0 -16.21949 2.14813'/> |
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.69355'/> |
781 | <fieldValue name='cylinderTranslation' value='-0.58964 -0.78577 -0.92021'/> |
782 | <fieldValue name='coneTranslation' value='-0.75036 -0.80019 -1.01426'/> |
783 | <fieldValue name='rotation' value='-34.92271 0 59.68077 1.64809'/> |
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.63561'/> |
792 | <fieldValue name='cylinderTranslation' value='-1.12203 -2.35244 -0.85352'/> |
793 | <fieldValue name='coneTranslation' value='-1.16991 -2.45403 -0.74267'/> |
794 | <fieldValue name='rotation' value='44.64910 -0.00000 19.28419 2.27026'/> |
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.52088'/> |
803 | <fieldValue name='cylinderTranslation' value='-1.13948 -2.11232 -1.30828'/> |
804 | <fieldValue name='coneTranslation' value='-1.18340 -2.09862 -1.39757'/> |
805 | <fieldValue name='rotation' value='-46.30431 0 22.77400 1.43402'/> |
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.68171'/> |
814 | <fieldValue name='cylinderTranslation' value='-1.18839 -0.76804 -1.24971'/> |
815 | <fieldValue name='coneTranslation' value='-1.02903 -0.79166 -1.16753'/> |
816 | <fieldValue name='rotation' value='30.97790 0 -60.07007 1.70173'/> |
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='Vertex'> |
824 | <fieldValue name='vertexText' value='"2010-01-23-ARMY.MIL"'/> |
825 | <fieldValue name='description' value='1: 2010-01-23-ARMY.MIL'/> |
826 | <fieldValue name='url'/> |
827 | <fieldValue name='radius' value='0.1500'/> |
828 | <fieldValue name='displayMode'/> |
829 | <fieldValue name='diffuseColor' value='0 0 0'/> |
830 | <fieldValue name='transparency' value='0'/> |
831 | <fieldValue name='translation' value='-0.66116 -1.30000 -1.43920'/> |
832 | <fieldValue name='textTranslation' value='-0.51116 -1.30000 -1.43920'/> |
833 | <fieldValue name='textColor' value='0 0 0'/> |
834 | </ProtoInstance> |
835 | <ProtoInstance name='Vertex'> |
836 | <fieldValue name='vertexText' value='"2010-01-23-TWITTER.COM-USAID_HAITI"'/> |
837 | <fieldValue name='description' value='2: 2010-01-23-TWITTER.COM-USAID_HAITI'/> |
838 | <fieldValue name='url'/> |
839 | <fieldValue name='radius' value='0.1500'/> |
840 | <fieldValue name='displayMode'/> |
841 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
842 | <fieldValue name='transparency' value='0'/> |
843 | <fieldValue name='translation' value='1.89895 1.72500 2.27638'/> |
844 | <fieldValue name='textTranslation' value='2.04895 1.72500 2.27638'/> |
845 | <fieldValue name='textColor' value='0 0 0'/> |
846 | </ProtoInstance> |
847 | <ProtoInstance name='Vertex'> |
848 | <fieldValue name='vertexText' value='"2010-01-23-YOUTUBE.COM-USER"'/> |
849 | <fieldValue name='description' value='3: 2010-01-23-YOUTUBE.COM-USER'/> |
850 | <fieldValue name='url'/> |
851 | <fieldValue name='radius' value='0.1500'/> |
852 | <fieldValue name='displayMode'/> |
853 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
854 | <fieldValue name='transparency' value='0'/> |
855 | <fieldValue name='translation' value='-0.39186 1.42082 -2.06243'/> |
856 | <fieldValue name='textTranslation' value='-0.24186 1.42082 -2.06243'/> |
857 | <fieldValue name='textColor' value='0 0 0'/> |
858 | </ProtoInstance> |
859 | <ProtoInstance name='Vertex'> |
860 | <fieldValue name='vertexText' value=' "Haiti/2010-01-23/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-23.simple" '/> |
861 | <fieldValue name='description' value='4: Haiti/2010-01-23/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-23.simple'/> |
862 | <fieldValue name='url'/> |
863 | <fieldValue name='radius' value='0.1500'/> |
864 | <fieldValue name='displayMode'/> |
865 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
866 | <fieldValue name='transparency' value='0'/> |
867 | <fieldValue name='translation' value='-2.74079 2.58791 1.41379'/> |
868 | <fieldValue name='textTranslation' value='-2.59079 2.58791 1.41379'/> |
869 | <fieldValue name='textColor' value='0 0 0'/> |
870 | </ProtoInstance> |
871 | <ProtoInstance name='Vertex'> |
872 | <fieldValue name='vertexText' value='"additional"'/> |
873 | <fieldValue name='description' value='5: additional'/> |
874 | <fieldValue name='url'/> |
875 | <fieldValue name='radius' value='0.1500'/> |
876 | <fieldValue name='displayMode'/> |
877 | <fieldValue name='diffuseColor' value='0 0 0'/> |
878 | <fieldValue name='transparency' value='0'/> |
879 | <fieldValue name='translation' value='-1.12496 -1.41309 -0.53184'/> |
880 | <fieldValue name='textTranslation' value='-0.97496 -1.41309 -0.53184'/> |
881 | <fieldValue name='textColor' value='0 0 0'/> |
882 | </ProtoInstance> |
883 | <ProtoInstance name='Vertex'> |
884 | <fieldValue name='vertexText' value='"affairs"'/> |
885 | <fieldValue name='description' value='6: affairs'/> |
886 | <fieldValue name='url'/> |
887 | <fieldValue name='radius' value='0.1500'/> |
888 | <fieldValue name='displayMode'/> |
889 | <fieldValue name='diffuseColor' value='0 0 0'/> |
890 | <fieldValue name='transparency' value='0'/> |
891 | <fieldValue name='translation' value='0.01817 -1.19654 -0.72180'/> |
892 | <fieldValue name='textTranslation' value='0.16817 -1.19654 -0.72180'/> |
893 | <fieldValue name='textColor' value='0 0 0'/> |
894 | </ProtoInstance> |
895 | <ProtoInstance name='Vertex'> |
896 | <fieldValue name='vertexText' value='"aid"'/> |
897 | <fieldValue name='description' value='7: aid'/> |
898 | <fieldValue name='url'/> |
899 | <fieldValue name='radius' value='0.1500'/> |
900 | <fieldValue name='displayMode'/> |
901 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
902 | <fieldValue name='transparency' value='0'/> |
903 | <fieldValue name='translation' value='-0.49208 0.36796 -1.81769'/> |
904 | <fieldValue name='textTranslation' value='-0.34208 0.36796 -1.81769'/> |
905 | <fieldValue name='textColor' value='0 0 0'/> |
906 | </ProtoInstance> |
907 | <ProtoInstance name='Vertex'> |
908 | <fieldValue name='vertexText' value='"air"'/> |
909 | <fieldValue name='description' value='8: air'/> |
910 | <fieldValue name='url'/> |
911 | <fieldValue name='radius' value='0.1500'/> |
912 | <fieldValue name='displayMode'/> |
913 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
914 | <fieldValue name='transparency' value='0'/> |
915 | <fieldValue name='translation' value='-0.68340 1.45393 -2.22079'/> |
916 | <fieldValue name='textTranslation' value='-0.53340 1.45393 -2.22079'/> |
917 | <fieldValue name='textColor' value='0 0 0'/> |
918 | </ProtoInstance> |
919 | <ProtoInstance name='Vertex'> |
920 | <fieldValue name='vertexText' value='"airport"'/> |
921 | <fieldValue name='description' value='9: airport'/> |
922 | <fieldValue name='url'/> |
923 | <fieldValue name='radius' value='0.1500'/> |
924 | <fieldValue name='displayMode'/> |
925 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
926 | <fieldValue name='transparency' value='0'/> |
927 | <fieldValue name='translation' value='-0.51834 2.75174 -1.68257'/> |
928 | <fieldValue name='textTranslation' value='-0.36834 2.75174 -1.68257'/> |
929 | <fieldValue name='textColor' value='0 0 0'/> |
930 | </ProtoInstance> |
931 | <ProtoInstance name='Vertex'> |
932 | <fieldValue name='vertexText' value='"antonio"'/> |
933 | <fieldValue name='description' value='10: antonio'/> |
934 | <fieldValue name='url'/> |
935 | <fieldValue name='radius' value='0.1500'/> |
936 | <fieldValue name='displayMode'/> |
937 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
938 | <fieldValue name='transparency' value='0'/> |
939 | <fieldValue name='translation' value='0.94780 -1.82729 -1.18499'/> |
940 | <fieldValue name='textTranslation' value='1.09780 -1.82729 -1.18499'/> |
941 | <fieldValue name='textColor' value='0 0 0'/> |
942 | </ProtoInstance> |
943 | <ProtoInstance name='Vertex'> |
944 | <fieldValue name='vertexText' value='"army"'/> |
945 | <fieldValue name='description' value='11: army'/> |
946 | <fieldValue name='url'/> |
947 | <fieldValue name='radius' value='0.1500'/> |
948 | <fieldValue name='displayMode'/> |
949 | <fieldValue name='diffuseColor' value='0 0 0'/> |
950 | <fieldValue name='transparency' value='0'/> |
951 | <fieldValue name='translation' value='-1.16420 -0.97421 -0.62024'/> |
952 | <fieldValue name='textTranslation' value='-1.01420 -0.97421 -0.62024'/> |
953 | <fieldValue name='textColor' value='0 0 0'/> |
954 | </ProtoInstance> |
955 | <ProtoInstance name='Vertex'> |
956 | <fieldValue name='vertexText' value='"assessment"'/> |
957 | <fieldValue name='description' value='12: assessment'/> |
958 | <fieldValue name='url'/> |
959 | <fieldValue name='radius' value='0.1500'/> |
960 | <fieldValue name='displayMode'/> |
961 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
962 | <fieldValue name='transparency' value='0'/> |
963 | <fieldValue name='translation' value='0.18186 2.38903 -2.74587'/> |
964 | <fieldValue name='textTranslation' value='0.33186 2.38903 -2.74587'/> |
965 | <fieldValue name='textColor' value='0 0 0'/> |
966 | </ProtoInstance> |
967 | <ProtoInstance name='Vertex'> |
968 | <fieldValue name='vertexText' value='"bids"'/> |
969 | <fieldValue name='description' value='13: bids'/> |
970 | <fieldValue name='url'/> |
971 | <fieldValue name='radius' value='0.1500'/> |
972 | <fieldValue name='displayMode'/> |
973 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
974 | <fieldValue name='transparency' value='0'/> |
975 | <fieldValue name='translation' value='-2.35028 -1.49491 -1.21248'/> |
976 | <fieldValue name='textTranslation' value='-2.20028 -1.49491 -1.21248'/> |
977 | <fieldValue name='textColor' value='0 0 0'/> |
978 | </ProtoInstance> |
979 | <ProtoInstance name='Vertex'> |
980 | <fieldValue name='vertexText' value='"center"'/> |
981 | <fieldValue name='description' value='14: center'/> |
982 | <fieldValue name='url'/> |
983 | <fieldValue name='radius' value='0.1500'/> |
984 | <fieldValue name='displayMode'/> |
985 | <fieldValue name='diffuseColor' value='0 0.4392 0.5686'/> |
986 | <fieldValue name='transparency' value='0'/> |
987 | <fieldValue name='translation' value='-2.19812 -1.46323 -0.67467'/> |
988 | <fieldValue name='textTranslation' value='-2.04812 -1.46323 -0.67467'/> |
989 | <fieldValue name='textColor' value='0 0 0'/> |
990 | </ProtoInstance> |
991 | <ProtoInstance name='Vertex'> |
992 | <fieldValue name='vertexText' value='"civilians"'/> |
993 | <fieldValue name='description' value='15: civilians'/> |
994 | <fieldValue name='url'/> |
995 | <fieldValue name='radius' value='0.1500'/> |
996 | <fieldValue name='displayMode'/> |
997 | <fieldValue name='diffuseColor' value='0 0 0'/> |
998 | <fieldValue name='transparency' value='0'/> |
999 | <fieldValue name='translation' value='-1.55605 -0.96529 -1.88715'/> |
1000 | <fieldValue name='textTranslation' value='-1.40605 -0.96529 -1.88715'/> |
1001 | <fieldValue name='textColor' value='0 0 0'/> |
1002 | </ProtoInstance> |
1003 | <ProtoInstance name='Vertex'> |
1004 | <fieldValue name='vertexText' value='"command"'/> |
1005 | <fieldValue name='description' value='16: command'/> |
1006 | <fieldValue name='url'/> |
1007 | <fieldValue name='radius' value='0.1500'/> |
1008 | <fieldValue name='displayMode'/> |
1009 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1010 | <fieldValue name='transparency' value='0'/> |
1011 | <fieldValue name='translation' value='-0.12141 -1.99709 -0.02779'/> |
1012 | <fieldValue name='textTranslation' value='0.02859 -1.99709 -0.02779'/> |
1013 | <fieldValue name='textColor' value='0 0 0'/> |
1014 | </ProtoInstance> |
1015 | <ProtoInstance name='Vertex'> |
1016 | <fieldValue name='vertexText' value='"commodore"'/> |
1017 | <fieldValue name='description' value='17: commodore'/> |
1018 | <fieldValue name='url'/> |
1019 | <fieldValue name='radius' value='0.1500'/> |
1020 | <fieldValue name='displayMode'/> |
1021 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1022 | <fieldValue name='transparency' value='0'/> |
1023 | <fieldValue name='translation' value='0.53221 2.26839 -1.87582'/> |
1024 | <fieldValue name='textTranslation' value='0.68221 2.26839 -1.87582'/> |
1025 | <fieldValue name='textColor' value='0 0 0'/> |
1026 | </ProtoInstance> |
1027 | <ProtoInstance name='Vertex'> |
1028 | <fieldValue name='vertexText' value='"contact"'/> |
1029 | <fieldValue name='description' value='18: contact'/> |
1030 | <fieldValue name='url'/> |
1031 | <fieldValue name='radius' value='0.1500'/> |
1032 | <fieldValue name='displayMode'/> |
1033 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1034 | <fieldValue name='transparency' value='0'/> |
1035 | <fieldValue name='translation' value='1.76064 2.56748 1.89256'/> |
1036 | <fieldValue name='textTranslation' value='1.91064 2.56748 1.89256'/> |
1037 | <fieldValue name='textColor' value='0 0 0'/> |
1038 | </ProtoInstance> |
1039 | <ProtoInstance name='Vertex'> |
1040 | <fieldValue name='vertexText' value='"damage"'/> |
1041 | <fieldValue name='description' value='19: damage'/> |
1042 | <fieldValue name='url'/> |
1043 | <fieldValue name='radius' value='0.1500'/> |
1044 | <fieldValue name='displayMode'/> |
1045 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1046 | <fieldValue name='transparency' value='0'/> |
1047 | <fieldValue name='translation' value='-0.07339 2.00806 -2.55610'/> |
1048 | <fieldValue name='textTranslation' value='0.07661 2.00806 -2.55610'/> |
1049 | <fieldValue name='textColor' value='0 0 0'/> |
1050 | </ProtoInstance> |
1051 | <ProtoInstance name='Vertex'> |
1052 | <fieldValue name='vertexText' value='"deployed"'/> |
1053 | <fieldValue name='description' value='20: deployed'/> |
1054 | <fieldValue name='url'/> |
1055 | <fieldValue name='radius' value='0.1500'/> |
1056 | <fieldValue name='displayMode'/> |
1057 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1058 | <fieldValue name='transparency' value='0'/> |
1059 | <fieldValue name='translation' value='-1.25892 -1.10660 -2.28356'/> |
1060 | <fieldValue name='textTranslation' value='-1.10892 -1.10660 -2.28356'/> |
1061 | <fieldValue name='textColor' value='0 0 0'/> |
1062 | </ProtoInstance> |
1063 | <ProtoInstance name='Vertex'> |
1064 | <fieldValue name='vertexText' value='"drop"'/> |
1065 | <fieldValue name='description' value='21: drop'/> |
1066 | <fieldValue name='url'/> |
1067 | <fieldValue name='radius' value='0.1500'/> |
1068 | <fieldValue name='displayMode'/> |
1069 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1070 | <fieldValue name='transparency' value='0'/> |
1071 | <fieldValue name='translation' value='-0.12359 1.54029 -1.98773'/> |
1072 | <fieldValue name='textTranslation' value='0.02641 1.54029 -1.98773'/> |
1073 | <fieldValue name='textColor' value='0 0 0'/> |
1074 | </ProtoInstance> |
1075 | <ProtoInstance name='Vertex'> |
1076 | <fieldValue name='vertexText' value='"field"'/> |
1077 | <fieldValue name='description' value='22: field'/> |
1078 | <fieldValue name='url'/> |
1079 | <fieldValue name='radius' value='0.1500'/> |
1080 | <fieldValue name='displayMode'/> |
1081 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1082 | <fieldValue name='transparency' value='0'/> |
1083 | <fieldValue name='translation' value='0.87301 -1.69473 -2.05957'/> |
1084 | <fieldValue name='textTranslation' value='1.02301 -1.69473 -2.05957'/> |
1085 | <fieldValue name='textColor' value='0 0 0'/> |
1086 | </ProtoInstance> |
1087 | <ProtoInstance name='Vertex'> |
1088 | <fieldValue name='vertexText' value='"footer"'/> |
1089 | <fieldValue name='description' value='23: footer'/> |
1090 | <fieldValue name='url'/> |
1091 | <fieldValue name='radius' value='0.1500'/> |
1092 | <fieldValue name='displayMode'/> |
1093 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1094 | <fieldValue name='transparency' value='0'/> |
1095 | <fieldValue name='translation' value='2.74079 1.80297 1.68371'/> |
1096 | <fieldValue name='textTranslation' value='2.89079 1.80297 1.68371'/> |
1097 | <fieldValue name='textColor' value='0 0 0'/> |
1098 | </ProtoInstance> |
1099 | <ProtoInstance name='Vertex'> |
1100 | <fieldValue name='vertexText' value='"force"'/> |
1101 | <fieldValue name='description' value='24: force'/> |
1102 | <fieldValue name='url'/> |
1103 | <fieldValue name='radius' value='0.1500'/> |
1104 | <fieldValue name='displayMode'/> |
1105 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1106 | <fieldValue name='transparency' value='0'/> |
1107 | <fieldValue name='translation' value='-0.30768 -2.11164 -1.86990'/> |
1108 | <fieldValue name='textTranslation' value='-0.15768 -2.11164 -1.86990'/> |
1109 | <fieldValue name='textColor' value='0 0 0'/> |
1110 | </ProtoInstance> |
1111 | <ProtoInstance name='Vertex'> |
1112 | <fieldValue name='vertexText' value='"jobs"'/> |
1113 | <fieldValue name='description' value='25: jobs'/> |
1114 | <fieldValue name='url'/> |
1115 | <fieldValue name='radius' value='0.1500'/> |
1116 | <fieldValue name='displayMode'/> |
1117 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1118 | <fieldValue name='transparency' value='0'/> |
1119 | <fieldValue name='translation' value='2.30456 0.84994 2.37635'/> |
1120 | <fieldValue name='textTranslation' value='2.45456 0.84994 2.37635'/> |
1121 | <fieldValue name='textColor' value='0 0 0'/> |
1122 | </ProtoInstance> |
1123 | <ProtoInstance name='Vertex'> |
1124 | <fieldValue name='vertexText' value='"joint"'/> |
1125 | <fieldValue name='description' value='26: joint'/> |
1126 | <fieldValue name='url'/> |
1127 | <fieldValue name='radius' value='0.1500'/> |
1128 | <fieldValue name='displayMode'/> |
1129 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1130 | <fieldValue name='transparency' value='0'/> |
1131 | <fieldValue name='translation' value='-0.33190 -1.31477 -2.42662'/> |
1132 | <fieldValue name='textTranslation' value='-0.18190 -1.31477 -2.42662'/> |
1133 | <fieldValue name='textColor' value='0 0 0'/> |
1134 | </ProtoInstance> |
1135 | <ProtoInstance name='Vertex'> |
1136 | <fieldValue name='vertexText' value='"jose"'/> |
1137 | <fieldValue name='description' value='27: jose'/> |
1138 | <fieldValue name='url'/> |
1139 | <fieldValue name='radius' value='0.1500'/> |
1140 | <fieldValue name='displayMode'/> |
1141 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1142 | <fieldValue name='transparency' value='0'/> |
1143 | <fieldValue name='translation' value='-0.97199 -2.44196 -2.49252'/> |
1144 | <fieldValue name='textTranslation' value='-0.82199 -2.44196 -2.49252'/> |
1145 | <fieldValue name='textColor' value='0 0 0'/> |
1146 | </ProtoInstance> |
1147 | <ProtoInstance name='Vertex'> |
1148 | <fieldValue name='vertexText' value='"office"'/> |
1149 | <fieldValue name='description' value='28: office'/> |
1150 | <fieldValue name='url'/> |
1151 | <fieldValue name='radius' value='0.1500'/> |
1152 | <fieldValue name='displayMode'/> |
1153 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1154 | <fieldValue name='transparency' value='0'/> |
1155 | <fieldValue name='translation' value='-0.20644 -1.69013 -0.63174'/> |
1156 | <fieldValue name='textTranslation' value='-0.05644 -1.69013 -0.63174'/> |
1157 | <fieldValue name='textColor' value='0 0 0'/> |
1158 | </ProtoInstance> |
1159 | <ProtoInstance name='Vertex'> |
1160 | <fieldValue name='vertexText' value='"ongoing"'/> |
1161 | <fieldValue name='description' value='29: ongoing'/> |
1162 | <fieldValue name='url'/> |
1163 | <fieldValue name='radius' value='0.1500'/> |
1164 | <fieldValue name='displayMode'/> |
1165 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1166 | <fieldValue name='transparency' value='0'/> |
1167 | <fieldValue name='translation' value='0.02143 -2.75174 -1.15038'/> |
1168 | <fieldValue name='textTranslation' value='0.17143 -2.75174 -1.15038'/> |
1169 | <fieldValue name='textColor' value='0 0 0'/> |
1170 | </ProtoInstance> |
1171 | <ProtoInstance name='Vertex'> |
1172 | <fieldValue name='vertexText' value='"operation"'/> |
1173 | <fieldValue name='description' value='30: operation'/> |
1174 | <fieldValue name='url'/> |
1175 | <fieldValue name='radius' value='0.1500'/> |
1176 | <fieldValue name='displayMode'/> |
1177 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1178 | <fieldValue name='transparency' value='0'/> |
1179 | <fieldValue name='translation' value='-1.41555 -1.82118 -1.89716'/> |
1180 | <fieldValue name='textTranslation' value='-1.26555 -1.82118 -1.89716'/> |
1181 | <fieldValue name='textColor' value='0 0 0'/> |
1182 | </ProtoInstance> |
1183 | <ProtoInstance name='Vertex'> |
1184 | <fieldValue name='vertexText' value='"part"'/> |
1185 | <fieldValue name='description' value='31: part'/> |
1186 | <fieldValue name='url'/> |
1187 | <fieldValue name='radius' value='0.1500'/> |
1188 | <fieldValue name='displayMode'/> |
1189 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1190 | <fieldValue name='transparency' value='0'/> |
1191 | <fieldValue name='translation' value='-0.76654 -1.09245 -2.45291'/> |
1192 | <fieldValue name='textTranslation' value='-0.61654 -1.09245 -2.45291'/> |
1193 | <fieldValue name='textColor' value='0 0 0'/> |
1194 | </ProtoInstance> |
1195 | <ProtoInstance name='Vertex'> |
1196 | <fieldValue name='vertexText' value='"public"'/> |
1197 | <fieldValue name='description' value='32: public'/> |
1198 | <fieldValue name='url'/> |
1199 | <fieldValue name='radius' value='0.1500'/> |
1200 | <fieldValue name='displayMode'/> |
1201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1202 | <fieldValue name='transparency' value='0'/> |
1203 | <fieldValue name='translation' value='-0.29124 -0.75899 -0.74560'/> |
1204 | <fieldValue name='textTranslation' value='-0.14124 -0.75899 -0.74560'/> |
1205 | <fieldValue name='textColor' value='0 0 0'/> |
1206 | </ProtoInstance> |
1207 | <ProtoInstance name='Vertex'> |
1208 | <fieldValue name='vertexText' value='"response"'/> |
1209 | <fieldValue name='description' value='33: response'/> |
1210 | <fieldValue name='url'/> |
1211 | <fieldValue name='radius' value='0.1500'/> |
1212 | <fieldValue name='displayMode'/> |
1213 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1214 | <fieldValue name='transparency' value='0'/> |
1215 | <fieldValue name='translation' value='-1.02561 -2.14783 -1.07676'/> |
1216 | <fieldValue name='textTranslation' value='-0.87561 -2.14783 -1.07676'/> |
1217 | <fieldValue name='textColor' value='0 0 0'/> |
1218 | </ProtoInstance> |
1219 | <ProtoInstance name='Vertex'> |
1220 | <fieldValue name='vertexText' value='"robert"'/> |
1221 | <fieldValue name='description' value='34: robert'/> |
1222 | <fieldValue name='url'/> |
1223 | <fieldValue name='radius' value='0.1500'/> |
1224 | <fieldValue name='displayMode'/> |
1225 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1226 | <fieldValue name='transparency' value='0'/> |
1227 | <fieldValue name='translation' value='-1.21845 -2.55704 -0.63027'/> |
1228 | <fieldValue name='textTranslation' value='-1.06845 -2.55704 -0.63027'/> |
1229 | <fieldValue name='textColor' value='0 0 0'/> |
1230 | </ProtoInstance> |
1231 | <ProtoInstance name='Vertex'> |
1232 | <fieldValue name='vertexText' value='"runway"'/> |
1233 | <fieldValue name='description' value='35: runway'/> |
1234 | <fieldValue name='url'/> |
1235 | <fieldValue name='radius' value='0.1500'/> |
1236 | <fieldValue name='displayMode'/> |
1237 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1238 | <fieldValue name='transparency' value='0'/> |
1239 | <fieldValue name='translation' value='-0.96225 2.66869 -1.91821'/> |
1240 | <fieldValue name='textTranslation' value='-0.81225 2.66869 -1.91821'/> |
1241 | <fieldValue name='textColor' value='0 0 0'/> |
1242 | </ProtoInstance> |
1243 | <ProtoInstance name='Vertex'> |
1244 | <fieldValue name='vertexText' value='"san"'/> |
1245 | <fieldValue name='description' value='36: san'/> |
1246 | <fieldValue name='url'/> |
1247 | <fieldValue name='radius' value='0.1500'/> |
1248 | <fieldValue name='displayMode'/> |
1249 | <fieldValue name='diffuseColor' value='1.0000 0.8471 0.9490'/> |
1250 | <fieldValue name='transparency' value='0'/> |
1251 | <fieldValue name='translation' value='0.35745 -1.58745 -1.56636'/> |
1252 | <fieldValue name='textTranslation' value='0.50745 -1.58745 -1.56636'/> |
1253 | <fieldValue name='textColor' value='0 0 0'/> |
1254 | </ProtoInstance> |
1255 | <ProtoInstance name='Vertex'> |
1256 | <fieldValue name='vertexText' value='"soldiers"'/> |
1257 | <fieldValue name='description' value='37: soldiers'/> |
1258 | <fieldValue name='url'/> |
1259 | <fieldValue name='radius' value='0.1500'/> |
1260 | <fieldValue name='displayMode'/> |
1261 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1262 | <fieldValue name='transparency' value='0'/> |
1263 | <fieldValue name='translation' value='-1.48874 -0.72354 -1.40460'/> |
1264 | <fieldValue name='textTranslation' value='-1.33874 -0.72354 -1.40460'/> |
1265 | <fieldValue name='textColor' value='0 0 0'/> |
1266 | </ProtoInstance> |
1267 | <ProtoInstance name='Vertex'> |
1268 | <fieldValue name='vertexText' value='"south"'/> |
1269 | <fieldValue name='description' value='38: south'/> |
1270 | <fieldValue name='url'/> |
1271 | <fieldValue name='radius' value='0.1500'/> |
1272 | <fieldValue name='displayMode'/> |
1273 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1274 | <fieldValue name='transparency' value='0'/> |
1275 | <fieldValue name='translation' value='-0.88804 -0.81255 -1.09482'/> |
1276 | <fieldValue name='textTranslation' value='-0.73804 -0.81255 -1.09482'/> |
1277 | <fieldValue name='textColor' value='0 0 0'/> |
1278 | </ProtoInstance> |
1279 | <ProtoInstance name='Vertex'> |
1280 | <fieldValue name='vertexText' value='"status"'/> |
1281 | <fieldValue name='description' value='39: status'/> |
1282 | <fieldValue name='url'/> |
1283 | <fieldValue name='radius' value='0.1500'/> |
1284 | <fieldValue name='displayMode'/> |
1285 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1286 | <fieldValue name='transparency' value='0'/> |
1287 | <fieldValue name='translation' value='1.00317 1.47522 2.74587'/> |
1288 | <fieldValue name='textTranslation' value='1.15317 1.47522 2.74587'/> |
1289 | <fieldValue name='textColor' value='0 0 0'/> |
1290 | </ProtoInstance> |
1291 | <ProtoInstance name='Vertex'> |
1292 | <fieldValue name='vertexText' value='"supplies"'/> |
1293 | <fieldValue name='description' value='40: supplies'/> |
1294 | <fieldValue name='url'/> |
1295 | <fieldValue name='radius' value='0.1500'/> |
1296 | <fieldValue name='displayMode'/> |
1297 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1298 | <fieldValue name='transparency' value='0'/> |
1299 | <fieldValue name='translation' value='-0.84766 1.96766 -2.41255'/> |
1300 | <fieldValue name='textTranslation' value='-0.69766 1.96766 -2.41255'/> |
1301 | <fieldValue name='textColor' value='0 0 0'/> |
1302 | </ProtoInstance> |
1303 | <ProtoInstance name='Vertex'> |
1304 | <fieldValue name='vertexText' value='"task"'/> |
1305 | <fieldValue name='description' value='41: task'/> |
1306 | <fieldValue name='url'/> |
1307 | <fieldValue name='radius' value='0.1500'/> |
1308 | <fieldValue name='displayMode'/> |
1309 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1310 | <fieldValue name='transparency' value='0'/> |
1311 | <fieldValue name='translation' value='-0.28406 -1.77967 -2.24807'/> |
1312 | <fieldValue name='textTranslation' value='-0.13406 -1.77967 -2.24807'/> |
1313 | <fieldValue name='textColor' value='0 0 0'/> |
1314 | </ProtoInstance> |
1315 | <ProtoInstance name='Vertex'> |
1316 | <fieldValue name='vertexText' value='"terms"'/> |
1317 | <fieldValue name='description' value='42: terms'/> |
1318 | <fieldValue name='url'/> |
1319 | <fieldValue name='radius' value='0.1500'/> |
1320 | <fieldValue name='displayMode'/> |
1321 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1322 | <fieldValue name='transparency' value='0'/> |
1323 | <fieldValue name='translation' value='2.04869 1.28683 2.43845'/> |
1324 | <fieldValue name='textTranslation' value='2.19869 1.28683 2.43845'/> |
1325 | <fieldValue name='textColor' value='0 0 0'/> |
1326 | </ProtoInstance> |
1327 | <ProtoInstance name='Vertex'> |
1328 | <fieldValue name='vertexText' value='"twitter"'/> |
1329 | <fieldValue name='description' value='43: twitter'/> |
1330 | <fieldValue name='url'/> |
1331 | <fieldValue name='radius' value='0.1500'/> |
1332 | <fieldValue name='displayMode'/> |
1333 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1334 | <fieldValue name='transparency' value='0'/> |
1335 | <fieldValue name='translation' value='1.29554 2.46706 2.17936'/> |
1336 | <fieldValue name='textTranslation' value='1.44554 2.46706 2.17936'/> |
1337 | <fieldValue name='textColor' value='0 0 0'/> |
1338 | </ProtoInstance> |
1339 | <ProtoInstance name='Vertex'> |
1340 | <fieldValue name='vertexText' value='"unified"'/> |
1341 | <fieldValue name='description' value='44: unified'/> |
1342 | <fieldValue name='url'/> |
1343 | <fieldValue name='radius' value='0.1500'/> |
1344 | <fieldValue name='displayMode'/> |
1345 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1346 | <fieldValue name='transparency' value='0'/> |
1347 | <fieldValue name='translation' value='-1.25335 -2.07681 -1.53980'/> |
1348 | <fieldValue name='textTranslation' value='-1.10335 -2.07681 -1.53980'/> |
1349 | <fieldValue name='textColor' value='0 0 0'/> |
1350 | </ProtoInstance> |
1351 | <ProtoInstance name='Vertex'> |
1352 | <fieldValue name='vertexText' value='"victims"'/> |
1353 | <fieldValue name='description' value='45: victims'/> |
1354 | <fieldValue name='url'/> |
1355 | <fieldValue name='radius' value='0.1500'/> |
1356 | <fieldValue name='displayMode'/> |
1357 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1358 | <fieldValue name='transparency' value='0'/> |
1359 | <fieldValue name='translation' value='0.16894 -0.85927 -1.83701'/> |
1360 | <fieldValue name='textTranslation' value='0.31894 -0.85927 -1.83701'/> |
1361 | <fieldValue name='textColor' value='0 0 0'/> |
1362 | </ProtoInstance> |
1363 | </Scene> |
1364 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 835
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 847
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 859
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 871
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 883
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 895
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 907
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 919
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 931
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 943
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 955
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 967
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 979
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 991
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1003
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1015
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1027
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1039
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1051
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1063
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1075
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1087
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1099
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1111
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1123
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1135
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1147
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1159
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1171
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1183
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1195
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1207
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1219
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1231
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1243
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1255
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1267
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1279
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1291
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1303
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1315
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1327
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1339
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1351
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
<!--
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.
-->