1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <meta name='title' content=' PajekVisualizationExamples.x3d '/> |
6 | <meta name='description' content='Reverse engineer and hopefully elaborate on Pajek visualization structures'/> |
7 | <meta name='creator' content='Don Brutzman and Elaine Reid'/> |
8 | <meta name='created' content='17 May 2011'/> |
9 | <meta name='modified' content='25 September 2023'/> |
10 | <meta name='reference' content='http://pajek.imfm.si'/> |
11 | <meta name='subject' content='network visualization'/> |
12 | <meta name=' warning ' content=' under development '/> |
13 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/> |
14 | <meta name='generator' content='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
15 | <meta name='license' content='../../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <WorldInfo title='PajekVisualizationExamples.x3d'/> |
19 | <ExternProtoDeclare name='Arc' appinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '> |
20 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Arc'/> |
21 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Arc'/> |
22 |
<field name='cylinderHeight' type='SFFloat' accessType='initializeOnly'
appinfo='length of Arc between Vertex locations'/> |
23 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
24 |
<field name='cylinderTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Arc'/> |
25 |
<field name='coneTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='see TODO items in ArcScript'/> |
26 |
<field name='rotation' type='SFRotation' accessType='inputOutput'
appinfo='orientation of Arc'/> |
27 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
28 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Arc'/> |
29 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Arc'/> |
30 |
<field name='ballRadius' type='SFFloat' accessType='inputOutput'
appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/> |
31 |
<field name='traceEnabled' type='SFBool' accessType='inputOutput'
appinfo='debug trace to Browser output console'/> |
32 | </ExternProtoDeclare> |
33 | <ExternProtoDeclare name='Vertex' appinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '> |
34 |
<field name='name' type='SFString' accessType='inputOutput'
appinfo='name to identify this Vertex'/> |
35 |
<field name='description' type='SFString' accessType='inputOutput'
appinfo='popup text describing this Vertex'/> |
36 |
<field name='url' type='MFString' accessType='inputOutput'
appinfo='link to some other resource'/> |
37 |
<field name='radius' type='SFFloat' accessType='initializeOnly'
appinfo='size of Vertex ball'/> |
38 |
<field name='displayMode' type='SFString' accessType='inputOutput'
appinfo='rendering choices: BallAndStick, Ball, Stick'/> |
39 |
<field name='diffuseColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Vertex'/> |
40 |
<field name='transparency' type='SFFloat' accessType='inputOutput'
appinfo='transparency of Vertex'/> |
41 |
<field name='translation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Vertex'/> |
42 |
<field name='vertexText' type='MFString' accessType='inputOutput'
appinfo='labels to identify Vertex'/> |
43 |
<field name='textTranslation' type='SFVec3f' accessType='inputOutput'
appinfo='location of Text'/> |
44 |
<field name='textColor' type='SFColor' accessType='inputOutput'
appinfo='diffuseColor of Text'/> |
45 | </ExternProtoDeclare> |
46 | <ExternProtoDeclare name='NetworkText' appinfo='Text describing what the Vertices and Arcs are about' url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '> |
47 |
<field name='text' type='MFString' accessType='inputOutput'
appinfo='information to identify the Integral Network'/> |
48 | </ExternProtoDeclare> |
49 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.571' skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/> |
50 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
51 | <NavigationInfo transitionType='"ANIMATE"' type='"EXAMINE" "FLY" "ANY"'/> |
52 | <Viewpoint description='Inspect 15JAN2010Newman' orientation='1 0 0 -0.0997' position='0 2 20'/> |
53 | <ProtoInstance name='Arc'> |
54 | <fieldValue name='cylinderHeight' value='0.74287'/> |
55 | <fieldValue name='cylinderTranslation' value='1.63189 2.02318 1.01571'/> |
56 | <fieldValue name='coneTranslation' value='1.63303 2.23459 1.01252'/> |
57 | <fieldValue name='rotation' value='-1.11862 0 -0.39779 0.01598'/> |
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='1.39522'/> |
66 | <fieldValue name='cylinderTranslation' value='1.33190 1.64447 1.65201'/> |
67 | <fieldValue name='coneTranslation' value='1.10225 1.63883 2.13807'/> |
68 | <fieldValue name='rotation' value='126.14248 -0.00000 59.60059 1.58130'/> |
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.43053'/> |
77 | <fieldValue name='cylinderTranslation' value='1.14331 1.83098 0.52863'/> |
78 | <fieldValue name='coneTranslation' value='0.76556 1.97008 0.14617'/> |
79 | <fieldValue name='rotation' value='-98.53424 0 97.31907 1.31759'/> |
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.18286'/> |
88 | <fieldValue name='cylinderTranslation' value='1.80690 1.68919 1.58438'/> |
89 | <fieldValue name='coneTranslation' value='1.93602 1.71646 1.99513'/> |
90 | <fieldValue name='rotation' value='112.61636 0 -35.40014 1.50754'/> |
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.32681'/> |
99 | <fieldValue name='cylinderTranslation' value='1.29419 2.02987 1.45080'/> |
100 | <fieldValue name='coneTranslation' value='1.03945 2.31676 1.77671'/> |
101 | <fieldValue name='rotation' value='85.89942 -0.00000 67.14194 0.96442'/> |
102 | <fieldValue name='diffuseColor' value='0 0 0'/> |
103 | <fieldValue name='ballRadius' value='0.02'/> |
104 | <fieldValue name='traceEnabled' value='false'/> |
105 | <fieldValue name='displayMode'/> |
106 | <fieldValue name='transparency' value='0'/> |
107 | </ProtoInstance> |
108 | <ProtoInstance name='Arc'> |
109 | <fieldValue name='cylinderHeight' value='0.57864'/> |
110 | <fieldValue name='cylinderTranslation' value='1.69716 1.85342 0.82501'/> |
111 | <fieldValue name='coneTranslation' value='1.72723 1.94354 0.73727'/> |
112 | <fieldValue name='rotation' value='-39.25836 0 -13.45204 0.79975'/> |
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.23340'/> |
121 | <fieldValue name='cylinderTranslation' value='1.36336 2.20299 0.94739'/> |
122 | <fieldValue name='coneTranslation' value='1.16598 2.61118 0.89266'/> |
123 | <fieldValue name='rotation' value='-14.78173 0 53.30803 0.46510'/> |
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.38952'/> |
132 | <fieldValue name='cylinderTranslation' value='1.75581 1.22738 0.48584'/> |
133 | <fieldValue name='coneTranslation' value='1.85273 0.90071 0.07370'/> |
134 | <fieldValue name='rotation' value='-107.09126 0 -25.18175 2.22796'/> |
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.36066'/> |
143 | <fieldValue name='cylinderTranslation' value='2.01853 1.56764 0.46927'/> |
144 | <fieldValue name='coneTranslation' value='2.31575 1.50328 0.04706'/> |
145 | <fieldValue name='rotation' value='-110.40699 0 -77.72455 1.69481'/> |
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.35357'/> |
154 | <fieldValue name='cylinderTranslation' value='2.19066 1.31547 0.84673'/> |
155 | <fieldValue name='coneTranslation' value='2.61885 1.05866 0.71344'/> |
156 | <fieldValue name='rotation' value='-34.91344 0 -112.15141 2.09087'/> |
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.40896'/> |
165 | <fieldValue name='cylinderTranslation' value='1.77473 1.03321 1.32571'/> |
166 | <fieldValue name='coneTranslation' value='1.88667 0.55511 1.56099'/> |
167 | <fieldValue name='rotation' value='60.88224 0 -28.96554 2.64263'/> |
168 | <fieldValue name='diffuseColor' value='0 0 0'/> |
169 | <fieldValue name='ballRadius' value='0.02'/> |
170 | <fieldValue name='traceEnabled' value='false'/> |
171 | <fieldValue name='displayMode'/> |
172 | <fieldValue name='transparency' value='0'/> |
173 | </ProtoInstance> |
174 | <ProtoInstance name='Arc'> |
175 | <fieldValue name='cylinderHeight' value='1.21774'/> |
176 | <fieldValue name='cylinderTranslation' value='2.03356 1.45589 1.43289'/> |
177 | <fieldValue name='coneTranslation' value='2.33114 1.31146 1.73631'/> |
178 | <fieldValue name='rotation' value='82.31714 0 -80.73132 1.89838'/> |
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.40988'/> |
187 | <fieldValue name='cylinderTranslation' value='2.13530 1.16089 0.99817'/> |
188 | <fieldValue name='coneTranslation' value='2.52598 0.78141 0.98029'/> |
189 | <fieldValue name='rotation' value='-4.62620 0 -101.07839 2.34113'/> |
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.41526'/> |
198 | <fieldValue name='cylinderTranslation' value='1.43061 1.43137 1.66351'/> |
199 | <fieldValue name='coneTranslation' value='1.27637 1.26078 2.16051'/> |
200 | <fieldValue name='rotation' value='128.44178 -0.00000 39.85953 1.88757'/> |
201 | <fieldValue name='diffuseColor' value='0 0 0'/> |
202 | <fieldValue name='ballRadius' value='0.02'/> |
203 | <fieldValue name='traceEnabled' value='false'/> |
204 | <fieldValue name='displayMode'/> |
205 | <fieldValue name='transparency' value='0'/> |
206 | </ProtoInstance> |
207 | <ProtoInstance name='Arc'> |
208 | <fieldValue name='cylinderHeight' value='0.59884'/> |
209 | <fieldValue name='cylinderTranslation' value='1.82405 1.69223 1.24564'/> |
210 | <fieldValue name='coneTranslation' value='1.91445 1.71106 1.35009'/> |
211 | <fieldValue name='rotation' value='44.86707 0 -38.82855 1.43533'/> |
212 | <fieldValue name='diffuseColor' value='0 0 0'/> |
213 | <fieldValue name='ballRadius' value='0.02'/> |
214 | <fieldValue name='traceEnabled' value='false'/> |
215 | <fieldValue name='displayMode'/> |
216 | <fieldValue name='transparency' value='0'/> |
217 | </ProtoInstance> |
218 | <ProtoInstance name='Arc'> |
219 | <fieldValue name='cylinderHeight' value='0.76531'/> |
220 | <fieldValue name='cylinderTranslation' value='1.71682 1.36059 0.78877'/> |
221 | <fieldValue name='coneTranslation' value='1.76739 1.19114 0.65347'/> |
222 | <fieldValue name='rotation' value='-46.50577 0 -17.38294 2.43567'/> |
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.22978'/> |
231 | <fieldValue name='cylinderTranslation' value='1.78391 1.88663 0.47428'/> |
232 | <fieldValue name='coneTranslation' value='1.89784 2.06036 0.06961'/> |
233 | <fieldValue name='rotation' value='-109.40330 0 -30.80083 1.17894'/> |
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.41744'/> |
242 | <fieldValue name='cylinderTranslation' value='0.98541 1.94634 1.00854'/> |
243 | <fieldValue name='coneTranslation' value='0.48642 2.17438 0.99866'/> |
244 | <fieldValue name='rotation' value='-2.55202 0 128.89790 1.14220'/> |
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='1.26324'/> |
253 | <fieldValue name='cylinderTranslation' value='1.51043 2.00398 0.51077'/> |
254 | <fieldValue name='coneTranslation' value='1.42123 2.26694 0.12957'/> |
255 | <fieldValue name='rotation' value='-102.10534 0 23.89398 0.97932'/> |
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.78079'/> |
264 | <fieldValue name='cylinderTranslation' value='1.71471 1.28298 1.11719'/> |
265 | <fieldValue name='coneTranslation' value='1.76475 1.06533 1.17378'/> |
266 | <fieldValue name='rotation' value='19.17844 0 -16.96039 2.80751'/> |
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.41527'/> |
275 | <fieldValue name='cylinderTranslation' value='0.98357 1.85450 1.22603'/> |
276 | <fieldValue name='coneTranslation' value='0.48338 2.01137 1.38447'/> |
277 | <fieldValue name='rotation' value='40.94595 -0.00000 129.26596 1.28028'/> |
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.23370'/> |
286 | <fieldValue name='cylinderTranslation' value='-1.82194 -1.64319 2.17637'/> |
287 | <fieldValue name='coneTranslation' value='-1.81125 -1.35954 2.53433'/> |
288 | <fieldValue name='rotation' value='96.66470 0 -2.88585 0.90090'/> |
289 | <fieldValue name='diffuseColor' value='0 0 0'/> |
290 | <fieldValue name='ballRadius' value='0.02'/> |
291 | <fieldValue name='traceEnabled' value='false'/> |
292 | <fieldValue name='displayMode'/> |
293 | <fieldValue name='transparency' value='0'/> |
294 | </ProtoInstance> |
295 | <ProtoInstance name='Arc'> |
296 | <fieldValue name='cylinderHeight' value='0.67393'/> |
297 | <fieldValue name='cylinderTranslation' value='-2.13613 -1.90647 1.59634'/> |
298 | <fieldValue name='coneTranslation' value='-2.29356 -1.84359 1.54555'/> |
299 | <fieldValue name='rotation' value='-19.34224 0 59.95239 1.20754'/> |
300 | <fieldValue name='diffuseColor' value='0 0 0'/> |
301 | <fieldValue name='ballRadius' value='0.02'/> |
302 | <fieldValue name='traceEnabled' value='false'/> |
303 | <fieldValue name='displayMode'/> |
304 | <fieldValue name='transparency' value='0'/> |
305 | </ProtoInstance> |
306 | <ProtoInstance name='Arc'> |
307 | <fieldValue name='cylinderHeight' value='1.23103'/> |
308 | <fieldValue name='cylinderTranslation' value='-2.10303 -1.98939 1.13952'/> |
309 | <fieldValue name='coneTranslation' value='-2.30038 -1.96216 0.72988'/> |
310 | <fieldValue name='rotation' value='-110.70557 0 53.33298 1.51097'/> |
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.22467'/> |
319 | <fieldValue name='cylinderTranslation' value='-2.15726 -1.52760 1.84597'/> |
320 | <fieldValue name='coneTranslation' value='-2.39430 -1.15928 1.95893'/> |
321 | <fieldValue name='rotation' value='30.58363 -0.00000 64.17789 0.61935'/> |
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.67842'/> |
330 | <fieldValue name='cylinderTranslation' value='-2.08444 -1.82452 1.80640'/> |
331 | <fieldValue name='coneTranslation' value='-2.21550 -1.71797 1.86628'/> |
332 | <fieldValue name='rotation' value='22.66992 -0.00000 49.61402 0.93407'/> |
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.28693'/> |
341 | <fieldValue name='cylinderTranslation' value='-1.28638 -2.15640 2.00063'/> |
342 | <fieldValue name='coneTranslation' value='-0.87315 -2.25423 2.23172'/> |
343 | <fieldValue name='rotation' value='61.51542 0 -109.99774 1.77455'/> |
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='1.22032'/> |
352 | <fieldValue name='cylinderTranslation' value='-1.94792 -2.15491 1.10715'/> |
353 | <fieldValue name='coneTranslation' value='-2.03022 -2.24988 0.67489'/> |
354 | <fieldValue name='rotation' value='-117.18041 0 22.31073 1.78335'/> |
355 | <fieldValue name='diffuseColor' value='0 0 0'/> |
356 | <fieldValue name='ballRadius' value='0.02'/> |
357 | <fieldValue name='traceEnabled' value='false'/> |
358 | <fieldValue name='displayMode'/> |
359 | <fieldValue name='transparency' value='0'/> |
360 | </ProtoInstance> |
361 | <ProtoInstance name='Arc'> |
362 | <fieldValue name='cylinderHeight' value='0.61185'/> |
363 | <fieldValue name='cylinderTranslation' value='-1.67557 -2.24383 1.83577'/> |
364 | <fieldValue name='coneTranslation' value='-1.59886 -2.34764 1.90385'/> |
365 | <fieldValue name='rotation' value='28.54502 0 -32.16014 2.36227'/> |
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.60456'/> |
374 | <fieldValue name='cylinderTranslation' value='-1.74361 -2.12028 1.96493'/> |
375 | <fieldValue name='coneTranslation' value='-1.69995 -2.16456 2.09290'/> |
376 | <fieldValue name='rotation' value='54.37605 0 -18.55164 1.88729'/> |
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.30069'/> |
385 | <fieldValue name='cylinderTranslation' value='-1.27997 -2.35320 1.61285'/> |
386 | <fieldValue name='coneTranslation' value='-0.86045 -2.59976 1.55238'/> |
387 | <fieldValue name='rotation' value='-16.03964 0 -111.28001 2.09766'/> |
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.68365'/> |
396 | <fieldValue name='cylinderTranslation' value='-1.75984 -2.28895 1.48823'/> |
397 | <fieldValue name='coneTranslation' value='-1.71914 -2.42871 1.37929'/> |
398 | <fieldValue name='rotation' value='-40.96318 0 -15.30486 2.44756'/> |
399 | <fieldValue name='diffuseColor' value='0 0 0'/> |
400 | <fieldValue name='ballRadius' value='0.02'/> |
401 | <fieldValue name='traceEnabled' value='false'/> |
402 | <fieldValue name='displayMode'/> |
403 | <fieldValue name='transparency' value='0'/> |
404 | </ProtoInstance> |
405 | <ProtoInstance name='Arc'> |
406 | <fieldValue name='cylinderHeight' value='1.22624'/> |
407 | <fieldValue name='cylinderTranslation' value='-2.26394 -1.67013 1.43555'/> |
408 | <fieldValue name='coneTranslation' value='-2.57993 -1.40698 1.24524'/> |
409 | <fieldValue name='rotation' value='-51.50067 0 85.51475 0.95114'/> |
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.23287'/> |
418 | <fieldValue name='cylinderTranslation' value='-1.63598 -1.78301 2.22286'/> |
419 | <fieldValue name='coneTranslation' value='-1.48760 -1.60295 2.61515'/> |
420 | <fieldValue name='rotation' value='105.96108 0 -40.07842 1.16527'/> |
421 | <fieldValue name='diffuseColor' value='0 0 0'/> |
422 | <fieldValue name='ballRadius' value='0.02'/> |
423 | <fieldValue name='traceEnabled' value='false'/> |
424 | <fieldValue name='displayMode'/> |
425 | <fieldValue name='transparency' value='0'/> |
426 | </ProtoInstance> |
427 | <ProtoInstance name='Arc'> |
428 | <fieldValue name='cylinderHeight' value='1.20822'/> |
429 | <fieldValue name='cylinderTranslation' value='-1.55638 -2.39019 1.30054'/> |
430 | <fieldValue name='coneTranslation' value='-1.35054 -2.65778 1.01199'/> |
431 | <fieldValue name='rotation' value='-78.50196 0 -55.99811 2.21746'/> |
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.01353'/> |
440 | <fieldValue name='cylinderTranslation' value='-0.75857 -0.46475 -2.56564'/> |
441 | <fieldValue name='coneTranslation' value='-0.98082 -0.19860 -2.56232'/> |
442 | <fieldValue name='rotation' value='0.96949 -0.00000 64.96138 0.69582'/> |
443 | <fieldValue name='diffuseColor' value='0 0 0'/> |
444 | <fieldValue name='ballRadius' value='0.02'/> |
445 | <fieldValue name='traceEnabled' value='false'/> |
446 | <fieldValue name='displayMode'/> |
447 | <fieldValue name='transparency' value='0'/> |
448 | </ProtoInstance> |
449 | <ProtoInstance name='Arc'> |
450 | <fieldValue name='cylinderHeight' value='0.94475'/> |
451 | <fieldValue name='cylinderTranslation' value='-0.03596 -0.60969 -2.64360'/> |
452 | <fieldValue name='coneTranslation' value='0.22710 -0.44833 -2.69195'/> |
453 | <fieldValue name='rotation' value='-14.62380 0 -79.56028 1.02795'/> |
454 | <fieldValue name='diffuseColor' value='0 0 0'/> |
455 | <fieldValue name='ballRadius' value='0.02'/> |
456 | <fieldValue name='traceEnabled' value='false'/> |
457 | <fieldValue name='displayMode'/> |
458 | <fieldValue name='transparency' value='0'/> |
459 | </ProtoInstance> |
460 | <ProtoInstance name='Arc'> |
461 | <fieldValue name='cylinderHeight' value='0.54697'/> |
462 | <fieldValue name='cylinderTranslation' value='-0.34231 -1.10608 -2.51817'/> |
463 | <fieldValue name='coneTranslation' value='-0.30436 -1.21081 -2.49646'/> |
464 | <fieldValue name='rotation' value='10.46350 0 -18.29085 2.74611'/> |
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='1.01670'/> |
473 | <fieldValue name='cylinderTranslation' value='-0.09976 -1.21308 -2.43738'/> |
474 | <fieldValue name='coneTranslation' value='0.12911 -1.45935 -2.34617'/> |
475 | <fieldValue name='rotation' value='26.62051 0 -66.79902 2.35596'/> |
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.53037'/> |
484 | <fieldValue name='cylinderTranslation' value='-0.58469 -1.06227 -2.50689'/> |
485 | <fieldValue name='coneTranslation' value='-0.64456 -1.14500 -2.48167'/> |
486 | <fieldValue name='rotation' value='12.71873 -0.00000 30.18691 2.47588'/> |
487 | <fieldValue name='diffuseColor' value='0 0 0'/> |
488 | <fieldValue name='ballRadius' value='0.02'/> |
489 | <fieldValue name='traceEnabled' value='false'/> |
490 | <fieldValue name='displayMode'/> |
491 | <fieldValue name='transparency' value='0'/> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Arc'> |
494 | <fieldValue name='cylinderHeight' value='0.53142'/> |
495 | <fieldValue name='cylinderTranslation' value='-0.28427 -0.65382 -2.66157'/> |
496 | <fieldValue name='coneTranslation' value='-0.22479 -0.57430 -2.69781'/> |
497 | <fieldValue name='rotation' value='-18.21775 0 -29.89890 0.71927'/> |
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='1.00789'/> |
506 | <fieldValue name='cylinderTranslation' value='-0.89106 -0.65379 -2.50067'/> |
507 | <fieldValue name='coneTranslation' value='-1.20316 -0.51735 -2.45302'/> |
508 | <fieldValue name='rotation' value='13.96265 -0.00000 91.45908 1.16287'/> |
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.47452'/> |
517 | <fieldValue name='cylinderTranslation' value='-1.62155 -1.40001 2.70618'/> |
518 | <fieldValue name='coneTranslation' value='-1.56099 -1.44554 2.72131'/> |
519 | <fieldValue name='rotation' value='9.29638 0 -37.19257 2.20099'/> |
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.52705'/> |
528 | <fieldValue name='cylinderTranslation' value='1.69915 2.22481 0.81942'/> |
529 | <fieldValue name='coneTranslation' value='1.72480 2.15812 0.74450'/> |
530 | <fieldValue name='rotation' value='-38.13975 0 -13.05425 2.27078'/> |
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.66062'/> |
539 | <fieldValue name='cylinderTranslation' value='1.36535 2.57438 0.94180'/> |
540 | <fieldValue name='coneTranslation' value='1.22690 2.66708 0.90658'/> |
541 | <fieldValue name='rotation' value='-13.66311 0 53.70582 0.99518'/> |
542 | <fieldValue name='diffuseColor' value='0 0 0'/> |
543 | <fieldValue name='ballRadius' value='0.02'/> |
544 | <fieldValue name='traceEnabled' value='false'/> |
545 | <fieldValue name='displayMode'/> |
546 | <fieldValue name='transparency' value='0'/> |
547 | </ProtoInstance> |
548 | <ProtoInstance name='Arc'> |
549 | <fieldValue name='cylinderHeight' value='0.46266'/> |
550 | <fieldValue name='cylinderTranslation' value='-2.38420 -1.70479 1.70969'/> |
551 | <fieldValue name='coneTranslation' value='-2.36826 -1.67952 1.77446'/> |
552 | <fieldValue name='rotation' value='42.01216 0 -10.33837 1.20867'/> |
553 | <fieldValue name='diffuseColor' value='0 0 0'/> |
554 | <fieldValue name='ballRadius' value='0.02'/> |
555 | <fieldValue name='traceEnabled' value='false'/> |
556 | <fieldValue name='displayMode'/> |
557 | <fieldValue name='transparency' value='0'/> |
558 | </ProtoInstance> |
559 | <ProtoInstance name='Arc'> |
560 | <fieldValue name='cylinderHeight' value='0.62625'/> |
561 | <fieldValue name='cylinderTranslation' value='-2.56370 -1.55040 1.33884'/> |
562 | <fieldValue name='coneTranslation' value='-2.62621 -1.43482 1.26020'/> |
563 | <fieldValue name='rotation' value='-32.15842 0 25.56236 0.71547'/> |
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.45828'/> |
572 | <fieldValue name='cylinderTranslation' value='-2.21459 -2.11811 0.55362'/> |
573 | <fieldValue name='coneTranslation' value='-2.16778 -2.16805 0.54385'/> |
574 | <fieldValue name='rotation' value='-6.47484 0 -31.02225 2.37800'/> |
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.61653'/> |
583 | <fieldValue name='cylinderTranslation' value='-2.40533 -1.32592 1.95932'/> |
584 | <fieldValue name='coneTranslation' value='-2.37030 -1.46873 1.94029'/> |
585 | <fieldValue name='rotation' value='-7.91371 0 -14.56387 2.86940'/> |
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.47027'/> |
594 | <fieldValue name='cylinderTranslation' value='1.13260 1.42404 2.29422'/> |
595 | <fieldValue name='coneTranslation' value='1.16414 1.35594 2.29790'/> |
596 | <fieldValue name='rotation' value='2.29931 0 -19.74106 2.70526'/> |
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.67839'/> |
605 | <fieldValue name='cylinderTranslation' value='2.00105 1.72962 1.80872'/> |
606 | <fieldValue name='coneTranslation' value='2.01010 1.73123 1.62976'/> |
607 | <fieldValue name='rotation' value='-67.74929 0 -3.42841 1.56181'/> |
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.47963'/> |
616 | <fieldValue name='cylinderTranslation' value='-1.21586 -0.26484 -2.49582'/> |
617 | <fieldValue name='coneTranslation' value='-1.25996 -0.32775 -2.47420'/> |
618 | <fieldValue name='rotation' value='12.99316 -0.00000 26.49770 2.47882'/> |
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.72563'/> |
627 | <fieldValue name='cylinderTranslation' value='1.85117 2.08825 0.27799'/> |
628 | <fieldValue name='coneTranslation' value='1.89966 2.10682 0.08194'/> |
629 | <fieldValue name='rotation' value='-70.14493 0 -17.34879 1.47914'/> |
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.79064'/> |
638 | <fieldValue name='cylinderTranslation' value='1.57769 2.20560 0.31448'/> |
639 | <fieldValue name='coneTranslation' value='1.46654 2.29522 0.12743'/> |
640 | <fieldValue name='rotation' value='-62.84697 0 37.34602 1.18009'/> |
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.66642'/> |
649 | <fieldValue name='cylinderTranslation' value='1.84273 0.93618 0.25332'/> |
650 | <fieldValue name='coneTranslation' value='1.82246 1.00542 0.41078'/> |
651 | <fieldValue name='rotation' value='60.58549 -0.00000 7.79881 1.15954'/> |
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.44674'/> |
660 | <fieldValue name='cylinderTranslation' value='2.69605 0.82457 0.82360'/> |
661 | <fieldValue name='coneTranslation' value='2.68035 0.78072 0.86656'/> |
662 | <fieldValue name='rotation' value='30.28723 -0.00000 11.07302 2.33511'/> |
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.66173'/> |
671 | <fieldValue name='cylinderTranslation' value='1.85953 0.66440 1.42160'/> |
672 | <fieldValue name='coneTranslation' value='1.82854 0.79339 1.31392'/> |
673 | <fieldValue name='rotation' value='-41.70380 0 12.00515 0.71527'/> |
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.50567'/> |
682 | <fieldValue name='cylinderTranslation' value='0.11354 -0.40980 -2.73469'/> |
683 | <fieldValue name='coneTranslation' value='0.02236 -0.42601 -2.74129'/> |
684 | <fieldValue name='rotation' value='-3.59396 0 49.66138 1.74623'/> |
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.55426'/> |
693 | <fieldValue name='cylinderTranslation' value='-0.00831 -1.46546 -2.38506'/> |
694 | <fieldValue name='coneTranslation' value='0.09420 -1.51068 -2.35092'/> |
695 | <fieldValue name='rotation' value='16.15701 0 -48.50816 1.96719'/> |
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.49315'/> |
704 | <fieldValue name='cylinderTranslation' value='-0.49324 -1.31465 -2.45457'/> |
705 | <fieldValue name='coneTranslation' value='-0.57835 -1.29926 -2.45061'/> |
706 | <fieldValue name='rotation' value='2.25523 -0.00000 48.47777 1.39217'/> |
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.73435'/> |
715 | <fieldValue name='cylinderTranslation' value='2.22770 1.49633 1.65722'/> |
716 | <fieldValue name='coneTranslation' value='2.10949 1.62968 1.55157'/> |
717 | <fieldValue name='rotation' value='-37.45007 0 41.90276 0.87150'/> |
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.38250'/> |
726 | <fieldValue name='cylinderTranslation' value='-1.58281 -2.33791 2.10766'/> |
727 | <fieldValue name='coneTranslation' value='-1.59393 -2.31772 2.12876'/> |
728 | <fieldValue name='rotation' value='25.83103 -0.00000 13.60851 0.86842'/> |
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.67494'/> |
737 | <fieldValue name='cylinderTranslation' value='1.80162 0.99178 0.88466'/> |
738 | <fieldValue name='coneTranslation' value='1.80051 0.95097 1.05738'/> |
739 | <fieldValue name='rotation' value='65.68421 -0.00000 0.42255 1.80283'/> |
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.58950'/> |
748 | <fieldValue name='cylinderTranslation' value='-1.47985 -2.65294 1.09572'/> |
749 | <fieldValue name='coneTranslation' value='-1.38683 -2.69922 1.00992'/> |
750 | <fieldValue name='rotation' value='-37.53878 0 -40.69325 1.92141'/> |
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.47219'/> |
759 | <fieldValue name='cylinderTranslation' value='0.33908 2.14904 1.21327'/> |
760 | <fieldValue name='coneTranslation' value='0.33849 2.11944 1.28337'/> |
761 | <fieldValue name='rotation' value='43.49797 -0.00000 0.36806 1.97034'/> |
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='Vertex'> |
769 | <fieldValue name='vertexText' value='"2010-02-21-FACEBOOK.COM-82NDAIRBORNEDIVISION"'/> |
770 | <fieldValue name='description' value='1: 2010-02-21-FACEBOOK.COM-82NDAIRBORNEDIVISION'/> |
771 | <fieldValue name='url'/> |
772 | <fieldValue name='radius' value='0.1500'/> |
773 | <fieldValue name='displayMode'/> |
774 | <fieldValue name='diffuseColor' value='0 0 0'/> |
775 | <fieldValue name='transparency' value='0'/> |
776 | <fieldValue name='translation' value='1.62990 1.65180 1.02130'/> |
777 | <fieldValue name='textTranslation' value='1.77990 1.65180 1.02130'/> |
778 | <fieldValue name='textColor' value='0 0 0'/> |
779 | </ProtoInstance> |
780 | <ProtoInstance name='Vertex'> |
781 | <fieldValue name='vertexText' value='"2010-02-21-FLICKR.COM-PHOTOS"'/> |
782 | <fieldValue name='description' value='2: 2010-02-21-FLICKR.COM-PHOTOS'/> |
783 | <fieldValue name='url'/> |
784 | <fieldValue name='radius' value='0.1500'/> |
785 | <fieldValue name='displayMode'/> |
786 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
787 | <fieldValue name='transparency' value='0'/> |
788 | <fieldValue name='translation' value='-1.83637 -2.02620 1.69305'/> |
789 | <fieldValue name='textTranslation' value='-1.68637 -2.02620 1.69305'/> |
790 | <fieldValue name='textColor' value='0 0 0'/> |
791 | </ProtoInstance> |
792 | <ProtoInstance name='Vertex'> |
793 | <fieldValue name='vertexText' value='"2010-02-21-TWITTER.COM-JTFHAITI"'/> |
794 | <fieldValue name='description' value='3: 2010-02-21-TWITTER.COM-JTFHAITI'/> |
795 | <fieldValue name='url'/> |
796 | <fieldValue name='radius' value='0.1500'/> |
797 | <fieldValue name='displayMode'/> |
798 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
799 | <fieldValue name='transparency' value='0'/> |
800 | <fieldValue name='translation' value='-0.43376 -0.85371 -2.57048'/> |
801 | <fieldValue name='textTranslation' value='-0.28376 -0.85371 -2.57048'/> |
802 | <fieldValue name='textColor' value='0 0 0'/> |
803 | </ProtoInstance> |
804 | <ProtoInstance name='Vertex'> |
805 | <fieldValue name='vertexText' value=' "Haiti/2010-02-21/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-21.simple" '/> |
806 | <fieldValue name='description' value='4: Haiti/2010-02-21/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-21.simple'/> |
807 | <fieldValue name='url'/> |
808 | <fieldValue name='radius' value='0.1500'/> |
809 | <fieldValue name='displayMode'/> |
810 | <fieldValue name='diffuseColor' value='0 0 1.0000'/> |
811 | <fieldValue name='transparency' value='0'/> |
812 | <fieldValue name='translation' value='-2.75142 1.62533 -0.31546'/> |
813 | <fieldValue name='textTranslation' value='-2.60142 1.62533 -0.31546'/> |
814 | <fieldValue name='textColor' value='0 0 0'/> |
815 | </ProtoInstance> |
816 | <ProtoInstance name='Vertex'> |
817 | <fieldValue name='vertexText' value='"accommodate"'/> |
818 | <fieldValue name='description' value='5: accommodate'/> |
819 | <fieldValue name='url'/> |
820 | <fieldValue name='radius' value='0.1500'/> |
821 | <fieldValue name='displayMode'/> |
822 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
823 | <fieldValue name='transparency' value='0'/> |
824 | <fieldValue name='translation' value='-1.80751 -1.26019 2.65970'/> |
825 | <fieldValue name='textTranslation' value='-1.65751 -1.26019 2.65970'/> |
826 | <fieldValue name='textColor' value='0 0 0'/> |
827 | </ProtoInstance> |
828 | <ProtoInstance name='Vertex'> |
829 | <fieldValue name='vertexText' value='"airborne"'/> |
830 | <fieldValue name='description' value='6: airborne'/> |
831 | <fieldValue name='url'/> |
832 | <fieldValue name='radius' value='0.1500'/> |
833 | <fieldValue name='displayMode'/> |
834 | <fieldValue name='diffuseColor' value='0 0 0'/> |
835 | <fieldValue name='transparency' value='0'/> |
836 | <fieldValue name='translation' value='1.63388 2.39457 1.01011'/> |
837 | <fieldValue name='textTranslation' value='1.78388 2.39457 1.01011'/> |
838 | <fieldValue name='textColor' value='0 0 0'/> |
839 | </ProtoInstance> |
840 | <ProtoInstance name='Vertex'> |
841 | <fieldValue name='vertexText' value='"amphibious"'/> |
842 | <fieldValue name='description' value='7: amphibious'/> |
843 | <fieldValue name='url'/> |
844 | <fieldValue name='radius' value='0.1500'/> |
845 | <fieldValue name='displayMode'/> |
846 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
847 | <fieldValue name='transparency' value='0'/> |
848 | <fieldValue name='translation' value='-2.43589 -1.78674 1.49963'/> |
849 | <fieldValue name='textTranslation' value='-2.28589 -1.78674 1.49963'/> |
850 | <fieldValue name='textColor' value='0 0 0'/> |
851 | </ProtoInstance> |
852 | <ProtoInstance name='Vertex'> |
853 | <fieldValue name='vertexText' value='"assigned"'/> |
854 | <fieldValue name='description' value='8: assigned'/> |
855 | <fieldValue name='url'/> |
856 | <fieldValue name='radius' value='0.1500'/> |
857 | <fieldValue name='displayMode'/> |
858 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
859 | <fieldValue name='transparency' value='0'/> |
860 | <fieldValue name='translation' value='-2.36970 -1.95259 0.58599'/> |
861 | <fieldValue name='textTranslation' value='-2.21970 -1.95259 0.58599'/> |
862 | <fieldValue name='textColor' value='0 0 0'/> |
863 | </ProtoInstance> |
864 | <ProtoInstance name='Vertex'> |
865 | <fieldValue name='vertexText' value='"battalion"'/> |
866 | <fieldValue name='description' value='9: battalion'/> |
867 | <fieldValue name='url'/> |
868 | <fieldValue name='radius' value='0.1500'/> |
869 | <fieldValue name='displayMode'/> |
870 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
871 | <fieldValue name='transparency' value='0'/> |
872 | <fieldValue name='translation' value='-2.47815 -1.02900 1.99889'/> |
873 | <fieldValue name='textTranslation' value='-2.32815 -1.02900 1.99889'/> |
874 | <fieldValue name='textColor' value='0 0 0'/> |
875 | </ProtoInstance> |
876 | <ProtoInstance name='Vertex'> |
877 | <fieldValue name='vertexText' value='"bills"'/> |
878 | <fieldValue name='description' value='10: bills'/> |
879 | <fieldValue name='url'/> |
880 | <fieldValue name='radius' value='0.1500'/> |
881 | <fieldValue name='displayMode'/> |
882 | <fieldValue name='diffuseColor' value='0 0 0'/> |
883 | <fieldValue name='transparency' value='0'/> |
884 | <fieldValue name='translation' value='1.03390 1.63715 2.28273'/> |
885 | <fieldValue name='textTranslation' value='1.18390 1.63715 2.28273'/> |
886 | <fieldValue name='textColor' value='0 0 0'/> |
887 | </ProtoInstance> |
888 | <ProtoInstance name='Vertex'> |
889 | <fieldValue name='vertexText' value='"cell"'/> |
890 | <fieldValue name='description' value='11: cell'/> |
891 | <fieldValue name='url'/> |
892 | <fieldValue name='radius' value='0.1500'/> |
893 | <fieldValue name='displayMode'/> |
894 | <fieldValue name='diffuseColor' value='0 0 0'/> |
895 | <fieldValue name='transparency' value='0'/> |
896 | <fieldValue name='translation' value='0.65671 2.01016 0.03596'/> |
897 | <fieldValue name='textTranslation' value='0.80671 2.01016 0.03596'/> |
898 | <fieldValue name='textColor' value='0 0 0'/> |
899 | </ProtoInstance> |
900 | <ProtoInstance name='Vertex'> |
901 | <fieldValue name='vertexText' value='"charlotte"'/> |
902 | <fieldValue name='description' value='12: charlotte'/> |
903 | <fieldValue name='url'/> |
904 | <fieldValue name='radius' value='0.1500'/> |
905 | <fieldValue name='displayMode'/> |
906 | <fieldValue name='diffuseColor' value='0 0 0'/> |
907 | <fieldValue name='transparency' value='0'/> |
908 | <fieldValue name='translation' value='1.98391 1.72657 2.14746'/> |
909 | <fieldValue name='textTranslation' value='2.13391 1.72657 2.14746'/> |
910 | <fieldValue name='textColor' value='0 0 0'/> |
911 | </ProtoInstance> |
912 | <ProtoInstance name='Vertex'> |
913 | <fieldValue name='vertexText' value='"construction"'/> |
914 | <fieldValue name='description' value='13: construction'/> |
915 | <fieldValue name='url'/> |
916 | <fieldValue name='radius' value='0.1500'/> |
917 | <fieldValue name='displayMode'/> |
918 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
919 | <fieldValue name='transparency' value='0'/> |
920 | <fieldValue name='translation' value='-2.33251 -1.62284 1.91975'/> |
921 | <fieldValue name='textTranslation' value='-2.18251 -1.62284 1.91975'/> |
922 | <fieldValue name='textColor' value='0 0 0'/> |
923 | </ProtoInstance> |
924 | <ProtoInstance name='Vertex'> |
925 | <fieldValue name='vertexText' value='"contact"'/> |
926 | <fieldValue name='description' value='14: contact'/> |
927 | <fieldValue name='url'/> |
928 | <fieldValue name='radius' value='0.1500'/> |
929 | <fieldValue name='displayMode'/> |
930 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
931 | <fieldValue name='transparency' value='0'/> |
932 | <fieldValue name='translation' value='-1.08337 -0.07579 -2.56079'/> |
933 | <fieldValue name='textTranslation' value='-0.93337 -0.07579 -2.56079'/> |
934 | <fieldValue name='textColor' value='0 0 0'/> |
935 | </ProtoInstance> |
936 | <ProtoInstance name='Vertex'> |
937 | <fieldValue name='vertexText' value='"dealing"'/> |
938 | <fieldValue name='description' value='15: dealing'/> |
939 | <fieldValue name='url'/> |
940 | <fieldValue name='radius' value='0.1500'/> |
941 | <fieldValue name='displayMode'/> |
942 | <fieldValue name='diffuseColor' value='0 0 0'/> |
943 | <fieldValue name='transparency' value='0'/> |
944 | <fieldValue name='translation' value='0.95848 2.40794 1.88030'/> |
945 | <fieldValue name='textTranslation' value='1.10848 2.40794 1.88030'/> |
946 | <fieldValue name='textColor' value='0 0 0'/> |
947 | </ProtoInstance> |
948 | <ProtoInstance name='Vertex'> |
949 | <fieldValue name='vertexText' value='"division"'/> |
950 | <fieldValue name='description' value='16: division'/> |
951 | <fieldValue name='url'/> |
952 | <fieldValue name='radius' value='0.1500'/> |
953 | <fieldValue name='displayMode'/> |
954 | <fieldValue name='diffuseColor' value='0 0 0'/> |
955 | <fieldValue name='transparency' value='0'/> |
956 | <fieldValue name='translation' value='1.76442 2.05504 0.62872'/> |
957 | <fieldValue name='textTranslation' value='1.91442 2.05504 0.62872'/> |
958 | <fieldValue name='textColor' value='0 0 0'/> |
959 | </ProtoInstance> |
960 | <ProtoInstance name='Vertex'> |
961 | <fieldValue name='vertexText' value='"divisions"'/> |
962 | <fieldValue name='description' value='17: divisions'/> |
963 | <fieldValue name='url'/> |
964 | <fieldValue name='radius' value='0.1500'/> |
965 | <fieldValue name='displayMode'/> |
966 | <fieldValue name='diffuseColor' value='0 0 0'/> |
967 | <fieldValue name='transparency' value='0'/> |
968 | <fieldValue name='translation' value='1.09682 2.75418 0.87348'/> |
969 | <fieldValue name='textTranslation' value='1.24682 2.75418 0.87348'/> |
970 | <fieldValue name='textColor' value='0 0 0'/> |
971 | </ProtoInstance> |
972 | <ProtoInstance name='Vertex'> |
973 | <fieldValue name='vertexText' value='"falcons"'/> |
974 | <fieldValue name='description' value='18: falcons'/> |
975 | <fieldValue name='url'/> |
976 | <fieldValue name='radius' value='0.1500'/> |
977 | <fieldValue name='displayMode'/> |
978 | <fieldValue name='diffuseColor' value='0 0 0'/> |
979 | <fieldValue name='transparency' value='0'/> |
980 | <fieldValue name='translation' value='1.88172 0.80297 -0.04961'/> |
981 | <fieldValue name='textTranslation' value='2.03172 0.80297 -0.04961'/> |
982 | <fieldValue name='textColor' value='0 0 0'/> |
983 | </ProtoInstance> |
984 | <ProtoInstance name='Vertex'> |
985 | <fieldValue name='vertexText' value='"fan"'/> |
986 | <fieldValue name='description' value='19: fan'/> |
987 | <fieldValue name='url'/> |
988 | <fieldValue name='radius' value='0.1500'/> |
989 | <fieldValue name='displayMode'/> |
990 | <fieldValue name='diffuseColor' value='0 0 0'/> |
991 | <fieldValue name='transparency' value='0'/> |
992 | <fieldValue name='translation' value='2.40715 1.48349 -0.08277'/> |
993 | <fieldValue name='textTranslation' value='2.55715 1.48349 -0.08277'/> |
994 | <fieldValue name='textColor' value='0 0 0'/> |
995 | </ProtoInstance> |
996 | <ProtoInstance name='Vertex'> |
997 | <fieldValue name='vertexText' value='"forum"'/> |
998 | <fieldValue name='description' value='20: forum'/> |
999 | <fieldValue name='url'/> |
1000 | <fieldValue name='radius' value='0.1500'/> |
1001 | <fieldValue name='displayMode'/> |
1002 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1003 | <fieldValue name='transparency' value='0'/> |
1004 | <fieldValue name='translation' value='2.75142 0.97915 0.67217'/> |
1005 | <fieldValue name='textTranslation' value='2.90142 0.97915 0.67217'/> |
1006 | <fieldValue name='textColor' value='0 0 0'/> |
1007 | </ProtoInstance> |
1008 | <ProtoInstance name='Vertex'> |
1009 | <fieldValue name='vertexText' value='"idol"'/> |
1010 | <fieldValue name='description' value='21: idol'/> |
1011 | <fieldValue name='url'/> |
1012 | <fieldValue name='radius' value='0.1500'/> |
1013 | <fieldValue name='displayMode'/> |
1014 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1015 | <fieldValue name='transparency' value='0'/> |
1016 | <fieldValue name='translation' value='1.91956 0.41462 1.63012'/> |
1017 | <fieldValue name='textTranslation' value='2.06956 0.41462 1.63012'/> |
1018 | <fieldValue name='textColor' value='0 0 0'/> |
1019 | </ProtoInstance> |
1020 | <ProtoInstance name='Vertex'> |
1021 | <fieldValue name='vertexText' value='"jobs"'/> |
1022 | <fieldValue name='description' value='22: jobs'/> |
1023 | <fieldValue name='url'/> |
1024 | <fieldValue name='radius' value='0.1500'/> |
1025 | <fieldValue name='displayMode'/> |
1026 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1027 | <fieldValue name='transparency' value='0'/> |
1028 | <fieldValue name='translation' value='0.36184 -0.36567 -2.71672'/> |
1029 | <fieldValue name='textTranslation' value='0.51184 -0.36567 -2.71672'/> |
1030 | <fieldValue name='textColor' value='0 0 0'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='Vertex'> |
1033 | <fieldValue name='vertexText' value='"kinds"'/> |
1034 | <fieldValue name='description' value='23: kinds'/> |
1035 | <fieldValue name='url'/> |
1036 | <fieldValue name='radius' value='0.1500'/> |
1037 | <fieldValue name='displayMode'/> |
1038 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1039 | <fieldValue name='transparency' value='0'/> |
1040 | <fieldValue name='translation' value='-0.25085 -1.35846 -2.46585'/> |
1041 | <fieldValue name='textTranslation' value='-0.10085 -1.35846 -2.46585'/> |
1042 | <fieldValue name='textColor' value='0 0 0'/> |
1043 | </ProtoInstance> |
1044 | <ProtoInstance name='Vertex'> |
1045 | <fieldValue name='vertexText' value='"latest"'/> |
1046 | <fieldValue name='description' value='24: latest'/> |
1047 | <fieldValue name='url'/> |
1048 | <fieldValue name='radius' value='0.1500'/> |
1049 | <fieldValue name='displayMode'/> |
1050 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1051 | <fieldValue name='transparency' value='0'/> |
1052 | <fieldValue name='translation' value='2.43722 1.25998 1.84447'/> |
1053 | <fieldValue name='textTranslation' value='2.58722 1.25998 1.84447'/> |
1054 | <fieldValue name='textColor' value='0 0 0'/> |
1055 | </ProtoInstance> |
1056 | <ProtoInstance name='Vertex'> |
1057 | <fieldValue name='vertexText' value='"marine"'/> |
1058 | <fieldValue name='description' value='25: marine'/> |
1059 | <fieldValue name='url'/> |
1060 | <fieldValue name='radius' value='0.1500'/> |
1061 | <fieldValue name='displayMode'/> |
1062 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1063 | <fieldValue name='transparency' value='0'/> |
1064 | <fieldValue name='translation' value='-0.73639 -2.28660 2.30820'/> |
1065 | <fieldValue name='textTranslation' value='-0.58639 -2.28660 2.30820'/> |
1066 | <fieldValue name='textColor' value='0 0 0'/> |
1067 | </ProtoInstance> |
1068 | <ProtoInstance name='Vertex'> |
1069 | <fieldValue name='vertexText' value='"marines"'/> |
1070 | <fieldValue name='description' value='26: marines'/> |
1071 | <fieldValue name='url'/> |
1072 | <fieldValue name='radius' value='0.1500'/> |
1073 | <fieldValue name='displayMode'/> |
1074 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1075 | <fieldValue name='transparency' value='0'/> |
1076 | <fieldValue name='translation' value='-2.05947 -2.28363 0.52125'/> |
1077 | <fieldValue name='textTranslation' value='-1.90947 -2.28363 0.52125'/> |
1078 | <fieldValue name='textColor' value='0 0 0'/> |
1079 | </ProtoInstance> |
1080 | <ProtoInstance name='Vertex'> |
1081 | <fieldValue name='vertexText' value='"national"'/> |
1082 | <fieldValue name='description' value='27: national'/> |
1083 | <fieldValue name='url'/> |
1084 | <fieldValue name='radius' value='0.1500'/> |
1085 | <fieldValue name='displayMode'/> |
1086 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1087 | <fieldValue name='transparency' value='0'/> |
1088 | <fieldValue name='translation' value='-1.51477 -2.46146 1.97850'/> |
1089 | <fieldValue name='textTranslation' value='-1.36477 -2.46146 1.97850'/> |
1090 | <fieldValue name='textColor' value='0 0 0'/> |
1091 | </ProtoInstance> |
1092 | <ProtoInstance name='Vertex'> |
1093 | <fieldValue name='vertexText' value='"open"'/> |
1094 | <fieldValue name='description' value='28: open'/> |
1095 | <fieldValue name='url'/> |
1096 | <fieldValue name='radius' value='0.1500'/> |
1097 | <fieldValue name='displayMode'/> |
1098 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1099 | <fieldValue name='transparency' value='0'/> |
1100 | <fieldValue name='translation' value='2.64069 0.66999 0.97504'/> |
1101 | <fieldValue name='textTranslation' value='2.79069 0.66999 0.97504'/> |
1102 | <fieldValue name='textColor' value='0 0 0'/> |
1103 | </ProtoInstance> |
1104 | <ProtoInstance name='Vertex'> |
1105 | <fieldValue name='vertexText' value='"phone"'/> |
1106 | <fieldValue name='description' value='29: phone'/> |
1107 | <fieldValue name='url'/> |
1108 | <fieldValue name='radius' value='0.1500'/> |
1109 | <fieldValue name='displayMode'/> |
1110 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1111 | <fieldValue name='transparency' value='0'/> |
1112 | <fieldValue name='translation' value='1.23131 1.21093 2.30572'/> |
1113 | <fieldValue name='textTranslation' value='1.38131 1.21093 2.30572'/> |
1114 | <fieldValue name='textColor' value='0 0 0'/> |
1115 | </ProtoInstance> |
1116 | <ProtoInstance name='Vertex'> |
1117 | <fieldValue name='vertexText' value='"police"'/> |
1118 | <fieldValue name='description' value='30: police'/> |
1119 | <fieldValue name='url'/> |
1120 | <fieldValue name='radius' value='0.1500'/> |
1121 | <fieldValue name='displayMode'/> |
1122 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1123 | <fieldValue name='transparency' value='0'/> |
1124 | <fieldValue name='translation' value='-1.65085 -2.21436 2.23681'/> |
1125 | <fieldValue name='textTranslation' value='-1.50085 -2.21436 2.23681'/> |
1126 | <fieldValue name='textColor' value='0 0 0'/> |
1127 | </ProtoInstance> |
1128 | <ProtoInstance name='Vertex'> |
1129 | <fieldValue name='vertexText' value='"post"'/> |
1130 | <fieldValue name='description' value='31: post'/> |
1131 | <fieldValue name='url'/> |
1132 | <fieldValue name='radius' value='0.1500'/> |
1133 | <fieldValue name='displayMode'/> |
1134 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1135 | <fieldValue name='transparency' value='0'/> |
1136 | <fieldValue name='translation' value='2.01819 1.73267 1.46997'/> |
1137 | <fieldValue name='textTranslation' value='2.16819 1.73267 1.46997'/> |
1138 | <fieldValue name='textColor' value='0 0 0'/> |
1139 | </ProtoInstance> |
1140 | <ProtoInstance name='Vertex'> |
1141 | <fieldValue name='vertexText' value='"prince"'/> |
1142 | <fieldValue name='description' value='32: prince'/> |
1143 | <fieldValue name='url'/> |
1144 | <fieldValue name='radius' value='0.1500'/> |
1145 | <fieldValue name='displayMode'/> |
1146 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1147 | <fieldValue name='transparency' value='0'/> |
1148 | <fieldValue name='translation' value='-0.72357 -2.68021 1.53265'/> |
1149 | <fieldValue name='textTranslation' value='-0.57357 -2.68021 1.53265'/> |
1150 | <fieldValue name='textColor' value='0 0 0'/> |
1151 | </ProtoInstance> |
1152 | <ProtoInstance name='Vertex'> |
1153 | <fieldValue name='vertexText' value='"reconcile"'/> |
1154 | <fieldValue name='description' value='33: reconcile'/> |
1155 | <fieldValue name='url'/> |
1156 | <fieldValue name='radius' value='0.1500'/> |
1157 | <fieldValue name='displayMode'/> |
1158 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1159 | <fieldValue name='transparency' value='0'/> |
1160 | <fieldValue name='translation' value='0.23423 -1.57246 -2.30428'/> |
1161 | <fieldValue name='textTranslation' value='0.38423 -1.57246 -2.30428'/> |
1162 | <fieldValue name='textColor' value='0 0 0'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='Vertex'> |
1165 | <fieldValue name='vertexText' value='"red"'/> |
1166 | <fieldValue name='description' value='34: red'/> |
1167 | <fieldValue name='url'/> |
1168 | <fieldValue name='radius' value='0.1500'/> |
1169 | <fieldValue name='displayMode'/> |
1170 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1171 | <fieldValue name='transparency' value='0'/> |
1172 | <fieldValue name='translation' value='1.80373 1.06938 0.55624'/> |
1173 | <fieldValue name='textTranslation' value='1.95373 1.06938 0.55624'/> |
1174 | <fieldValue name='textColor' value='0 0 0'/> |
1175 | </ProtoInstance> |
1176 | <ProtoInstance name='Vertex'> |
1177 | <fieldValue name='vertexText' value='"reserved"'/> |
1178 | <fieldValue name='description' value='35: reserved'/> |
1179 | <fieldValue name='url'/> |
1180 | <fieldValue name='radius' value='0.1500'/> |
1181 | <fieldValue name='displayMode'/> |
1182 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1183 | <fieldValue name='transparency' value='0'/> |
1184 | <fieldValue name='translation' value='-1.68332 -2.55170 1.28342'/> |
1185 | <fieldValue name='textTranslation' value='-1.53332 -2.55170 1.28342'/> |
1186 | <fieldValue name='textColor' value='0 0 0'/> |
1187 | </ProtoInstance> |
1188 | <ProtoInstance name='Vertex'> |
1189 | <fieldValue name='vertexText' value='"sailors"'/> |
1190 | <fieldValue name='description' value='36: sailors'/> |
1191 | <fieldValue name='url'/> |
1192 | <fieldValue name='radius' value='0.1500'/> |
1193 | <fieldValue name='displayMode'/> |
1194 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1195 | <fieldValue name='transparency' value='0'/> |
1196 | <fieldValue name='translation' value='-2.69151 -1.31406 1.17804'/> |
1197 | <fieldValue name='textTranslation' value='-2.54151 -1.31406 1.17804'/> |
1198 | <fieldValue name='textColor' value='0 0 0'/> |
1199 | </ProtoInstance> |
1200 | <ProtoInstance name='Vertex'> |
1201 | <fieldValue name='vertexText' value='"status"'/> |
1202 | <fieldValue name='description' value='37: status'/> |
1203 | <fieldValue name='url'/> |
1204 | <fieldValue name='radius' value='0.1500'/> |
1205 | <fieldValue name='displayMode'/> |
1206 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1207 | <fieldValue name='transparency' value='0'/> |
1208 | <fieldValue name='translation' value='-0.73563 -1.27084 -2.44330'/> |
1209 | <fieldValue name='textTranslation' value='-0.58563 -1.27084 -2.44330'/> |
1210 | <fieldValue name='textColor' value='0 0 0'/> |
1211 | </ProtoInstance> |
1212 | <ProtoInstance name='Vertex'> |
1213 | <fieldValue name='vertexText' value='"support"'/> |
1214 | <fieldValue name='description' value='38: support'/> |
1215 | <fieldValue name='url'/> |
1216 | <fieldValue name='radius' value='0.1500'/> |
1217 | <fieldValue name='displayMode'/> |
1218 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1219 | <fieldValue name='transparency' value='0'/> |
1220 | <fieldValue name='translation' value='1.93791 2.12146 -0.07273'/> |
1221 | <fieldValue name='textTranslation' value='2.08791 2.12146 -0.07273'/> |
1222 | <fieldValue name='textColor' value='0 0 0'/> |
1223 | </ProtoInstance> |
1224 | <ProtoInstance name='Vertex'> |
1225 | <fieldValue name='vertexText' value='"tents"'/> |
1226 | <fieldValue name='description' value='39: tents'/> |
1227 | <fieldValue name='url'/> |
1228 | <fieldValue name='radius' value='0.1500'/> |
1229 | <fieldValue name='displayMode'/> |
1230 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1231 | <fieldValue name='transparency' value='0'/> |
1232 | <fieldValue name='translation' value='-1.43558 -1.53983 2.75266'/> |
1233 | <fieldValue name='textTranslation' value='-1.28558 -1.53983 2.75266'/> |
1234 | <fieldValue name='textColor' value='0 0 0'/> |
1235 | </ProtoInstance> |
1236 | <ProtoInstance name='Vertex'> |
1237 | <fieldValue name='vertexText' value='"terms"'/> |
1238 | <fieldValue name='description' value='40: terms'/> |
1239 | <fieldValue name='url'/> |
1240 | <fieldValue name='radius' value='0.1500'/> |
1241 | <fieldValue name='displayMode'/> |
1242 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1243 | <fieldValue name='transparency' value='0'/> |
1244 | <fieldValue name='translation' value='-0.13477 -0.45393 -2.75266'/> |
1245 | <fieldValue name='textTranslation' value='0.01523 -0.45393 -2.75266'/> |
1246 | <fieldValue name='textColor' value='0 0 0'/> |
1247 | </ProtoInstance> |
1248 | <ProtoInstance name='Vertex'> |
1249 | <fieldValue name='vertexText' value='"topics"'/> |
1250 | <fieldValue name='description' value='41: topics'/> |
1251 | <fieldValue name='url'/> |
1252 | <fieldValue name='radius' value='0.1500'/> |
1253 | <fieldValue name='displayMode'/> |
1254 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1255 | <fieldValue name='transparency' value='0'/> |
1256 | <fieldValue name='translation' value='0.34092 2.24088 0.99578'/> |
1257 | <fieldValue name='textTranslation' value='0.49093 2.24088 0.99578'/> |
1258 | <fieldValue name='textColor' value='0 0 0'/> |
1259 | </ProtoInstance> |
1260 | <ProtoInstance name='Vertex'> |
1261 | <fieldValue name='vertexText' value='"twitter"'/> |
1262 | <fieldValue name='description' value='42: twitter'/> |
1263 | <fieldValue name='url'/> |
1264 | <fieldValue name='radius' value='0.1500'/> |
1265 | <fieldValue name='displayMode'/> |
1266 | <fieldValue name='diffuseColor' value='1.0000 0 0'/> |
1267 | <fieldValue name='transparency' value='0'/> |
1268 | <fieldValue name='translation' value='-1.34835 -0.45388 -2.43086'/> |
1269 | <fieldValue name='textTranslation' value='-1.19835 -0.45388 -2.43086'/> |
1270 | <fieldValue name='textColor' value='0 0 0'/> |
1271 | </ProtoInstance> |
1272 | <ProtoInstance name='Vertex'> |
1273 | <fieldValue name='vertexText' value='"upcoming"'/> |
1274 | <fieldValue name='description' value='43: upcoming'/> |
1275 | <fieldValue name='url'/> |
1276 | <fieldValue name='radius' value='0.1500'/> |
1277 | <fieldValue name='displayMode'/> |
1278 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1279 | <fieldValue name='transparency' value='0'/> |
1280 | <fieldValue name='translation' value='1.39096 2.35616 0.00025'/> |
1281 | <fieldValue name='textTranslation' value='1.54096 2.35616 0.00025'/> |
1282 | <fieldValue name='textColor' value='0 0 0'/> |
1283 | </ProtoInstance> |
1284 | <ProtoInstance name='Vertex'> |
1285 | <fieldValue name='vertexText' value='"uploaded"'/> |
1286 | <fieldValue name='description' value='44: uploaded'/> |
1287 | <fieldValue name='url'/> |
1288 | <fieldValue name='radius' value='0.1500'/> |
1289 | <fieldValue name='displayMode'/> |
1290 | <fieldValue name='diffuseColor' value='0.5020 0 0'/> |
1291 | <fieldValue name='transparency' value='0'/> |
1292 | <fieldValue name='translation' value='-1.27639 -2.75418 0.90803'/> |
1293 | <fieldValue name='textTranslation' value='-1.12639 -2.75418 0.90803'/> |
1294 | <fieldValue name='textColor' value='0 0 0'/> |
1295 | </ProtoInstance> |
1296 | <ProtoInstance name='Vertex'> |
1297 | <fieldValue name='vertexText' value='"visits"'/> |
1298 | <fieldValue name='description' value='45: visits'/> |
1299 | <fieldValue name='url'/> |
1300 | <fieldValue name='radius' value='0.1500'/> |
1301 | <fieldValue name='displayMode'/> |
1302 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1303 | <fieldValue name='transparency' value='0'/> |
1304 | <fieldValue name='translation' value='1.79951 0.91417 1.21309'/> |
1305 | <fieldValue name='textTranslation' value='1.94951 0.91417 1.21309'/> |
1306 | <fieldValue name='textColor' value='0 0 0'/> |
1307 | </ProtoInstance> |
1308 | <ProtoInstance name='Vertex'> |
1309 | <fieldValue name='vertexText' value='"walk"'/> |
1310 | <fieldValue name='description' value='46: walk'/> |
1311 | <fieldValue name='url'/> |
1312 | <fieldValue name='radius' value='0.1500'/> |
1313 | <fieldValue name='displayMode'/> |
1314 | <fieldValue name='diffuseColor' value='0 0 0'/> |
1315 | <fieldValue name='transparency' value='0'/> |
1316 | <fieldValue name='translation' value='0.33724 2.05720 1.43076'/> |
1317 | <fieldValue name='textTranslation' value='0.48724 2.05720 1.43076'/> |
1318 | <fieldValue name='textColor' value='0 0 0'/> |
1319 | </ProtoInstance> |
1320 | </Scene> |
1321 | </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 Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 780
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 792
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 804
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 816
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 828
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 840
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 852
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 864
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 876
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 888
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 900
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 912
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 924
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 936
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 948
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 960
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 972
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 984
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 996
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1008
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1020
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1032
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1044
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1056
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1068
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1080
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1092
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1104
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1116
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1128
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1140
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1152
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1164
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1176
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1188
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1200
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1212
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1224
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1236
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1248
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1260
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1272
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1284
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1296
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1308
ProtoInstance Vertex |
No direct ROUTE connection found for events to/from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
<!--
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.
-->